2018-08-25 08:51:57,513 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-242 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 08:51:57,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.35,192.30.9.3 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.35:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Yrqkb7vXWjmuHpoRrfP6VB8qy 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=89d58111967c4124b09131409c7a2a28 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-25 08:51:57,518 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-25 08:51:57,519 - 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-08-25 08:51:57,554 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-25 08:51:57,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:51:57,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:51:57,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:51:57,850 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-25 08:51:57,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-25 08:51:57,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:51:57,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b9d23f-c0a3-4e7c-ad06-a45da67b26e2 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:51:57,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-92b9d23f-c0a3-4e7c-ad06-a45da67b26e2 2018-08-25 08:51:57,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:51:58,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:51:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["aNg2O-gBQDy8jdZPN9ygKA"], "issued_at": "2018-08-25T08:51:58.000000Z"}} 2018-08-25 08:51:58,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:51:59,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:51: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-362cdb16-bc4c-421b-b194-6e2e0a442000 x-compute-request-id: req-362cdb16-bc4c-421b-b194-6e2e0a442000 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-25 08:51:59,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-aggregates used request id req-362cdb16-bc4c-421b-b194-6e2e0a442000 2018-08-25 08:51:59,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.2854180336s 2018-08-25 08:51:59,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-aggregates used request id req-362cdb16-bc4c-421b-b194-6e2e0a442000 2018-08-25 08:51:59,137 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-25 08:51:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:51:59,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:51:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d343b401-d28a-4d06-9e37-a72c5ba6fa7c 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:51:59,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-d343b401-d28a-4d06-9e37-a72c5ba6fa7c 2018-08-25 08:51:59,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:51:59,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:51:59,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc9c0b88-2ea6-4b5e-9751-e689aff0cea7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:51:59,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-dc9c0b88-2ea6-4b5e-9751-e689aff0cea7 2018-08-25 08:51:59,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.261913061142s 2018-08-25 08:51:59,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-dc9c0b88-2ea6-4b5e-9751-e689aff0cea7 2018-08-25 08:51:59,410 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'6ec72edf6d644b03845d22a021edf743', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-25 08:51:59,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 08:51:59,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:51:59,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0a46e26-06d6-44ac-b8e2-d9abca163ee1 Content-Encoding: gzip Content-Length: 1987 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/010143a5ac2147928894133e96c877ee"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "010143a5ac2147928894133e96c877ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0132057ba171471fb2e956aa6062e611"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "0132057ba171471fb2e956aa6062e611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/09041b0df5d949d983eabe190e6dbcbb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0d2e05593636414fb9d592fea372d3e4"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58064798ed864de8b000282ea108843b", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0f27bfe2d82648c0b4e630dac6a8e74b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1824cc5ad5b448998604c2636250e0c9"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1a01d06c805b4c218241a8cfdebb3efd"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/272efc4069d34a7993a0486603d09a8f"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "272efc4069d34a7993a0486603d09a8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/295269e3f2924d78a5385a287e0c3bf7"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2aa168343f614f43a5afd7bc940d7579"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c5d9a81863c46e2a17ac8c358b106f1"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c936aed093b405381e717ea65f95df3"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "2c936aed093b405381e717ea65f95df3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3f34b2847f4849bd90495e4055a4f266"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4df89f77180741dda734d8e6f897eb91"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "4df89f77180741dda734d8e6f897eb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5fb42df6511b47a19a6744cacef3e0b7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "5fb42df6511b47a19a6744cacef3e0b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/684448ff412a41a9975b74b35bf6b1dd"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6be3147cad7f4a5b9839bd27c160d54a"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6cb59073c61a41158d248e5e2245172e"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "6cb59073c61a41158d248e5e2245172e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6f1b19aad0564b53a7219a0e7f4b7a6c"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7813a76a1e4342edb716295e706afe4c"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "7813a76a1e4342edb716295e706afe4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7d6f31c9fe484dc1bf486877c789e4cd"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8126836dda1e4091b1ce67b8ba0f2625"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8f9ec477dcf54211b18dc0eb8b22fe2d"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/932fede9f5a84e74bcd7386a21a04293"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "932fede9f5a84e74bcd7386a21a04293"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/935011e9ce3047178d67d3972807cb45"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "935011e9ce3047178d67d3972807cb45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/996f73131d344ac09cbb5f68f9cb8d1f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9a1d5694cd9846f18765d1daef38a436"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58064798ed864de8b000282ea108843b", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b12af6e97e394c7f814f314b595275ea"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "b12af6e97e394c7f814f314b595275ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c098758f92a948e489ef4ab6bcf91511"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c36ebfc0c30846419c1fca31e8716d0b"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "c36ebfc0c30846419c1fca31e8716d0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c6402ebdd23b4ab7abfeea1d1000bd88"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d741030a78b54c25971c2b1811309b24"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "d741030a78b54c25971c2b1811309b24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/de8d0e8d21b8490891eb9c763daa4253"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e0e0807ad9914139afa6d4e2d8d2ed7d"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e6990d8925a74026a8bb47f242bfdbdb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "e6990d8925a74026a8bb47f242bfdbdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ec2dcd6c1f214474aef88955e1518b94"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58064798ed864de8b000282ea108843b", "id": "ec2dcd6c1f214474aef88955e1518b94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f2b4e3e98d184ebba276aa4b77d81eab"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f3096f37335c4c8b8b7f5851c1c7c937"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f8410e7c21694572ae7ace751586ae60"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "f8410e7c21694572ae7ace751586ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fb54d8ba886844dd955b125007eba2d7"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "fb54d8ba886844dd955b125007eba2d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fda349a3b9d4423d9a00d6dc57b1ac1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 08:51:59,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-b0a46e26-06d6-44ac-b8e2-d9abca163ee1 2018-08-25 08:51:59,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.178267002106s 2018-08-25 08:51:59,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-b0a46e26-06d6-44ac-b8e2-d9abca163ee1 2018-08-25 08:51:59,599 - 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.35:5000/v3/endpoints/010143a5ac2147928894133e96c877ee'}, u'url': u'http://172.30.9.35:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3b0a320f6d3841f9bd112a2715415cb3', u'id': u'010143a5ac2147928894133e96c877ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0132057ba171471fb2e956aa6062e611'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2573c4eec85040368a5638d349e1318f', u'id': u'0132057ba171471fb2e956aa6062e611'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/09041b0df5d949d983eabe190e6dbcbb'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3f1ae93bf02b47b88a62597d2785c485', u'id': u'09041b0df5d949d983eabe190e6dbcbb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0d2e05593636414fb9d592fea372d3e4'}, u'url': u'http://172.30.9.35:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'58064798ed864de8b000282ea108843b', u'id': u'0d2e05593636414fb9d592fea372d3e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0f27bfe2d82648c0b4e630dac6a8e74b'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7e3b4a1239544932866167123a33ba1d', u'id': u'0f27bfe2d82648c0b4e630dac6a8e74b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/1824cc5ad5b448998604c2636250e0c9'}, u'url': u'http://172.30.9.35:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7e3b4a1239544932866167123a33ba1d', u'id': u'1824cc5ad5b448998604c2636250e0c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/1a01d06c805b4c218241a8cfdebb3efd'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'86c8b0b7acb34012a8d8eeed92a21ead', u'id': u'1a01d06c805b4c218241a8cfdebb3efd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/272efc4069d34a7993a0486603d09a8f'}, u'url': u'http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5000fff740314f7fa89195cdff25ca4f', u'id': u'272efc4069d34a7993a0486603d09a8f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/295269e3f2924d78a5385a287e0c3bf7'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b36d7cc49d7d485e80008a5860ecfdeb', u'id': u'295269e3f2924d78a5385a287e0c3bf7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/2aa168343f614f43a5afd7bc940d7579'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6cd30b2d156f4bbb9d29916060cb7dd4', u'id': u'2aa168343f614f43a5afd7bc940d7579'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/2c5d9a81863c46e2a17ac8c358b106f1'}, u'url': u'http://12.0.0.22:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5000fff740314f7fa89195cdff25ca4f', u'id': u'2c5d9a81863c46e2a17ac8c358b106f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/2c936aed093b405381e717ea65f95df3'}, u'url': u'http://172.30.9.35:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'86c8b0b7acb34012a8d8eeed92a21ead', u'id': u'2c936aed093b405381e717ea65f95df3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/3f34b2847f4849bd90495e4055a4f266'}, u'url': u'http://172.30.9.35:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2843ed2cd0e941d497a3f21c85e2a5c0', u'id': u'3f34b2847f4849bd90495e4055a4f266'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/4df89f77180741dda734d8e6f897eb91'}, u'url': u'http://172.30.9.35:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b36d7cc49d7d485e80008a5860ecfdeb', u'id': u'4df89f77180741dda734d8e6f897eb91'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/5fb42df6511b47a19a6744cacef3e0b7'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7e3b4a1239544932866167123a33ba1d', u'id': u'5fb42df6511b47a19a6744cacef3e0b7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/684448ff412a41a9975b74b35bf6b1dd'}, u'url': u'http://172.30.9.35:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3f1ae93bf02b47b88a62597d2785c485', u'id': u'684448ff412a41a9975b74b35bf6b1dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6be3147cad7f4a5b9839bd27c160d54a'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8de3127b11f0427dab486207e8c2e7c0', u'id': u'6be3147cad7f4a5b9839bd27c160d54a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6cb59073c61a41158d248e5e2245172e'}, u'url': u'http://172.30.9.35:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0e6232b5880c42949bb19e67fabfeef3', u'id': u'6cb59073c61a41158d248e5e2245172e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6f1b19aad0564b53a7219a0e7f4b7a6c'}, u'url': u'http://172.30.9.35:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1015dc7a5e53415eae083d4d9fc44412', u'id': u'6f1b19aad0564b53a7219a0e7f4b7a6c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/7813a76a1e4342edb716295e706afe4c'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0e6232b5880c42949bb19e67fabfeef3', u'id': u'7813a76a1e4342edb716295e706afe4c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/7d6f31c9fe484dc1bf486877c789e4cd'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3b0a320f6d3841f9bd112a2715415cb3', u'id': u'7d6f31c9fe484dc1bf486877c789e4cd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/8126836dda1e4091b1ce67b8ba0f2625'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2843ed2cd0e941d497a3f21c85e2a5c0', u'id': u'8126836dda1e4091b1ce67b8ba0f2625'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/8f9ec477dcf54211b18dc0eb8b22fe2d'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2843ed2cd0e941d497a3f21c85e2a5c0', u'id': u'8f9ec477dcf54211b18dc0eb8b22fe2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/91f9f8bcc2de4669b3e14bdd1ad4d0e8'}, u'url': u'http://172.30.9.35:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0deae06599954c6ea2cef507d068fd03', u'id': u'91f9f8bcc2de4669b3e14bdd1ad4d0e8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/932fede9f5a84e74bcd7386a21a04293'}, u'url': u'http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5000fff740314f7fa89195cdff25ca4f', u'id': u'932fede9f5a84e74bcd7386a21a04293'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/935011e9ce3047178d67d3972807cb45'}, u'url': u'http://172.30.9.35:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6cd30b2d156f4bbb9d29916060cb7dd4', u'id': u'935011e9ce3047178d67d3972807cb45'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/996f73131d344ac09cbb5f68f9cb8d1f'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0deae06599954c6ea2cef507d068fd03', u'id': u'996f73131d344ac09cbb5f68f9cb8d1f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/9a1d5694cd9846f18765d1daef38a436'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'58064798ed864de8b000282ea108843b', u'id': u'9a1d5694cd9846f18765d1daef38a436'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/b12af6e97e394c7f814f314b595275ea'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6cd30b2d156f4bbb9d29916060cb7dd4', u'id': u'b12af6e97e394c7f814f314b595275ea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/c098758f92a948e489ef4ab6bcf91511'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2573c4eec85040368a5638d349e1318f', u'id': u'c098758f92a948e489ef4ab6bcf91511'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/c36ebfc0c30846419c1fca31e8716d0b'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0e6232b5880c42949bb19e67fabfeef3', u'id': u'c36ebfc0c30846419c1fca31e8716d0b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/c6402ebdd23b4ab7abfeea1d1000bd88'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8de3127b11f0427dab486207e8c2e7c0', u'id': u'c6402ebdd23b4ab7abfeea1d1000bd88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/d741030a78b54c25971c2b1811309b24'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3b0a320f6d3841f9bd112a2715415cb3', u'id': u'd741030a78b54c25971c2b1811309b24'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/de8d0e8d21b8490891eb9c763daa4253'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1015dc7a5e53415eae083d4d9fc44412', u'id': u'de8d0e8d21b8490891eb9c763daa4253'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/e0e0807ad9914139afa6d4e2d8d2ed7d'}, u'url': u'http://172.30.9.35:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8de3127b11f0427dab486207e8c2e7c0', u'id': u'e0e0807ad9914139afa6d4e2d8d2ed7d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/e6990d8925a74026a8bb47f242bfdbdb'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3f1ae93bf02b47b88a62597d2785c485', u'id': u'e6990d8925a74026a8bb47f242bfdbdb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/ec2dcd6c1f214474aef88955e1518b94'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'58064798ed864de8b000282ea108843b', u'id': u'ec2dcd6c1f214474aef88955e1518b94'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/f2b4e3e98d184ebba276aa4b77d81eab'}, u'url': u'http://172.30.9.35:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2573c4eec85040368a5638d349e1318f', u'id': u'f2b4e3e98d184ebba276aa4b77d81eab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/f3096f37335c4c8b8b7f5851c1c7c937'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1015dc7a5e53415eae083d4d9fc44412', u'id': u'f3096f37335c4c8b8b7f5851c1c7c937'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/f8410e7c21694572ae7ace751586ae60'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'86c8b0b7acb34012a8d8eeed92a21ead', u'id': u'f8410e7c21694572ae7ace751586ae60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/fb54d8ba886844dd955b125007eba2d7'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0deae06599954c6ea2cef507d068fd03', u'id': u'fb54d8ba886844dd955b125007eba2d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/fda349a3b9d4423d9a00d6dc57b1ac1e'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b36d7cc49d7d485e80008a5860ecfdeb', u'id': u'fda349a3b9d4423d9a00d6dc57b1ac1e'})] 2018-08-25 08:51:59,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-25 08:51:59,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:51:59,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:51: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-413e9cd4-3136-49f7-a216-e124fc8c2386 x-compute-request-id: req-413e9cd4-3136-49f7-a216-e124fc8c2386 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-08-25 08:51:59,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/extensions used request id req-413e9cd4-3136-49f7-a216-e124fc8c2386 2018-08-25 08:51:59,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.110016822815s 2018-08-25 08:51:59,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/extensions used request id req-413e9cd4-3136-49f7-a216-e124fc8c2386 2018-08-25 08:51:59,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-25 08:51:59,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:01,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:51: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-afb439a7-52d9-4fcc-a5d1-3990d187a720 x-compute-request-id: req-afb439a7-52d9-4fcc-a5d1-3990d187a720 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-25 08:52:01,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-floating-ip-pools used request id req-afb439a7-52d9-4fcc-a5d1-3990d187a720 2018-08-25 08:52:01,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.8415760994s 2018-08-25 08:52:01,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-floating-ip-pools used request id req-afb439a7-52d9-4fcc-a5d1-3990d187a720 2018-08-25 08:52:01,570 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-25 08:52:01,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:52:01,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:01,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-91b88f49-446f-4cf9-9b5e-4a5e1dcf1468 Date: Sat, 25 Aug 2018 08:52:01 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:52:01,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-91b88f49-446f-4cf9-9b5e-4a5e1dcf1468 2018-08-25 08:52:01,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0535180568695s 2018-08-25 08:52:01,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-91b88f49-446f-4cf9-9b5e-4a5e1dcf1468 2018-08-25 08:52:01,629 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-25 08:52:01,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 08:52:01,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:01,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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-36dbbed5-29f1-4c4f-9b18-2b12c6a376ec x-compute-request-id: req-36dbbed5-29f1-4c4f-9b18-2b12c6a376ec Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 08:52:01,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-36dbbed5-29f1-4c4f-9b18-2b12c6a376ec 2018-08-25 08:52:01,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0404961109161s 2018-08-25 08:52:01,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-36dbbed5-29f1-4c4f-9b18-2b12c6a376ec 2018-08-25 08:52:01,672 - 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': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 10}, 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.5', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 11}, 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-08-25 08:52:01,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-25 08:52:01,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:01,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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 x-openstack-request-id: req-290ebe38-954c-48d8-ba53-9cdd416dc5c6 x-compute-request-id: req-290ebe38-954c-48d8-ba53-9cdd416dc5c6 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-25 08:52:01,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-290ebe38-954c-48d8-ba53-9cdd416dc5c6 2018-08-25 08:52:01,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.129772901535s 2018-08-25 08:52:01,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-290ebe38-954c-48d8-ba53-9cdd416dc5c6 2018-08-25 08:52:01,804 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-25 08:52:01,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:01,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:01,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-0652cc36-c66c-434f-9c75-19095d7a74c6 Date: Sat, 25 Aug 2018 08:52:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:01,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0652cc36-c66c-434f-9c75-19095d7a74c6 2018-08-25 08:52:01,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0749778747559s 2018-08-25 08:52:01,880 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0652cc36-c66c-434f-9c75-19095d7a74c6 2018-08-25 08:52:01,880 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'81050e31-2e88-4e82-8e0c-59b250117352'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T08:49:58Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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-08-25T08:49:54Z', u'provider:network_type': u'flat', u'tenant_id': u'2e69723d0b9e4b328d36c55e6c9d7ebf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2e69723d0b9e4b328d36c55e6c9d7ebf', u'l2_adjacency': True})] 2018-08-25 08:52:01,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:52:01,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:01,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a481b21a-50d8-49b2-a1ff-6cc9df702b9a Date: Sat, 25 Aug 2018 08:52:01 GMT RESP BODY: {"ports":[]} 2018-08-25 08:52:01,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json used request id req-a481b21a-50d8-49b2-a1ff-6cc9df702b9a 2018-08-25 08:52:01,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0266840457916s 2018-08-25 08:52:01,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json used request id req-a481b21a-50d8-49b2-a1ff-6cc9df702b9a 2018-08-25 08:52:01,908 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-25 08:52:01,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:52:01,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:02,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97483063-11ef-4cd5-9880-b249f923206d Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "01de0c1391db46d0b12b14c32c38b1d9"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/01de0c1391db46d0b12b14c32c38b1d9/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "132ea75b7cd34ee092e4a473721e7605"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/132ea75b7cd34ee092e4a473721e7605/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "1520b2469d104ea4be415a5b178b0095"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/1520b2469d104ea4be415a5b178b0095/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "22e00dba20734cdf86f552970b433471"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/22e00dba20734cdf86f552970b433471/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "26b9173b92dd449faad49db61ac9021b"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/26b9173b92dd449faad49db61ac9021b/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "2b551464acb44d10b42eb8bf63d01af0"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/2b551464acb44d10b42eb8bf63d01af0/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "34e4e614a7504a4a926939700444a6bd"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/34e4e614a7504a4a926939700444a6bd/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "36b2772c83a9456eb54fb69243f9d607"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/36b2772c83a9456eb54fb69243f9d607/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "57887e55e97e4f90bb13228907440c9a"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/57887e55e97e4f90bb13228907440c9a/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "8272ed51219a4d2fa50a3f44a73123d7"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/8272ed51219a4d2fa50a3f44a73123d7/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "989b7ff0481e4129b32063c28e2a60c4"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/989b7ff0481e4129b32063c28e2a60c4/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "89d58111967c4124b09131409c7a2a28"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "b49ec36d21074391b6a3820e41429e7b"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28/users/b49ec36d21074391b6a3820e41429e7b/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "dd0bb039cf78430b988fdc4efaaeee0e"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/dd0bb039cf78430b988fdc4efaaeee0e/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"project": {"id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}}, "role": {"id": "81be998a8c144fd78b64821a0e554d7c"}, "user": {"id": "dd0bb039cf78430b988fdc4efaaeee0e"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf/users/dd0bb039cf78430b988fdc4efaaeee0e/roles/81be998a8c144fd78b64821a0e554d7c"}}, {"scope": {"domain": {"id": "6ec72edf6d644b03845d22a021edf743"}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "a12ad7b569284a868db6ef726e7abd2f"}, "links": {"assignment": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743/users/a12ad7b569284a868db6ef726e7abd2f/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}, {"scope": {"system": {"all": true}}, "role": {"id": "78c6ae9c2dcf4a3497e1cabb59379c78"}, "user": {"id": "b49ec36d21074391b6a3820e41429e7b"}, "links": {"assignment": "http://172.30.9.35:5000/v3/system/users/b49ec36d21074391b6a3820e41429e7b/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}}], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-25 08:52:02,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments used request id req-97483063-11ef-4cd5-9880-b249f923206d 2018-08-25 08:52:02,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.187670946121s 2018-08-25 08:52:02,099 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments used request id req-97483063-11ef-4cd5-9880-b249f923206d 2018-08-25 08:52:02,102 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'01de0c1391db46d0b12b14c32c38b1d9'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'132ea75b7cd34ee092e4a473721e7605'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'1520b2469d104ea4be415a5b178b0095'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'22e00dba20734cdf86f552970b433471'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'26b9173b92dd449faad49db61ac9021b'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'2b551464acb44d10b42eb8bf63d01af0'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'34e4e614a7504a4a926939700444a6bd'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'36b2772c83a9456eb54fb69243f9d607'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'57887e55e97e4f90bb13228907440c9a'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'8272ed51219a4d2fa50a3f44a73123d7'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'989b7ff0481e4129b32063c28e2a60c4'}), Munch({'project': u'89d58111967c4124b09131409c7a2a28', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'b49ec36d21074391b6a3820e41429e7b'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'dd0bb039cf78430b988fdc4efaaeee0e'}), Munch({'project': u'2e69723d0b9e4b328d36c55e6c9d7ebf', 'id': u'81be998a8c144fd78b64821a0e554d7c', 'user': u'dd0bb039cf78430b988fdc4efaaeee0e'}), Munch({'domain': u'6ec72edf6d644b03845d22a021edf743', 'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'a12ad7b569284a868db6ef726e7abd2f'}), Munch({'id': u'78c6ae9c2dcf4a3497e1cabb59379c78', 'user': u'b49ec36d21074391b6a3820e41429e7b'})] 2018-08-25 08:52:02,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:02,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:02,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc07ca6d-07f7-4657-9ddc-e1a45cfc54b6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:02,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fc07ca6d-07f7-4657-9ddc-e1a45cfc54b6 2018-08-25 08:52:02,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173872947693s 2018-08-25 08:52:02,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fc07ca6d-07f7-4657-9ddc-e1a45cfc54b6 2018-08-25 08:52:02,281 - 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'member', 'id': u'4755249bc5174b1f950a2f0685e9a6d7'}), 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'74f370a813304644ae1e80a50c8fdfa6'}), 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'78c6ae9c2dcf4a3497e1cabb59379c78'}), 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'81be998a8c144fd78b64821a0e554d7c'}), 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'9f35fff1e7c04001a80d34bb28d264f0'}), 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'swiftoperator', 'id': u'bed9a2647e2e4c0792c97c464140e49a'})] 2018-08-25 08:52:02,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:52:02,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:02,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c020cf6d-241e-4a33-8420-a056751a4243 Date: Sat, 25 Aug 2018 08:52:02 GMT RESP BODY: {"routers": []} 2018-08-25 08:52:02,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-c020cf6d-241e-4a33-8420-a056751a4243 2018-08-25 08:52:02,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0459170341492s 2018-08-25 08:52:02,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-c020cf6d-241e-4a33-8420-a056751a4243 2018-08-25 08:52:02,329 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-25 08:52:02,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:52:02,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:02,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5edeade-4111-49b9-b0dc-96aeea3eb74f x-compute-request-id: req-c5edeade-4111-49b9-b0dc-96aeea3eb74f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 08:52:02,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c5edeade-4111-49b9-b0dc-96aeea3eb74f 2018-08-25 08:52:02,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205132961273s 2018-08-25 08:52:02,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c5edeade-4111-49b9-b0dc-96aeea3eb74f 2018-08-25 08:52:02,535 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-25 08:52:02,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 08:52:02,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-08-25 08:52:02,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:52:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a5e6af5-559c-41bc-801d-8ae554f4ee29 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-25 08:52:02,548 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-2a5e6af5-559c-41bc-801d-8ae554f4ee29 2018-08-25 08:52:02,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:02,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16e6895-fb42-48de-8b45-e23e412807fc Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0deae06599954c6ea2cef507d068fd03"}, "enabled": true, "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e6232b5880c42949bb19e67fabfeef3"}, "enabled": true, "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1015dc7a5e53415eae083d4d9fc44412"}, "enabled": true, "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/18dda3d7aafd499687e45b906cba7eb6"}, "enabled": true, "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2573c4eec85040368a5638d349e1318f"}, "enabled": true, "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2843ed2cd0e941d497a3f21c85e2a5c0"}, "enabled": true, "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b0a320f6d3841f9bd112a2715415cb3"}, "enabled": true, "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3f1ae93bf02b47b88a62597d2785c485"}, "enabled": true, "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5000fff740314f7fa89195cdff25ca4f"}, "enabled": true, "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/58064798ed864de8b000282ea108843b"}, "enabled": true, "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cd30b2d156f4bbb9d29916060cb7dd4"}, "enabled": true, "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3b4a1239544932866167123a33ba1d"}, "enabled": true, "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86c8b0b7acb34012a8d8eeed92a21ead"}, "enabled": true, "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8de3127b11f0427dab486207e8c2e7c0"}, "enabled": true, "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/b36d7cc49d7d485e80008a5860ecfdeb"}, "enabled": true, "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 08:52:02,643 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d16e6895-fb42-48de-8b45-e23e412807fc 2018-08-25 08:52:02,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.104875802994s 2018-08-25 08:52:02,643 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d16e6895-fb42-48de-8b45-e23e412807fc 2018-08-25 08:52:02,649 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'0deae06599954c6ea2cef507d068fd03', 'name': u'neutron'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'0e6232b5880c42949bb19e67fabfeef3', 'name': u'cinder'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'1015dc7a5e53415eae083d4d9fc44412', 'name': u'keystone'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'18dda3d7aafd499687e45b906cba7eb6', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'2573c4eec85040368a5638d349e1318f', 'name': u'placement'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'2843ed2cd0e941d497a3f21c85e2a5c0', 'name': u'heat'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'3b0a320f6d3841f9bd112a2715415cb3', 'name': u'aodh'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'3f1ae93bf02b47b88a62597d2785c485', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'5000fff740314f7fa89195cdff25ca4f', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'58064798ed864de8b000282ea108843b', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'6cd30b2d156f4bbb9d29916060cb7dd4', 'name': u'panko'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'7e3b4a1239544932866167123a33ba1d', 'name': u'nova'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'86c8b0b7acb34012a8d8eeed92a21ead', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8de3127b11f0427dab486207e8c2e7c0', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'b36d7cc49d7d485e80008a5860ecfdeb', 'name': u'cinderv3'})] 2018-08-25 08:52:02,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:52:02,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6584abee7e4e0f1b56491ed7fdc405fdbc111063" 2018-08-25 08:52:02,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6a6ffb64-1fb0-4a5f-b422-a77cade40a86 Date: Sat, 25 Aug 2018 08:52:02 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 08:52:02,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-6a6ffb64-1fb0-4a5f-b422-a77cade40a86 2018-08-25 08:52:02,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0371420383453s 2018-08-25 08:52:02,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-6a6ffb64-1fb0-4a5f-b422-a77cade40a86 2018-08-25 08:52:02,688 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:49:58Z', 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'81050e31-2e88-4e82-8e0c-59b250117352', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'tenant_id': u'2e69723d0b9e4b328d36c55e6c9d7ebf', u'created_at': u'2018-08-25T08:49:58Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'2e69723d0b9e4b328d36c55e6c9d7ebf'})] 2018-08-25 08:52:02,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:52:02,824 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-25 08:52:02,882 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-25 08:52:03,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:52:03,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:52:03,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:52:03,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:03,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c061af-cbb5-4c71-ba62-210b8b0d5f8f 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:52:03,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-50c061af-cbb5-4c71-ba62-210b8b0d5f8f 2018-08-25 08:52:03,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:52:03,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:52:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["GuXLNJdVQla_mpaRh53Kwg"], "issued_at": "2018-08-25T08:52:03.000000Z"}} 2018-08-25 08:52:03,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:03,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:03,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-eb37dd46-e7bf-4dd2-9da5-1df49653a098 Date: Sat, 25 Aug 2018 08:52:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:03,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb37dd46-e7bf-4dd2-9da5-1df49653a098 2018-08-25 08:52:03,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243203878403s 2018-08-25 08:52:03,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb37dd46-e7bf-4dd2-9da5-1df49653a098 2018-08-25 08:52:03,684 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-25 08:52:03,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:52:03,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" -d '{"network": {"name": "tenantnetwork1-net_a8c85594-231f-45f2-b982-ab701232fe4f", "admin_state_up": true}}' 2018-08-25 08:52:04,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-97f63c64-8a44-48aa-9c7b-37df6459b713 Date: Sat, 25 Aug 2018 08:52:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6e809d1c-d87e-4eff-b8bf-d096fa837a1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:03Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_a8c85594-231f-45f2-b982-ab701232fe4f","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:03Z","mtu":1450}} 2018-08-25 08:52:04,107 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-97f63c64-8a44-48aa-9c7b-37df6459b713 2018-08-25 08:52:04,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.422099113464s 2018-08-25 08:52:04,107 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-97f63c64-8a44-48aa-9c7b-37df6459b713 2018-08-25 08:52:04,108 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T08:52:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6e809d1c-d87e-4eff-b8bf-d096fa837a1f', u'provider:segmentation_id': 48, 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_a8c85594-231f-45f2-b982-ab701232fe4f', u'created_at': u'2018-08-25T08:52:03Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 08:52:04,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:04,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-c24ac2fa-5628-4261-b681-149edd5de624 Date: Sat, 25 Aug 2018 08:52:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6e809d1c-d87e-4eff-b8bf-d096fa837a1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:03Z","qos_policy_id":null,"name":"tenantnetwork1-net_a8c85594-231f-45f2-b982-ab701232fe4f","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:03Z","provider:network_type":"vxlan"}]} 2018-08-25 08:52:04,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c24ac2fa-5628-4261-b681-149edd5de624 2018-08-25 08:52:04,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100006103516s 2018-08-25 08:52:04,209 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c24ac2fa-5628-4261-b681-149edd5de624 2018-08-25 08:52:04,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:52:04,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" -d '{"subnet": {"name": "tenantnetwork1-subnet_a8c85594-231f-45f2-b982-ab701232fe4f", "enable_dhcp": true, "network_id": "6e809d1c-d87e-4eff-b8bf-d096fa837a1f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:52:04,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-34eb5c70-ba90-4f0b-b551-8a45f340b26d Date: Sat, 25 Aug 2018 08:52:04 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T08:52: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":"799dafd2-fd38-4efa-83bd-b126ecc94257","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_a8c85594-231f-45f2-b982-ab701232fe4f","enable_dhcp":true,"segment_id":null,"network_id":"6e809d1c-d87e-4eff-b8bf-d096fa837a1f","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:04Z","ip_version":4}} 2018-08-25 08:52:04,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-34eb5c70-ba90-4f0b-b551-8a45f340b26d 2018-08-25 08:52:04,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.522325992584s 2018-08-25 08:52:04,733 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-34eb5c70-ba90-4f0b-b551-8a45f340b26d 2018-08-25 08:52:04,734 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52: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'799dafd2-fd38-4efa-83bd-b126ecc94257', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_a8c85594-231f-45f2-b982-ab701232fe4f', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'6e809d1c-d87e-4eff-b8bf-d096fa837a1f', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:52: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'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:52:04,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:52:04,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "tenantnetwork1-router_a8c85594-231f-45f2-b982-ab701232fe4f", "admin_state_up": true}}' 2018-08-25 08:52:06,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-d3d6a9e8-fe57-4788-b46b-608b0eae62a8 Date: Sat, 25 Aug 2018 08:52:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:04Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:05Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "6549aa8f-6853-4af1-b7a3-b22bd4870694", "name": "tenantnetwork1-router_a8c85594-231f-45f2-b982-ab701232fe4f"}} 2018-08-25 08:52:06,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d3d6a9e8-fe57-4788-b46b-608b0eae62a8 2018-08-25 08:52:06,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.50355482101s 2018-08-25 08:52:06,238 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d3d6a9e8-fe57-4788-b46b-608b0eae62a8 2018-08-25 08:52:06,239 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52:05Z', u'revision_number': 2, u'ha': False, u'id': u'6549aa8f-6853-4af1-b7a3-b22bd4870694', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_a8c85594-231f-45f2-b982-ab701232fe4f', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:52:04Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:52:06,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:52:06,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694/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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" -d '{"subnet_id": "799dafd2-fd38-4efa-83bd-b126ecc94257"}' 2018-08-25 08:52:08,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-10ee5e9b-6054-4a15-987c-0ec0bfc2460a Date: Sat, 25 Aug 2018 08:52:08 GMT RESP BODY: {"network_id": "6e809d1c-d87e-4eff-b8bf-d096fa837a1f", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "799dafd2-fd38-4efa-83bd-b126ecc94257", "subnet_ids": ["799dafd2-fd38-4efa-83bd-b126ecc94257"], "port_id": "31bcd89b-1b7b-4263-90b9-2b11f4ea9d78", "id": "6549aa8f-6853-4af1-b7a3-b22bd4870694"} 2018-08-25 08:52:08,392 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694/add_router_interface.json used request id req-10ee5e9b-6054-4a15-987c-0ec0bfc2460a 2018-08-25 08:52:08,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15309596062s 2018-08-25 08:52:08,393 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694/add_router_interface.json used request id req-10ee5e9b-6054-4a15-987c-0ec0bfc2460a returning object 6549aa8f-6853-4af1-b7a3-b22bd4870694 2018-08-25 08:52:08,505 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:52:08,505 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 08:52:08,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:52:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694/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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" -d '{"subnet_id": "799dafd2-fd38-4efa-83bd-b126ecc94257"}' 2018-08-25 08:52:10,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef27d162-ab47-43e1-aa20-18889dff3b93 Date: Sat, 25 Aug 2018 08:52:10 GMT RESP BODY: {"network_id": "6e809d1c-d87e-4eff-b8bf-d096fa837a1f", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "799dafd2-fd38-4efa-83bd-b126ecc94257", "subnet_ids": ["799dafd2-fd38-4efa-83bd-b126ecc94257"], "port_id": "31bcd89b-1b7b-4263-90b9-2b11f4ea9d78", "id": "6549aa8f-6853-4af1-b7a3-b22bd4870694"} 2018-08-25 08:52:10,421 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694/remove_router_interface.json used request id req-ef27d162-ab47-43e1-aa20-18889dff3b93 2018-08-25 08:52:10,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.91089391708s 2018-08-25 08:52:10,421 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694/remove_router_interface.json used request id req-ef27d162-ab47-43e1-aa20-18889dff3b93 returning object 6549aa8f-6853-4af1-b7a3-b22bd4870694 2018-08-25 08:52:10,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:52:10,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:10,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-529517b5-3606-4a0b-8a89-1e113d363151 Date: Sat, 25 Aug 2018 08:52:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:04Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:09Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "6549aa8f-6853-4af1-b7a3-b22bd4870694", "name": "tenantnetwork1-router_a8c85594-231f-45f2-b982-ab701232fe4f"}]} 2018-08-25 08:52:10,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-529517b5-3606-4a0b-8a89-1e113d363151 2018-08-25 08:52:10,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129774093628s 2018-08-25 08:52:10,552 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-529517b5-3606-4a0b-8a89-1e113d363151 2018-08-25 08:52:10,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:52:10,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:11,899 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2635f2d-8095-4e06-a304-0533b84e837d Content-Length: 0 Date: Sat, 25 Aug 2018 08:52:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:11,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694.json used request id req-e2635f2d-8095-4e06-a304-0533b84e837d 2018-08-25 08:52:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34663581848s 2018-08-25 08:52:11,900 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/6549aa8f-6853-4af1-b7a3-b22bd4870694.json used request id req-e2635f2d-8095-4e06-a304-0533b84e837d 2018-08-25 08:52:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:52:11,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:11,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-32b8691a-72f6-4247-b86e-3cf32788783c Date: Sat, 25 Aug 2018 08:52:11 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:52: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":"799dafd2-fd38-4efa-83bd-b126ecc94257","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_a8c85594-231f-45f2-b982-ab701232fe4f","enable_dhcp":true,"segment_id":null,"network_id":"6e809d1c-d87e-4eff-b8bf-d096fa837a1f","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:04Z","ip_version":4},{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 08:52:11,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-32b8691a-72f6-4247-b86e-3cf32788783c 2018-08-25 08:52:11,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0739450454712s 2018-08-25 08:52:11,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-32b8691a-72f6-4247-b86e-3cf32788783c 2018-08-25 08:52:11,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:52:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/799dafd2-fd38-4efa-83bd-b126ecc94257.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:12,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7b37857-5425-4b47-bfb0-e18e5a509bfc Date: Sat, 25 Aug 2018 08:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:12,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/799dafd2-fd38-4efa-83bd-b126ecc94257.json used request id req-f7b37857-5425-4b47-bfb0-e18e5a509bfc 2018-08-25 08:52:12,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.816540002823s 2018-08-25 08:52:12,793 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/799dafd2-fd38-4efa-83bd-b126ecc94257.json used request id req-f7b37857-5425-4b47-bfb0-e18e5a509bfc 2018-08-25 08:52:12,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:12,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:12,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-68ef3d27-fc1a-4b81-9f6d-349091da04fc Date: Sat, 25 Aug 2018 08:52:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6e809d1c-d87e-4eff-b8bf-d096fa837a1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:12Z","qos_policy_id":null,"name":"tenantnetwork1-net_a8c85594-231f-45f2-b982-ab701232fe4f","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:03Z","provider:network_type":"vxlan"}]} 2018-08-25 08:52:12,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-68ef3d27-fc1a-4b81-9f6d-349091da04fc 2018-08-25 08:52:12,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0867068767548s 2018-08-25 08:52:12,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-68ef3d27-fc1a-4b81-9f6d-349091da04fc 2018-08-25 08:52:12,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:52:12,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/6e809d1c-d87e-4eff-b8bf-d096fa837a1f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}703cf6b35ad65cc003a2dfc47b0997e0b5f5f119" 2018-08-25 08:52:14,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db514296-8ec5-4196-9210-0bb8092f8240 Date: Sat, 25 Aug 2018 08:52:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:14,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/6e809d1c-d87e-4eff-b8bf-d096fa837a1f.json used request id req-db514296-8ec5-4196-9210-0bb8092f8240 2018-08-25 08:52:14,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11896705627s 2018-08-25 08:52:14,001 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/6e809d1c-d87e-4eff-b8bf-d096fa837a1f.json used request id req-db514296-8ec5-4196-9210-0bb8092f8240 2018-08-25 08:52:14,053 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-25 08:52:14,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:52:14,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:52:14,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:52:14,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:52:14,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:52:14,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:52:14,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:52:14,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:52:14,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:52:14,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:14,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f51d2d-8e83-4260-bcb2-1a5c505559ec 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:52:14,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-61f51d2d-8e83-4260-bcb2-1a5c505559ec 2018-08-25 08:52:14,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:52:14,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:52:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["niiMP8wXR2SlI98SVNww3w"], "issued_at": "2018-08-25T08:52:14.000000Z"}} 2018-08-25 08:52:14,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:14,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:15,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-0ddd8f3a-3700-459c-ae05-e38649b6d1bf Date: Sat, 25 Aug 2018 08:52:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:15,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0ddd8f3a-3700-459c-ae05-e38649b6d1bf 2018-08-25 08:52:15,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08754515648s 2018-08-25 08:52:15,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0ddd8f3a-3700-459c-ae05-e38649b6d1bf 2018-08-25 08:52:15,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:15,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:52:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5afb853-10f4-434b-a33d-511202928212 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:52:15,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-f5afb853-10f4-434b-a33d-511202928212 2018-08-25 08:52:15,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:52:15,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:15,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-244c3ce9-51b5-42f4-aae8-e0b51eeec016 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:52:15,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-244c3ce9-51b5-42f4-aae8-e0b51eeec016 2018-08-25 08:52:15,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179405927658s 2018-08-25 08:52:15,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-244c3ce9-51b5-42f4-aae8-e0b51eeec016 2018-08-25 08:52:15,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:52:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a"}}' 2018-08-25 08:52:16,019 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:52:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18d4ee18-e7da-48dd-aab5-4edd1e835796 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.35:5000/v3/projects/9338a03479584d93946afdf6534c2395"}, "tags": [], "enabled": true, "id": "9338a03479584d93946afdf6534c2395", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a"}} 2018-08-25 08:52:16,019 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-18d4ee18-e7da-48dd-aab5-4edd1e835796 2018-08-25 08:52:16,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.23827791214s 2018-08-25 08:52:16,019 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-18d4ee18-e7da-48dd-aab5-4edd1e835796 2018-08-25 08:52:16,020 - 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'9338a03479584d93946afdf6534c2395', '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_fb38f084-add4-4f4d-be27-08095970909a'}) 2018-08-25 08:52:16,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:52:16,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "697e419b-aedd-4dd4-998f-52f8e5f67470", "email": null, "name": "tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a"}}' 2018-08-25 08:52:16,499 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:52:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae7dfa1d-a0e5-4899-8ad3-2c905a4cae0b Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a", "links": {"self": "http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d156d6211af4a26bf7fe9b04eefac4d", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:52:16,499 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-ae7dfa1d-a0e5-4899-8ad3-2c905a4cae0b 2018-08-25 08:52:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473170995712s 2018-08-25 08:52:16,499 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-ae7dfa1d-a0e5-4899-8ad3-2c905a4cae0b 2018-08-25 08:52:16,500 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0d156d6211af4a26bf7fe9b04eefac4d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a'}) 2018-08-25 08:52:16,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:16,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:16,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177470a2-e283-4fea-b05d-4d17b5023b08 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:16,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-177470a2-e283-4fea-b05d-4d17b5023b08 2018-08-25 08:52:16,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.277183055878s 2018-08-25 08:52:16,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-177470a2-e283-4fea-b05d-4d17b5023b08 2018-08-25 08:52:16,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:16,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:16,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b52ac7-8a6a-4cb8-adba-c8613c6f109d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:16,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-92b52ac7-8a6a-4cb8-adba-c8613c6f109d 2018-08-25 08:52:16,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183848142624s 2018-08-25 08:52:16,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-92b52ac7-8a6a-4cb8-adba-c8613c6f109d 2018-08-25 08:52:16,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:16,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:17,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b092d8e1-e0cd-4b7a-9e1f-c607c96a582d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:17,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b092d8e1-e0cd-4b7a-9e1f-c607c96a582d 2018-08-25 08:52:17,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178228855133s 2018-08-25 08:52:17,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b092d8e1-e0cd-4b7a-9e1f-c607c96a582d 2018-08-25 08:52:17,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:52:17,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:17,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e1ff91-18d2-40ac-a271-dc3211995103 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:52:17,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-30e1ff91-18d2-40ac-a271-dc3211995103 2018-08-25 08:52:17,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181295156479s 2018-08-25 08:52:17,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-30e1ff91-18d2-40ac-a271-dc3211995103 2018-08-25 08:52:17,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:52:17,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:17,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a023dd84-1231-424d-b888-82db9e6ce2bf Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a", "links": {"self": "http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d156d6211af4a26bf7fe9b04eefac4d", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:52:17,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-a023dd84-1231-424d-b888-82db9e6ce2bf 2018-08-25 08:52:17,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12669301033s 2018-08-25 08:52:17,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-a023dd84-1231-424d-b888-82db9e6ce2bf 2018-08-25 08:52:17,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:52:17,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:17,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93ec8c9-9415-4584-93ce-1df44ad312a3 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395"}, "tags": [], "enabled": true, "id": "9338a03479584d93946afdf6534c2395", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a"}]} 2018-08-25 08:52:17,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-e93ec8c9-9415-4584-93ce-1df44ad312a3 2018-08-25 08:52:17,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186743974686s 2018-08-25 08:52:17,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-e93ec8c9-9415-4584-93ce-1df44ad312a3 2018-08-25 08:52:17,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:52:17,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=0d156d6211af4a26bf7fe9b04eefac4d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=9338a03479584d93946afdf6534c2395" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:17,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b7ef75-dfe3-455a-93bc-0a6f4d04c990 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=0d156d6211af4a26bf7fe9b04eefac4d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=9338a03479584d93946afdf6534c2395", "previous": null, "next": null}} 2018-08-25 08:52:17,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=0d156d6211af4a26bf7fe9b04eefac4d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=9338a03479584d93946afdf6534c2395 used request id req-b6b7ef75-dfe3-455a-93bc-0a6f4d04c990 2018-08-25 08:52:17,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101871013641s 2018-08-25 08:52:17,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=0d156d6211af4a26bf7fe9b04eefac4d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=9338a03479584d93946afdf6534c2395 used request id req-b6b7ef75-dfe3-455a-93bc-0a6f4d04c990 2018-08-25 08:52:17,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:52:17,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395/users/0d156d6211af4a26bf7fe9b04eefac4d/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:17,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f32ce2e-7fcd-4e99-b3a0-1e0295183a78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:52:17,961 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395/users/0d156d6211af4a26bf7fe9b04eefac4d/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-2f32ce2e-7fcd-4e99-b3a0-1e0295183a78 2018-08-25 08:52:17,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.180767774582s 2018-08-25 08:52:17,961 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395/users/0d156d6211af4a26bf7fe9b04eefac4d/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-2f32ce2e-7fcd-4e99-b3a0-1e0295183a78 2018-08-25 08:52:17,962 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a', 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'9338a03479584d93946afdf6534c2395', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '697e419b-aedd-4dd4-998f-52f8e5f67470', 'username': u'tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:52:17,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:52:17,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:52:17,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:52:17,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:52:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:52:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:52:17,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:52:17,967 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a', 'password': '697e419b-aedd-4dd4-998f-52f8e5f67470', 'project_name': 'tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '9338a03479584d93946afdf6534c2395', 'project_domain_name': 'Default'} 2018-08-25 08:52:17,967 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-25 08:52:17,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:17,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9443fd0b-c6c5-499f-b87e-4ae057b1b99a 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:52:17,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-9443fd0b-c6c5-499f-b87e-4ae057b1b99a 2018-08-25 08:52:17,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:52:18,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T09:52:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9338a03479584d93946afdf6534c2395", "name": "tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/9338a03479584d93946afdf6534c2395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/9338a03479584d93946afdf6534c2395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/9338a03479584d93946afdf6534c2395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9338a03479584d93946afdf6534c2395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/9338a03479584d93946afdf6534c2395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/9338a03479584d93946afdf6534c2395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9338a03479584d93946afdf6534c2395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_9338a03479584d93946afdf6534c2395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9338a03479584d93946afdf6534c2395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/9338a03479584d93946afdf6534c2395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/9338a03479584d93946afdf6534c2395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9338a03479584d93946afdf6534c2395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/9338a03479584d93946afdf6534c2395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/9338a03479584d93946afdf6534c2395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a", "id": "0d156d6211af4a26bf7fe9b04eefac4d"}, "audit_ids": ["LvFwJzdMReGzeXHxaEbXJA"], "issued_at": "2018-08-25T08:52:18.000000Z"}} 2018-08-25 08:52:18,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:52:18,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" -d '{"network": {"name": "tenantnetwork2-net_fb38f084-add4-4f4d-be27-08095970909a", "admin_state_up": true}}' 2018-08-25 08:52:19,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-d4e9f540-1839-4edd-9b9d-77299bc103b9 Date: Sat, 25 Aug 2018 08:52:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"b28c964d-18ad-4ab4-81da-de5e1e32153e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9338a03479584d93946afdf6534c2395","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:18Z","is_default":false,"name":"tenantnetwork2-net_fb38f084-add4-4f4d-be27-08095970909a","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9338a03479584d93946afdf6534c2395","created_at":"2018-08-25T08:52:18Z","mtu":1450}} 2018-08-25 08:52:19,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-d4e9f540-1839-4edd-9b9d-77299bc103b9 2018-08-25 08:52:19,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.655472993851s 2018-08-25 08:52:19,018 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-d4e9f540-1839-4edd-9b9d-77299bc103b9 2018-08-25 08:52:19,018 - 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-08-25T08:52:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'b28c964d-18ad-4ab4-81da-de5e1e32153e', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_fb38f084-add4-4f4d-be27-08095970909a', u'admin_state_up': True, u'tenant_id': u'9338a03479584d93946afdf6534c2395', u'created_at': u'2018-08-25T08:52:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9338a03479584d93946afdf6534c2395', u'l2_adjacency': True}) 2018-08-25 08:52:19,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:19,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:19,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-42e30991-6604-44b2-b62c-183e220afd0c Date: Sat, 25 Aug 2018 08:52:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"b28c964d-18ad-4ab4-81da-de5e1e32153e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9338a03479584d93946afdf6534c2395","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:18Z","qos_policy_id":null,"name":"tenantnetwork2-net_fb38f084-add4-4f4d-be27-08095970909a","admin_state_up":true,"tenant_id":"9338a03479584d93946afdf6534c2395","created_at":"2018-08-25T08:52:18Z","mtu":1450}]} 2018-08-25 08:52:19,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-42e30991-6604-44b2-b62c-183e220afd0c 2018-08-25 08:52:19,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127058029175s 2018-08-25 08:52:19,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-42e30991-6604-44b2-b62c-183e220afd0c 2018-08-25 08:52:19,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:52:19,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" -d '{"subnet": {"name": "tenantnetwork2-subnet_fb38f084-add4-4f4d-be27-08095970909a", "enable_dhcp": true, "network_id": "b28c964d-18ad-4ab4-81da-de5e1e32153e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:52:19,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-05654632-e685-492d-829a-35beb1cc9781 Date: Sat, 25 Aug 2018 08:52:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b28c964d-18ad-4ab4-81da-de5e1e32153e","tenant_id":"9338a03479584d93946afdf6534c2395","created_at":"2018-08-25T08:52:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:52:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9338a03479584d93946afdf6534c2395","id":"8eb619fa-dc49-45a0-bcd9-4975e4550f71","subnetpool_id":null,"name":"tenantnetwork2-subnet_fb38f084-add4-4f4d-be27-08095970909a"}} 2018-08-25 08:52:19,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-05654632-e685-492d-829a-35beb1cc9781 2018-08-25 08:52:19,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.720939159393s 2018-08-25 08:52:19,869 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-05654632-e685-492d-829a-35beb1cc9781 2018-08-25 08:52:19,869 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8eb619fa-dc49-45a0-bcd9-4975e4550f71', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_fb38f084-add4-4f4d-be27-08095970909a', u'enable_dhcp': True, u'network_id': u'b28c964d-18ad-4ab4-81da-de5e1e32153e', u'tenant_id': u'9338a03479584d93946afdf6534c2395', u'created_at': u'2018-08-25T08:52:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9338a03479584d93946afdf6534c2395'}) 2018-08-25 08:52:19,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:52:19,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "tenantnetwork2-router_fb38f084-add4-4f4d-be27-08095970909a", "admin_state_up": true}}' 2018-08-25 08:52:21,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-971da9b8-a0a1-418f-a13e-1c0b2fece013 Date: Sat, 25 Aug 2018 08:52:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9338a03479584d93946afdf6534c2395", "created_at": "2018-08-25T08:52:19Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:21Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "9338a03479584d93946afdf6534c2395", "id": "db17b1c3-1049-4e0e-accc-7affc9a7f0d0", "name": "tenantnetwork2-router_fb38f084-add4-4f4d-be27-08095970909a"}} 2018-08-25 08:52:21,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-971da9b8-a0a1-418f-a13e-1c0b2fece013 2018-08-25 08:52:21,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.06949901581s 2018-08-25 08:52:21,940 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-971da9b8-a0a1-418f-a13e-1c0b2fece013 2018-08-25 08:52:21,940 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52:21Z', u'revision_number': 2, u'id': u'db17b1c3-1049-4e0e-accc-7affc9a7f0d0', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_fb38f084-add4-4f4d-be27-08095970909a', u'admin_state_up': True, u'tenant_id': u'9338a03479584d93946afdf6534c2395', u'created_at': u'2018-08-25T08:52:19Z', u'flavor_id': None, u'routes': [], u'project_id': u'9338a03479584d93946afdf6534c2395'}) 2018-08-25 08:52:21,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:52:21,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0/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}a5ce34e280d3c4de80200aa78935337558c34b79" -d '{"subnet_id": "8eb619fa-dc49-45a0-bcd9-4975e4550f71"}' 2018-08-25 08:52:24,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b32e41b4-c40d-49f7-9739-230ee0066d4b Date: Sat, 25 Aug 2018 08:52:24 GMT RESP BODY: {"network_id": "b28c964d-18ad-4ab4-81da-de5e1e32153e", "tenant_id": "9338a03479584d93946afdf6534c2395", "subnet_id": "8eb619fa-dc49-45a0-bcd9-4975e4550f71", "subnet_ids": ["8eb619fa-dc49-45a0-bcd9-4975e4550f71"], "port_id": "9468d05c-e4d1-46b3-ad56-33c011137b15", "id": "db17b1c3-1049-4e0e-accc-7affc9a7f0d0"} 2018-08-25 08:52:24,200 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0/add_router_interface.json used request id req-b32e41b4-c40d-49f7-9739-230ee0066d4b 2018-08-25 08:52:24,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.25887989998s 2018-08-25 08:52:24,200 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0/add_router_interface.json used request id req-b32e41b4-c40d-49f7-9739-230ee0066d4b returning object db17b1c3-1049-4e0e-accc-7affc9a7f0d0 2018-08-25 08:52:24,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:52:24,327 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 08:52:24,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:52:24,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0/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}a5ce34e280d3c4de80200aa78935337558c34b79" -d '{"subnet_id": "8eb619fa-dc49-45a0-bcd9-4975e4550f71"}' 2018-08-25 08:52:26,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58f069a5-3b96-4217-9798-91d369cb63bc Date: Sat, 25 Aug 2018 08:52:26 GMT RESP BODY: {"network_id": "b28c964d-18ad-4ab4-81da-de5e1e32153e", "tenant_id": "9338a03479584d93946afdf6534c2395", "subnet_id": "8eb619fa-dc49-45a0-bcd9-4975e4550f71", "subnet_ids": ["8eb619fa-dc49-45a0-bcd9-4975e4550f71"], "port_id": "9468d05c-e4d1-46b3-ad56-33c011137b15", "id": "db17b1c3-1049-4e0e-accc-7affc9a7f0d0"} 2018-08-25 08:52:26,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0/remove_router_interface.json used request id req-58f069a5-3b96-4217-9798-91d369cb63bc 2018-08-25 08:52:26,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8826880455s 2018-08-25 08:52:26,215 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0/remove_router_interface.json used request id req-58f069a5-3b96-4217-9798-91d369cb63bc returning object db17b1c3-1049-4e0e-accc-7affc9a7f0d0 2018-08-25 08:52:26,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:52:26,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:26,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-58005925-3d71-4e46-8433-fefe97dccdb0 Date: Sat, 25 Aug 2018 08:52:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9338a03479584d93946afdf6534c2395", "created_at": "2018-08-25T08:52:19Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:25Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "9338a03479584d93946afdf6534c2395", "id": "db17b1c3-1049-4e0e-accc-7affc9a7f0d0", "name": "tenantnetwork2-router_fb38f084-add4-4f4d-be27-08095970909a"}]} 2018-08-25 08:52:26,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-58005925-3d71-4e46-8433-fefe97dccdb0 2018-08-25 08:52:26,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.142505884171s 2018-08-25 08:52:26,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-58005925-3d71-4e46-8433-fefe97dccdb0 2018-08-25 08:52:26,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:52:26,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:27,715 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-797d8062-4217-4a33-bfc6-77a8e3d8c0ca Content-Length: 0 Date: Sat, 25 Aug 2018 08:52:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:27,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0.json used request id req-797d8062-4217-4a33-bfc6-77a8e3d8c0ca 2018-08-25 08:52:27,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3553340435s 2018-08-25 08:52:27,715 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/db17b1c3-1049-4e0e-accc-7affc9a7f0d0.json used request id req-797d8062-4217-4a33-bfc6-77a8e3d8c0ca 2018-08-25 08:52:27,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:52:27,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:27,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-72f0d0c4-ba08-45c2-9043-3c709e7c5746 Date: Sat, 25 Aug 2018 08:52:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b28c964d-18ad-4ab4-81da-de5e1e32153e","tenant_id":"9338a03479584d93946afdf6534c2395","created_at":"2018-08-25T08:52:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:52:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9338a03479584d93946afdf6534c2395","id":"8eb619fa-dc49-45a0-bcd9-4975e4550f71","subnetpool_id":null,"name":"tenantnetwork2-subnet_fb38f084-add4-4f4d-be27-08095970909a"}]} 2018-08-25 08:52:27,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-72f0d0c4-ba08-45c2-9043-3c709e7c5746 2018-08-25 08:52:27,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0716588497162s 2018-08-25 08:52:27,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-72f0d0c4-ba08-45c2-9043-3c709e7c5746 2018-08-25 08:52:27,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:52:27,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/8eb619fa-dc49-45a0-bcd9-4975e4550f71.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:28,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e4d5501-d2a5-4c99-ab79-89ecf1dae2ef Date: Sat, 25 Aug 2018 08:52:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:28,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/8eb619fa-dc49-45a0-bcd9-4975e4550f71.json used request id req-0e4d5501-d2a5-4c99-ab79-89ecf1dae2ef 2018-08-25 08:52:28,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.884085178375s 2018-08-25 08:52:28,674 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/8eb619fa-dc49-45a0-bcd9-4975e4550f71.json used request id req-0e4d5501-d2a5-4c99-ab79-89ecf1dae2ef 2018-08-25 08:52:28,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:28,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:28,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-70f03257-3bf0-4add-bb48-f1f60ffe3810 Date: Sat, 25 Aug 2018 08:52:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b28c964d-18ad-4ab4-81da-de5e1e32153e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9338a03479584d93946afdf6534c2395","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:28Z","qos_policy_id":null,"name":"tenantnetwork2-net_fb38f084-add4-4f4d-be27-08095970909a","admin_state_up":true,"tenant_id":"9338a03479584d93946afdf6534c2395","created_at":"2018-08-25T08:52:18Z","mtu":1450}]} 2018-08-25 08:52:28,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-70f03257-3bf0-4add-bb48-f1f60ffe3810 2018-08-25 08:52:28,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0914840698242s 2018-08-25 08:52:28,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-70f03257-3bf0-4add-bb48-f1f60ffe3810 2018-08-25 08:52:28,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:52:28,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/b28c964d-18ad-4ab4-81da-de5e1e32153e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5ce34e280d3c4de80200aa78935337558c34b79" 2018-08-25 08:52:29,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ffe7572f-0cfa-432f-8003-8a38202b152c Date: Sat, 25 Aug 2018 08:52:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:29,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/b28c964d-18ad-4ab4-81da-de5e1e32153e.json used request id req-ffe7572f-0cfa-432f-8003-8a38202b152c 2018-08-25 08:52:29,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.0764670372s 2018-08-25 08:52:29,844 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/b28c964d-18ad-4ab4-81da-de5e1e32153e.json used request id req-ffe7572f-0cfa-432f-8003-8a38202b152c 2018-08-25 08:52:29,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:52:29,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:30,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68b42bf3-d337-44f8-8d3b-0f748ac83fe8 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a", "links": {"self": "http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d156d6211af4a26bf7fe9b04eefac4d", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:52:30,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-68b42bf3-d337-44f8-8d3b-0f748ac83fe8 2018-08-25 08:52:30,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189142942429s 2018-08-25 08:52:30,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-68b42bf3-d337-44f8-8d3b-0f748ac83fe8 2018-08-25 08:52:30,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:52:30,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:30,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17bdcdd-0f86-49bd-bc8e-04b405112137 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_fb38f084-add4-4f4d-be27-08095970909a", "links": {"self": "http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0d156d6211af4a26bf7fe9b04eefac4d", "description": null}} 2018-08-25 08:52:30,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d used request id req-a17bdcdd-0f86-49bd-bc8e-04b405112137 2018-08-25 08:52:30,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188848018646s 2018-08-25 08:52:30,229 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d used request id req-a17bdcdd-0f86-49bd-bc8e-04b405112137 2018-08-25 08:52:30,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 08:52:30,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:30,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d9590c4-ef08-4c15-89fa-a8029703feeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:52:30,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d used request id req-9d9590c4-ef08-4c15-89fa-a8029703feeb 2018-08-25 08:52:30,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.312969923019s 2018-08-25 08:52:30,543 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/0d156d6211af4a26bf7fe9b04eefac4d used request id req-9d9590c4-ef08-4c15-89fa-a8029703feeb 2018-08-25 08:52:30,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:52:30,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:30,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09412c54-906b-4b94-9d57-31467cd2a93f Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395"}, "tags": [], "enabled": true, "id": "9338a03479584d93946afdf6534c2395", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fb38f084-add4-4f4d-be27-08095970909a"}]} 2018-08-25 08:52:30,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-09412c54-906b-4b94-9d57-31467cd2a93f 2018-08-25 08:52:30,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0990090370178s 2018-08-25 08:52:30,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-09412c54-906b-4b94-9d57-31467cd2a93f 2018-08-25 08:52:30,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 08:52:30,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad8633d02f0f1fa71796760e7ee78ab1fb34c694" 2018-08-25 08:52:30,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29fffb70-4394-4812-a6ff-44b44a159497 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:52:30,924 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395 used request id req-29fffb70-4394-4812-a6ff-44b44a159497 2018-08-25 08:52:30,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.271481990814s 2018-08-25 08:52:30,924 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/9338a03479584d93946afdf6534c2395 used request id req-29fffb70-4394-4812-a6ff-44b44a159497 2018-08-25 08:52:30,972 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:52:31,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:52:31,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:52:31,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:31,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96dcc6b-fa87-4915-a1e3-596816af83a9 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:52:31,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-d96dcc6b-fa87-4915-a1e3-596816af83a9 2018-08-25 08:52:31,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:52:31,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:52:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["W7_pY1HVSDqUq9oc4u713Q"], "issued_at": "2018-08-25T08:52:31.000000Z"}} 2018-08-25 08:52:31,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:31,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:32,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-ce8c730c-649e-4b9a-afe1-25153a262c9f Date: Sat, 25 Aug 2018 08:52:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:32,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ce8c730c-649e-4b9a-afe1-25153a262c9f 2018-08-25 08:52:32,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.946586847305s 2018-08-25 08:52:32,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ce8c730c-649e-4b9a-afe1-25153a262c9f 2018-08-25 08:52:32,398 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-25 08:52:32,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:52:32,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" -d '{"network": {"name": "vmready1-net_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "admin_state_up": true}}' 2018-08-25 08:52:32,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-227e6c17-caec-4bbd-9e1f-7452b07ac5f0 Date: Sat, 25 Aug 2018 08:52:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"03729a59-c64e-44b0-b07e-9175616ed882","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:32Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_4a283ac2-ad69-4f93-8778-32c9ba94d7f8","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:32Z","mtu":1450}} 2018-08-25 08:52:32,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-227e6c17-caec-4bbd-9e1f-7452b07ac5f0 2018-08-25 08:52:32,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.313165903091s 2018-08-25 08:52:32,712 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-227e6c17-caec-4bbd-9e1f-7452b07ac5f0 2018-08-25 08:52:32,712 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T08:52:32Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'03729a59-c64e-44b0-b07e-9175616ed882', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', u'created_at': u'2018-08-25T08:52:32Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 08:52:32,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:32,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:32,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1427 X-Openstack-Request-Id: req-b99054d6-47bd-4061-b718-613d408cb43a Date: Sat, 25 Aug 2018 08:52:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"03729a59-c64e-44b0-b07e-9175616ed882","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:32Z","qos_policy_id":null,"name":"vmready1-net_4a283ac2-ad69-4f93-8778-32c9ba94d7f8","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:32,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b99054d6-47bd-4061-b718-613d408cb43a 2018-08-25 08:52:32,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0932600498199s 2018-08-25 08:52:32,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b99054d6-47bd-4061-b718-613d408cb43a 2018-08-25 08:52:32,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:52:32,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" -d '{"subnet": {"name": "vmready1-subnet_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "enable_dhcp": true, "network_id": "03729a59-c64e-44b0-b07e-9175616ed882", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:52:33,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a5489d2e-b78d-4670-8f58-7072741a643e Date: Sat, 25 Aug 2018 08:52:33 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T08:52:32Z","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":"952ea282-0468-4628-8e62-ceeebbb1e7fc","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_4a283ac2-ad69-4f93-8778-32c9ba94d7f8","enable_dhcp":true,"segment_id":null,"network_id":"03729a59-c64e-44b0-b07e-9175616ed882","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:32Z","ip_version":4}} 2018-08-25 08:52:33,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-a5489d2e-b78d-4670-8f58-7072741a643e 2018-08-25 08:52:33,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.444552183151s 2018-08-25 08:52:33,253 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-a5489d2e-b78d-4670-8f58-7072741a643e 2018-08-25 08:52:33,254 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52:32Z', 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'952ea282-0468-4628-8e62-ceeebbb1e7fc', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'03729a59-c64e-44b0-b07e-9175616ed882', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:52:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:52:33,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:52:33,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "vmready1-router_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "admin_state_up": true}}' 2018-08-25 08:52:34,899 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-8d5025c0-cc2b-4806-aff3-5c33d3df4431 Date: Sat, 25 Aug 2018 08:52:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:33Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:34Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "08795db2-5da5-4d81-978e-481c9f1f043a", "name": "vmready1-router_4a283ac2-ad69-4f93-8778-32c9ba94d7f8"}} 2018-08-25 08:52:34,899 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-8d5025c0-cc2b-4806-aff3-5c33d3df4431 2018-08-25 08:52:34,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.64460706711s 2018-08-25 08:52:34,900 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-8d5025c0-cc2b-4806-aff3-5c33d3df4431 2018-08-25 08:52:34,900 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52:34Z', u'revision_number': 2, u'ha': False, u'id': u'08795db2-5da5-4d81-978e-481c9f1f043a', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:52:33Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:52:34,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:52:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a/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}146611f16f05990130277c848549060c16b3bb82" -d '{"subnet_id": "952ea282-0468-4628-8e62-ceeebbb1e7fc"}' 2018-08-25 08:52:36,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-deb8416b-14a4-4714-8c1b-991624cd8f97 Date: Sat, 25 Aug 2018 08:52:36 GMT RESP BODY: {"network_id": "03729a59-c64e-44b0-b07e-9175616ed882", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "952ea282-0468-4628-8e62-ceeebbb1e7fc", "subnet_ids": ["952ea282-0468-4628-8e62-ceeebbb1e7fc"], "port_id": "a5b10e3b-fd63-4938-8e18-ad25cd4c0999", "id": "08795db2-5da5-4d81-978e-481c9f1f043a"} 2018-08-25 08:52:36,814 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a/add_router_interface.json used request id req-deb8416b-14a4-4714-8c1b-991624cd8f97 2018-08-25 08:52:36,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.91332221031s 2018-08-25 08:52:36,814 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a/add_router_interface.json used request id req-deb8416b-14a4-4714-8c1b-991624cd8f97 returning object 08795db2-5da5-4d81-978e-481c9f1f043a 2018-08-25 08:52:36,815 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:52:36,946 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:52:36,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:36,953 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:52:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:52:36,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:52:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:37,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3d8994cd-e313-4209-96d5-f32241ac6ff2 Date: Sat, 25 Aug 2018 08:52:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:52:37,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3d8994cd-e313-4209-96d5-f32241ac6ff2 2018-08-25 08:52:37,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.807018041611s 2018-08-25 08:52:37,765 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3d8994cd-e313-4209-96d5-f32241ac6ff2 2018-08-25 08:52:37,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:52:37,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8"}' 2018-08-25 08:52:37,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a8d329e6-0e67-4c68-bf97-3ad7e4568060 Date: Sat, 25 Aug 2018 08:52:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:52:37Z", "file": "/v2/images/46878450-195d-44ea-913e-b52345ae0788/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "46878450-195d-44ea-913e-b52345ae0788", "size": null, "self": "/v2/images/46878450-195d-44ea-913e-b52345ae0788", "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_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "checksum": null, "created_at": "2018-08-25T08:52:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:52:37,855 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-a8d329e6-0e67-4c68-bf97-3ad7e4568060 2018-08-25 08:52:37,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0818908214569s 2018-08-25 08:52:37,856 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-a8d329e6-0e67-4c68-bf97-3ad7e4568060 returning object 46878450-195d-44ea-913e-b52345ae0788 2018-08-25 08:52:37,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:52:37,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788/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}146611f16f05990130277c848549060c16b3bb82" -d '' 2018-08-25 08:52:40,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-957508ec-5b7e-4cac-b8d4-5c79cf0bb444 Date: Sat, 25 Aug 2018 08:52:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:52:40,251 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788/file used request id req-957508ec-5b7e-4cac-b8d4-5c79cf0bb444 2018-08-25 08:52:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.39430904388s 2018-08-25 08:52:40,251 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788/file used request id req-957508ec-5b7e-4cac-b8d4-5c79cf0bb444 2018-08-25 08:52:40,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:52:40,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:40,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-3b6a28b3-114d-46f6-9c6d-e331b9272f0d Date: Sat, 25 Aug 2018 08:52:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:52:40Z", "file": "/v2/images/46878450-195d-44ea-913e-b52345ae0788/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "46878450-195d-44ea-913e-b52345ae0788", "size": 12716032, "self": "/v2/images/46878450-195d-44ea-913e-b52345ae0788", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/46878450-195d-44ea-913e-b52345ae0788/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/46878450-195d-44ea-913e-b52345ae0788/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:52:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:52:40,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3b6a28b3-114d-46f6-9c6d-e331b9272f0d 2018-08-25 08:52:40,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0377590656281s 2018-08-25 08:52:40,293 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3b6a28b3-114d-46f6-9c6d-e331b9272f0d 2018-08-25 08:52:40,295 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/46878450-195d-44ea-913e-b52345ae0788/snap', u'metadata': Munch({})})], 'file': u'/v2/images/46878450-195d-44ea-913e-b52345ae0788/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'46878450-195d-44ea-913e-b52345ae0788', 'size': 12716032, u'self': u'/v2/images/46878450-195d-44ea-913e-b52345ae0788', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/46878450-195d-44ea-913e-b52345ae0788/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:52:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:52:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', '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/46878450-195d-44ea-913e-b52345ae0788', 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_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', 'created': u'2018-08-25T08:52:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:52:37Z', 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/46878450-195d-44ea-913e-b52345ae0788', 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_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:52:40,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:52:40,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:52:41,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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-a6005149-0efb-4f7d-a31f-ee53483ff6a7 x-compute-request-id: req-a6005149-0efb-4f7d-a31f-ee53483ff6a7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd", "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": "136ddc88-fa7e-4d7e-8393-68a705d585fd"}} 2018-08-25 08:52:41,138 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-a6005149-0efb-4f7d-a31f-ee53483ff6a7 2018-08-25 08:52:41,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.842594861984s 2018-08-25 08:52:41,139 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-a6005149-0efb-4f7d-a31f-ee53483ff6a7 2018-08-25 08:52:41,139 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_4a283ac2-ad69-4f93-8778-32c9ba94d7f8', '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'89d58111967c4124b09131409c7a2a28', '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'136ddc88-fa7e-4d7e-8393-68a705d585fd', 'swap': 0}) 2018-08-25 08:52:41,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:52:41,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd/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}146611f16f05990130277c848549060c16b3bb82" -d '{"extra_specs": {}}' 2018-08-25 08:52:41,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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-73704418-3179-49cb-bdbf-e0bf3dd1a9a6 x-compute-request-id: req-73704418-3179-49cb-bdbf-e0bf3dd1a9a6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:52:41,280 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd/os-extra_specs used request id req-73704418-3179-49cb-bdbf-e0bf3dd1a9a6 2018-08-25 08:52:41,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.140065908432s 2018-08-25 08:52:41,281 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd/os-extra_specs used request id req-73704418-3179-49cb-bdbf-e0bf3dd1a9a6 2018-08-25 08:52:41,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:52:41,393 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 08:52:41,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:52:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a/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}146611f16f05990130277c848549060c16b3bb82" -d '{"subnet_id": "952ea282-0468-4628-8e62-ceeebbb1e7fc"}' 2018-08-25 08:52:43,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66e0d158-0225-4444-b156-b9499f760037 Date: Sat, 25 Aug 2018 08:52:43 GMT RESP BODY: {"network_id": "03729a59-c64e-44b0-b07e-9175616ed882", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "952ea282-0468-4628-8e62-ceeebbb1e7fc", "subnet_ids": ["952ea282-0468-4628-8e62-ceeebbb1e7fc"], "port_id": "a5b10e3b-fd63-4938-8e18-ad25cd4c0999", "id": "08795db2-5da5-4d81-978e-481c9f1f043a"} 2018-08-25 08:52:43,234 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a/remove_router_interface.json used request id req-66e0d158-0225-4444-b156-b9499f760037 2018-08-25 08:52:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.83659100533s 2018-08-25 08:52:43,234 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a/remove_router_interface.json used request id req-66e0d158-0225-4444-b156-b9499f760037 returning object 08795db2-5da5-4d81-978e-481c9f1f043a 2018-08-25 08:52:43,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:52:43,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:43,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-f10815f7-c6e9-41ac-ba16-f0d9dcfbe13e Date: Sat, 25 Aug 2018 08:52:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:33Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:42Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "08795db2-5da5-4d81-978e-481c9f1f043a", "name": "vmready1-router_4a283ac2-ad69-4f93-8778-32c9ba94d7f8"}]} 2018-08-25 08:52:43,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-f10815f7-c6e9-41ac-ba16-f0d9dcfbe13e 2018-08-25 08:52:43,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.138360977173s 2018-08-25 08:52:43,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-f10815f7-c6e9-41ac-ba16-f0d9dcfbe13e 2018-08-25 08:52:43,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:52:43,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:44,657 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34416a18-7421-4670-96e7-365ade72cb64 Content-Length: 0 Date: Sat, 25 Aug 2018 08:52:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:44,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a.json used request id req-34416a18-7421-4670-96e7-365ade72cb64 2018-08-25 08:52:44,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28259396553s 2018-08-25 08:52:44,658 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/08795db2-5da5-4d81-978e-481c9f1f043a.json used request id req-34416a18-7421-4670-96e7-365ade72cb64 2018-08-25 08:52:44,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:52:44,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:44,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-2118c504-a3ce-4117-8d96-37d2fa8b7fc8 Date: Sat, 25 Aug 2018 08:52:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4},{"updated_at":"2018-08-25T08:52:32Z","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":"952ea282-0468-4628-8e62-ceeebbb1e7fc","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_4a283ac2-ad69-4f93-8778-32c9ba94d7f8","enable_dhcp":true,"segment_id":null,"network_id":"03729a59-c64e-44b0-b07e-9175616ed882","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:32Z","ip_version":4}]} 2018-08-25 08:52:44,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-2118c504-a3ce-4117-8d96-37d2fa8b7fc8 2018-08-25 08:52:44,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0786900520325s 2018-08-25 08:52:44,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-2118c504-a3ce-4117-8d96-37d2fa8b7fc8 2018-08-25 08:52:44,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:52:44,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/952ea282-0468-4628-8e62-ceeebbb1e7fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:45,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a665484a-6664-4c55-b9ef-66f0f6cc124d Date: Sat, 25 Aug 2018 08:52:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:45,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/952ea282-0468-4628-8e62-ceeebbb1e7fc.json used request id req-a665484a-6664-4c55-b9ef-66f0f6cc124d 2018-08-25 08:52:45,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.846197128296s 2018-08-25 08:52:45,585 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/952ea282-0468-4628-8e62-ceeebbb1e7fc.json used request id req-a665484a-6664-4c55-b9ef-66f0f6cc124d 2018-08-25 08:52:45,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:45,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:45,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-93c973a2-9758-4223-8b32-e60b74b0f427 Date: Sat, 25 Aug 2018 08:52:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"03729a59-c64e-44b0-b07e-9175616ed882","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:45Z","qos_policy_id":null,"name":"vmready1-net_4a283ac2-ad69-4f93-8778-32c9ba94d7f8","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:52:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:45,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-93c973a2-9758-4223-8b32-e60b74b0f427 2018-08-25 08:52:45,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257025003433s 2018-08-25 08:52:45,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-93c973a2-9758-4223-8b32-e60b74b0f427 2018-08-25 08:52:45,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:52:45,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/03729a59-c64e-44b0-b07e-9175616ed882.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:46,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f2d5424-c5a5-4ddb-90b7-88d8c1dc1421 Date: Sat, 25 Aug 2018 08:52:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:52:46,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/03729a59-c64e-44b0-b07e-9175616ed882.json used request id req-2f2d5424-c5a5-4ddb-90b7-88d8c1dc1421 2018-08-25 08:52:46,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.882806062698s 2018-08-25 08:52:46,728 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/03729a59-c64e-44b0-b07e-9175616ed882.json used request id req-2f2d5424-c5a5-4ddb-90b7-88d8c1dc1421 2018-08-25 08:52:46,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:52:46,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:46,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-46c93240-ed18-4cba-b5e7-f224ca49a319 Date: Sat, 25 Aug 2018 08:52:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:52:40Z", "file": "/v2/images/46878450-195d-44ea-913e-b52345ae0788/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "46878450-195d-44ea-913e-b52345ae0788", "size": 12716032, "self": "/v2/images/46878450-195d-44ea-913e-b52345ae0788", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/46878450-195d-44ea-913e-b52345ae0788/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/46878450-195d-44ea-913e-b52345ae0788/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:52:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:52:46,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-46c93240-ed18-4cba-b5e7-f224ca49a319 2018-08-25 08:52:46,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250489711761s 2018-08-25 08:52:46,758 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-46c93240-ed18-4cba-b5e7-f224ca49a319 2018-08-25 08:52:46,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:52:46,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:47,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-acc661fe-d38e-42c7-b525-a98e3ea5510d Date: Sat, 25 Aug 2018 08:52:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:52:47,775 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788 used request id req-acc661fe-d38e-42c7-b525-a98e3ea5510d 2018-08-25 08:52:47,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01621484756s 2018-08-25 08:52:47,775 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/46878450-195d-44ea-913e-b52345ae0788 used request id req-acc661fe-d38e-42c7-b525-a98e3ea5510d 2018-08-25 08:52:47,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:52:47,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:47,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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-f15f17d7-2b9a-403e-a766-e6a45959fe14 x-compute-request-id: req-f15f17d7-2b9a-403e-a766-e6a45959fe14 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_4a283ac2-ad69-4f93-8778-32c9ba94d7f8", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd", "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": "136ddc88-fa7e-4d7e-8393-68a705d585fd"}]} 2018-08-25 08:52:47,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-f15f17d7-2b9a-403e-a766-e6a45959fe14 2018-08-25 08:52:47,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025484085083s 2018-08-25 08:52:47,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-f15f17d7-2b9a-403e-a766-e6a45959fe14 2018-08-25 08:52:47,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:52:47,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}146611f16f05990130277c848549060c16b3bb82" 2018-08-25 08:52:47,858 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:52: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-292ba7ee-c8cf-4ce1-b2a0-18f53dba16a6 x-compute-request-id: req-292ba7ee-c8cf-4ce1-b2a0-18f53dba16a6 Content-Length: 0 Content-Type: application/json 2018-08-25 08:52:47,858 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd used request id req-292ba7ee-c8cf-4ce1-b2a0-18f53dba16a6 2018-08-25 08:52:47,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0553448200226s 2018-08-25 08:52:47,859 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/136ddc88-fa7e-4d7e-8393-68a705d585fd used request id req-292ba7ee-c8cf-4ce1-b2a0-18f53dba16a6 2018-08-25 08:52:47,913 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:52:47,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:52:47,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:52:47,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:47,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d24f48-7a30-47b6-8b21-2b205e2d8d1b 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:52:47,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-22d24f48-7a30-47b6-8b21-2b205e2d8d1b 2018-08-25 08:52:47,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:52:48,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["y8n91Y7hTceEL_09Ppimpw"], "issued_at": "2018-08-25T08:52:48.000000Z"}} 2018-08-25 08:52:48,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:48,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:48,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1c34d9dc-b599-4365-bb9c-d910b958d484 Date: Sat, 25 Aug 2018 08:52:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:52:48,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c34d9dc-b599-4365-bb9c-d910b958d484 2018-08-25 08:52:48,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3401927948s 2018-08-25 08:52:48,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c34d9dc-b599-4365-bb9c-d910b958d484 2018-08-25 08:52:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:48,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fdb32f1-92f5-49d8-86d0-a06429cbb2ec 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:52:48,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-2fdb32f1-92f5-49d8-86d0-a06429cbb2ec 2018-08-25 08:52:48,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:52:48,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:48,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ae0190-51bb-48a3-84cc-7dde6baf5a29 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:52:48,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-44ae0190-51bb-48a3-84cc-7dde6baf5a29 2018-08-25 08:52:48,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104416847229s 2018-08-25 08:52:48,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-44ae0190-51bb-48a3-84cc-7dde6baf5a29 2018-08-25 08:52:48,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:52:48,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c"}}' 2018-08-25 08:52:49,023 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10976c97-4a61-4251-9b26-25854cacf0be 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.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762"}, "tags": [], "enabled": true, "id": "a77de8ae909f42a29be5cc2d16de3762", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c"}} 2018-08-25 08:52:49,023 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-10976c97-4a61-4251-9b26-25854cacf0be 2018-08-25 08:52:49,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.212791919708s 2018-08-25 08:52:49,024 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-10976c97-4a61-4251-9b26-25854cacf0be 2018-08-25 08:52:49,024 - 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'a77de8ae909f42a29be5cc2d16de3762', '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_d91b93da-7af2-4d33-8691-07c7fe6a707c'}) 2018-08-25 08:52:49,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:52:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0087b48a-0d09-4d7d-b3eb-d89e2ce0ecfd", "email": null, "name": "vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c"}}' 2018-08-25 08:52:49,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74e55dfd-b4dc-451f-b40c-5a6971606441 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c", "links": {"self": "http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d89f62dec9294a4da8a91ddb24938c95", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:52:49,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-74e55dfd-b4dc-451f-b40c-5a6971606441 2018-08-25 08:52:49,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.515424966812s 2018-08-25 08:52:49,546 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-74e55dfd-b4dc-451f-b40c-5a6971606441 2018-08-25 08:52:49,547 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd89f62dec9294a4da8a91ddb24938c95', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c'}) 2018-08-25 08:52:49,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:49,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:49,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-077b1396-5ea1-47a8-95cd-3c0dd2a88c0e Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:49,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-077b1396-5ea1-47a8-95cd-3c0dd2a88c0e 2018-08-25 08:52:49,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105554103851s 2018-08-25 08:52:49,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-077b1396-5ea1-47a8-95cd-3c0dd2a88c0e 2018-08-25 08:52:49,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:49,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:49,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27b969d-f67d-4b70-8272-926bb0b60697 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:49,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a27b969d-f67d-4b70-8272-926bb0b60697 2018-08-25 08:52:49,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18452501297s 2018-08-25 08:52:49,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a27b969d-f67d-4b70-8272-926bb0b60697 2018-08-25 08:52:49,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:52:49,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:50,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f613c621-74f6-4d38-9bde-97f5678838f8 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:52:50,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-f613c621-74f6-4d38-9bde-97f5678838f8 2018-08-25 08:52:50,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18122792244s 2018-08-25 08:52:50,032 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-f613c621-74f6-4d38-9bde-97f5678838f8 2018-08-25 08:52:50,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:52:50,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:50,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-044ba9b9-34b8-4afd-bd3a-8a74bb9e1d81 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:52:50,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-044ba9b9-34b8-4afd-bd3a-8a74bb9e1d81 2018-08-25 08:52:50,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.165822029114s 2018-08-25 08:52:50,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-044ba9b9-34b8-4afd-bd3a-8a74bb9e1d81 2018-08-25 08:52:50,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:52:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:50,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8c3bda-1ee9-4d6e-9876-5c278346ba9e Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c", "links": {"self": "http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d89f62dec9294a4da8a91ddb24938c95", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:52:50,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-5a8c3bda-1ee9-4d6e-9876-5c278346ba9e 2018-08-25 08:52:50,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110562086105s 2018-08-25 08:52:50,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-5a8c3bda-1ee9-4d6e-9876-5c278346ba9e 2018-08-25 08:52:50,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:52:50,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:50,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34442b4c-42e0-476d-a3e7-ba3795eaf6b4 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762"}, "tags": [], "enabled": true, "id": "a77de8ae909f42a29be5cc2d16de3762", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c"}]} 2018-08-25 08:52:50,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-34442b4c-42e0-476d-a3e7-ba3795eaf6b4 2018-08-25 08:52:50,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178302049637s 2018-08-25 08:52:50,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-34442b4c-42e0-476d-a3e7-ba3795eaf6b4 2018-08-25 08:52:50,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:52:50,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=d89f62dec9294a4da8a91ddb24938c95&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=a77de8ae909f42a29be5cc2d16de3762" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:50,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b67821-b952-4ac5-9754-f2773275bf3c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=d89f62dec9294a4da8a91ddb24938c95&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=a77de8ae909f42a29be5cc2d16de3762", "previous": null, "next": null}} 2018-08-25 08:52:50,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d89f62dec9294a4da8a91ddb24938c95&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=a77de8ae909f42a29be5cc2d16de3762 used request id req-59b67821-b952-4ac5-9754-f2773275bf3c 2018-08-25 08:52:50,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0976529121399s 2018-08-25 08:52:50,610 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d89f62dec9294a4da8a91ddb24938c95&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=a77de8ae909f42a29be5cc2d16de3762 used request id req-59b67821-b952-4ac5-9754-f2773275bf3c 2018-08-25 08:52:50,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:52:50,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762/users/d89f62dec9294a4da8a91ddb24938c95/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:52:50,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b5fda9c-9821-4e18-8dd0-0ff8ded13008 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:52:50,865 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762/users/d89f62dec9294a4da8a91ddb24938c95/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-6b5fda9c-9821-4e18-8dd0-0ff8ded13008 2018-08-25 08:52:50,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.251381158829s 2018-08-25 08:52:50,865 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762/users/d89f62dec9294a4da8a91ddb24938c95/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-6b5fda9c-9821-4e18-8dd0-0ff8ded13008 2018-08-25 08:52:50,866 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c', 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'a77de8ae909f42a29be5cc2d16de3762', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0087b48a-0d09-4d7d-b3eb-d89e2ce0ecfd', 'username': u'vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:52:50,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:52:50,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:52:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:52:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:52:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:52:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:52:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:52:50,870 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c', 'password': '0087b48a-0d09-4d7d-b3eb-d89e2ce0ecfd', 'project_name': 'vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'a77de8ae909f42a29be5cc2d16de3762', 'project_domain_name': 'Default'} 2018-08-25 08:52:50,870 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-25 08:52:50,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:50,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ced98795-cb12-4f67-a6c8-c3a63dd625fb 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:52:50,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-ced98795-cb12-4f67-a6c8-c3a63dd625fb 2018-08-25 08:52:50,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:52:51,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T09:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a77de8ae909f42a29be5cc2d16de3762", "name": "vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/a77de8ae909f42a29be5cc2d16de3762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/a77de8ae909f42a29be5cc2d16de3762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/a77de8ae909f42a29be5cc2d16de3762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/a77de8ae909f42a29be5cc2d16de3762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/a77de8ae909f42a29be5cc2d16de3762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/a77de8ae909f42a29be5cc2d16de3762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_a77de8ae909f42a29be5cc2d16de3762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_a77de8ae909f42a29be5cc2d16de3762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/a77de8ae909f42a29be5cc2d16de3762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/a77de8ae909f42a29be5cc2d16de3762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/a77de8ae909f42a29be5cc2d16de3762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/a77de8ae909f42a29be5cc2d16de3762", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/a77de8ae909f42a29be5cc2d16de3762", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/a77de8ae909f42a29be5cc2d16de3762", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c", "id": "d89f62dec9294a4da8a91ddb24938c95"}, "audit_ids": ["nj22n9KuTbal0uJqxKrV7A"], "issued_at": "2018-08-25T08:52:51.000000Z"}} 2018-08-25 08:52:51,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:52:51,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '{"network": {"name": "vmready2-net_d91b93da-7af2-4d33-8691-07c7fe6a707c", "admin_state_up": true}}' 2018-08-25 08:52:52,626 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-410f61df-e48c-4596-ae6c-e86176b5c1cc Date: Sat, 25 Aug 2018 08:52:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a77de8ae909f42a29be5cc2d16de3762","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:52Z","is_default":false,"name":"vmready2-net_d91b93da-7af2-4d33-8691-07c7fe6a707c","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a77de8ae909f42a29be5cc2d16de3762","created_at":"2018-08-25T08:52:52Z","mtu":1450}} 2018-08-25 08:52:52,626 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-410f61df-e48c-4596-ae6c-e86176b5c1cc 2018-08-25 08:52:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.34119200706s 2018-08-25 08:52:52,627 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-410f61df-e48c-4596-ae6c-e86176b5c1cc 2018-08-25 08:52:52,627 - 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-08-25T08:52:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_d91b93da-7af2-4d33-8691-07c7fe6a707c', u'admin_state_up': True, u'tenant_id': u'a77de8ae909f42a29be5cc2d16de3762', u'created_at': u'2018-08-25T08:52:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a77de8ae909f42a29be5cc2d16de3762', u'l2_adjacency': True}) 2018-08-25 08:52:52,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:52:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:52:52,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-5a807cb6-8120-4235-ab7a-554fe0f5214b Date: Sat, 25 Aug 2018 08:52:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a77de8ae909f42a29be5cc2d16de3762","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:52:52Z","qos_policy_id":null,"name":"vmready2-net_d91b93da-7af2-4d33-8691-07c7fe6a707c","admin_state_up":true,"tenant_id":"a77de8ae909f42a29be5cc2d16de3762","created_at":"2018-08-25T08:52:52Z","mtu":1450}]} 2018-08-25 08:52:52,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5a807cb6-8120-4235-ab7a-554fe0f5214b 2018-08-25 08:52:52,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.136335134506s 2018-08-25 08:52:52,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5a807cb6-8120-4235-ab7a-554fe0f5214b 2018-08-25 08:52:52,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:52:52,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '{"subnet": {"name": "vmready2-subnet_d91b93da-7af2-4d33-8691-07c7fe6a707c", "enable_dhcp": true, "network_id": "bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:52:53,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-076b7398-65af-441c-bf42-e45ffae1e71e Date: Sat, 25 Aug 2018 08:52:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c","tenant_id":"a77de8ae909f42a29be5cc2d16de3762","created_at":"2018-08-25T08:52:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:52: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":"a77de8ae909f42a29be5cc2d16de3762","id":"438383c3-02b9-4bc7-b5da-2cebbcb941d1","subnetpool_id":null,"name":"vmready2-subnet_d91b93da-7af2-4d33-8691-07c7fe6a707c"}} 2018-08-25 08:52:53,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-076b7398-65af-441c-bf42-e45ffae1e71e 2018-08-25 08:52:53,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.613339185715s 2018-08-25 08:52:53,380 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-076b7398-65af-441c-bf42-e45ffae1e71e 2018-08-25 08:52:53,380 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52: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'438383c3-02b9-4bc7-b5da-2cebbcb941d1', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_d91b93da-7af2-4d33-8691-07c7fe6a707c', u'enable_dhcp': True, u'network_id': u'bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c', u'tenant_id': u'a77de8ae909f42a29be5cc2d16de3762', u'created_at': u'2018-08-25T08:52: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'a77de8ae909f42a29be5cc2d16de3762'}) 2018-08-25 08:52:53,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:52:53,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "vmready2-router_d91b93da-7af2-4d33-8691-07c7fe6a707c", "admin_state_up": true}}' 2018-08-25 08:52:55,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e5bf5b78-0c3a-41de-9ac4-68e0b86813d2 Date: Sat, 25 Aug 2018 08:52:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "created_at": "2018-08-25T08:52:53Z", "admin_state_up": true, "updated_at": "2018-08-25T08:52:54Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "a77de8ae909f42a29be5cc2d16de3762", "id": "5eaa6f98-84e1-47a9-8216-c5978826d442", "name": "vmready2-router_d91b93da-7af2-4d33-8691-07c7fe6a707c"}} 2018-08-25 08:52:55,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-e5bf5b78-0c3a-41de-9ac4-68e0b86813d2 2018-08-25 08:52:55,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.74314308167s 2018-08-25 08:52:55,125 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-e5bf5b78-0c3a-41de-9ac4-68e0b86813d2 2018-08-25 08:52:55,125 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:52:54Z', u'revision_number': 2, u'id': u'5eaa6f98-84e1-47a9-8216-c5978826d442', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_d91b93da-7af2-4d33-8691-07c7fe6a707c', u'admin_state_up': True, u'tenant_id': u'a77de8ae909f42a29be5cc2d16de3762', u'created_at': u'2018-08-25T08:52:53Z', u'flavor_id': None, u'routes': [], u'project_id': u'a77de8ae909f42a29be5cc2d16de3762'}) 2018-08-25 08:52:55,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:52:55,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442/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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '{"subnet_id": "438383c3-02b9-4bc7-b5da-2cebbcb941d1"}' 2018-08-25 08:52:57,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-734da0bc-b1e7-47be-95da-a11fdd0e48a7 Date: Sat, 25 Aug 2018 08:52:57 GMT RESP BODY: {"network_id": "bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "subnet_id": "438383c3-02b9-4bc7-b5da-2cebbcb941d1", "subnet_ids": ["438383c3-02b9-4bc7-b5da-2cebbcb941d1"], "port_id": "69942e05-54a1-4f18-939b-29874a42b0e7", "id": "5eaa6f98-84e1-47a9-8216-c5978826d442"} 2018-08-25 08:52:57,332 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442/add_router_interface.json used request id req-734da0bc-b1e7-47be-95da-a11fdd0e48a7 2018-08-25 08:52:57,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20657801628s 2018-08-25 08:52:57,333 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442/add_router_interface.json used request id req-734da0bc-b1e7-47be-95da-a11fdd0e48a7 returning object 5eaa6f98-84e1-47a9-8216-c5978826d442 2018-08-25 08:52:57,333 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:52:57,464 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:52:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:52:57,469 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:52:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:52:57,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:52:57,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:52:57,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7cae58c6-2f98-4f0f-bc1b-7a80db1c108e Date: Sat, 25 Aug 2018 08:52:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:52:57,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-7cae58c6-2f98-4f0f-bc1b-7a80db1c108e 2018-08-25 08:52:57,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299609899521s 2018-08-25 08:52:57,771 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-7cae58c6-2f98-4f0f-bc1b-7a80db1c108e 2018-08-25 08:52:57,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:52:57,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c"}' 2018-08-25 08:52:57,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0863b89b-056d-41a6-bf18-ae53e531a4b3 Date: Sat, 25 Aug 2018 08:52:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:52:57Z", "file": "/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/file", "owner": "a77de8ae909f42a29be5cc2d16de3762", "id": "e14521a9-6648-49f1-9e1a-651fc82ae219", "size": null, "self": "/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219", "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_d91b93da-7af2-4d33-8691-07c7fe6a707c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c", "checksum": null, "created_at": "2018-08-25T08:52:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:52:57,933 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-0863b89b-056d-41a6-bf18-ae53e531a4b3 2018-08-25 08:52:57,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.153696060181s 2018-08-25 08:52:57,933 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-0863b89b-056d-41a6-bf18-ae53e531a4b3 returning object e14521a9-6648-49f1-9e1a-651fc82ae219 2018-08-25 08:52:57,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:52:57,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '' 2018-08-25 08:52:58,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-360fcb73-c5aa-47d7-9e78-37a70a27d19b Date: Sat, 25 Aug 2018 08:52:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:52:58,403 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/file used request id req-360fcb73-c5aa-47d7-9e78-37a70a27d19b 2018-08-25 08:52:58,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.469177007675s 2018-08-25 08:52:58,403 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/file used request id req-360fcb73-c5aa-47d7-9e78-37a70a27d19b 2018-08-25 08:52:58,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:52:58,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:52:58,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-e1bac7b9-9bfb-4175-a206-d9e23ac67c0f Date: Sat, 25 Aug 2018 08:52:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:52:58Z", "file": "/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/file", "owner": "a77de8ae909f42a29be5cc2d16de3762", "id": "e14521a9-6648-49f1-9e1a-651fc82ae219", "size": 12716032, "self": "/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e14521a9-6648-49f1-9e1a-651fc82ae219/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e14521a9-6648-49f1-9e1a-651fc82ae219/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:52:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:52:58,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-e1bac7b9-9bfb-4175-a206-d9e23ac67c0f 2018-08-25 08:52:58,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0361201763153s 2018-08-25 08:52:58,443 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-e1bac7b9-9bfb-4175-a206-d9e23ac67c0f 2018-08-25 08:52:58,445 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e14521a9-6648-49f1-9e1a-651fc82ae219/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/file', 'owner': u'a77de8ae909f42a29be5cc2d16de3762', 'id': u'e14521a9-6648-49f1-9e1a-651fc82ae219', 'size': 12716032, u'self': u'/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a77de8ae909f42a29be5cc2d16de3762', 'name': 'vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e14521a9-6648-49f1-9e1a-651fc82ae219/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:52:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:52:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c', '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/e14521a9-6648-49f1-9e1a-651fc82ae219', 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_d91b93da-7af2-4d33-8691-07c7fe6a707c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c', 'created': u'2018-08-25T08:52:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:52:57Z', 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/e14521a9-6648-49f1-9e1a-651fc82ae219', 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_d91b93da-7af2-4d33-8691-07c7fe6a707c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:52:58,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:52:58,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_d91b93da-7af2-4d33-8691-07c7fe6a707c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:52:58,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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-e6a36f5e-c402-41f3-9824-80ba917b1343 x-compute-request-id: req-e6a36f5e-c402-41f3-9824-80ba917b1343 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_d91b93da-7af2-4d33-8691-07c7fe6a707c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b", "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": "1a333dfa-2b75-4808-b89e-f392a5c8564b"}} 2018-08-25 08:52:58,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-e6a36f5e-c402-41f3-9824-80ba917b1343 2018-08-25 08:52:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.30924987793s 2018-08-25 08:52:58,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-e6a36f5e-c402-41f3-9824-80ba917b1343 2018-08-25 08:52:58,757 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_d91b93da-7af2-4d33-8691-07c7fe6a707c', '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'89d58111967c4124b09131409c7a2a28', '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'1a333dfa-2b75-4808-b89e-f392a5c8564b', 'swap': 0}) 2018-08-25 08:52:58,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:52:58,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b/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}f53c22424a344237a9e915cb3f7b6a68297e7231" -d '{"extra_specs": {}}' 2018-08-25 08:52:58,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:52: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-79efd712-4d43-4078-9750-4ab96742ca6c x-compute-request-id: req-79efd712-4d43-4078-9750-4ab96742ca6c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:52:58,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b/os-extra_specs used request id req-79efd712-4d43-4078-9750-4ab96742ca6c 2018-08-25 08:52:58,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0307819843292s 2018-08-25 08:52:58,789 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b/os-extra_specs used request id req-79efd712-4d43-4078-9750-4ab96742ca6c 2018-08-25 08:52:58,903 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:52:58,903 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 08:52:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:52:58,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442/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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" -d '{"subnet_id": "438383c3-02b9-4bc7-b5da-2cebbcb941d1"}' 2018-08-25 08:53:01,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-517aa021-79f2-4226-a175-ba758f2c38c0 Date: Sat, 25 Aug 2018 08:53:01 GMT RESP BODY: {"network_id": "bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "subnet_id": "438383c3-02b9-4bc7-b5da-2cebbcb941d1", "subnet_ids": ["438383c3-02b9-4bc7-b5da-2cebbcb941d1"], "port_id": "69942e05-54a1-4f18-939b-29874a42b0e7", "id": "5eaa6f98-84e1-47a9-8216-c5978826d442"} 2018-08-25 08:53:01,037 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442/remove_router_interface.json used request id req-517aa021-79f2-4226-a175-ba758f2c38c0 2018-08-25 08:53:01,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.12906718254s 2018-08-25 08:53:01,038 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442/remove_router_interface.json used request id req-517aa021-79f2-4226-a175-ba758f2c38c0 returning object 5eaa6f98-84e1-47a9-8216-c5978826d442 2018-08-25 08:53:01,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:53:01,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:01,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-b6b41dcc-2a94-4cfb-ad23-c686a2ba95eb Date: Sat, 25 Aug 2018 08:53:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "created_at": "2018-08-25T08:52:53Z", "admin_state_up": true, "updated_at": "2018-08-25T08:53:00Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a77de8ae909f42a29be5cc2d16de3762", "id": "5eaa6f98-84e1-47a9-8216-c5978826d442", "name": "vmready2-router_d91b93da-7af2-4d33-8691-07c7fe6a707c"}]} 2018-08-25 08:53:01,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-b6b41dcc-2a94-4cfb-ad23-c686a2ba95eb 2018-08-25 08:53:01,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.139605045319s 2018-08-25 08:53:01,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-b6b41dcc-2a94-4cfb-ad23-c686a2ba95eb 2018-08-25 08:53:01,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:53:01,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:02,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3c4cd9d-2cb7-428d-8ae5-e29f39559db7 Content-Length: 0 Date: Sat, 25 Aug 2018 08:53:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:02,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442.json used request id req-e3c4cd9d-2cb7-428d-8ae5-e29f39559db7 2018-08-25 08:53:02,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.12812399864s 2018-08-25 08:53:02,308 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/5eaa6f98-84e1-47a9-8216-c5978826d442.json used request id req-e3c4cd9d-2cb7-428d-8ae5-e29f39559db7 2018-08-25 08:53:02,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:53:02,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:02,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8bbbfb63-365b-464a-8ce5-a0ec053c5054 Date: Sat, 25 Aug 2018 08:53:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c","tenant_id":"a77de8ae909f42a29be5cc2d16de3762","created_at":"2018-08-25T08:52:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:52: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":"a77de8ae909f42a29be5cc2d16de3762","id":"438383c3-02b9-4bc7-b5da-2cebbcb941d1","subnetpool_id":null,"name":"vmready2-subnet_d91b93da-7af2-4d33-8691-07c7fe6a707c"}]} 2018-08-25 08:53:02,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8bbbfb63-365b-464a-8ce5-a0ec053c5054 2018-08-25 08:53:02,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.118325948715s 2018-08-25 08:53:02,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8bbbfb63-365b-464a-8ce5-a0ec053c5054 2018-08-25 08:53:02,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:53:02,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/438383c3-02b9-4bc7-b5da-2cebbcb941d1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:03,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcf92f5f-5abc-4cc9-8ab5-4b97105667b7 Date: Sat, 25 Aug 2018 08:53:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:03,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/438383c3-02b9-4bc7-b5da-2cebbcb941d1.json used request id req-bcf92f5f-5abc-4cc9-8ab5-4b97105667b7 2018-08-25 08:53:03,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.20317292213s 2018-08-25 08:53:03,632 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/438383c3-02b9-4bc7-b5da-2cebbcb941d1.json used request id req-bcf92f5f-5abc-4cc9-8ab5-4b97105667b7 2018-08-25 08:53:03,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:03,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:03,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-30b5f1a9-5845-410d-8bcb-f96786140ee5 Date: Sat, 25 Aug 2018 08:53:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a77de8ae909f42a29be5cc2d16de3762","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:53:03Z","qos_policy_id":null,"name":"vmready2-net_d91b93da-7af2-4d33-8691-07c7fe6a707c","admin_state_up":true,"tenant_id":"a77de8ae909f42a29be5cc2d16de3762","created_at":"2018-08-25T08:52:52Z","mtu":1450}]} 2018-08-25 08:53:03,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-30b5f1a9-5845-410d-8bcb-f96786140ee5 2018-08-25 08:53:03,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105287075043s 2018-08-25 08:53:03,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-30b5f1a9-5845-410d-8bcb-f96786140ee5 2018-08-25 08:53:03,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:53:03,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:05,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e95526f8-48b1-4afe-8211-a7345926ff30 Date: Sat, 25 Aug 2018 08:53:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:05,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c.json used request id req-e95526f8-48b1-4afe-8211-a7345926ff30 2018-08-25 08:53:05,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26876306534s 2018-08-25 08:53:05,008 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/bf2d6cff-4f0c-4f7c-b84e-3ac442ad104c.json used request id req-e95526f8-48b1-4afe-8211-a7345926ff30 2018-08-25 08:53:05,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:05,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:05,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-dc40ac66-f4ca-4d6d-9e65-07cd6880e0cf Date: Sat, 25 Aug 2018 08:53:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:52:58Z", "file": "/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219/file", "owner": "a77de8ae909f42a29be5cc2d16de3762", "id": "e14521a9-6648-49f1-9e1a-651fc82ae219", "size": 12716032, "self": "/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e14521a9-6648-49f1-9e1a-651fc82ae219/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e14521a9-6648-49f1-9e1a-651fc82ae219/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_d91b93da-7af2-4d33-8691-07c7fe6a707c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:52:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:05,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-dc40ac66-f4ca-4d6d-9e65-07cd6880e0cf 2018-08-25 08:53:05,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352959632874s 2018-08-25 08:53:05,048 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-dc40ac66-f4ca-4d6d-9e65-07cd6880e0cf 2018-08-25 08:53:05,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:53:05,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}76aa498a2e6d5f18bdea6ec26046661ec17d4903" 2018-08-25 08:53:05,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e59c899f-4f43-45fa-96fd-ebe25b15258f Date: Sat, 25 Aug 2018 08:53:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:53:05,780 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219 used request id req-e59c899f-4f43-45fa-96fd-ebe25b15258f 2018-08-25 08:53:05,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.730587005615s 2018-08-25 08:53:05,781 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/e14521a9-6648-49f1-9e1a-651fc82ae219 used request id req-e59c899f-4f43-45fa-96fd-ebe25b15258f 2018-08-25 08:53:05,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:53:05,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:05,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-d2e2f928-4702-4c8f-a875-4bc8f6442d1e x-compute-request-id: req-d2e2f928-4702-4c8f-a875-4bc8f6442d1e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_d91b93da-7af2-4d33-8691-07c7fe6a707c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b", "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": "1a333dfa-2b75-4808-b89e-f392a5c8564b"}]} 2018-08-25 08:53:05,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d2e2f928-4702-4c8f-a875-4bc8f6442d1e 2018-08-25 08:53:05,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239868164062s 2018-08-25 08:53:05,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d2e2f928-4702-4c8f-a875-4bc8f6442d1e 2018-08-25 08:53:05,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:53:05,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:05,838 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:53: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-a4162a50-cf9a-41f5-8f94-42df83a78676 x-compute-request-id: req-a4162a50-cf9a-41f5-8f94-42df83a78676 Content-Length: 0 Content-Type: application/json 2018-08-25 08:53:05,838 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b used request id req-a4162a50-cf9a-41f5-8f94-42df83a78676 2018-08-25 08:53:05,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0312631130219s 2018-08-25 08:53:05,839 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/1a333dfa-2b75-4808-b89e-f392a5c8564b used request id req-a4162a50-cf9a-41f5-8f94-42df83a78676 2018-08-25 08:53:05,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:53:05,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:06,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27be4f16-51ac-487c-991f-1326b4d04f3f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c", "links": {"self": "http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d89f62dec9294a4da8a91ddb24938c95", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:53:06,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-27be4f16-51ac-487c-991f-1326b4d04f3f 2018-08-25 08:53:06,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199777126312s 2018-08-25 08:53:06,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-27be4f16-51ac-487c-991f-1326b4d04f3f 2018-08-25 08:53:06,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:53:06,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:06,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aec5576-1ded-4f4d-bf14-98eff1c435ad Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_d91b93da-7af2-4d33-8691-07c7fe6a707c", "links": {"self": "http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d89f62dec9294a4da8a91ddb24938c95", "description": null}} 2018-08-25 08:53:06,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95 used request id req-6aec5576-1ded-4f4d-bf14-98eff1c435ad 2018-08-25 08:53:06,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22053694725s 2018-08-25 08:53:06,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95 used request id req-6aec5576-1ded-4f4d-bf14-98eff1c435ad 2018-08-25 08:53:06,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 08:53:06,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:06,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9872c2b5-0b1d-44dc-8490-28a573fcef6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:53:06,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95 used request id req-9872c2b5-0b1d-44dc-8490-28a573fcef6f 2018-08-25 08:53:06,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.21556687355s 2018-08-25 08:53:06,482 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/d89f62dec9294a4da8a91ddb24938c95 used request id req-9872c2b5-0b1d-44dc-8490-28a573fcef6f 2018-08-25 08:53:06,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:53:06,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:06,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99978ceb-ef8f-4d5e-8f98-2921372c7f4a Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762"}, "tags": [], "enabled": true, "id": "a77de8ae909f42a29be5cc2d16de3762", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_d91b93da-7af2-4d33-8691-07c7fe6a707c"}]} 2018-08-25 08:53:06,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-99978ceb-ef8f-4d5e-8f98-2921372c7f4a 2018-08-25 08:53:06,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195847988129s 2018-08-25 08:53:06,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-99978ceb-ef8f-4d5e-8f98-2921372c7f4a 2018-08-25 08:53:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 08:53:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f53c22424a344237a9e915cb3f7b6a68297e7231" 2018-08-25 08:53:06,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8a759d5-5ae5-495f-b843-ca1b5d94acbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:53:06,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762 used request id req-e8a759d5-5ae5-495f-b843-ca1b5d94acbc 2018-08-25 08:53:06,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.166420936584s 2018-08-25 08:53:06,856 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/a77de8ae909f42a29be5cc2d16de3762 used request id req-e8a759d5-5ae5-495f-b843-ca1b5d94acbc 2018-08-25 08:53:06,910 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-25 08:53:06,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:53:06,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:53:06,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:53:06,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:53:06,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:53:06,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:53:06,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:53:06,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:53:06,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:53:06,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:53:06,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:53:06,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52ad6a3-6039-49df-b1bb-eb2c38bb9844 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:53:06,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-e52ad6a3-6039-49df-b1bb-eb2c38bb9844 2018-08-25 08:53:06,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:53:07,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["12kGIwY9Sh6j753sKtZ_Ag"], "issued_at": "2018-08-25T08:53:07.000000Z"}} 2018-08-25 08:53:07,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:07,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:07,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-bed81861-0706-4f3b-8b98-589ee220d4c1 Date: Sat, 25 Aug 2018 08:53:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:53:07,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bed81861-0706-4f3b-8b98-589ee220d4c1 2018-08-25 08:53:07,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.32989192009s 2018-08-25 08:53:07,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bed81861-0706-4f3b-8b98-589ee220d4c1 2018-08-25 08:53:07,686 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-25 08:53:07,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:53:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"network": {"name": "singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "admin_state_up": true}}' 2018-08-25 08:53:07,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-6f6ee652-2dc2-41fc-a4d7-4f68a99c2f23 Date: Sat, 25 Aug 2018 08:53:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d44130b1-9d61-4121-98e0-c2f99207f459","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:53:07Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:07Z","mtu":1450}} 2018-08-25 08:53:07,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6f6ee652-2dc2-41fc-a4d7-4f68a99c2f23 2018-08-25 08:53:07,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.244219064713s 2018-08-25 08:53:07,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6f6ee652-2dc2-41fc-a4d7-4f68a99c2f23 2018-08-25 08:53:07,932 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T08:53:07Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd44130b1-9d61-4121-98e0-c2f99207f459', u'provider:segmentation_id': 49, 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_5fd308e8-401c-4ac9-8ce0-97573410f0c1', u'created_at': u'2018-08-25T08:53:07Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 08:53:07,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:08,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-c6c03525-8fe3-4608-a0a9-0d79f41dbd3c Date: Sat, 25 Aug 2018 08:53:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d44130b1-9d61-4121-98e0-c2f99207f459","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:53:07Z","qos_policy_id":null,"name":"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:07Z","provider:network_type":"vxlan"}]} 2018-08-25 08:53:08,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c6c03525-8fe3-4608-a0a9-0d79f41dbd3c 2018-08-25 08:53:08,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0942258834839s 2018-08-25 08:53:08,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c6c03525-8fe3-4608-a0a9-0d79f41dbd3c 2018-08-25 08:53:08,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:53:08,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"subnet": {"name": "singlevm1-subnet_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "enable_dhcp": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:53:08,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5f0897e2-d7c5-4164-bbcd-bc4545c37a5b Date: Sat, 25 Aug 2018 08:53:08 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T08:53: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":"780a805a-a4d2-4e12-839b-10c6c03a877e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_5fd308e8-401c-4ac9-8ce0-97573410f0c1","enable_dhcp":true,"segment_id":null,"network_id":"d44130b1-9d61-4121-98e0-c2f99207f459","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:08Z","ip_version":4}} 2018-08-25 08:53:08,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5f0897e2-d7c5-4164-bbcd-bc4545c37a5b 2018-08-25 08:53:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.420675039291s 2018-08-25 08:53:08,450 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5f0897e2-d7c5-4164-bbcd-bc4545c37a5b 2018-08-25 08:53:08,450 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:53: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'780a805a-a4d2-4e12-839b-10c6c03a877e', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_5fd308e8-401c-4ac9-8ce0-97573410f0c1', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'd44130b1-9d61-4121-98e0-c2f99207f459', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:53: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'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:53:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:53:08,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "singlevm1-router_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "admin_state_up": true}}' 2018-08-25 08:53:09,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 709 X-Openstack-Request-Id: req-0925a7f2-03ee-4f7b-90d4-b580658e37ef Date: Sat, 25 Aug 2018 08:53:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:08Z", "admin_state_up": true, "updated_at": "2018-08-25T08:53:09Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "name": "singlevm1-router_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}} 2018-08-25 08:53:09,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-0925a7f2-03ee-4f7b-90d4-b580658e37ef 2018-08-25 08:53:09,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48338007927s 2018-08-25 08:53:09,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-0925a7f2-03ee-4f7b-90d4-b580658e37ef 2018-08-25 08:53:09,934 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:53:09Z', u'revision_number': 2, u'ha': False, u'id': u'7a1a7bc6-0278-4ba8-9db9-e02395af3c18', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_5fd308e8-401c-4ac9-8ce0-97573410f0c1', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:53:08Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:53:09,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:53:09,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18/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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"subnet_id": "780a805a-a4d2-4e12-839b-10c6c03a877e"}' 2018-08-25 08:53:12,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-92eb5d8d-e07e-4092-8235-bd98c9e7a54b Date: Sat, 25 Aug 2018 08:53:12 GMT RESP BODY: {"network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "780a805a-a4d2-4e12-839b-10c6c03a877e", "subnet_ids": ["780a805a-a4d2-4e12-839b-10c6c03a877e"], "port_id": "673f9d4b-1744-4cf1-a837-9dc1db98ebb3", "id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18"} 2018-08-25 08:53:12,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18/add_router_interface.json used request id req-92eb5d8d-e07e-4092-8235-bd98c9e7a54b 2018-08-25 08:53:12,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.27888989449s 2018-08-25 08:53:12,214 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18/add_router_interface.json used request id req-92eb5d8d-e07e-4092-8235-bd98c9e7a54b returning object 7a1a7bc6-0278-4ba8-9db9-e02395af3c18 2018-08-25 08:53:12,215 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:53:12,347 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:53:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:53:12,353 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:53:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:53:12,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:12,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:13,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-90e3f8de-281a-4d1c-a74d-00d160f6d225 Date: Sat, 25 Aug 2018 08:53:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:13,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-90e3f8de-281a-4d1c-a74d-00d160f6d225 2018-08-25 08:53:13,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.745898008347s 2018-08-25 08:53:13,102 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-90e3f8de-281a-4d1c-a74d-00d160f6d225 2018-08-25 08:53:13,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:53:13,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}' 2018-08-25 08:53:13,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-93fde4b8-23d9-4810-9804-ef0523e3dd89 Date: Sat, 25 Aug 2018 08:53:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:13Z", "file": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "size": null, "self": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "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_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "checksum": null, "created_at": "2018-08-25T08:53:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:53:13,188 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-93fde4b8-23d9-4810-9804-ef0523e3dd89 2018-08-25 08:53:13,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0780501365662s 2018-08-25 08:53:13,188 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-93fde4b8-23d9-4810-9804-ef0523e3dd89 returning object 82f320e5-a2aa-45dd-a701-c0d47f8b2108 2018-08-25 08:53:13,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:53:13,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '' 2018-08-25 08:53:13,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd35ee67-ab78-463e-a87b-a75a2cc5a5ff Date: Sat, 25 Aug 2018 08:53:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:53:13,766 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file used request id req-fd35ee67-ab78-463e-a87b-a75a2cc5a5ff 2018-08-25 08:53:13,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.577107191086s 2018-08-25 08:53:13,766 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file used request id req-fd35ee67-ab78-463e-a87b-a75a2cc5a5ff 2018-08-25 08:53:13,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:13,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:13,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ced715c6-7a0f-408e-83f4-c9827d99258b Date: Sat, 25 Aug 2018 08:53:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:13Z", "file": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "size": 12716032, "self": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:53:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:13,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ced715c6-7a0f-408e-83f4-c9827d99258b 2018-08-25 08:53:13,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256679058075s 2018-08-25 08:53:13,796 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ced715c6-7a0f-408e-83f4-c9827d99258b 2018-08-25 08:53:13,798 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap', u'metadata': Munch({})})], 'file': u'/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'82f320e5-a2aa-45dd-a701-c0d47f8b2108', 'size': 12716032, u'self': u'/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:53:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:53:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1', '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/82f320e5-a2aa-45dd-a701-c0d47f8b2108', 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_5fd308e8-401c-4ac9-8ce0-97573410f0c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1', 'created': u'2018-08-25T08:53:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:53:13Z', 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/82f320e5-a2aa-45dd-a701-c0d47f8b2108', 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_5fd308e8-401c-4ac9-8ce0-97573410f0c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:53:13,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:53:13,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:53:14,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-77222999-f6ba-46a9-af7a-cdf34507084b x-compute-request-id: req-77222999-f6ba-46a9-af7a-cdf34507084b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "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": "d9f230b8-2392-4837-8783-412e0e69dffd"}} 2018-08-25 08:53:14,649 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-77222999-f6ba-46a9-af7a-cdf34507084b 2018-08-25 08:53:14,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.85028886795s 2018-08-25 08:53:14,650 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-77222999-f6ba-46a9-af7a-cdf34507084b 2018-08-25 08:53:14,651 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_5fd308e8-401c-4ac9-8ce0-97573410f0c1', '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'89d58111967c4124b09131409c7a2a28', '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'd9f230b8-2392-4837-8783-412e0e69dffd', 'swap': 0}) 2018-08-25 08:53:14,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:53:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd/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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"extra_specs": {}}' 2018-08-25 08:53:14,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-1291c434-895a-4e90-96b5-6f6bda119b8b x-compute-request-id: req-1291c434-895a-4e90-96b5-6f6bda119b8b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:53:14,672 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd/os-extra_specs used request id req-1291c434-895a-4e90-96b5-6f6bda119b8b 2018-08-25 08:53:14,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207078456879s 2018-08-25 08:53:14,672 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd/os-extra_specs used request id req-1291c434-895a-4e90-96b5-6f6bda119b8b 2018-08-25 08:53:14,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 08:53:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"keypair": {"name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}}' 2018-08-25 08:53:15,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-29ef4078-ac0c-443f-9600-1d60c8928008 x-compute-request-id: req-29ef4078-ac0c-443f-9600-1d60c8928008 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbvJJaM5Pm2FLXMQ1H9cLQM9xbafZZ6Zpv0GfjULmbsYLxKETwzsT0364c4s3EswV21Rv7QaPCCsL05V+tGE0Xl6T7N1kNbGii/fsV165O/rrYmr5mH59Zu1vO7ULqAC8T6kHY9PQMDX5lMQ7z7uy/HqZcpZLg7fQjbRVCIvZn4EC+Jp7Rxh2DFq4q5GwR5/2Px+3FgQLNPf0UqEkkogZO/dd9u7wq4fVOx860IS9MP+2MGu2S0I57+GcnQS9dA37x+JPfX+LnW81Ufr1FvGIURjoAdOTLEAHwdC69TdDbSTyGfSBUBvGY47uvELdBe4eef3jLrR41LIYY9gu7djAp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA27ySWjOT5thS1zENR/XC0DPcW2n2Wemab9Bn41C5m7GC8ShE\n8M7E9N+uHOLNxLMFdtUb+0GjwgrC9OVfrRhNF5ek+zdZDWxoov37FdeuTv662Jq+\nZh+fWbtbzu1C6gAvE+pB2PT0DA1+ZTEO8+7svx6mXKWS4O30I20VQiL2Z+BAviae\n0cYdgxauKuRsEef9j8ftxYECzT39FKhJJKIGTv3Xfbu8KuH1TsfOtCEvTD/tjBrt\nktCOe/hnJ0EvXQN+8fiT31/i51vNVH69RbxiFEY6AHTkyxAB8HQuvU3Q20k8hn0g\nVAbxmOO7rxC3QXuHnn94y60eNSyGGPYLu3YwKQIDAQABAoIBABtLsG5uC8hYROog\nWMMAn2OXnZ7pacW/hASxwcX2CCh0A40LcIztUoAMrSc/cUom5t3dGS27+KipB5C+\nUYVCCImOt9rRBEnrlo/wttj+wtNjRziS+GXdNcFCyePJi09gGHkD14wo2YwJvRK6\n5l2c52HSX94QX097n6Eq8sIVb8B1Wwa3YHc3Ni1BPLcvs/WjOdneyYBMoqE8B+fS\nW3FW9ztm/rM1PXz+XeHoXo7FJYC8er37PnupD7EYB0yf8M4WVmox0fAN5OtbjFKj\n94y/4PsIgmtxR8b7ToergSYD+9v2RkUMht4mdHnoJwqWw0ASkERahqRRWsZMsnuM\ntB9LFxECgYEA8Ra4W7eccjhy5m0ERhPz5hImLK1cPnQzD0OsIqUS4sU3KFVtNaix\nj2ES82fStpGsM9GuX9F20Ll3COE7yUxJONYOY43VEN3ucOY4xnoQflHpXZxAMB9R\nAQ5pHJMco0zyw6oNgeODbIxv8XdKMcaiS0YqHaKjHXVELJICa5vwlQUCgYEA6VPF\ntQL3R9hqbJEtkDSBjQgxezAJwd4hwRLbB5i7/nO5ua92aIB+2/eiqpWNkx2RopHT\n9tmcDJ7y8CFA4W0cXm5rzdWWnQr0Dac2ZHS13dGZOPgi3nxKs27LHbBmAsKQo7Yk\nNu4hIz2tNiXbiECV3kMNGAdMQZoINgxu3ywH19UCgYEA7lKIYloqdBrrMm/YBrJY\nqzmLtSSWiEJz6wX5lrHZ7oQIF34DHEUraVIL2sPqX4G3We5QUvYMXx7H1eZZJI+d\n3mp0BOPDGQ5aVA6xVzp5LXYpm9kG9ssuVz34mD+w0pkRbmyfN6RBWb+mNWu302bJ\nLmIo5ezNFCTFBM49SET52UUCgYEAkO/u0iBDhyeSBFqyWO+kwfyi8AjJJtpbUVnr\nIO7paIhuiD/MZ+HZ674KF7jKtuYZP0kiyCYo31YlRrEBYoaqpqYk5TmWU3soWwrR\nqNku19mJOnA5CMdgh9F87rZSx8ggnPFZ0Z1ejEuVuxsNIbgs4GH6UkDGR8Hs89YJ\nUSxCuvkCgYEAygxTXNb++zhB0gUZavErJ7xFPqGBO39Il4Uk3TgLFs/NDqH/Rt2H\nsSDQDmcr6PHBhPfKyLsZB4D5hfYg2GYSgPhTWGg6ofNm/QYNPv9owj4nAXv1Csl5\nhUVA7hLG3XcW+wYDps+Jd+duv9j6H15aBG82R+5TzlGPX+D4nszqgLo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "b49ec36d21074391b6a3820e41429e7b", "name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "fingerprint": "09:14:3b:1b:2f:a8:1f:ae:7b:cd:5e:aa:b7:cd:5d:65"}} 2018-08-25 08:53:15,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-29ef4078-ac0c-443f-9600-1d60c8928008 2018-08-25 08:53:15,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.379057884216s 2018-08-25 08:53:15,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-29ef4078-ac0c-443f-9600-1d60c8928008 2018-08-25 08:53:15,053 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbvJJaM5Pm2FLXMQ1H9cLQM9xbafZZ6Zpv0GfjULmbsYLxKETwzsT0364c4s3EswV21Rv7QaPCCsL05V+tGE0Xl6T7N1kNbGii/fsV165O/rrYmr5mH59Zu1vO7ULqAC8T6kHY9PQMDX5lMQ7z7uy/HqZcpZLg7fQjbRVCIvZn4EC+Jp7Rxh2DFq4q5GwR5/2Px+3FgQLNPf0UqEkkogZO/dd9u7wq4fVOx860IS9MP+2MGu2S0I57+GcnQS9dA37x+JPfX+LnW81Ufr1FvGIURjoAdOTLEAHwdC69TdDbSTyGfSBUBvGY47uvELdBe4eef3jLrR41LIYY9gu7djAp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA27ySWjOT5thS1zENR/XC0DPcW2n2Wemab9Bn41C5m7GC8ShE\n8M7E9N+uHOLNxLMFdtUb+0GjwgrC9OVfrRhNF5ek+zdZDWxoov37FdeuTv662Jq+\nZh+fWbtbzu1C6gAvE+pB2PT0DA1+ZTEO8+7svx6mXKWS4O30I20VQiL2Z+BAviae\n0cYdgxauKuRsEef9j8ftxYECzT39FKhJJKIGTv3Xfbu8KuH1TsfOtCEvTD/tjBrt\nktCOe/hnJ0EvXQN+8fiT31/i51vNVH69RbxiFEY6AHTkyxAB8HQuvU3Q20k8hn0g\nVAbxmOO7rxC3QXuHnn94y60eNSyGGPYLu3YwKQIDAQABAoIBABtLsG5uC8hYROog\nWMMAn2OXnZ7pacW/hASxwcX2CCh0A40LcIztUoAMrSc/cUom5t3dGS27+KipB5C+\nUYVCCImOt9rRBEnrlo/wttj+wtNjRziS+GXdNcFCyePJi09gGHkD14wo2YwJvRK6\n5l2c52HSX94QX097n6Eq8sIVb8B1Wwa3YHc3Ni1BPLcvs/WjOdneyYBMoqE8B+fS\nW3FW9ztm/rM1PXz+XeHoXo7FJYC8er37PnupD7EYB0yf8M4WVmox0fAN5OtbjFKj\n94y/4PsIgmtxR8b7ToergSYD+9v2RkUMht4mdHnoJwqWw0ASkERahqRRWsZMsnuM\ntB9LFxECgYEA8Ra4W7eccjhy5m0ERhPz5hImLK1cPnQzD0OsIqUS4sU3KFVtNaix\nj2ES82fStpGsM9GuX9F20Ll3COE7yUxJONYOY43VEN3ucOY4xnoQflHpXZxAMB9R\nAQ5pHJMco0zyw6oNgeODbIxv8XdKMcaiS0YqHaKjHXVELJICa5vwlQUCgYEA6VPF\ntQL3R9hqbJEtkDSBjQgxezAJwd4hwRLbB5i7/nO5ua92aIB+2/eiqpWNkx2RopHT\n9tmcDJ7y8CFA4W0cXm5rzdWWnQr0Dac2ZHS13dGZOPgi3nxKs27LHbBmAsKQo7Yk\nNu4hIz2tNiXbiECV3kMNGAdMQZoINgxu3ywH19UCgYEA7lKIYloqdBrrMm/YBrJY\nqzmLtSSWiEJz6wX5lrHZ7oQIF34DHEUraVIL2sPqX4G3We5QUvYMXx7H1eZZJI+d\n3mp0BOPDGQ5aVA6xVzp5LXYpm9kG9ssuVz34mD+w0pkRbmyfN6RBWb+mNWu302bJ\nLmIo5ezNFCTFBM49SET52UUCgYEAkO/u0iBDhyeSBFqyWO+kwfyi8AjJJtpbUVnr\nIO7paIhuiD/MZ+HZ674KF7jKtuYZP0kiyCYo31YlRrEBYoaqpqYk5TmWU3soWwrR\nqNku19mJOnA5CMdgh9F87rZSx8ggnPFZ0Z1ejEuVuxsNIbgs4GH6UkDGR8Hs89YJ\nUSxCuvkCgYEAygxTXNb++zhB0gUZavErJ7xFPqGBO39Il4Uk3TgLFs/NDqH/Rt2H\nsSDQDmcr6PHBhPfKyLsZB4D5hfYg2GYSgPhTWGg6ofNm/QYNPv9owj4nAXv1Csl5\nhUVA7hLG3XcW+wYDps+Jd+duv9j6H15aBG82R+5TzlGPX+D4nszqgLo=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b49ec36d21074391b6a3820e41429e7b', 'name': u'singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1', 'created_at': '2018-08-25T08:53:15.053414', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'09:14:3b:1b:2f:a8:1f:ae:7b:cd:5e:aa:b7:cd:5d:65', 'type': 'ssh', 'id': u'singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1'}) 2018-08-25 08:53:15,053 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA27ySWjOT5thS1zENR/XC0DPcW2n2Wemab9Bn41C5m7GC8ShE 8M7E9N+uHOLNxLMFdtUb+0GjwgrC9OVfrRhNF5ek+zdZDWxoov37FdeuTv662Jq+ Zh+fWbtbzu1C6gAvE+pB2PT0DA1+ZTEO8+7svx6mXKWS4O30I20VQiL2Z+BAviae 0cYdgxauKuRsEef9j8ftxYECzT39FKhJJKIGTv3Xfbu8KuH1TsfOtCEvTD/tjBrt ktCOe/hnJ0EvXQN+8fiT31/i51vNVH69RbxiFEY6AHTkyxAB8HQuvU3Q20k8hn0g VAbxmOO7rxC3QXuHnn94y60eNSyGGPYLu3YwKQIDAQABAoIBABtLsG5uC8hYROog WMMAn2OXnZ7pacW/hASxwcX2CCh0A40LcIztUoAMrSc/cUom5t3dGS27+KipB5C+ UYVCCImOt9rRBEnrlo/wttj+wtNjRziS+GXdNcFCyePJi09gGHkD14wo2YwJvRK6 5l2c52HSX94QX097n6Eq8sIVb8B1Wwa3YHc3Ni1BPLcvs/WjOdneyYBMoqE8B+fS W3FW9ztm/rM1PXz+XeHoXo7FJYC8er37PnupD7EYB0yf8M4WVmox0fAN5OtbjFKj 94y/4PsIgmtxR8b7ToergSYD+9v2RkUMht4mdHnoJwqWw0ASkERahqRRWsZMsnuM tB9LFxECgYEA8Ra4W7eccjhy5m0ERhPz5hImLK1cPnQzD0OsIqUS4sU3KFVtNaix j2ES82fStpGsM9GuX9F20Ll3COE7yUxJONYOY43VEN3ucOY4xnoQflHpXZxAMB9R AQ5pHJMco0zyw6oNgeODbIxv8XdKMcaiS0YqHaKjHXVELJICa5vwlQUCgYEA6VPF tQL3R9hqbJEtkDSBjQgxezAJwd4hwRLbB5i7/nO5ua92aIB+2/eiqpWNkx2RopHT 9tmcDJ7y8CFA4W0cXm5rzdWWnQr0Dac2ZHS13dGZOPgi3nxKs27LHbBmAsKQo7Yk Nu4hIz2tNiXbiECV3kMNGAdMQZoINgxu3ywH19UCgYEA7lKIYloqdBrrMm/YBrJY qzmLtSSWiEJz6wX5lrHZ7oQIF34DHEUraVIL2sPqX4G3We5QUvYMXx7H1eZZJI+d 3mp0BOPDGQ5aVA6xVzp5LXYpm9kG9ssuVz34mD+w0pkRbmyfN6RBWb+mNWu302bJ LmIo5ezNFCTFBM49SET52UUCgYEAkO/u0iBDhyeSBFqyWO+kwfyi8AjJJtpbUVnr IO7paIhuiD/MZ+HZ674KF7jKtuYZP0kiyCYo31YlRrEBYoaqpqYk5TmWU3soWwrR qNku19mJOnA5CMdgh9F87rZSx8ggnPFZ0Z1ejEuVuxsNIbgs4GH6UkDGR8Hs89YJ USxCuvkCgYEAygxTXNb++zhB0gUZavErJ7xFPqGBO39Il4Uk3TgLFs/NDqH/Rt2H sSDQDmcr6PHBhPfKyLsZB4D5hfYg2GYSgPhTWGg6ofNm/QYNPv9owj4nAXv1Csl5 hUVA7hLG3XcW+wYDps+Jd+duv9j6H15aBG82R+5TzlGPX+D4nszqgLo= -----END RSA PRIVATE KEY----- 2018-08-25 08:53:15,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 08:53:15,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"security_group": {"name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-25 08:53:15,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-54841a44-7349-4284-a56d-5d111dbd46c8 Date: Sat, 25 Aug 2018 08:53:15 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:15Z", "updated_at": "2018-08-25T08:53:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "322b3248-3b45-4132-9901-579063499d9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "7fc46c14-3033-42c7-95cd-b7dac2fd6ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}} 2018-08-25 08:53:15,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-54841a44-7349-4284-a56d-5d111dbd46c8 2018-08-25 08:53:15,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.172414064407s 2018-08-25 08:53:15,229 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-54841a44-7349-4284-a56d-5d111dbd46c8 2018-08-25 08:53:15,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:53:15,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:15,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-7045ecea-e40d-40b7-80a2-982f4330abc3 Date: Sat, 25 Aug 2018 08:53:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "created_at": "2018-08-25T08:49:54Z", "updated_at": "2018-08-25T08:49:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "a6aa2f16-7f4a-4ef3-a026-0d1e88f1bc5b", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "b7a57fd6-1964-441f-8e54-e204cb77e159", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "c2e65dc8-f84a-419b-a790-f8b2eea47d17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "d941f39b-587f-4a6f-8b40-0d3506d876ca", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}], "revision_number": 1, "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:03Z", "updated_at": "2018-08-25T08:52:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "33ff8962-b2f8-4c5a-b2a2-f2197561c5ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "3475126f-9473-4fc7-995b-d5bcbfa3baef", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "6042a3b6-4628-4dc1-a9df-db5986772253", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "73ff1196-2110-47f5-81bb-3ebe9f33e743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:15Z", "updated_at": "2018-08-25T08:53:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "322b3248-3b45-4132-9901-579063499d9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "7fc46c14-3033-42c7-95cd-b7dac2fd6ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-25T08:52:05Z", "updated_at": "2018-08-25T08:52:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "4f54c5ea-1a21-4be4-b960-d09c11082f65", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "62c203cb-faa3-4dd3-9e39-da040e450073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "88d0c890-70ad-4186-a760-1c8111c0af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "8fc0e382-9e25-479e-8295-a1ba5287fccb", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "94d57225-86cb-4a10-a6b1-d438718a4488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "created_at": "2018-08-25T08:52:52Z", "updated_at": "2018-08-25T08:52:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4ab1ecfe-a0f7-49cf-87c3-aaa2352c964b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4cbcf4fd-66d5-4fe7-a36b-4e5e7af3f870", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "a787def7-68b4-43d6-ad1e-2b3f29c14453", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "c0a7dd34-e42b-4833-900a-c496f081f7ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}], "revision_number": 1, "project_id": "a77de8ae909f42a29be5cc2d16de3762", "id": "d158fc6b-2387-4df2-853c-f4647ca802af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9338a03479584d93946afdf6534c2395", "created_at": "2018-08-25T08:52:18Z", "updated_at": "2018-08-25T08:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "1642d302-e288-4aba-a020-2f50ef05ad37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "61f75da2-9c7d-4c61-bd6b-27311d881afd", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "66fcbabe-1034-476e-8f84-bd4309d9273d", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "9400fc83-141b-4ccd-8ced-dcdadba5ca16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}], "revision_number": 1, "project_id": "9338a03479584d93946afdf6534c2395", "id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "name": "default"}]} 2018-08-25 08:53:15,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-7045ecea-e40d-40b7-80a2-982f4330abc3 2018-08-25 08:53:15,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0654470920563s 2018-08-25 08:53:15,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-7045ecea-e40d-40b7-80a2-982f4330abc3 2018-08-25 08:53:15,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:53:15,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -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": "939a406f-b80d-48c2-88a3-2d36c91c1a12"}}' 2018-08-25 08:53:15,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1382e670-a905-4403-b668-845a78b01c16 Date: Sat, 25 Aug 2018 08:53:15 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-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:15Z", "project_id": "89d58111967c4124b09131409c7a2a28", "id": "de547872-8607-4284-8f9a-7c0b8404df07"}} 2018-08-25 08:53:15,448 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-1382e670-a905-4403-b668-845a78b01c16 2018-08-25 08:53:15,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144214868546s 2018-08-25 08:53:15,449 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-1382e670-a905-4403-b668-845a78b01c16 2018-08-25 08:53:15,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:53:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:15,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-3cfe2d34-549e-4209-ab8c-f60d6602cd49 Date: Sat, 25 Aug 2018 08:53:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "created_at": "2018-08-25T08:49:54Z", "updated_at": "2018-08-25T08:49:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "a6aa2f16-7f4a-4ef3-a026-0d1e88f1bc5b", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "b7a57fd6-1964-441f-8e54-e204cb77e159", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "c2e65dc8-f84a-419b-a790-f8b2eea47d17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "d941f39b-587f-4a6f-8b40-0d3506d876ca", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}], "revision_number": 1, "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:03Z", "updated_at": "2018-08-25T08:52:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "33ff8962-b2f8-4c5a-b2a2-f2197561c5ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "3475126f-9473-4fc7-995b-d5bcbfa3baef", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "6042a3b6-4628-4dc1-a9df-db5986772253", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "73ff1196-2110-47f5-81bb-3ebe9f33e743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:15Z", "updated_at": "2018-08-25T08:53:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "322b3248-3b45-4132-9901-579063499d9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "7fc46c14-3033-42c7-95cd-b7dac2fd6ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "de547872-8607-4284-8f9a-7c0b8404df07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": 22, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 2, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-25T08:52:05Z", "updated_at": "2018-08-25T08:52:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "4f54c5ea-1a21-4be4-b960-d09c11082f65", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "62c203cb-faa3-4dd3-9e39-da040e450073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "88d0c890-70ad-4186-a760-1c8111c0af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "8fc0e382-9e25-479e-8295-a1ba5287fccb", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "94d57225-86cb-4a10-a6b1-d438718a4488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "created_at": "2018-08-25T08:52:52Z", "updated_at": "2018-08-25T08:52:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4ab1ecfe-a0f7-49cf-87c3-aaa2352c964b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4cbcf4fd-66d5-4fe7-a36b-4e5e7af3f870", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "a787def7-68b4-43d6-ad1e-2b3f29c14453", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "c0a7dd34-e42b-4833-900a-c496f081f7ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}], "revision_number": 1, "project_id": "a77de8ae909f42a29be5cc2d16de3762", "id": "d158fc6b-2387-4df2-853c-f4647ca802af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9338a03479584d93946afdf6534c2395", "created_at": "2018-08-25T08:52:18Z", "updated_at": "2018-08-25T08:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "1642d302-e288-4aba-a020-2f50ef05ad37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "61f75da2-9c7d-4c61-bd6b-27311d881afd", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "66fcbabe-1034-476e-8f84-bd4309d9273d", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "9400fc83-141b-4ccd-8ced-dcdadba5ca16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}], "revision_number": 1, "project_id": "9338a03479584d93946afdf6534c2395", "id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "name": "default"}]} 2018-08-25 08:53:15,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-3cfe2d34-549e-4209-ab8c-f60d6602cd49 2018-08-25 08:53:15,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0560269355774s 2018-08-25 08:53:15,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-3cfe2d34-549e-4209-ab8c-f60d6602cd49 2018-08-25 08:53:15,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:53:15,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -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": "939a406f-b80d-48c2-88a3-2d36c91c1a12"}}' 2018-08-25 08:53:15,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f86dcff2-44b7-458e-9b60-c03bf03c43fc Date: Sat, 25 Aug 2018 08:53:15 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-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "port_range_min": null, "revision_number": 0, "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:15Z", "project_id": "89d58111967c4124b09131409c7a2a28", "id": "242a6234-23b1-4bca-bba2-e0e1fe1136bf"}} 2018-08-25 08:53:15,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-f86dcff2-44b7-458e-9b60-c03bf03c43fc 2018-08-25 08:53:15,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.123933076859s 2018-08-25 08:53:15,637 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-f86dcff2-44b7-458e-9b60-c03bf03c43fc 2018-08-25 08:53:15,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:15,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:15,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-6707534e-d3be-46b9-86c2-2b7a64073dc1 Date: Sat, 25 Aug 2018 08:53:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d44130b1-9d61-4121-98e0-c2f99207f459","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":["780a805a-a4d2-4e12-839b-10c6c03a877e"],"description":"","tags":[],"updated_at":"2018-08-25T08:53:08Z","qos_policy_id":null,"name":"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:07Z","provider:network_type":"vxlan"}]} 2018-08-25 08:53:15,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6707534e-d3be-46b9-86c2-2b7a64073dc1 2018-08-25 08:53:15,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342417001724s 2018-08-25 08:53:15,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6707534e-d3be-46b9-86c2-2b7a64073dc1 2018-08-25 08:53:15,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:15,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:16,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-824044a8-384d-44cb-99e9-7d04b8b654a5 Date: Sat, 25 Aug 2018 08:53:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:13Z", "file": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "size": 12716032, "self": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:53:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:16,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-824044a8-384d-44cb-99e9-7d04b8b654a5 2018-08-25 08:53:16,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0241720676422s 2018-08-25 08:53:16,010 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-824044a8-384d-44cb-99e9-7d04b8b654a5 2018-08-25 08:53:16,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:53:16,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:16,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-3f876a3e-9710-4e50-a0fa-b2bf506bf61f x-compute-request-id: req-3f876a3e-9710-4e50-a0fa-b2bf506bf61f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "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": "d9f230b8-2392-4837-8783-412e0e69dffd"}]} 2018-08-25 08:53:16,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-3f876a3e-9710-4e50-a0fa-b2bf506bf61f 2018-08-25 08:53:16,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0203649997711s 2018-08-25 08:53:16,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-3f876a3e-9710-4e50-a0fa-b2bf506bf61f 2018-08-25 08:53:16,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:53:16,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"server": {"name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "imageRef": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "flavorRef": "d9f230b8-2392-4837-8783-412e0e69dffd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d44130b1-9d61-4121-98e0-c2f99207f459"}], "security_groups": [{"name": "939a406f-b80d-48c2-88a3-2d36c91c1a12"}]}}' 2018-08-25 08:53:18,765 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0aa5b1a8-a78f-45d3-9541-2508ce09624f x-compute-request-id: req-0aa5b1a8-a78f-45d3-9541-2508ce09624f Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "939a406f-b80d-48c2-88a3-2d36c91c1a12"}], "OS-DCF:diskConfig": "MANUAL", "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "adminPass": "RWNvQR3DExyc"}} 2018-08-25 08:53:18,766 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-0aa5b1a8-a78f-45d3-9541-2508ce09624f 2018-08-25 08:53:18,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.73134088516s 2018-08-25 08:53:18,766 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-0aa5b1a8-a78f-45d3-9541-2508ce09624f 2018-08-25 08:53:18,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:18,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:19,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-c1d7fbdf-4965-463f-bac9-79b5031d575f x-compute-request-id: req-c1d7fbdf-4965-463f-bac9-79b5031d575f 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.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "image": {"id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "links": [{"href": "http://172.30.9.35:8774/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9f230b8-2392-4837-8783-412e0e69dffd", "links": [{"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "bookmark"}]}, "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "user_id": "b49ec36d21074391b6a3820e41429e7b", "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-08-25T08:53:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "created": "2018-08-25T08:53:18Z", "tenant_id": "89d58111967c4124b09131409c7a2a28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:53:19,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c1d7fbdf-4965-463f-bac9-79b5031d575f 2018-08-25 08:53:19,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812585115433s 2018-08-25 08:53:19,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c1d7fbdf-4965-463f-bac9-79b5031d575f 2018-08-25 08:53:19,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:19,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:19,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-dcb316d7-bcb0-4227-8151-b0402a69ff8f Date: Sat, 25 Aug 2018 08:53:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d44130b1-9d61-4121-98e0-c2f99207f459","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":["780a805a-a4d2-4e12-839b-10c6c03a877e"],"description":"","tags":[],"updated_at":"2018-08-25T08:53:08Z","qos_policy_id":null,"name":"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:07Z","provider:network_type":"vxlan"}]} 2018-08-25 08:53:19,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-dcb316d7-bcb0-4227-8151-b0402a69ff8f 2018-08-25 08:53:19,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0804810523987s 2018-08-25 08:53:19,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-dcb316d7-bcb0-4227-8151-b0402a69ff8f 2018-08-25 08:53:19,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:53:19,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:19,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-5804a0be-fab4-4509-b600-2a0df67c7e23 Date: Sat, 25 Aug 2018 08:53:19 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:53: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":"780a805a-a4d2-4e12-839b-10c6c03a877e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_5fd308e8-401c-4ac9-8ce0-97573410f0c1","enable_dhcp":true,"segment_id":null,"network_id":"d44130b1-9d61-4121-98e0-c2f99207f459","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:08Z","ip_version":4},{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 08:53:19,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5804a0be-fab4-4509-b600-2a0df67c7e23 2018-08-25 08:53:19,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0513451099396s 2018-08-25 08:53:19,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5804a0be-fab4-4509-b600-2a0df67c7e23 2018-08-25 08:53:19,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:53:21,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:21,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:22,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-4097dd5c-648a-4632-addb-180b71a87323 x-compute-request-id: req-4097dd5c-648a-4632-addb-180b71a87323 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "image": {"id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "links": [{"href": "http://172.30.9.35:8774/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9f230b8-2392-4837-8783-412e0e69dffd", "links": [{"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "bookmark"}]}, "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "user_id": "b49ec36d21074391b6a3820e41429e7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:53:21Z", "hostId": "87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "created": "2018-08-25T08:53:18Z", "tenant_id": "89d58111967c4124b09131409c7a2a28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:53:22,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4097dd5c-648a-4632-addb-180b71a87323 2018-08-25 08:53:22,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13154888153s 2018-08-25 08:53:22,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4097dd5c-648a-4632-addb-180b71a87323 2018-08-25 08:53:22,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:53:24,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:24,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:25,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-54939b25-54b2-425a-a517-4c5b92925168 x-compute-request-id: req-54939b25-54b2-425a-a517-4c5b92925168 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "image": {"id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "links": [{"href": "http://172.30.9.35:8774/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9f230b8-2392-4837-8783-412e0e69dffd", "links": [{"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "bookmark"}]}, "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "security_groups": [{"name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}], "user_id": "b49ec36d21074391b6a3820e41429e7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:53:24Z", "hostId": "87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "created": "2018-08-25T08:53:18Z", "tenant_id": "89d58111967c4124b09131409c7a2a28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:53:25,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-54939b25-54b2-425a-a517-4c5b92925168 2018-08-25 08:53:25,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425971984863s 2018-08-25 08:53:25,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-54939b25-54b2-425a-a517-4c5b92925168 2018-08-25 08:53:25,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:53:27,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:27,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:28,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-12cba3ba-9a80-4ed6-9cfa-37929e34ab71 x-compute-request-id: req-12cba3ba-9a80-4ed6-9cfa-37929e34ab71 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:6e:29", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "image": {"id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "links": [{"href": "http://172.30.9.35:8774/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d9f230b8-2392-4837-8783-412e0e69dffd", "links": [{"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "bookmark"}]}, "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "security_groups": [{"name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}], "user_id": "b49ec36d21074391b6a3820e41429e7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:53:24Z", "hostId": "87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "created": "2018-08-25T08:53:18Z", "tenant_id": "89d58111967c4124b09131409c7a2a28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:53:28,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12cba3ba-9a80-4ed6-9cfa-37929e34ab71 2018-08-25 08:53:28,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.65817117691s 2018-08-25 08:53:28,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12cba3ba-9a80-4ed6-9cfa-37929e34ab71 2018-08-25 08:53:28,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:53:30,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:31,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-174d81d5-0cf8-4188-b4d2-073faaec652d x-compute-request-id: req-174d81d5-0cf8-4188-b4d2-073faaec652d Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:6e:29", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "image": {"id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "links": [{"href": "http://172.30.9.35:8774/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-25T08:53:30.000000", "flavor": {"id": "d9f230b8-2392-4837-8783-412e0e69dffd", "links": [{"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "bookmark"}]}, "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "security_groups": [{"name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}], "user_id": "b49ec36d21074391b6a3820e41429e7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:53:30Z", "hostId": "87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "created": "2018-08-25T08:53:18Z", "tenant_id": "89d58111967c4124b09131409c7a2a28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:53:31,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-174d81d5-0cf8-4188-b4d2-073faaec652d 2018-08-25 08:53:31,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.879420995712s 2018-08-25 08:53:31,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-174d81d5-0cf8-4188-b4d2-073faaec652d 2018-08-25 08:53:31,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:53:31,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=00430bb2-cf9b-48b3-a029-8aefa8cbc882" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:31,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-8c722bc8-8506-4220-b38d-f9b1d2837f1c Date: Sat, 25 Aug 2018 08:53:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:53:29Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"780a805a-a4d2-4e12-839b-10c6c03a877e","ip_address":"192.168.120.4"}],"id":"7916e636-94fe-45bc-93a8-0395014374d3","security_groups":["939a406f-b80d-48c2-88a3-2d36c91c1a12"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:6e:29","project_id":"89d58111967c4124b09131409c7a2a28","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d44130b1-9d61-4121-98e0-c2f99207f459","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:23Z","binding:vnic_type":"normal","device_id":"00430bb2-cf9b-48b3-a029-8aefa8cbc882","ip_allocation":"immediate"}]} 2018-08-25 08:53:31,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=00430bb2-cf9b-48b3-a029-8aefa8cbc882 used request id req-8c722bc8-8506-4220-b38d-f9b1d2837f1c 2018-08-25 08:53:31,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.042062997818s 2018-08-25 08:53:31,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=00430bb2-cf9b-48b3-a029-8aefa8cbc882 used request id req-8c722bc8-8506-4220-b38d-f9b1d2837f1c 2018-08-25 08:53:31,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:31,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=7916e636-94fe-45bc-93a8-0395014374d3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:32,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ff6067e6-e1bc-47e8-b5c1-97a3d7fd21a2 Date: Sat, 25 Aug 2018 08:53:32 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:53:32,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=7916e636-94fe-45bc-93a8-0395014374d3 used request id req-ff6067e6-e1bc-47e8-b5c1-97a3d7fd21a2 2018-08-25 08:53:32,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.207658052444s 2018-08-25 08:53:32,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=7916e636-94fe-45bc-93a8-0395014374d3 used request id req-ff6067e6-e1bc-47e8-b5c1-97a3d7fd21a2 2018-08-25 08:53:32,102 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cf:6e:29', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'82f320e5-a2aa-45dd-a701-c0d47f8b2108'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-25T08:53:30.000000', 'flavor': Munch({u'id': u'd9f230b8-2392-4837-8783-412e0e69dffd'}), 'az': u'nova', 'id': u'00430bb2-cf9b-48b3-a029-8aefa8cbc882', 'security_groups': [Munch({u'name': u'singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b49ec36d21074391b6a3820e41429e7b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', '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-08-25T08:53:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:53:30Z', 'hostId': u'87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-25T08:53:30.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'89d58111967c4124b09131409c7a2a28', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1', 'adminPass': u'RWNvQR3DExyc', 'tenant_id': u'89d58111967c4124b09131409c7a2a28', 'created_at': u'2018-08-25T08:53:18Z', 'created': u'2018-08-25T08:53:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:53:32,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:32,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:32,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-1e56599d-ea29-42d5-a894-13e4cf1fb7c3 Date: Sat, 25 Aug 2018 08:53:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d44130b1-9d61-4121-98e0-c2f99207f459","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":["780a805a-a4d2-4e12-839b-10c6c03a877e"],"description":"","tags":[],"updated_at":"2018-08-25T08:53:08Z","qos_policy_id":null,"name":"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:07Z","provider:network_type":"vxlan"}]} 2018-08-25 08:53:32,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-1e56599d-ea29-42d5-a894-13e4cf1fb7c3 2018-08-25 08:53:32,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.085394859314s 2018-08-25 08:53:32,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-1e56599d-ea29-42d5-a894-13e4cf1fb7c3 2018-08-25 08:53:32,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:53:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=00430bb2-cf9b-48b3-a029-8aefa8cbc882" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:32,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-6c588a9a-e64e-4f1c-905b-972519a9afde Date: Sat, 25 Aug 2018 08:53:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:53:29Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"780a805a-a4d2-4e12-839b-10c6c03a877e","ip_address":"192.168.120.4"}],"id":"7916e636-94fe-45bc-93a8-0395014374d3","security_groups":["939a406f-b80d-48c2-88a3-2d36c91c1a12"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:6e:29","project_id":"89d58111967c4124b09131409c7a2a28","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d44130b1-9d61-4121-98e0-c2f99207f459","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:23Z","binding:vnic_type":"normal","device_id":"00430bb2-cf9b-48b3-a029-8aefa8cbc882","ip_allocation":"immediate"}]} 2018-08-25 08:53:32,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=00430bb2-cf9b-48b3-a029-8aefa8cbc882 used request id req-6c588a9a-e64e-4f1c-905b-972519a9afde 2018-08-25 08:53:32,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0429089069366s 2018-08-25 08:53:32,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=00430bb2-cf9b-48b3-a029-8aefa8cbc882 used request id req-6c588a9a-e64e-4f1c-905b-972519a9afde 2018-08-25 08:53:32,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 08:53:32,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.4", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3"}}' 2018-08-25 08:53:34,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-3aed21ac-f8a9-4ae6-a35e-80e91efbda32 Date: Sat, 25 Aug 2018 08:53:34 GMT RESP BODY: {"floatingip": {"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}} 2018-08-25 08:53:34,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3aed21ac-f8a9-4ae6-a35e-80e91efbda32 2018-08-25 08:53:34,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.20060491562s 2018-08-25 08:53:34,437 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3aed21ac-f8a9-4ae6-a35e-80e91efbda32 2018-08-25 08:53:34,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:34,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:34,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-da1d5fc1-4ca4-4419-842a-3db15014cc0e Date: Sat, 25 Aug 2018 08:53:34 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:34,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-da1d5fc1-4ca4-4419-842a-3db15014cc0e 2018-08-25 08:53:34,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0910649299622s 2018-08-25 08:53:34,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-da1d5fc1-4ca4-4419-842a-3db15014cc0e 2018-08-25 08:53:34,541 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:34,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:34,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5e1c8a5c-15b1-4c56-be04-69bc35611303 Date: Sat, 25 Aug 2018 08:53:34 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:34,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-5e1c8a5c-15b1-4c56-be04-69bc35611303 2018-08-25 08:53:34,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0535399913788s 2018-08-25 08:53:34,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-5e1c8a5c-15b1-4c56-be04-69bc35611303 2018-08-25 08:53:34,703 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:34,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:34,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:34,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8218cd7e-ffe9-46e2-87ad-2cf1f11a1037 Date: Sat, 25 Aug 2018 08:53:34 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:34,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8218cd7e-ffe9-46e2-87ad-2cf1f11a1037 2018-08-25 08:53:34,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0625791549683s 2018-08-25 08:53:34,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8218cd7e-ffe9-46e2-87ad-2cf1f11a1037 2018-08-25 08:53:34,875 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:34,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:34,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:35,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-4b9013c2-6c4d-40f8-a5c9-8cb6795db50f Date: Sat, 25 Aug 2018 08:53:35 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:35,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-4b9013c2-6c4d-40f8-a5c9-8cb6795db50f 2018-08-25 08:53:35,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0550389289856s 2018-08-25 08:53:35,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-4b9013c2-6c4d-40f8-a5c9-8cb6795db50f 2018-08-25 08:53:35,038 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:35,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:35,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:35,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-330c2302-0927-4abd-a3d6-00d209745efc Date: Sat, 25 Aug 2018 08:53:35 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:35,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-330c2302-0927-4abd-a3d6-00d209745efc 2018-08-25 08:53:35,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0562970638275s 2018-08-25 08:53:35,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-330c2302-0927-4abd-a3d6-00d209745efc 2018-08-25 08:53:35,203 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:35,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:35,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-b92a8f6f-9887-4bc2-8e3f-088d77988d0b Date: Sat, 25 Aug 2018 08:53:35 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-b92a8f6f-9887-4bc2-8e3f-088d77988d0b 2018-08-25 08:53:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0706059932709s 2018-08-25 08:53:35,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-b92a8f6f-9887-4bc2-8e3f-088d77988d0b 2018-08-25 08:53:35,382 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:35,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:35,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:35,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-3d745680-9359-4baa-aeb7-e1e65a0c2710 Date: Sat, 25 Aug 2018 08:53:35 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "DOWN", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:35,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3d745680-9359-4baa-aeb7-e1e65a0c2710 2018-08-25 08:53:35,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0520889759064s 2018-08-25 08:53:35,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3d745680-9359-4baa-aeb7-e1e65a0c2710 2018-08-25 08:53:35,543 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:53:35,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:35,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-3d540c07-c71d-4109-8383-632e63ddea8a Date: Sat, 25 Aug 2018 08:53:35 GMT RESP BODY: {"floatingips": [{"router_id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:33Z", "updated_at": "2018-08-25T08:53:35Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "device_owner": "compute:nova", "mac_address": "fa:16:3e:cf:6e:29", "device_id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.215", "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "port_id": "7916e636-94fe-45bc-93a8-0395014374d3", "id": "45390560-3dbc-4b32-b833-29857a92f515", "qos_policy_id": null}]} 2018-08-25 08:53:35,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3d540c07-c71d-4109-8383-632e63ddea8a 2018-08-25 08:53:35,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0575988292694s 2018-08-25 08:53:35,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3d540c07-c71d-4109-8383-632e63ddea8a 2018-08-25 08:53:35,709 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'7a1a7bc6-0278-4ba8-9db9-e02395af3c18', 'updated_at': u'2018-08-25T08:53:35Z', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.215', 'revision_number': 1, 'port_id': u'7916e636-94fe-45bc-93a8-0395014374d3', 'id': u'45390560-3dbc-4b32-b833-29857a92f515', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'7916e636-94fe-45bc-93a8-0395014374d3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'89d58111967c4124b09131409c7a2a28', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'd44130b1-9d61-4121-98e0-c2f99207f459', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:cf:6e:29', u'device_id': u'00430bb2-cf9b-48b3-a029-8aefa8cbc882'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'89d58111967c4124b09131409c7a2a28', 'created_at': u'2018-08-25T08:53:33Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'd44130b1-9d61-4121-98e0-c2f99207f459', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:cf:6e:29', u'device_id': u'00430bb2-cf9b-48b3-a029-8aefa8cbc882'}), 'router': u'7a1a7bc6-0278-4ba8-9db9-e02395af3c18'}) 2018-08-25 08:53:35,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:53:35,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882/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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:53:36,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-32779902-0eb4-485d-aca2-9c6237cfeb25 x-compute-request-id: req-32779902-0eb4-485d-aca2-9c6237cfeb25 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 495625759 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.177488] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179667] pid_max: default: 32768 minimum: 301\n[ 0.180841] ACPI: Core revision 20150930\n[ 0.182432] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184099] Security Framework initialized\n[ 0.185162] Yama: becoming mindful.\n[ 0.186109] AppArmor: AppArmor initialized\n[ 0.187200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.188940] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192079] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193849] Initializing cgroup subsys io\n[ 0.194904] Initializing cgroup subsys memory\n[ 0.196015] Initializing cgroup subsys devices\n[ 0.197145] Initializing cgroup subsys freezer\n[ 0.198311] Initializing cgroup subsys net_cls\n[ 0.199445] Initializing cgroup subsys perf_event\n[ 0.200632] Initializing cgroup subsys net_prio\n[ 0.201779] Initializing cgroup subsys hugetlb\n[ 0.202898] Initializing cgroup subsys pids\n[ 0.204011] CPU: Physical Processor ID: 0\n[ 0.205745] mce: CPU supports 10 MCE banks\n[ 0.206835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208140] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.222580] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.229063] ftrace: allocating 31920 entries in 125 pages\n[ 0.253836] smpboot: Max logical packages: 1\n[ 0.254937] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.256716] x2apic enabled\n[ 0.257797] Switched APIC routing to physical x2apic.\n[ 0.260184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.261622] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.264189] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.266524] KVM setup paravirtual spinlock\n[ 0.268036] x86: Booted up 1 node, 1 CPUs\n[ 0.269107] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.270914] devtmpfs: initialized\n[ 0.272810] evm: security.selinux\n[ 0.273723] evm: security.SMACK64\n[ 0.274687] evm: security.SMACK64EXEC\n[ 0.275649] evm: security.SMACK64TRANSMUTE\n[ 0.276692] evm: security.SMACK64MMAP\n[ 0.277653] evm: security.ima\n[ 0.278488] evm: security.capability\n[ 0.279566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.281926] pinctrl core: initialized pinctrl subsystem\n[ 0.283311] RTC time: 8:53:30, date: 08/25/18\n[ 0.284536] NET: Registered protocol family 16\n[ 0.285776] cpuidle: using governor ladder\n[ 0.286842] cpuidle: using governor menu\n[ 0.287859] PCCT header not found.\n[ 0.288844] ACPI: bus type PCI registered\n[ 0.289928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.291519] PCI: Using configuration type 1 for base access\n[ 0.293564] ACPI: Added _OSI(Module Device)\n[ 0.294640] ACPI: Added _OSI(Processor Device)\n[ 0.295757] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.296915] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.298982] ACPI: Interpreter enabled\n[ 0.300012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.302395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.304760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.307128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.309560] ACPI: (supports S0 S5)\n[ 0.310480] ACPI: Using IOAPIC for interrupt routing\n[ 0.311685] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.315323] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.316794] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.318365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.319920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.322735] acpiphp: Slot [3] registered\n[ 0.323768] acpiphp: Slot [4] registered\n[ 0.324865] acpiphp: Slot [5] registered\n[ 0.325898] acpiphp: Slot [6] registered\n[ 0.326924] acpiphp: Slot [7] registered\n[ 0.327956] acpiphp: Slot [8] registered\n[ 0.328994] acpiphp: Slot [9] registered\n[ 0.330054] acpiphp: Slot [10] registered\n[ 0.331102] acpiphp: Slot [11] registered\n[ 0.332147] acpiphp: Slot [12] registered\n[ 0.333200] acpiphp: Slot [13] registered\n[ 0.334244] acpiphp: Slot [14] registered\n[ 0.335293] acpiphp: Slot [15] registered\n[ 0.350175] acpiphp: Slot [16] registered\n[ 0.351279] acpiphp: Slot [17] registered\n[ 0.352324] acpiphp: Slot [18] registered\n[ 0.353368] acpiphp: Slot [19] registered\n[ 0.354416] acpiphp: Slot [20] registered\n[ 0.355462] acpiphp: Slot [21] registered\n[ 0.356507] acpiphp: Slot [22] registered\n[ 0.357551] acpiphp: Slot [23] registered\n[ 0.358619] acpiphp: Slot [24] registered\n[ 0.359700] acpiphp: Slot [25] registered\n[ 0.360784] acpiphp: Slot [26] registered\n[ 0.361826] acpiphp: Slot [27] registered\n[ 0.362878] acpiphp: Slot [28] registered\n[ 0.363928] acpiphp: Slot [29] registered\n[ 0.364970] acpiphp: Slot [30] registered\n[ 0.366014] acpiphp: Slot [31] registered\n[ 0.367061] PCI host bridge to bus 0000:00\n[ 0.368105] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.369655] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.371244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.373116] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.375027] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.376930] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.380842] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.382471] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.383967] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.385583] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.389925] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.391832] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412248] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414147] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.416003] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.417836] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.421385] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423082] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426488] vgaarb: loaded\n[ 0.427306] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428865] SCSI subsystem initialized\n[ 0.430053] ACPI: bus type USB registered\n[ 0.431169] usbcore: registered new interface driver usbfs\n[ 0.432522] usbcore: registered new interface driver hub\n[ 0.433806] usbcore: registered new device driver usb\n[ 0.435219] PCI: Using ACPI for IRQ routing\n[ 0.436673] NetLabel: Initializing\n[ 0.437602] NetLabel: domain hash size = 128\n[ 0.438699] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439922] NetLabel: unlabeled traffic allowed by default\n[ 0.441456] clocksource: Switched to clocksource kvm-clock\n[ 0.451214] AppArmor: AppArmor Filesystem Enabled\n[ 0.452480] pnp: PnP ACPI init\n[ 0.453657] pnp: PnP ACPI: found 5 devices\n[ 0.460400] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.462665] NET: Registered protocol family 2\n[ 0.463992] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.465657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.467200] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.468726] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.470117] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.471682] NET: Registered protocol family 1\n[ 0.472864] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.474295] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.475681] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.489808] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504081] Trying to unpack rootfs image as initramfs...\n[ 0.565180] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.570141] Scanning for low memory corruption every 60 seconds\n[ 0.572265] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573845] audit: initializing netlink subsys (disabled)\n[ 0.575256] audit: type=2000 audit(1535187211.435:1): initialized\n[ 0.577075] Initialise system trusted keyring\n[ 0.578453] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579982] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582699] zbud: loaded\n[ 0.583676] VFS: Disk quotas dquot_6.6.0\n[ 0.584772] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.586887] fuse init (API version 7.23)\n[ 0.588078] Key type big_key registered\n[ 0.589150] Allocating IMA MOK and blacklist keyrings.\n[ 0.590777] Key type asymmetric registered\n[ 0.591879] Asymmetric key parser 'x509' registered\n[ 0.593146] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.595145] io scheduler noop registered\n[ 0.596205] io scheduler deadline registered (default)\n[ 0.597541] io scheduler cfq registered\n[ 0.598699] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600075] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601783] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.603721] ACPI: Power Button [PWRF]\n[ 0.604908] GHES: HEST is not enabled!\n[ 0.619047] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.648557] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651464] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675060] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678020] Linux agpgart interface v0.103\n[ 0.681371] brd: module loaded\n[ 0.683530] loop: module loaded\n[ 0.688992] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.690939] GPT:90111 != 2097151\n[ 0.691865] GPT:Alternate GPT header not at the end of the disk.\n[ 0.693314] GPT:90111 != 2097151\n[ 0.694220] GPT: Use GNU Parted to correct GPT errors.\n[ 0.695505] vda: vda1 vda15\n[ 0.697159] scsi host0: ata_piix\n[ 0.698208] scsi host1: ata_piix\n[ 0.699173] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.700776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.702702] libphy: Fixed MDIO Bus: probed\n[ 0.703792] tun: Universal TUN/TAP device driver, 1.6\n[ 0.705055] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.707928] PPP generic driver version 2.4.2\n[ 0.709138] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.710709] ehci-pci: EHCI PCI platform driver\n[ 0.711880] ehci-platform: EHCI generic platform driver\n[ 0.713191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.714697] ohci-pci: OHCI PCI platform driver\n[ 0.715865] ohci-platform: OHCI generic platform driver\n[ 0.717188] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731769] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.733092] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735040] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.737911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.741433] usb usb1: Product: UHCI Host Controller\n[ 0.742674] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744177] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745485] hub 1-0:1.0: USB hub found\n[ 0.746530] hub 1-0:1.0: 2 ports detected\n[ 0.747861] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750695] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751963] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753314] mousedev: PS/2 mouse device common for all mice\n[ 0.754980] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757405] rtc_cmos 00:00: RTC can wake from S4\n[ 0.758904] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.760475] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.762049] i2c /dev entries driver\n[ 0.763071] device-mapper: uevent: version 1.0.3\n[ 0.764336] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.766513] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.768314] NET: Registered protocol family 10\n[ 0.769832] NET: Registered protocol family 17\n[ 0.771031] Key type dns_resolver registered\n[ 0.772302] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.773760] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.776114] registered taskstats version 1\n[ 0.777228] Loading compiled-in X.509 certificates\n[ 0.779016] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.781508] zswap: loaded using pool lzo/zbud\n[ 0.783554] Key type trusted registered\n[ 0.785669] Key type encrypted registered\n[ 0.786776] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.788146] ima: No TPM chip found, activating TPM-bypass!\n[ 0.789540] evm: HMAC attrs: 0x1\n[ 0.790802] Magic number: 14:78:878\n[ 0.791927] rtc_cmos 00:00: setting system clock to 2018-08-25 08:53:31 UTC (1535187211)\n[ 0.794091] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795562] EDD information not available.\n[ 0.862981] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.879368] Write protecting the kernel read-only data: 14336k\n[ 0.882272] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.884676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... [ 1.044887] 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.4...\nLease of 192.168.120.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMnf+yfzTO1iLdmbFKN8g+AJpeN1dFuhaAox/wIctet/2LAsI7eZybHbi0rRrSlY0a87BPD0lAFu0mTIdMAqlLzkps3F85HQBpe+sokpgpd8g58ZusNnCR5cby1d5gKl2w5wSP2xEQI7kiBw63xHwdF0dW8yJI5dydCHobsEwC0iQ39poILPeW4ZnSdHOW4E1jvABO4cMXHM1Ii60z7qNxOWYZ/qDMiGiP4BaNqFwEHsgZ5i/rtrie5mqJpdshA03DFcGoDn7fN7d31rAhimHCKO2ofVuSgz95miMzZkIZeGufU0eqqc/cUkXyphfVtPSZOOSUccWohBFTiWNStzvv root@singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1\nssh-dss AAAAB3NzaC1kc3MAAACBAMM92A/dvbE1A+zlC4zlBkIQHNs++Jtx60K0oWaAW4HETwTaVLVEy/7j3Cd92Qq3ZWPETtF55uNw2NR5APEx8i0xMoQwlNqvTADb4w7jabSfdSfm7+sI7ZpDWxPTUWdIRdND/DVp8zGJxYquZkmY0ZPraRJo8/0m0dD+4ABBFMR1AAAAFQD33FzefWDvhwom0y9MNKl22GZ5YQAAAIAw/lcHZOUWxB7/s93111uidRxiIHUHk4qL8wBtySJlUhw6wv2SaDGgwtHUA3m7P7X5Qlk1RKwrRq8OpgAOHQpQw6d7kGfVxAJjo47xlNQweEgG9Cix2vH+Sz79pi4N0oEfXkiu+3aqg0tLs74GWBdBiaCv4EEbhq6uQFntTvaSDgAAAIBaTSSI6dMlPKsKxGaFb/NutkjVUT/8auBF3dcreWDnWmnbC30izSfL7SZ9j9E5uZd9NYFUGD3h7mmJzXR7sAq9lXYSGas1L/ZdmQXip0q9AgfFV95ZQerp6IqJVqwEAoeNYh4p72Ut/h828377dmXqtM4+N2mpLmT+zCFA/+aIsw== root@singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fecf:6e29/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.4 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.12 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1 login: "} 2018-08-25 08:53:36,475 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882/action used request id req-32779902-0eb4-485d-aca2-9c6237cfeb25 2018-08-25 08:53:36,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.766128778458s 2018-08-25 08:53:36,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882/action used request id req-32779902-0eb4-485d-aca2-9c6237cfeb25 2018-08-25 08:53:36,477 - 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 495625759 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.177488] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179667] pid_max: default: 32768 minimum: 301 [ 0.180841] ACPI: Core revision 20150930 [ 0.182432] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184099] Security Framework initialized [ 0.185162] Yama: becoming mindful. [ 0.186109] AppArmor: AppArmor initialized [ 0.187200] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.188940] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.190550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192079] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193849] Initializing cgroup subsys io [ 0.194904] Initializing cgroup subsys memory [ 0.196015] Initializing cgroup subsys devices [ 0.197145] Initializing cgroup subsys freezer [ 0.198311] Initializing cgroup subsys net_cls [ 0.199445] Initializing cgroup subsys perf_event [ 0.200632] Initializing cgroup subsys net_prio [ 0.201779] Initializing cgroup subsys hugetlb [ 0.202898] Initializing cgroup subsys pids [ 0.204011] CPU: Physical Processor ID: 0 [ 0.205745] mce: CPU supports 10 MCE banks [ 0.206835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208140] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.222580] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.229063] ftrace: allocating 31920 entries in 125 pages [ 0.253836] smpboot: Max logical packages: 1 [ 0.254937] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.256716] x2apic enabled [ 0.257797] Switched APIC routing to physical x2apic. [ 0.260184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.261622] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.264189] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.266524] KVM setup paravirtual spinlock [ 0.268036] x86: Booted up 1 node, 1 CPUs [ 0.269107] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.270914] devtmpfs: initialized [ 0.272810] evm: security.selinux [ 0.273723] evm: security.SMACK64 [ 0.274687] evm: security.SMACK64EXEC [ 0.275649] evm: security.SMACK64TRANSMUTE [ 0.276692] evm: security.SMACK64MMAP [ 0.277653] evm: security.ima [ 0.278488] evm: security.capability [ 0.279566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.281926] pinctrl core: initialized pinctrl subsystem [ 0.283311] RTC time: 8:53:30, date: 08/25/18 [ 0.284536] NET: Registered protocol family 16 [ 0.285776] cpuidle: using governor ladder [ 0.286842] cpuidle: using governor menu [ 0.287859] PCCT header not found. [ 0.288844] ACPI: bus type PCI registered [ 0.289928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.291519] PCI: Using configuration type 1 for base access [ 0.293564] ACPI: Added _OSI(Module Device) [ 0.294640] ACPI: Added _OSI(Processor Device) [ 0.295757] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.296915] ACPI: Added _OSI(Processor Aggregator Device) [ 0.298982] ACPI: Interpreter enabled [ 0.300012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.302395] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.304760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.307128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.309560] ACPI: (supports S0 S5) [ 0.310480] ACPI: Using IOAPIC for interrupt routing [ 0.311685] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.315323] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.316794] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.318365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.319920] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.322735] acpiphp: Slot [3] registered [ 0.323768] acpiphp: Slot [4] registered [ 0.324865] acpiphp: Slot [5] registered [ 0.325898] acpiphp: Slot [6] registered [ 0.326924] acpiphp: Slot [7] registered [ 0.327956] acpiphp: Slot [8] registered [ 0.328994] acpiphp: Slot [9] registered [ 0.330054] acpiphp: Slot [10] registered [ 0.331102] acpiphp: Slot [11] registered [ 0.332147] acpiphp: Slot [12] registered [ 0.333200] acpiphp: Slot [13] registered [ 0.334244] acpiphp: Slot [14] registered [ 0.335293] acpiphp: Slot [15] registered [ 0.350175] acpiphp: Slot [16] registered [ 0.351279] acpiphp: Slot [17] registered [ 0.352324] acpiphp: Slot [18] registered [ 0.353368] acpiphp: Slot [19] registered [ 0.354416] acpiphp: Slot [20] registered [ 0.355462] acpiphp: Slot [21] registered [ 0.356507] acpiphp: Slot [22] registered [ 0.357551] acpiphp: Slot [23] registered [ 0.358619] acpiphp: Slot [24] registered [ 0.359700] acpiphp: Slot [25] registered [ 0.360784] acpiphp: Slot [26] registered [ 0.361826] acpiphp: Slot [27] registered [ 0.362878] acpiphp: Slot [28] registered [ 0.363928] acpiphp: Slot [29] registered [ 0.364970] acpiphp: Slot [30] registered [ 0.366014] acpiphp: Slot [31] registered [ 0.367061] PCI host bridge to bus 0000:00 [ 0.368105] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.369655] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.371244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.373116] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.375027] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.376930] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.380842] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.382471] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.383967] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.385583] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.389925] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.391832] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412248] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414147] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.416003] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.417836] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.421385] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.423082] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.424470] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.426488] vgaarb: loaded [ 0.427306] vgaarb: bridge control possible 0000:00:02.0 [ 0.428865] SCSI subsystem initialized [ 0.430053] ACPI: bus type USB registered [ 0.431169] usbcore: registered new interface driver usbfs [ 0.432522] usbcore: registered new interface driver hub [ 0.433806] usbcore: registered new device driver usb [ 0.435219] PCI: Using ACPI for IRQ routing [ 0.436673] NetLabel: Initializing [ 0.437602] NetLabel: domain hash size = 128 [ 0.438699] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439922] NetLabel: unlabeled traffic allowed by default [ 0.441456] clocksource: Switched to clocksource kvm-clock [ 0.451214] AppArmor: AppArmor Filesystem Enabled [ 0.452480] pnp: PnP ACPI init [ 0.453657] pnp: PnP ACPI: found 5 devices [ 0.460400] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.462665] NET: Registered protocol family 2 [ 0.463992] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.465657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.467200] TCP: Hash tables configured (established 4096 bind 4096) [ 0.468726] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.470117] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.471682] NET: Registered protocol family 1 [ 0.472864] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.474295] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.475681] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.489808] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504081] Trying to unpack rootfs image as initramfs... [ 0.565180] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.570141] Scanning for low memory corruption every 60 seconds [ 0.572265] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.573845] audit: initializing netlink subsys (disabled) [ 0.575256] audit: type=2000 audit(1535187211.435:1): initialized [ 0.577075] Initialise system trusted keyring [ 0.578453] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579982] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.582699] zbud: loaded [ 0.583676] VFS: Disk quotas dquot_6.6.0 [ 0.584772] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.586887] fuse init (API version 7.23) [ 0.588078] Key type big_key registered [ 0.589150] Allocating IMA MOK and blacklist keyrings. [ 0.590777] Key type asymmetric registered [ 0.591879] Asymmetric key parser 'x509' registered [ 0.593146] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.595145] io scheduler noop registered [ 0.596205] io scheduler deadline registered (default) [ 0.597541] io scheduler cfq registered [ 0.598699] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.600075] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.601783] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.603721] ACPI: Power Button [PWRF] [ 0.604908] GHES: HEST is not enabled! [ 0.619047] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.648557] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.651464] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675060] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678020] Linux agpgart interface v0.103 [ 0.681371] brd: module loaded [ 0.683530] loop: module loaded [ 0.688992] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.690939] GPT:90111 != 2097151 [ 0.691865] GPT:Alternate GPT header not at the end of the disk. [ 0.693314] GPT:90111 != 2097151 [ 0.694220] GPT: Use GNU Parted to correct GPT errors. [ 0.695505] vda: vda1 vda15 [ 0.697159] scsi host0: ata_piix [ 0.698208] scsi host1: ata_piix [ 0.699173] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.700776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.702702] libphy: Fixed MDIO Bus: probed [ 0.703792] tun: Universal TUN/TAP device driver, 1.6 [ 0.705055] tun: (C) 1999-2004 Max Krasnyansky [ 0.707928] PPP generic driver version 2.4.2 [ 0.709138] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.710709] ehci-pci: EHCI PCI platform driver [ 0.711880] ehci-platform: EHCI generic platform driver [ 0.713191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.714697] ohci-pci: OHCI PCI platform driver [ 0.715865] ohci-platform: OHCI generic platform driver [ 0.717188] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731769] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.733092] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.735040] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.736393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.737911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.739537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.741433] usb usb1: Product: UHCI Host Controller [ 0.742674] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.744177] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745485] hub 1-0:1.0: USB hub found [ 0.746530] hub 1-0:1.0: 2 ports detected [ 0.747861] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750695] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751963] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753314] mousedev: PS/2 mouse device common for all mice [ 0.754980] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757405] rtc_cmos 00:00: RTC can wake from S4 [ 0.758904] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.760475] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.762049] i2c /dev entries driver [ 0.763071] device-mapper: uevent: version 1.0.3 [ 0.764336] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.766513] ledtrig-cpu: registered to indicate activity on CPUs [ 0.768314] NET: Registered protocol family 10 [ 0.769832] NET: Registered protocol family 17 [ 0.771031] Key type dns_resolver registered [ 0.772302] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.773760] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.776114] registered taskstats version 1 [ 0.777228] Loading compiled-in X.509 certificates [ 0.779016] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.781508] zswap: loaded using pool lzo/zbud [ 0.783554] Key type trusted registered [ 0.785669] Key type encrypted registered [ 0.786776] AppArmor: AppArmor sha1 policy hashing enabled [ 0.788146] ima: No TPM chip found, activating TPM-bypass! [ 0.789540] evm: HMAC attrs: 0x1 [ 0.790802] Magic number: 14:78:878 [ 0.791927] rtc_cmos 00:00: setting system clock to 2018-08-25 08:53:31 UTC (1535187211) [ 0.794091] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795562] EDD information not available. [ 0.862981] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.879368] Write protecting the kernel read-only data: 14336k [ 0.882272] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.884676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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... [ 1.044887] 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.4... Lease of 192.168.120.4 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMnf+yfzTO1iLdmbFKN8g+AJpeN1dFuhaAox/wIctet/2LAsI7eZybHbi0rRrSlY0a87BPD0lAFu0mTIdMAqlLzkps3F85HQBpe+sokpgpd8g58ZusNnCR5cby1d5gKl2w5wSP2xEQI7kiBw63xHwdF0dW8yJI5dydCHobsEwC0iQ39poILPeW4ZnSdHOW4E1jvABO4cMXHM1Ii60z7qNxOWYZ/qDMiGiP4BaNqFwEHsgZ5i/rtrie5mqJpdshA03DFcGoDn7fN7d31rAhimHCKO2ofVuSgz95miMzZkIZeGufU0eqqc/cUkXyphfVtPSZOOSUccWohBFTiWNStzvv root@singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1 ssh-dss AAAAB3NzaC1kc3MAAACBAMM92A/dvbE1A+zlC4zlBkIQHNs++Jtx60K0oWaAW4HETwTaVLVEy/7j3Cd92Qq3ZWPETtF55uNw2NR5APEx8i0xMoQwlNqvTADb4w7jabSfdSfm7+sI7ZpDWxPTUWdIRdND/DVp8zGJxYquZkmY0ZPraRJo8/0m0dD+4ABBFMR1AAAAFQD33FzefWDvhwom0y9MNKl22GZ5YQAAAIAw/lcHZOUWxB7/s93111uidRxiIHUHk4qL8wBtySJlUhw6wv2SaDGgwtHUA3m7P7X5Qlk1RKwrRq8OpgAOHQpQw6d7kGfVxAJjo47xlNQweEgG9Cix2vH+Sz79pi4N0oEfXkiu+3aqg0tLs74GWBdBiaCv4EEbhq6uQFntTvaSDgAAAIBaTSSI6dMlPKsKxGaFb/NutkjVUT/8auBF3dcreWDnWmnbC30izSfL7SZ9j9E5uZd9NYFUGD3h7mmJzXR7sAq9lXYSGas1L/ZdmQXip0q9AgfFV95ZQerp6IqJVqwEAoeNYh4p72Ut/h828377dmXqtM4+N2mpLmT+zCFA/+aIsw== root@singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fecf:6e29/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.4 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.12 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-5fd308e8-401c-4ac9-8ce0-97573410f0c1 login: 2018-08-25 08:53:36,481 - paramiko.transport - DEBUG - starting thread (client mode): 0x607c37d0L 2018-08-25 08:53:36,482 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 08:53:36,482 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-25 08:53:36,482 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-25 08:53:36,484 - 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-08-25 08:53:36,484 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 08:53:36,485 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-25 08:53:36,485 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 08:53:36,485 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 08:53:36,485 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 08:53:36,505 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 08:53:36,506 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 08:53:36,514 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.215: 07dc318586fa83ab03a9da0e43cb672b 2018-08-25 08:53:36,515 - paramiko.transport - DEBUG - Trying discovered key 09143b1b2fa81fae7bcd5eaab7cd5d65 in /tmp/tmpjdVs6e 2018-08-25 08:53:36,546 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 08:53:36,551 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 08:53:36,580 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 08:53:36,581 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-25 08:53:36,581 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 08:53:36,582 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 08:53:36,583 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 08:53:36,584 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-25 08:53:36,584 - functest.core.singlevm - DEBUG - error: 2018-08-25 08:53:36,588 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 08:53:36,701 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:53:36,702 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:29 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 08:53:36,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 08:53:36,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/45390560-3dbc-4b32-b833-29857a92f515.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:38,158 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13b93976-25f4-47a6-98d6-4613f3c32a7d Content-Length: 0 Date: Sat, 25 Aug 2018 08:53:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:38,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/45390560-3dbc-4b32-b833-29857a92f515.json used request id req-13b93976-25f4-47a6-98d6-4613f3c32a7d 2018-08-25 08:53:38,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.45000600815s 2018-08-25 08:53:38,159 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/45390560-3dbc-4b32-b833-29857a92f515.json used request id req-13b93976-25f4-47a6-98d6-4613f3c32a7d 2018-08-25 08:53:38,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:53:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:38,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a7f31dbb-8fe9-475c-8590-78db4b86a777 Date: Sat, 25 Aug 2018 08:53:38 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:53:38,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a7f31dbb-8fe9-475c-8590-78db4b86a777 2018-08-25 08:53:38,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0680150985718s 2018-08-25 08:53:38,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a7f31dbb-8fe9-475c-8590-78db4b86a777 2018-08-25 08:53:38,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:53:38,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:38,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:53: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-5369aed0-20a5-4ac7-8013-1874b833c5da x-compute-request-id: req-5369aed0-20a5-4ac7-8013-1874b833c5da Content-Type: application/json 2018-08-25 08:53:38,409 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882 used request id req-5369aed0-20a5-4ac7-8013-1874b833c5da 2018-08-25 08:53:38,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.175425052643s 2018-08-25 08:53:38,409 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882 used request id req-5369aed0-20a5-4ac7-8013-1874b833c5da 2018-08-25 08:53:38,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:38,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:39,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-af3bb170-4623-4450-bf20-1baf40fd8e84 x-compute-request-id: req-af3bb170-4623-4450-bf20-1baf40fd8e84 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:6e:29", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:6e:29", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/00430bb2-cf9b-48b3-a029-8aefa8cbc882", "rel": "bookmark"}], "image": {"id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "links": [{"href": "http://172.30.9.35:8774/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-25T08:53:30.000000", "flavor": {"id": "d9f230b8-2392-4837-8783-412e0e69dffd", "links": [{"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "bookmark"}]}, "id": "00430bb2-cf9b-48b3-a029-8aefa8cbc882", "user_id": "b49ec36d21074391b6a3820e41429e7b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:53:38Z", "hostId": "87a7bac8dac87ae13ef639cf7f259e553b5d39a39333ed47b6feccd6", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "created": "2018-08-25T08:53:18Z", "tenant_id": "89d58111967c4124b09131409c7a2a28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:53:39,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-af3bb170-4623-4450-bf20-1baf40fd8e84 2018-08-25 08:53:39,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40246891975s 2018-08-25 08:53:39,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-af3bb170-4623-4450-bf20-1baf40fd8e84 2018-08-25 08:53:39,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:53:41,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:53:41,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:41,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-e2e2e98d-12e1-435d-bb06-e33cbe7368de x-compute-request-id: req-e2e2e98d-12e1-435d-bb06-e33cbe7368de Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 08:53:41,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e2e2e98d-12e1-435d-bb06-e33cbe7368de 2018-08-25 08:53:41,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0998268127441s 2018-08-25 08:53:41,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e2e2e98d-12e1-435d-bb06-e33cbe7368de 2018-08-25 08:53:41,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:53:41,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:41,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-ce3d8de1-c0a2-471d-be45-bbfb8b4f069b Date: Sat, 25 Aug 2018 08:53:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "created_at": "2018-08-25T08:49:54Z", "updated_at": "2018-08-25T08:49:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "a6aa2f16-7f4a-4ef3-a026-0d1e88f1bc5b", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "b7a57fd6-1964-441f-8e54-e204cb77e159", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "c2e65dc8-f84a-419b-a790-f8b2eea47d17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "d941f39b-587f-4a6f-8b40-0d3506d876ca", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}], "revision_number": 1, "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:03Z", "updated_at": "2018-08-25T08:52:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "33ff8962-b2f8-4c5a-b2a2-f2197561c5ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "3475126f-9473-4fc7-995b-d5bcbfa3baef", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "6042a3b6-4628-4dc1-a9df-db5986772253", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "73ff1196-2110-47f5-81bb-3ebe9f33e743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:15Z", "updated_at": "2018-08-25T08:53:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "242a6234-23b1-4bca-bba2-e0e1fe1136bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "322b3248-3b45-4132-9901-579063499d9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "7fc46c14-3033-42c7-95cd-b7dac2fd6ac5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:53:15Z", "revision_number": 0, "id": "de547872-8607-4284-8f9a-7c0b8404df07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:15Z", "security_group_id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": 22, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 3, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "939a406f-b80d-48c2-88a3-2d36c91c1a12", "name": "singlevm1-sg_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-25T08:52:05Z", "updated_at": "2018-08-25T08:52:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "4f54c5ea-1a21-4be4-b960-d09c11082f65", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "62c203cb-faa3-4dd3-9e39-da040e450073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "88d0c890-70ad-4186-a760-1c8111c0af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "8fc0e382-9e25-479e-8295-a1ba5287fccb", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "94d57225-86cb-4a10-a6b1-d438718a4488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "created_at": "2018-08-25T08:52:52Z", "updated_at": "2018-08-25T08:52:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4ab1ecfe-a0f7-49cf-87c3-aaa2352c964b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4cbcf4fd-66d5-4fe7-a36b-4e5e7af3f870", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "a787def7-68b4-43d6-ad1e-2b3f29c14453", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "c0a7dd34-e42b-4833-900a-c496f081f7ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}], "revision_number": 1, "project_id": "a77de8ae909f42a29be5cc2d16de3762", "id": "d158fc6b-2387-4df2-853c-f4647ca802af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9338a03479584d93946afdf6534c2395", "created_at": "2018-08-25T08:52:18Z", "updated_at": "2018-08-25T08:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "1642d302-e288-4aba-a020-2f50ef05ad37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "61f75da2-9c7d-4c61-bd6b-27311d881afd", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "66fcbabe-1034-476e-8f84-bd4309d9273d", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "9400fc83-141b-4ccd-8ced-dcdadba5ca16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}], "revision_number": 1, "project_id": "9338a03479584d93946afdf6534c2395", "id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "name": "default"}]} 2018-08-25 08:53:41,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ce3d8de1-c0a2-471d-be45-bbfb8b4f069b 2018-08-25 08:53:41,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0495760440826s 2018-08-25 08:53:41,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ce3d8de1-c0a2-471d-be45-bbfb8b4f069b 2018-08-25 08:53:41,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 08:53:41,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/939a406f-b80d-48c2-88a3-2d36c91c1a12.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:42,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f3012d1-1f13-4c91-a880-c67c6d31079d Content-Length: 0 Date: Sat, 25 Aug 2018 08:53:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:42,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/939a406f-b80d-48c2-88a3-2d36c91c1a12.json used request id req-6f3012d1-1f13-4c91-a880-c67c6d31079d 2018-08-25 08:53:42,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.118005990982s 2018-08-25 08:53:42,093 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/939a406f-b80d-48c2-88a3-2d36c91c1a12.json used request id req-6f3012d1-1f13-4c91-a880-c67c6d31079d 2018-08-25 08:53:42,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 08:53:42,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:42,135 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:53: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-9498f4c9-55e7-4e00-9006-9abc7b0ba439 x-compute-request-id: req-9498f4c9-55e7-4e00-9006-9abc7b0ba439 Content-Length: 0 Content-Type: application/json 2018-08-25 08:53:42,135 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1 used request id req-9498f4c9-55e7-4e00-9006-9abc7b0ba439 2018-08-25 08:53:42,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0410048961639s 2018-08-25 08:53:42,135 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm1-kp_5fd308e8-401c-4ac9-8ce0-97573410f0c1 used request id req-9498f4c9-55e7-4e00-9006-9abc7b0ba439 2018-08-25 08:53:42,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:53:42,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18/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}f722369041103db3fbbc62e50ddd8cf611233edf" -d '{"subnet_id": "780a805a-a4d2-4e12-839b-10c6c03a877e"}' 2018-08-25 08:53:43,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41c81446-6ddc-41ed-9be1-22e004ba14b5 Date: Sat, 25 Aug 2018 08:53:43 GMT RESP BODY: {"network_id": "d44130b1-9d61-4121-98e0-c2f99207f459", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "780a805a-a4d2-4e12-839b-10c6c03a877e", "subnet_ids": ["780a805a-a4d2-4e12-839b-10c6c03a877e"], "port_id": "673f9d4b-1744-4cf1-a837-9dc1db98ebb3", "id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18"} 2018-08-25 08:53:43,765 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18/remove_router_interface.json used request id req-41c81446-6ddc-41ed-9be1-22e004ba14b5 2018-08-25 08:53:43,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62960290909s 2018-08-25 08:53:43,765 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18/remove_router_interface.json used request id req-41c81446-6ddc-41ed-9be1-22e004ba14b5 returning object 7a1a7bc6-0278-4ba8-9db9-e02395af3c18 2018-08-25 08:53:43,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:53:43,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:43,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-aaf752e0-17de-477a-9a8e-3dc5f9013abb Date: Sat, 25 Aug 2018 08:53:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:53:08Z", "admin_state_up": true, "updated_at": "2018-08-25T08:53:42Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "7a1a7bc6-0278-4ba8-9db9-e02395af3c18", "name": "singlevm1-router_5fd308e8-401c-4ac9-8ce0-97573410f0c1"}]} 2018-08-25 08:53:43,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-aaf752e0-17de-477a-9a8e-3dc5f9013abb 2018-08-25 08:53:43,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128720998764s 2018-08-25 08:53:43,895 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-aaf752e0-17de-477a-9a8e-3dc5f9013abb 2018-08-25 08:53:43,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:53:43,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:45,310 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09aa92ec-9730-4b56-82ee-054a2c94b812 Content-Length: 0 Date: Sat, 25 Aug 2018 08:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:45,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18.json used request id req-09aa92ec-9730-4b56-82ee-054a2c94b812 2018-08-25 08:53:45,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41359710693s 2018-08-25 08:53:45,311 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/7a1a7bc6-0278-4ba8-9db9-e02395af3c18.json used request id req-09aa92ec-9730-4b56-82ee-054a2c94b812 2018-08-25 08:53:45,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:53:45,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:45,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-9198a34d-6bd0-44b5-a713-d4169391b96b Date: Sat, 25 Aug 2018 08:53:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:53: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":"780a805a-a4d2-4e12-839b-10c6c03a877e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_5fd308e8-401c-4ac9-8ce0-97573410f0c1","enable_dhcp":true,"segment_id":null,"network_id":"d44130b1-9d61-4121-98e0-c2f99207f459","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:08Z","ip_version":4},{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 08:53:45,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-9198a34d-6bd0-44b5-a713-d4169391b96b 2018-08-25 08:53:45,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0503950119019s 2018-08-25 08:53:45,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-9198a34d-6bd0-44b5-a713-d4169391b96b 2018-08-25 08:53:45,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:53:45,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/780a805a-a4d2-4e12-839b-10c6c03a877e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:46,165 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-067e7a45-f7cd-46c1-99d9-4dfceb26db59 Date: Sat, 25 Aug 2018 08:53:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:46,165 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/780a805a-a4d2-4e12-839b-10c6c03a877e.json used request id req-067e7a45-f7cd-46c1-99d9-4dfceb26db59 2018-08-25 08:53:46,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.80159497261s 2018-08-25 08:53:46,165 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/780a805a-a4d2-4e12-839b-10c6c03a877e.json used request id req-067e7a45-f7cd-46c1-99d9-4dfceb26db59 2018-08-25 08:53:46,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:46,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:46,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-015540f1-80a2-4715-a148-54178e1833d9 Date: Sat, 25 Aug 2018 08:53:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d44130b1-9d61-4121-98e0-c2f99207f459","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:53:46Z","qos_policy_id":null,"name":"singlevm1-net_5fd308e8-401c-4ac9-8ce0-97573410f0c1","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:53:07Z","provider:network_type":"vxlan"}]} 2018-08-25 08:53:46,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-015540f1-80a2-4715-a148-54178e1833d9 2018-08-25 08:53:46,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0768189430237s 2018-08-25 08:53:46,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-015540f1-80a2-4715-a148-54178e1833d9 2018-08-25 08:53:46,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:53:46,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/d44130b1-9d61-4121-98e0-c2f99207f459.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:47,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46d28a31-f867-415c-bd68-ab25f1cbaf3c Date: Sat, 25 Aug 2018 08:53:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:53:47,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/d44130b1-9d61-4121-98e0-c2f99207f459.json used request id req-46d28a31-f867-415c-bd68-ab25f1cbaf3c 2018-08-25 08:53:47,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.13960981369s 2018-08-25 08:53:47,384 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/d44130b1-9d61-4121-98e0-c2f99207f459.json used request id req-46d28a31-f867-415c-bd68-ab25f1cbaf3c 2018-08-25 08:53:47,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:47,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:48,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4a292380-2c57-4f2c-94c9-a33e85eb0c54 Date: Sat, 25 Aug 2018 08:53:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:13Z", "file": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "82f320e5-a2aa-45dd-a701-c0d47f8b2108", "size": 12716032, "self": "/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:53:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:48,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4a292380-2c57-4f2c-94c9-a33e85eb0c54 2018-08-25 08:53:48,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.736477136612s 2018-08-25 08:53:48,125 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4a292380-2c57-4f2c-94c9-a33e85eb0c54 2018-08-25 08:53:48,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:53:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:48,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ed7cf6e-e2e5-4dbf-a725-adabb0ebec27 Date: Sat, 25 Aug 2018 08:53:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:53:48,463 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108 used request id req-1ed7cf6e-e2e5-4dbf-a725-adabb0ebec27 2018-08-25 08:53:48,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.336169958115s 2018-08-25 08:53:48,463 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/82f320e5-a2aa-45dd-a701-c0d47f8b2108 used request id req-1ed7cf6e-e2e5-4dbf-a725-adabb0ebec27 2018-08-25 08:53:48,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:53:48,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:48,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53: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-66e901bb-2037-4564-a4bf-6a627ed58561 x-compute-request-id: req-66e901bb-2037-4564-a4bf-6a627ed58561 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5fd308e8-401c-4ac9-8ce0-97573410f0c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/d9f230b8-2392-4837-8783-412e0e69dffd", "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": "d9f230b8-2392-4837-8783-412e0e69dffd"}]} 2018-08-25 08:53:48,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-66e901bb-2037-4564-a4bf-6a627ed58561 2018-08-25 08:53:48,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224390029907s 2018-08-25 08:53:48,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-66e901bb-2037-4564-a4bf-6a627ed58561 2018-08-25 08:53:48,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:53:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f722369041103db3fbbc62e50ddd8cf611233edf" 2018-08-25 08:53:48,518 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:53: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-b583b8b5-137f-4cd7-8dda-6adfd258d17b x-compute-request-id: req-b583b8b5-137f-4cd7-8dda-6adfd258d17b Content-Length: 0 Content-Type: application/json 2018-08-25 08:53:48,519 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd used request id req-b583b8b5-137f-4cd7-8dda-6adfd258d17b 2018-08-25 08:53:48,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.031035900116s 2018-08-25 08:53:48,519 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/d9f230b8-2392-4837-8783-412e0e69dffd used request id req-b583b8b5-137f-4cd7-8dda-6adfd258d17b 2018-08-25 08:53:48,561 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:53:48,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:53:48,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:53:48,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:53:48,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49076622-ea08-471a-93e7-d72d1d41be0b 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:53:48,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-49076622-ea08-471a-93e7-d72d1d41be0b 2018-08-25 08:53:48,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:53:48,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["WjkAybHNR5irYFAGvRxxdA"], "issued_at": "2018-08-25T08:53:48.000000Z"}} 2018-08-25 08:53:48,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:48,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:49,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-77d82f43-96ea-4562-8a9b-8a4a3950cdcf Date: Sat, 25 Aug 2018 08:53:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:53:49,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-77d82f43-96ea-4562-8a9b-8a4a3950cdcf 2018-08-25 08:53:49,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.314296007156s 2018-08-25 08:53:49,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-77d82f43-96ea-4562-8a9b-8a4a3950cdcf 2018-08-25 08:53:49,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:53:49,309 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a5836f0-ee2f-4bb7-ba68-5beacd357b39 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:53:49,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-3a5836f0-ee2f-4bb7-ba68-5beacd357b39 2018-08-25 08:53:49,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:53:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:49,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d36b904c-321c-419a-8a9b-854c778e61b0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:53:49,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-d36b904c-321c-419a-8a9b-854c778e61b0 2018-08-25 08:53:49,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.164537191391s 2018-08-25 08:53:49,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-d36b904c-321c-419a-8a9b-854c778e61b0 2018-08-25 08:53:49,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:53:49,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29"}}' 2018-08-25 08:53:49,757 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c13fa25-fdc3-42da-b044-337535f9f329 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.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932"}, "tags": [], "enabled": true, "id": "4090c83f41884ffeabaa27fdfd85b932", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29"}} 2018-08-25 08:53:49,757 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-8c13fa25-fdc3-42da-b044-337535f9f329 2018-08-25 08:53:49,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.275062799454s 2018-08-25 08:53:49,757 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-8c13fa25-fdc3-42da-b044-337535f9f329 2018-08-25 08:53:49,758 - 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'4090c83f41884ffeabaa27fdfd85b932', '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_43e9454c-4e07-41af-98e1-38db3a308b29'}) 2018-08-25 08:53:49,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:53:49,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f6718ca4-1612-4ab5-96c6-6acfffcca346", "email": null, "name": "singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29"}}' 2018-08-25 08:53:50,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e6e27c9-e9c8-43f5-9756-1e1227b74cd7 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29", "links": {"self": "http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6913de158bea436e90d22687fc79bad0", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:53:50,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-8e6e27c9-e9c8-43f5-9756-1e1227b74cd7 2018-08-25 08:53:50,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.444613933563s 2018-08-25 08:53:50,209 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-8e6e27c9-e9c8-43f5-9756-1e1227b74cd7 2018-08-25 08:53:50,209 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6913de158bea436e90d22687fc79bad0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29'}) 2018-08-25 08:53:50,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:53:50,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:50,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255d8a9c-28bd-41bc-bea9-d4089f53404a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:53:50,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-255d8a9c-28bd-41bc-bea9-d4089f53404a 2018-08-25 08:53:50,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0972480773926s 2018-08-25 08:53:50,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-255d8a9c-28bd-41bc-bea9-d4089f53404a 2018-08-25 08:53:50,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:53:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:50,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf20dbd-ca61-41c8-bc42-4b563b17ae88 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:53:50,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-8bf20dbd-ca61-41c8-bc42-4b563b17ae88 2018-08-25 08:53:50,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178622961044s 2018-08-25 08:53:50,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-8bf20dbd-ca61-41c8-bc42-4b563b17ae88 2018-08-25 08:53:50,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:53:50,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:50,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed626b3-abe6-4847-bce5-f144c0cb6e55 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:53:50,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-6ed626b3-abe6-4847-bce5-f144c0cb6e55 2018-08-25 08:53:50,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186135053635s 2018-08-25 08:53:50,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-6ed626b3-abe6-4847-bce5-f144c0cb6e55 2018-08-25 08:53:50,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:53:50,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:50,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e5bde1-7e2d-4304-9f7c-b72ed4fee75c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:53:50,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-45e5bde1-7e2d-4304-9f7c-b72ed4fee75c 2018-08-25 08:53:50,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18208694458s 2018-08-25 08:53:50,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-45e5bde1-7e2d-4304-9f7c-b72ed4fee75c 2018-08-25 08:53:50,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:53:50,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:50,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d8af89-845a-4f54-9dc4-27f5d2062652 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29", "links": {"self": "http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6913de158bea436e90d22687fc79bad0", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:53:50,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-37d8af89-845a-4f54-9dc4-27f5d2062652 2018-08-25 08:53:50,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116852998734s 2018-08-25 08:53:50,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-37d8af89-845a-4f54-9dc4-27f5d2062652 2018-08-25 08:53:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:53:51,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:51,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d854e8b8-ca79-4450-b542-93a62c62b0a7 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932"}, "tags": [], "enabled": true, "id": "4090c83f41884ffeabaa27fdfd85b932", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29"}]} 2018-08-25 08:53:51,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d854e8b8-ca79-4450-b542-93a62c62b0a7 2018-08-25 08:53:51,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106202125549s 2018-08-25 08:53:51,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d854e8b8-ca79-4450-b542-93a62c62b0a7 2018-08-25 08:53:51,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:53:51,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=6913de158bea436e90d22687fc79bad0&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=4090c83f41884ffeabaa27fdfd85b932" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:51,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c896aa3-0deb-4580-8623-1edf9638930b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=6913de158bea436e90d22687fc79bad0&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=4090c83f41884ffeabaa27fdfd85b932", "previous": null, "next": null}} 2018-08-25 08:53:51,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=6913de158bea436e90d22687fc79bad0&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=4090c83f41884ffeabaa27fdfd85b932 used request id req-9c896aa3-0deb-4580-8623-1edf9638930b 2018-08-25 08:53:51,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.09761095047s 2018-08-25 08:53:51,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=6913de158bea436e90d22687fc79bad0&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=4090c83f41884ffeabaa27fdfd85b932 used request id req-9c896aa3-0deb-4580-8623-1edf9638930b 2018-08-25 08:53:51,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:53:51,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932/users/6913de158bea436e90d22687fc79bad0/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:53:51,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3abea8ba-9a91-4bea-95f0-b16bf691bec4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:53:51,401 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932/users/6913de158bea436e90d22687fc79bad0/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-3abea8ba-9a91-4bea-95f0-b16bf691bec4 2018-08-25 08:53:51,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.18457198143s 2018-08-25 08:53:51,401 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932/users/6913de158bea436e90d22687fc79bad0/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-3abea8ba-9a91-4bea-95f0-b16bf691bec4 2018-08-25 08:53:51,402 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29', 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'4090c83f41884ffeabaa27fdfd85b932', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f6718ca4-1612-4ab5-96c6-6acfffcca346', 'username': u'singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:53:51,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:53:51,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:53:51,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:53:51,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:53:51,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:53:51,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:53:51,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:53:51,407 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29', 'password': 'f6718ca4-1612-4ab5-96c6-6acfffcca346', 'project_name': 'singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '4090c83f41884ffeabaa27fdfd85b932', 'project_domain_name': 'Default'} 2018-08-25 08:53:51,407 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-25 08:53:51,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:53:51,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958af9c6-21f0-47cd-89c8-be1c50f7a6aa 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:53:51,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-958af9c6-21f0-47cd-89c8-be1c50f7a6aa 2018-08-25 08:53:51,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:53:51,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T09:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4090c83f41884ffeabaa27fdfd85b932", "name": "singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/4090c83f41884ffeabaa27fdfd85b932", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/4090c83f41884ffeabaa27fdfd85b932", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/4090c83f41884ffeabaa27fdfd85b932", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/4090c83f41884ffeabaa27fdfd85b932", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/4090c83f41884ffeabaa27fdfd85b932", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/4090c83f41884ffeabaa27fdfd85b932", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_4090c83f41884ffeabaa27fdfd85b932", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_4090c83f41884ffeabaa27fdfd85b932", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/4090c83f41884ffeabaa27fdfd85b932", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/4090c83f41884ffeabaa27fdfd85b932", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/4090c83f41884ffeabaa27fdfd85b932", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4090c83f41884ffeabaa27fdfd85b932", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/4090c83f41884ffeabaa27fdfd85b932", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/4090c83f41884ffeabaa27fdfd85b932", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29", "id": "6913de158bea436e90d22687fc79bad0"}, "audit_ids": ["xcgL0z-WRpWqPUNXJ1Dm1Q"], "issued_at": "2018-08-25T08:53:51.000000Z"}} 2018-08-25 08:53:51,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:53:51,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"network": {"name": "singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29", "admin_state_up": true}}' 2018-08-25 08:53:52,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8fcf9186-f89d-4ff9-ad2a-b5d37ce0d3a0 Date: Sat, 25 Aug 2018 08:53:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"257659dd-a24d-48fe-93a0-9457c7454212","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4090c83f41884ffeabaa27fdfd85b932","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:53:52Z","is_default":false,"name":"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","mtu":1450}} 2018-08-25 08:53:52,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8fcf9186-f89d-4ff9-ad2a-b5d37ce0d3a0 2018-08-25 08:53:52,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.63484287262s 2018-08-25 08:53:52,448 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8fcf9186-f89d-4ff9-ad2a-b5d37ce0d3a0 2018-08-25 08:53:52,448 - 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-08-25T08:53:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'257659dd-a24d-48fe-93a0-9457c7454212', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29', u'admin_state_up': True, u'tenant_id': u'4090c83f41884ffeabaa27fdfd85b932', u'created_at': u'2018-08-25T08:53:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4090c83f41884ffeabaa27fdfd85b932', u'l2_adjacency': True}) 2018-08-25 08:53:52,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:52,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-c642cd79-79eb-4f49-b947-da611a8d721e Date: Sat, 25 Aug 2018 08:53:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"257659dd-a24d-48fe-93a0-9457c7454212","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4090c83f41884ffeabaa27fdfd85b932","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:53:52Z","qos_policy_id":null,"name":"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29","admin_state_up":true,"tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:53:52,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c642cd79-79eb-4f49-b947-da611a8d721e 2018-08-25 08:53:52,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11195397377s 2018-08-25 08:53:52,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c642cd79-79eb-4f49-b947-da611a8d721e 2018-08-25 08:53:52,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:53:52,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"subnet": {"name": "singlevm2-subnet_43e9454c-4e07-41af-98e1-38db3a308b29", "enable_dhcp": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:53:53,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-9f5e25db-46c6-477b-9239-1b52bc48124d Date: Sat, 25 Aug 2018 08:53:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"257659dd-a24d-48fe-93a0-9457c7454212","tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:53:52Z","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":"4090c83f41884ffeabaa27fdfd85b932","id":"c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1","subnetpool_id":null,"name":"singlevm2-subnet_43e9454c-4e07-41af-98e1-38db3a308b29"}} 2018-08-25 08:53:53,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-9f5e25db-46c6-477b-9239-1b52bc48124d 2018-08-25 08:53:53,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.637637138367s 2018-08-25 08:53:53,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-9f5e25db-46c6-477b-9239-1b52bc48124d 2018-08-25 08:53:53,201 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:53:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_43e9454c-4e07-41af-98e1-38db3a308b29', u'enable_dhcp': True, u'network_id': u'257659dd-a24d-48fe-93a0-9457c7454212', u'tenant_id': u'4090c83f41884ffeabaa27fdfd85b932', u'created_at': u'2018-08-25T08:53:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4090c83f41884ffeabaa27fdfd85b932'}) 2018-08-25 08:53:53,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:53:53,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "singlevm2-router_43e9454c-4e07-41af-98e1-38db3a308b29", "admin_state_up": true}}' 2018-08-25 08:53:54,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-98e8357b-e221-40ff-ad33-c32f76c948ff Date: Sat, 25 Aug 2018 08:53:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:53Z", "admin_state_up": true, "updated_at": "2018-08-25T08:53:54Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "143875ab-73c8-4111-9762-05daa0508763", "name": "singlevm2-router_43e9454c-4e07-41af-98e1-38db3a308b29"}} 2018-08-25 08:53:54,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-98e8357b-e221-40ff-ad33-c32f76c948ff 2018-08-25 08:53:54,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48141503334s 2018-08-25 08:53:54,683 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-98e8357b-e221-40ff-ad33-c32f76c948ff 2018-08-25 08:53:54,684 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:53:54Z', u'revision_number': 2, u'id': u'143875ab-73c8-4111-9762-05daa0508763', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_43e9454c-4e07-41af-98e1-38db3a308b29', u'admin_state_up': True, u'tenant_id': u'4090c83f41884ffeabaa27fdfd85b932', u'created_at': u'2018-08-25T08:53:53Z', u'flavor_id': None, u'routes': [], u'project_id': u'4090c83f41884ffeabaa27fdfd85b932'}) 2018-08-25 08:53:54,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:53:54,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763/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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"subnet_id": "c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"}' 2018-08-25 08:53:57,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff710518-b389-486e-a8db-084eed2ae811 Date: Sat, 25 Aug 2018 08:53:57 GMT RESP BODY: {"network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "subnet_id": "c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1", "subnet_ids": ["c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"], "port_id": "e5c4f494-a2e2-468d-a6bb-5af32af2bdac", "id": "143875ab-73c8-4111-9762-05daa0508763"} 2018-08-25 08:53:57,346 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763/add_router_interface.json used request id req-ff710518-b389-486e-a8db-084eed2ae811 2018-08-25 08:53:57,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.66128802299s 2018-08-25 08:53:57,346 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763/add_router_interface.json used request id req-ff710518-b389-486e-a8db-084eed2ae811 returning object 143875ab-73c8-4111-9762-05daa0508763 2018-08-25 08:53:57,346 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:53:57,444 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:53:57,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:53:57,449 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:53:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:53:57,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:57,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:57,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8cb85e07-3dc6-4204-8c4e-a7e07ba6c4ea Date: Sat, 25 Aug 2018 08:53:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:57,727 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-8cb85e07-3dc6-4204-8c4e-a7e07ba6c4ea 2018-08-25 08:53:57,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.276300907135s 2018-08-25 08:53:57,727 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-8cb85e07-3dc6-4204-8c4e-a7e07ba6c4ea 2018-08-25 08:53:57,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:53:57,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29"}' 2018-08-25 08:53:57,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-769a03fd-c635-44d2-b4e6-bc86d4ff323f Date: Sat, 25 Aug 2018 08:53:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:57Z", "file": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file", "owner": "4090c83f41884ffeabaa27fdfd85b932", "id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "size": null, "self": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "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_43e9454c-4e07-41af-98e1-38db3a308b29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "checksum": null, "created_at": "2018-08-25T08:53:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:53:57,792 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-769a03fd-c635-44d2-b4e6-bc86d4ff323f 2018-08-25 08:53:57,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0560688972473s 2018-08-25 08:53:57,793 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-769a03fd-c635-44d2-b4e6-bc86d4ff323f returning object e8a03f26-f824-4aa9-b34b-f3a055afcb41 2018-08-25 08:53:57,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:53:57,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '' 2018-08-25 08:53:58,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae7b64bc-ca73-4baf-bde4-3a076960c8bd Date: Sat, 25 Aug 2018 08:53:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:53:58,234 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file used request id req-ae7b64bc-ca73-4baf-bde4-3a076960c8bd 2018-08-25 08:53:58,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.44047999382s 2018-08-25 08:53:58,234 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file used request id req-ae7b64bc-ca73-4baf-bde4-3a076960c8bd 2018-08-25 08:53:58,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:58,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a85d4b4c-4103-44d6-b028-9152131de806 Date: Sat, 25 Aug 2018 08:53:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:58Z", "file": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file", "owner": "4090c83f41884ffeabaa27fdfd85b932", "id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "size": 12716032, "self": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:53:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:58,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a85d4b4c-4103-44d6-b028-9152131de806 2018-08-25 08:53:58,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0699651241302s 2018-08-25 08:53:58,309 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a85d4b4c-4103-44d6-b028-9152131de806 2018-08-25 08:53:58,311 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file', 'owner': u'4090c83f41884ffeabaa27fdfd85b932', 'id': u'e8a03f26-f824-4aa9-b34b-f3a055afcb41', 'size': 12716032, u'self': u'/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4090c83f41884ffeabaa27fdfd85b932', 'name': 'singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:53:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:53:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29', '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/e8a03f26-f824-4aa9-b34b-f3a055afcb41', 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_43e9454c-4e07-41af-98e1-38db3a308b29', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29', 'created': u'2018-08-25T08:53:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:53:57Z', 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/e8a03f26-f824-4aa9-b34b-f3a055afcb41', 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_43e9454c-4e07-41af-98e1-38db3a308b29', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:53:58,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:53:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_43e9454c-4e07-41af-98e1-38db3a308b29", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:53:58,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26aca6d3-46ad-4681-b18b-72fc7defa402 x-compute-request-id: req-26aca6d3-46ad-4681-b18b-72fc7defa402 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_43e9454c-4e07-41af-98e1-38db3a308b29", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "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": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c"}} 2018-08-25 08:53:58,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-26aca6d3-46ad-4681-b18b-72fc7defa402 2018-08-25 08:53:58,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.367073774338s 2018-08-25 08:53:58,679 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-26aca6d3-46ad-4681-b18b-72fc7defa402 2018-08-25 08:53:58,680 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_43e9454c-4e07-41af-98e1-38db3a308b29', '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'89d58111967c4124b09131409c7a2a28', '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'58cd9626-f4ee-4941-b8bb-1bec46e8af7c', 'swap': 0}) 2018-08-25 08:53:58,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:53:58,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c/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}88c2f1486c06105a11be897d049cb57d3a85834e" -d '{"extra_specs": {}}' 2018-08-25 08:53:58,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72c80c3b-431e-415e-b3c1-abc8c4259351 x-compute-request-id: req-72c80c3b-431e-415e-b3c1-abc8c4259351 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:53:58,812 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c/os-extra_specs used request id req-72c80c3b-431e-415e-b3c1-abc8c4259351 2018-08-25 08:53:58,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131443023682s 2018-08-25 08:53:58,812 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c/os-extra_specs used request id req-72c80c3b-431e-415e-b3c1-abc8c4259351 2018-08-25 08:53:58,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 08:53:58,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"keypair": {"name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29"}}' 2018-08-25 08:53:59,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6689b75f-5f93-4abf-ba35-9a9befdbf4f2 x-compute-request-id: req-6689b75f-5f93-4abf-ba35-9a9befdbf4f2 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLgYSofBq82vdsHB7L+c5S3WTV92Z1rWGHsM8dqil9pOrxoa5iP1vuSUsc0+5Te/5pdTfObEZ8Yv4vD5/D1OgEPCsmttuG/dHD42E3a1fP/6lFBIYpr+vn9EnNRXGimIfubpOsoVfGJdHHOfD6pv91EPzF0PcSCLMR2evnWvYd/f5MN08e8iVgCrCd2pVbHTaj87gApiMAt4cI8u2ypRuV5RIiM7WiCxcltYfGrnsYq5XVWfOUUCBJ7y2xnbY2Uecf6xhmoAaCBREOAAuAYnfqqC44xWNXDv3lL8dj0L7LwTO3wrDtupgnY3tuoVJRa0QttKUsp5DjOfFbCz+P68ZB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAy4GEqHwavNr3bBwey/nOUt1k1fdmda1hh7DPHaopfaTq8aGu\nYj9b7klLHNPuU3v+aXU3zmxGfGL+Lw+fw9ToBDwrJrbbhv3Rw+NhN2tXz/+pRQSG\nKa/r5/RJzUVxopiH7m6TrKFXxiXRxznw+qb/dRD8xdD3EgizEdnr51r2Hf3+TDdP\nHvIlYAqwndqVWx02o/O4AKYjALeHCPLtsqUbleUSIjO1ogsXJbWHxq57GKuV1Vnz\nlFAgSe8tsZ22NlHnH+sYZqAGggURDgALgGJ36qguOMVjVw795S/HY9C+y8Ezt8Kw\n7bqYJ2N7bqFSUWtELbSlLKeQ4znxWws/j+vGQQIDAQABAoIBAQDIQtA0rMvzBNdu\nP83elBkBWnScSjU9oDzVtpxaaNUjm2LIHX7pl8fzmZSc7cEdzmrxhDRCojJKvW+9\nB/cEU0Nux3b/RfqJwMTnq55DVxK20LPWAzmzVDclrzPhGHFWvBsn+xC/VJZ3m0fw\ncYg+YJAKt4jHcXdw+7ab3oNSzCReJY7vWPtnK9Fm6f8P17LqUZVn/3CtlP9xjbPv\nBFTerLIIRazL0u7aVnlOximdDbrW1pi1unRUd8keX+sS36Nwd9K/DH3n8DoeHHdl\n7sVE222e1N3BmJo0tXj2TX4/SvkkA/P+pJDnivrfbM5jnhbO8lHbRC08qCDjH56z\niy/KYXWxAoGBAOqwTHKO+ekixUp2JxFyeqZP2MCEQjfSqQzkjIejy7Q98esjD5hl\nxLX0TTxHOmX3/dTJHMDUD35qaOAWKkOMxCkZXGPCdU2dUInW1b8HLMr0Z5aW9w6I\nqkgJpshsGydN7vLxNj0gxqsrLXlzu9l06sn2gDqROrNlqLOgjn5QPdg/AoGBAN38\nVB8TD58JcqjBd9XEcnyJ0SnUrk2AeXDd2m9h3mcFq+deJ93cjrR/5OdHiLFI8IG5\nrVYBGPaChf7ns7JdOzpOhO/ZMNO70zrpl8fAUv4KpUWg7F+ExMf5pVX90Uf6keZT\nFQEhM55Q/AvKe45/tOtGsYxob47t7vor0QmhSsF/AoGAYBQY1/VsnmMbveYtDFl/\nmMKri/UZXt0hVCPk3ErURE/v0EGkStGu/Iatb/YBFGm4QvqqiM7IIQrTMJoiZ1Ej\npWe6iSS8/S9gH24SR4hacCQqnF3les+8Vo2M+BQ58ZdYMaFKgS//5Wdh0Izu5JGW\n5WPDDzcRfwwpSpB6hX+4MeUCgYEAu9s+wTFbReYz7xYSuIfPrw7eQD0o6JNxsg89\nPIchNCP7jwgCSuHMrnmRGBxUVFt6lP2x75dsLajVhptEWgxGBBjQrT0q8fQAVNm7\nxaI/WZdet+bwQgFUmjrtLTFn+zbUY4spulQDn9W/BqdrGnN+gqDHvh/fUKCQXYvZ\nEgI6BjcCgYBBIjN+4WSkPzFEYCE0h4TnWr5DqWCGNDW8mDeN19ZpXuyT+6v76ws1\nITgJvefg9SXMt/6VkAdpcuhRJGt+tObWKI9mPFdsUl1AK1ov2tyadmTNsCa5R5HE\ntLz0vq5vYl175HBX3PtYwPeZ/uN7R80qUbH8LS1M6Fy6DU79NIV0zg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6913de158bea436e90d22687fc79bad0", "name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "fingerprint": "3b:a0:e8:78:d9:2b:ef:31:2f:dd:05:41:50:e4:a8:82"}} 2018-08-25 08:53:59,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-6689b75f-5f93-4abf-ba35-9a9befdbf4f2 2018-08-25 08:53:59,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.362881183624s 2018-08-25 08:53:59,176 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-6689b75f-5f93-4abf-ba35-9a9befdbf4f2 2018-08-25 08:53:59,177 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLgYSofBq82vdsHB7L+c5S3WTV92Z1rWGHsM8dqil9pOrxoa5iP1vuSUsc0+5Te/5pdTfObEZ8Yv4vD5/D1OgEPCsmttuG/dHD42E3a1fP/6lFBIYpr+vn9EnNRXGimIfubpOsoVfGJdHHOfD6pv91EPzF0PcSCLMR2evnWvYd/f5MN08e8iVgCrCd2pVbHTaj87gApiMAt4cI8u2ypRuV5RIiM7WiCxcltYfGrnsYq5XVWfOUUCBJ7y2xnbY2Uecf6xhmoAaCBREOAAuAYnfqqC44xWNXDv3lL8dj0L7LwTO3wrDtupgnY3tuoVJRa0QttKUsp5DjOfFbCz+P68ZB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAy4GEqHwavNr3bBwey/nOUt1k1fdmda1hh7DPHaopfaTq8aGu\nYj9b7klLHNPuU3v+aXU3zmxGfGL+Lw+fw9ToBDwrJrbbhv3Rw+NhN2tXz/+pRQSG\nKa/r5/RJzUVxopiH7m6TrKFXxiXRxznw+qb/dRD8xdD3EgizEdnr51r2Hf3+TDdP\nHvIlYAqwndqVWx02o/O4AKYjALeHCPLtsqUbleUSIjO1ogsXJbWHxq57GKuV1Vnz\nlFAgSe8tsZ22NlHnH+sYZqAGggURDgALgGJ36qguOMVjVw795S/HY9C+y8Ezt8Kw\n7bqYJ2N7bqFSUWtELbSlLKeQ4znxWws/j+vGQQIDAQABAoIBAQDIQtA0rMvzBNdu\nP83elBkBWnScSjU9oDzVtpxaaNUjm2LIHX7pl8fzmZSc7cEdzmrxhDRCojJKvW+9\nB/cEU0Nux3b/RfqJwMTnq55DVxK20LPWAzmzVDclrzPhGHFWvBsn+xC/VJZ3m0fw\ncYg+YJAKt4jHcXdw+7ab3oNSzCReJY7vWPtnK9Fm6f8P17LqUZVn/3CtlP9xjbPv\nBFTerLIIRazL0u7aVnlOximdDbrW1pi1unRUd8keX+sS36Nwd9K/DH3n8DoeHHdl\n7sVE222e1N3BmJo0tXj2TX4/SvkkA/P+pJDnivrfbM5jnhbO8lHbRC08qCDjH56z\niy/KYXWxAoGBAOqwTHKO+ekixUp2JxFyeqZP2MCEQjfSqQzkjIejy7Q98esjD5hl\nxLX0TTxHOmX3/dTJHMDUD35qaOAWKkOMxCkZXGPCdU2dUInW1b8HLMr0Z5aW9w6I\nqkgJpshsGydN7vLxNj0gxqsrLXlzu9l06sn2gDqROrNlqLOgjn5QPdg/AoGBAN38\nVB8TD58JcqjBd9XEcnyJ0SnUrk2AeXDd2m9h3mcFq+deJ93cjrR/5OdHiLFI8IG5\nrVYBGPaChf7ns7JdOzpOhO/ZMNO70zrpl8fAUv4KpUWg7F+ExMf5pVX90Uf6keZT\nFQEhM55Q/AvKe45/tOtGsYxob47t7vor0QmhSsF/AoGAYBQY1/VsnmMbveYtDFl/\nmMKri/UZXt0hVCPk3ErURE/v0EGkStGu/Iatb/YBFGm4QvqqiM7IIQrTMJoiZ1Ej\npWe6iSS8/S9gH24SR4hacCQqnF3les+8Vo2M+BQ58ZdYMaFKgS//5Wdh0Izu5JGW\n5WPDDzcRfwwpSpB6hX+4MeUCgYEAu9s+wTFbReYz7xYSuIfPrw7eQD0o6JNxsg89\nPIchNCP7jwgCSuHMrnmRGBxUVFt6lP2x75dsLajVhptEWgxGBBjQrT0q8fQAVNm7\nxaI/WZdet+bwQgFUmjrtLTFn+zbUY4spulQDn9W/BqdrGnN+gqDHvh/fUKCQXYvZ\nEgI6BjcCgYBBIjN+4WSkPzFEYCE0h4TnWr5DqWCGNDW8mDeN19ZpXuyT+6v76ws1\nITgJvefg9SXMt/6VkAdpcuhRJGt+tObWKI9mPFdsUl1AK1ov2tyadmTNsCa5R5HE\ntLz0vq5vYl175HBX3PtYwPeZ/uN7R80qUbH8LS1M6Fy6DU79NIV0zg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6913de158bea436e90d22687fc79bad0', 'name': u'singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29', 'created_at': '2018-08-25T08:53:59.177688', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4090c83f41884ffeabaa27fdfd85b932', 'name': 'singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3b:a0:e8:78:d9:2b:ef:31:2f:dd:05:41:50:e4:a8:82', 'type': 'ssh', 'id': u'singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29'}) 2018-08-25 08:53:59,178 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAy4GEqHwavNr3bBwey/nOUt1k1fdmda1hh7DPHaopfaTq8aGu Yj9b7klLHNPuU3v+aXU3zmxGfGL+Lw+fw9ToBDwrJrbbhv3Rw+NhN2tXz/+pRQSG Ka/r5/RJzUVxopiH7m6TrKFXxiXRxznw+qb/dRD8xdD3EgizEdnr51r2Hf3+TDdP HvIlYAqwndqVWx02o/O4AKYjALeHCPLtsqUbleUSIjO1ogsXJbWHxq57GKuV1Vnz lFAgSe8tsZ22NlHnH+sYZqAGggURDgALgGJ36qguOMVjVw795S/HY9C+y8Ezt8Kw 7bqYJ2N7bqFSUWtELbSlLKeQ4znxWws/j+vGQQIDAQABAoIBAQDIQtA0rMvzBNdu P83elBkBWnScSjU9oDzVtpxaaNUjm2LIHX7pl8fzmZSc7cEdzmrxhDRCojJKvW+9 B/cEU0Nux3b/RfqJwMTnq55DVxK20LPWAzmzVDclrzPhGHFWvBsn+xC/VJZ3m0fw cYg+YJAKt4jHcXdw+7ab3oNSzCReJY7vWPtnK9Fm6f8P17LqUZVn/3CtlP9xjbPv BFTerLIIRazL0u7aVnlOximdDbrW1pi1unRUd8keX+sS36Nwd9K/DH3n8DoeHHdl 7sVE222e1N3BmJo0tXj2TX4/SvkkA/P+pJDnivrfbM5jnhbO8lHbRC08qCDjH56z iy/KYXWxAoGBAOqwTHKO+ekixUp2JxFyeqZP2MCEQjfSqQzkjIejy7Q98esjD5hl xLX0TTxHOmX3/dTJHMDUD35qaOAWKkOMxCkZXGPCdU2dUInW1b8HLMr0Z5aW9w6I qkgJpshsGydN7vLxNj0gxqsrLXlzu9l06sn2gDqROrNlqLOgjn5QPdg/AoGBAN38 VB8TD58JcqjBd9XEcnyJ0SnUrk2AeXDd2m9h3mcFq+deJ93cjrR/5OdHiLFI8IG5 rVYBGPaChf7ns7JdOzpOhO/ZMNO70zrpl8fAUv4KpUWg7F+ExMf5pVX90Uf6keZT FQEhM55Q/AvKe45/tOtGsYxob47t7vor0QmhSsF/AoGAYBQY1/VsnmMbveYtDFl/ mMKri/UZXt0hVCPk3ErURE/v0EGkStGu/Iatb/YBFGm4QvqqiM7IIQrTMJoiZ1Ej pWe6iSS8/S9gH24SR4hacCQqnF3les+8Vo2M+BQ58ZdYMaFKgS//5Wdh0Izu5JGW 5WPDDzcRfwwpSpB6hX+4MeUCgYEAu9s+wTFbReYz7xYSuIfPrw7eQD0o6JNxsg89 PIchNCP7jwgCSuHMrnmRGBxUVFt6lP2x75dsLajVhptEWgxGBBjQrT0q8fQAVNm7 xaI/WZdet+bwQgFUmjrtLTFn+zbUY4spulQDn9W/BqdrGnN+gqDHvh/fUKCQXYvZ EgI6BjcCgYBBIjN+4WSkPzFEYCE0h4TnWr5DqWCGNDW8mDeN19ZpXuyT+6v76ws1 ITgJvefg9SXMt/6VkAdpcuhRJGt+tObWKI9mPFdsUl1AK1ov2tyadmTNsCa5R5HE tLz0vq5vYl175HBX3PtYwPeZ/uN7R80qUbH8LS1M6Fy6DU79NIV0zg== -----END RSA PRIVATE KEY----- 2018-08-25 08:53:59,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 08:53:59,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"security_group": {"name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-25 08:53:59,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-c282a704-fa9a-4d69-8e73-30cfdf33ed78 Date: Sat, 25 Aug 2018 08:53:59 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:59Z", "updated_at": "2018-08-25T08:53:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "75fbef07-c171-4032-9d2a-8d2275983b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "f6474ede-0dda-4c52-a7aa-be1ab78afd0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}} 2018-08-25 08:53:59,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-c282a704-fa9a-4d69-8e73-30cfdf33ed78 2018-08-25 08:53:59,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.151770830154s 2018-08-25 08:53:59,333 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-c282a704-fa9a-4d69-8e73-30cfdf33ed78 2018-08-25 08:53:59,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:53:59,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:59,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-ce2671fc-50e8-444b-be54-488ec2ce41d3 Date: Sat, 25 Aug 2018 08:53:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:59Z", "updated_at": "2018-08-25T08:53:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "75fbef07-c171-4032-9d2a-8d2275983b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "f6474ede-0dda-4c52-a7aa-be1ab78afd0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}, {"description": "Default security group", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:52Z", "updated_at": "2018-08-25T08:53:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "2f0b8c3d-8ce2-4634-8a79-227b923cc0b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "821ca795-b7c1-4c7b-9d97-758e98251bc9", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "cf6c89db-52f2-4157-98ee-0acf6ee785cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "ece7804f-a976-4d64-a473-727c4303583e", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "eddf597a-acdf-4d6f-b594-ceda70399712", "name": "default"}]} 2018-08-25 08:53:59,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ce2671fc-50e8-444b-be54-488ec2ce41d3 2018-08-25 08:53:59,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0654110908508s 2018-08-25 08:53:59,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ce2671fc-50e8-444b-be54-488ec2ce41d3 2018-08-25 08:53:59,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:53:59,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -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": "4607d673-5d89-41fc-aac3-5acfdbcf433d"}}' 2018-08-25 08:53:59,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-47ab1b7a-b909-42e4-999f-b78b267fe519 Date: Sat, 25 Aug 2018 08:53: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-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "port_range_min": 22, "revision_number": 0, "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:59Z", "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "4dfe9ac8-84cc-40b9-8bd0-6926e11d3e79"}} 2018-08-25 08:53:59,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-47ab1b7a-b909-42e4-999f-b78b267fe519 2018-08-25 08:53:59,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13521194458s 2018-08-25 08:53:59,543 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-47ab1b7a-b909-42e4-999f-b78b267fe519 2018-08-25 08:53:59,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:53:59,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:59,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-07f3c9ca-f89f-42dc-b495-1bb7c8d6658c Date: Sat, 25 Aug 2018 08:53:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:59Z", "updated_at": "2018-08-25T08:53:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "4dfe9ac8-84cc-40b9-8bd0-6926e11d3e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "75fbef07-c171-4032-9d2a-8d2275983b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "f6474ede-0dda-4c52-a7aa-be1ab78afd0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 2, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}, {"description": "Default security group", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:52Z", "updated_at": "2018-08-25T08:53:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "2f0b8c3d-8ce2-4634-8a79-227b923cc0b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "821ca795-b7c1-4c7b-9d97-758e98251bc9", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "cf6c89db-52f2-4157-98ee-0acf6ee785cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "ece7804f-a976-4d64-a473-727c4303583e", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "eddf597a-acdf-4d6f-b594-ceda70399712", "name": "default"}]} 2018-08-25 08:53:59,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-07f3c9ca-f89f-42dc-b495-1bb7c8d6658c 2018-08-25 08:53:59,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0469439029694s 2018-08-25 08:53:59,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-07f3c9ca-f89f-42dc-b495-1bb7c8d6658c 2018-08-25 08:53:59,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:53:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -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": "4607d673-5d89-41fc-aac3-5acfdbcf433d"}}' 2018-08-25 08:53:59,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-11c2c42e-2806-4de3-bcb5-e19f82be887d Date: Sat, 25 Aug 2018 08:53:59 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-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "port_range_min": null, "revision_number": 0, "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:59Z", "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "93621c52-c363-4caf-a95c-d627d95d1901"}} 2018-08-25 08:53:59,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-11c2c42e-2806-4de3-bcb5-e19f82be887d 2018-08-25 08:53:59,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127011060715s 2018-08-25 08:53:59,725 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-11c2c42e-2806-4de3-bcb5-e19f82be887d 2018-08-25 08:53:59,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:53:59,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:59,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-79050663-b891-4b64-b7a2-8eb2626eedc2 Date: Sat, 25 Aug 2018 08:53:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"257659dd-a24d-48fe-93a0-9457c7454212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4090c83f41884ffeabaa27fdfd85b932","l2_adjacency":true,"status":"ACTIVE","subnets":["c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"],"description":"","tags":[],"updated_at":"2018-08-25T08:53:52Z","qos_policy_id":null,"name":"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29","admin_state_up":true,"tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:53:59,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-79050663-b891-4b64-b7a2-8eb2626eedc2 2018-08-25 08:53:59,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921700000763s 2018-08-25 08:53:59,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-79050663-b891-4b64-b7a2-8eb2626eedc2 2018-08-25 08:53:59,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:53:59,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:59,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0fc69cdc-4254-48d3-bf41-bee34f899130 Date: Sat, 25 Aug 2018 08:53:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:58Z", "file": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file", "owner": "4090c83f41884ffeabaa27fdfd85b932", "id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "size": 12716032, "self": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:53:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:53:59,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0fc69cdc-4254-48d3-bf41-bee34f899130 2018-08-25 08:53:59,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.116340875626s 2018-08-25 08:53:59,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0fc69cdc-4254-48d3-bf41-bee34f899130 2018-08-25 08:53:59,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:53:59,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:53:59,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba003922-e158-4bf9-b4ee-bcd24839d4a4 x-compute-request-id: req-ba003922-e158-4bf9-b4ee-bcd24839d4a4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_43e9454c-4e07-41af-98e1-38db3a308b29", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "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": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c"}]} 2018-08-25 08:53:59,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-ba003922-e158-4bf9-b4ee-bcd24839d4a4 2018-08-25 08:53:59,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215780735016s 2018-08-25 08:53:59,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-ba003922-e158-4bf9-b4ee-bcd24839d4a4 2018-08-25 08:53:59,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:53:59,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"server": {"name": "singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29", "imageRef": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "key_name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "flavorRef": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "257659dd-a24d-48fe-93a0-9457c7454212"}], "security_groups": [{"name": "4607d673-5d89-41fc-aac3-5acfdbcf433d"}]}}' 2018-08-25 08:54:03,084 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7c384c8-bc05-43af-90ec-940aaeb86022 x-compute-request-id: req-c7c384c8-bc05-43af-90ec-940aaeb86022 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4607d673-5d89-41fc-aac3-5acfdbcf433d"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "bookmark"}], "adminPass": "oYPmn6L32HTS"}} 2018-08-25 08:54:03,084 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-c7c384c8-bc05-43af-90ec-940aaeb86022 2018-08-25 08:54:03,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.12006998062s 2018-08-25 08:54:03,085 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-c7c384c8-bc05-43af-90ec-940aaeb86022 2018-08-25 08:54:03,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:03,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:04,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-0e91e814-351b-45f2-a0c0-300d30f8336a x-compute-request-id: req-0e91e814-351b-45f2-a0c0-300d30f8336a Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "bookmark"}], "image": {"id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "links": [{"href": "http://172.30.9.35:8774/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "links": [{"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "bookmark"}]}, "id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2", "user_id": "6913de158bea436e90d22687fc79bad0", "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-08-25T08:54:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "name": "singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29", "created": "2018-08-25T08:54:03Z", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:04,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0e91e814-351b-45f2-a0c0-300d30f8336a 2018-08-25 08:54:04,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22798609734s 2018-08-25 08:54:04,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0e91e814-351b-45f2-a0c0-300d30f8336a 2018-08-25 08:54:04,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:04,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:04,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-f1f49aef-9bd7-43d0-8e0c-b354d46bb047 Date: Sat, 25 Aug 2018 08:54:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"257659dd-a24d-48fe-93a0-9457c7454212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4090c83f41884ffeabaa27fdfd85b932","l2_adjacency":true,"status":"ACTIVE","subnets":["c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"],"description":"","tags":[],"updated_at":"2018-08-25T08:53:52Z","qos_policy_id":null,"name":"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29","admin_state_up":true,"tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:54:04,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f1f49aef-9bd7-43d0-8e0c-b354d46bb047 2018-08-25 08:54:04,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0856788158417s 2018-08-25 08:54:04,407 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f1f49aef-9bd7-43d0-8e0c-b354d46bb047 2018-08-25 08:54:04,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:54:04,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:04,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5be5b533-124a-4980-a355-b42dcdc80fb8 Date: Sat, 25 Aug 2018 08:54:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"257659dd-a24d-48fe-93a0-9457c7454212","tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:53:52Z","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":"4090c83f41884ffeabaa27fdfd85b932","id":"c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1","subnetpool_id":null,"name":"singlevm2-subnet_43e9454c-4e07-41af-98e1-38db3a308b29"}]} 2018-08-25 08:54:04,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5be5b533-124a-4980-a355-b42dcdc80fb8 2018-08-25 08:54:04,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0577991008759s 2018-08-25 08:54:04,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5be5b533-124a-4980-a355-b42dcdc80fb8 2018-08-25 08:54:04,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:06,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:06,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:06,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-a7e93ea5-0d9a-4c9b-aaf2-5665bb9af82f x-compute-request-id: req-a7e93ea5-0d9a-4c9b-aaf2-5665bb9af82f Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "bookmark"}], "image": {"id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "links": [{"href": "http://172.30.9.35:8774/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "links": [{"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "bookmark"}]}, "id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2", "user_id": "6913de158bea436e90d22687fc79bad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:06Z", "hostId": "7a488c50d0b3776f404506122c5ceff55ab2cc80aaf893f350c5b607", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "name": "singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29", "created": "2018-08-25T08:54:03Z", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:06,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a7e93ea5-0d9a-4c9b-aaf2-5665bb9af82f 2018-08-25 08:54:06,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.274869203568s 2018-08-25 08:54:06,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a7e93ea5-0d9a-4c9b-aaf2-5665bb9af82f 2018-08-25 08:54:06,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:08,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:08,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:09,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-c27c5ee4-4cbd-4a48-b813-73ab49f63c7b x-compute-request-id: req-c27c5ee4-4cbd-4a48-b813-73ab49f63c7b 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.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "bookmark"}], "image": {"id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "links": [{"href": "http://172.30.9.35:8774/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "links": [{"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "bookmark"}]}, "id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2", "security_groups": [{"name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}], "user_id": "6913de158bea436e90d22687fc79bad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:06Z", "hostId": "7a488c50d0b3776f404506122c5ceff55ab2cc80aaf893f350c5b607", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "name": "singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29", "created": "2018-08-25T08:54:03Z", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:09,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c27c5ee4-4cbd-4a48-b813-73ab49f63c7b 2018-08-25 08:54:09,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577793836594s 2018-08-25 08:54:09,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c27c5ee4-4cbd-4a48-b813-73ab49f63c7b 2018-08-25 08:54:09,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:11,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:11,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:11,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-a3fe565c-ac80-45fd-9f1a-462548b71a89 x-compute-request-id: req-a3fe565c-ac80-45fd-9f1a-462548b71a89 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:71:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "bookmark"}], "image": {"id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "links": [{"href": "http://172.30.9.35:8774/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:09.000000", "flavor": {"id": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "links": [{"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "bookmark"}]}, "id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2", "security_groups": [{"name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}], "user_id": "6913de158bea436e90d22687fc79bad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:10Z", "hostId": "7a488c50d0b3776f404506122c5ceff55ab2cc80aaf893f350c5b607", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "name": "singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29", "created": "2018-08-25T08:54:03Z", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:11,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a3fe565c-ac80-45fd-9f1a-462548b71a89 2018-08-25 08:54:11,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345391988754s 2018-08-25 08:54:11,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a3fe565c-ac80-45fd-9f1a-462548b71a89 2018-08-25 08:54:11,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:54:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=a4b8bd95-7de5-4bd3-9129-4517603dffd2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:11,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-44d3b852-b025-4fc1-beee-5c8c89d32c44 Date: Sat, 25 Aug 2018 08:54:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:54:09Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1","ip_address":"192.168.120.6"}],"id":"2a0e9632-d46a-464e-98c2-26ed610743f7","security_groups":["4607d673-5d89-41fc-aac3-5acfdbcf433d"],"mac_address":"fa:16:3e:6e:71:e0","project_id":"4090c83f41884ffeabaa27fdfd85b932","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"257659dd-a24d-48fe-93a0-9457c7454212","tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:54:06Z","binding:vnic_type":"normal","device_id":"a4b8bd95-7de5-4bd3-9129-4517603dffd2","ip_allocation":"immediate"}]} 2018-08-25 08:54:11,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=a4b8bd95-7de5-4bd3-9129-4517603dffd2 used request id req-44d3b852-b025-4fc1-beee-5c8c89d32c44 2018-08-25 08:54:11,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0580670833588s 2018-08-25 08:54:11,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=a4b8bd95-7de5-4bd3-9129-4517603dffd2 used request id req-44d3b852-b025-4fc1-beee-5c8c89d32c44 2018-08-25 08:54:11,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:11,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2a0e9632-d46a-464e-98c2-26ed610743f7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:11,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9d56de3b-e05e-4baf-afc0-795ee6315c2a Date: Sat, 25 Aug 2018 08:54:11 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:54:11,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2a0e9632-d46a-464e-98c2-26ed610743f7 used request id req-9d56de3b-e05e-4baf-afc0-795ee6315c2a 2018-08-25 08:54:11,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042484998703s 2018-08-25 08:54:11,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2a0e9632-d46a-464e-98c2-26ed610743f7 used request id req-9d56de3b-e05e-4baf-afc0-795ee6315c2a 2018-08-25 08:54:11,796 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6e:71:e0', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e8a03f26-f824-4aa9-b34b-f3a055afcb41'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:54:09.000000', 'flavor': Munch({u'id': u'58cd9626-f4ee-4941-b8bb-1bec46e8af7c'}), 'az': u'nova', 'id': u'a4b8bd95-7de5-4bd3-9129-4517603dffd2', 'security_groups': [Munch({u'name': u'singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6913de158bea436e90d22687fc79bad0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4090c83f41884ffeabaa27fdfd85b932', 'name': 'singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:54:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:54:10Z', 'hostId': u'7a488c50d0b3776f404506122c5ceff55ab2cc80aaf893f350c5b607', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'7a488c50d0b3776f404506122c5ceff55ab2cc80aaf893f350c5b607', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:54:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4090c83f41884ffeabaa27fdfd85b932', 'name': u'singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29', 'adminPass': u'oYPmn6L32HTS', 'tenant_id': u'4090c83f41884ffeabaa27fdfd85b932', 'created_at': u'2018-08-25T08:54:03Z', 'created': u'2018-08-25T08:54:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:54:11,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:11,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:11,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-3adb4f92-76ce-4d7c-8665-543d3a5f3661 Date: Sat, 25 Aug 2018 08:54:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"257659dd-a24d-48fe-93a0-9457c7454212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4090c83f41884ffeabaa27fdfd85b932","l2_adjacency":true,"status":"ACTIVE","subnets":["c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"],"description":"","tags":[],"updated_at":"2018-08-25T08:53:52Z","qos_policy_id":null,"name":"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29","admin_state_up":true,"tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:54:11,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3adb4f92-76ce-4d7c-8665-543d3a5f3661 2018-08-25 08:54:11,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0871131420135s 2018-08-25 08:54:11,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3adb4f92-76ce-4d7c-8665-543d3a5f3661 2018-08-25 08:54:11,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:54:11,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=a4b8bd95-7de5-4bd3-9129-4517603dffd2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:11,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-90f3dae7-bef6-46e5-a8fb-aeb06586b29d Date: Sat, 25 Aug 2018 08:54:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:54:09Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1","ip_address":"192.168.120.6"}],"id":"2a0e9632-d46a-464e-98c2-26ed610743f7","security_groups":["4607d673-5d89-41fc-aac3-5acfdbcf433d"],"mac_address":"fa:16:3e:6e:71:e0","project_id":"4090c83f41884ffeabaa27fdfd85b932","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"257659dd-a24d-48fe-93a0-9457c7454212","tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:54:06Z","binding:vnic_type":"normal","device_id":"a4b8bd95-7de5-4bd3-9129-4517603dffd2","ip_allocation":"immediate"}]} 2018-08-25 08:54:11,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=a4b8bd95-7de5-4bd3-9129-4517603dffd2 used request id req-90f3dae7-bef6-46e5-a8fb-aeb06586b29d 2018-08-25 08:54:11,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0473961830139s 2018-08-25 08:54:11,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=a4b8bd95-7de5-4bd3-9129-4517603dffd2 used request id req-90f3dae7-bef6-46e5-a8fb-aeb06586b29d 2018-08-25 08:54:11,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 08:54:11,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.6", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7"}}' 2018-08-25 08:54:14,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-b0ab518f-3dd6-442f-99c5-a9908fcd0ac7 Date: Sat, 25 Aug 2018 08:54:14 GMT RESP BODY: {"floatingip": {"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:13Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}} 2018-08-25 08:54:14,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-b0ab518f-3dd6-442f-99c5-a9908fcd0ac7 2018-08-25 08:54:14,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.45261383057s 2018-08-25 08:54:14,390 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-b0ab518f-3dd6-442f-99c5-a9908fcd0ac7 2018-08-25 08:54:14,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:14,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:14,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5e9dbd5f-550c-4b40-b36b-619c5d9c3c43 Date: Sat, 25 Aug 2018 08:54:14 GMT RESP BODY: {"floatingips": [{"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:13Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}]} 2018-08-25 08:54:14,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-5e9dbd5f-550c-4b40-b36b-619c5d9c3c43 2018-08-25 08:54:14,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.078540802002s 2018-08-25 08:54:14,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-5e9dbd5f-550c-4b40-b36b-619c5d9c3c43 2018-08-25 08:54:14,481 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:54:14,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:14,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:14,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-01bd654f-f347-4d46-8c96-13bfc4fb6c15 Date: Sat, 25 Aug 2018 08:54:14 GMT RESP BODY: {"floatingips": [{"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:13Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}]} 2018-08-25 08:54:14,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-01bd654f-f347-4d46-8c96-13bfc4fb6c15 2018-08-25 08:54:14,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.260071992874s 2018-08-25 08:54:14,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-01bd654f-f347-4d46-8c96-13bfc4fb6c15 2018-08-25 08:54:14,850 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:54:14,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:14,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:15,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-084c0062-5ba7-44b4-ac19-e6b2abee87da Date: Sat, 25 Aug 2018 08:54:15 GMT RESP BODY: {"floatingips": [{"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:13Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}]} 2018-08-25 08:54:15,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-084c0062-5ba7-44b4-ac19-e6b2abee87da 2018-08-25 08:54:15,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.058443069458s 2018-08-25 08:54:15,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-084c0062-5ba7-44b4-ac19-e6b2abee87da 2018-08-25 08:54:15,018 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:54:15,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:15,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:15,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-873c1835-8853-47de-9aa1-f879c7a163ef Date: Sat, 25 Aug 2018 08:54:15 GMT RESP BODY: {"floatingips": [{"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:13Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}]} 2018-08-25 08:54:15,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-873c1835-8853-47de-9aa1-f879c7a163ef 2018-08-25 08:54:15,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0533199310303s 2018-08-25 08:54:15,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-873c1835-8853-47de-9aa1-f879c7a163ef 2018-08-25 08:54:15,180 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:54:15,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:15,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:15,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-156ec7a4-bd09-4370-918e-ad540ff401b9 Date: Sat, 25 Aug 2018 08:54:15 GMT RESP BODY: {"floatingips": [{"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:13Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}]} 2018-08-25 08:54:15,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-156ec7a4-bd09-4370-918e-ad540ff401b9 2018-08-25 08:54:15,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0631499290466s 2018-08-25 08:54:15,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-156ec7a4-bd09-4370-918e-ad540ff401b9 2018-08-25 08:54:15,352 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:54:15,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:15,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:15,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-551c5ff9-0d7f-4952-a10b-68784c0f95c6 Date: Sat, 25 Aug 2018 08:54:15 GMT RESP BODY: {"floatingips": [{"router_id": "143875ab-73c8-4111-9762-05daa0508763", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:54:13Z", "updated_at": "2018-08-25T08:54:15Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6e:71:e0", "device_id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "port_id": "2a0e9632-d46a-464e-98c2-26ed610743f7", "id": "4c0528ef-e91c-4057-8498-c9b130575377", "qos_policy_id": null}]} 2018-08-25 08:54:15,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-551c5ff9-0d7f-4952-a10b-68784c0f95c6 2018-08-25 08:54:15,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.056746006012s 2018-08-25 08:54:15,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-551c5ff9-0d7f-4952-a10b-68784c0f95c6 2018-08-25 08:54:15,517 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'143875ab-73c8-4111-9762-05daa0508763', 'updated_at': u'2018-08-25T08:54:15Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.204', 'revision_number': 1, 'port_id': u'2a0e9632-d46a-464e-98c2-26ed610743f7', 'id': u'4c0528ef-e91c-4057-8498-c9b130575377', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'2a0e9632-d46a-464e-98c2-26ed610743f7', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4090c83f41884ffeabaa27fdfd85b932', 'name': 'singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'4090c83f41884ffeabaa27fdfd85b932', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'257659dd-a24d-48fe-93a0-9457c7454212', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6e:71:e0', u'device_id': u'a4b8bd95-7de5-4bd3-9129-4517603dffd2'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'4090c83f41884ffeabaa27fdfd85b932', 'created_at': u'2018-08-25T08:54:13Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'257659dd-a24d-48fe-93a0-9457c7454212', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6e:71:e0', u'device_id': u'a4b8bd95-7de5-4bd3-9129-4517603dffd2'}), 'router': u'143875ab-73c8-4111-9762-05daa0508763'}) 2018-08-25 08:54:15,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:54:15,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2/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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:54:15,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3423f0b6-285a-4e0c-8334-048e74ce0eda x-compute-request-id: req-3423f0b6-285a-4e0c-8334-048e74ce0eda Content-Encoding: gzip Content-Length: 9596 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 481846317 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.181576] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.183816] pid_max: default: 32768 minimum: 301\n[ 0.185033] ACPI: Core revision 20150930\n[ 0.186695] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.188465] Security Framework initialized\n[ 0.189587] Yama: becoming mindful.\n[ 0.190556] AppArmor: AppArmor initialized\n[ 0.191679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.193473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195138] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196760] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198605] Initializing cgroup subsys io\n[ 0.199684] Initializing cgroup subsys memory\n[ 0.200874] Initializing cgroup subsys devices\n[ 0.202046] Initializing cgroup subsys freezer\n[ 0.203189] Initializing cgroup subsys net_cls\n[ 0.204362] Initializing cgroup subsys perf_event\n[ 0.205613] Initializing cgroup subsys net_prio\n[ 0.206812] Initializing cgroup subsys hugetlb\n[ 0.207993] Initializing cgroup subsys pids\n[ 0.209198] CPU: Physical Processor ID: 0\n[ 0.210954] mce: CPU supports 10 MCE banks\n[ 0.212066] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.213452] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.234656] ftrace: allocating 31920 entries in 125 pages\n[ 0.259557] smpboot: Max logical packages: 1\n[ 0.260786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.262624] x2apic enabled\n[ 0.263721] Switched APIC routing to physical x2apic.\n[ 0.266178] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.267694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.270395] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.272772] KVM setup paravirtual spinlock\n[ 0.274386] x86: Booted up 1 node, 1 CPUs\n[ 0.275462] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.277308] devtmpfs: initialized\n[ 0.279267] evm: security.selinux\n[ 0.280194] evm: security.SMACK64\n[ 0.281133] evm: security.SMACK64EXEC\n[ 0.282132] evm: security.SMACK64TRANSMUTE\n[ 0.283201] evm: security.SMACK64MMAP\n[ 0.284186] evm: security.ima\n[ 0.285039] evm: security.capability\n[ 0.286082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.288573] pinctrl core: initialized pinctrl subsystem\n[ 0.290006] RTC time: 8:54:10, date: 08/25/18\n[ 0.291256] NET: Registered protocol family 16\n[ 0.292537] cpuidle: using governor ladder\n[ 0.293620] cpuidle: using governor menu\n[ 0.294662] PCCT header not found.\n[ 0.295672] ACPI: bus type PCI registered\n[ 0.296742] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.298439] PCI: Using configuration type 1 for base access\n[ 0.300531] ACPI: Added _OSI(Module Device)\n[ 0.301675] ACPI: Added _OSI(Processor Device)\n[ 0.302823] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.304029] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.306161] ACPI: Interpreter enabled\n[ 0.307182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.309684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.312120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316991] ACPI: (supports S0 S5)\n[ 0.317954] ACPI: Using IOAPIC for interrupt routing\n[ 0.319222] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.322937] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.324516] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.326138] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327735] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330641] acpiphp: Slot [3] registered\n[ 0.331716] acpiphp: Slot [4] registered\n[ 0.332799] acpiphp: Slot [5] registered\n[ 0.333862] acpiphp: Slot [6] registered\n[ 0.334927] acpiphp: Slot [7] registered\n[ 0.335992] acpiphp: Slot [8] registered\n[ 0.337091] acpiphp: Slot [9] registered\n[ 0.338184] acpiphp: Slot [10] registered\n[ 0.339265] acpiphp: Slot [11] registered\n[ 0.340350] acpiphp: Slot [12] registered\n[ 0.341430] acpiphp: Slot [13] registered\n[ 0.342502] acpiphp: Slot [14] registered\n[ 0.343606] acpiphp: Slot [15] registered\n[ 0.358353] acpiphp: Slot [16] registered\n[ 0.359481] acpiphp: Slot [17] registered\n[ 0.360564] acpiphp: Slot [18] registered\n[ 0.361639] acpiphp: Slot [19] registered\n[ 0.362714] acpiphp: Slot [20] registered\n[ 0.363799] acpiphp: Slot [21] registered\n[ 0.364879] acpiphp: Slot [22] registered\n[ 0.365955] acpiphp: Slot [23] registered\n[ 0.367032] acpiphp: Slot [24] registered\n[ 0.368109] acpiphp: Slot [25] registered\n[ 0.369238] acpiphp: Slot [26] registered\n[ 0.370313] acpiphp: Slot [27] registered\n[ 0.371396] acpiphp: Slot [28] registered\n[ 0.372475] acpiphp: Slot [29] registered\n[ 0.373560] acpiphp: Slot [30] registered\n[ 0.374675] acpiphp: Slot [31] registered\n[ 0.375751] PCI host bridge to bus 0000:00\n[ 0.376825] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.378449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.380257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.382205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.384167] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.386139] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.390106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.391777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.393367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395041] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.399465] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.401409] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.422438] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.426359] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428221] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.430219] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.432129] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433888] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.435287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.437338] vgaarb: loaded\n[ 0.438147] vgaarb: bridge control possible 0000:00:02.0\n[ 0.439772] SCSI subsystem initialized\n[ 0.441022] ACPI: bus type USB registered\n[ 0.442122] usbcore: registered new interface driver usbfs\n[ 0.443484] usbcore: registered new interface driver hub\n[ 0.444819] usbcore: registered new device driver usb\n[ 0.446274] PCI: Using ACPI for IRQ routing\n[ 0.447757] NetLabel: Initializing\n[ 0.448804] NetLabel: domain hash size = 128\n[ 0.450013] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.451313] NetLabel: unlabeled traffic allowed by default\n[ 0.452846] clocksource: Switched to clocksource kvm-clock\n[ 0.462572] AppArmor: AppArmor Filesystem Enabled\n[ 0.463832] pnp: PnP ACPI init\n[ 0.465034] pnp: PnP ACPI: found 5 devices\n[ 0.471797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.474109] NET: Registered protocol family 2\n[ 0.475506] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.477220] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483690] NET: Registered protocol family 1\n[ 0.484870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.486315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.487734] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501947] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516155] Trying to unpack rootfs image as initramfs...\n[ 0.576516] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.581497] Scanning for low memory corruption every 60 seconds\n[ 0.583720] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.585309] audit: initializing netlink subsys (disabled)\n[ 0.586739] audit: type=2000 audit(1535187250.767:1): initialized\n[ 0.588589] Initialise system trusted keyring\n[ 0.589991] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.591553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.594285] zbud: loaded\n[ 0.595282] VFS: Disk quotas dquot_6.6.0\n[ 0.596398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.598756] fuse init (API version 7.23)\n[ 0.600005] Key type big_key registered\n[ 0.601118] Allocating IMA MOK and blacklist keyrings.\n[ 0.602769] Key type asymmetric registered\n[ 0.603891] Asymmetric key parser 'x509' registered\n[ 0.605203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607243] io scheduler noop registered\n[ 0.608319] io scheduler deadline registered (default)\n[ 0.609679] io scheduler cfq registered\n[ 0.610860] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612261] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.615996] ACPI: Power Button [PWRF]\n[ 0.617216] GHES: HEST is not enabled!\n[ 0.631336] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.660420] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663249] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.688860] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.691875] Linux agpgart interface v0.103\n[ 0.695477] brd: module loaded\n[ 0.697735] loop: module loaded\n[ 0.702810] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.704794] GPT:90111 != 2097151\n[ 0.705725] GPT:Alternate GPT header not at the end of the disk.\n[ 0.707215] GPT:90111 != 2097151\n[ 0.708144] GPT: Use GNU Parted to correct GPT errors.\n[ 0.709464] vda: vda1 vda15\n[ 0.711099] scsi host0: ata_piix\n[ 0.712171] scsi host1: ata_piix\n[ 0.713163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.714819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.716786] libphy: Fixed MDIO Bus: probed\n[ 0.718135] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.722210] PPP generic driver version 2.4.2\n[ 0.723458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.725114] ehci-pci: EHCI PCI platform driver\n[ 0.726322] ehci-platform: EHCI generic platform driver\n[ 0.727796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729365] ohci-pci: OHCI PCI platform driver\n[ 0.730822] ohci-platform: OHCI generic platform driver\n[ 0.732191] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.746597] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.747965] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.750042] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.751398] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.752949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.754639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.756579] usb usb1: Product: UHCI Host Controller\n[ 0.757847] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.759385] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.760708] hub 1-0:1.0: USB hub found\n[ 0.761930] hub 1-0:1.0: 2 ports detected\n[ 0.763208] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766093] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.768787] mousedev: PS/2 mouse device common for all mice\n[ 0.770497] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773002] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777766] i2c /dev entries driver\n[ 0.778836] device-mapper: uevent: version 1.0.3\n[ 0.780234] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782467] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784332] NET: Registered protocol family 10\n[ 0.785888] NET: Registered protocol family 17\n[ 0.787100] Key type dns_resolver registered\n[ 0.788394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.789874] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.792292] registered taskstats version 1\n[ 0.793450] Loading compiled-in X.509 certificates\n[ 0.795274] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.797794] zswap: loaded using pool lzo/zbud\n[ 0.799994] Key type trusted registered\n[ 0.802158] Key type encrypted registered\n[ 0.803299] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.804725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806154] evm: HMAC attrs: 0x1\n[ 0.807439] Magic number: 14:628:928\n[ 0.808596] rtc_cmos 00:00: setting system clock to 2018-08-25 08:54:10 UTC (1535187250)\n[ 0.810804] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812310] EDD information not available.\n[ 0.874361] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.890978] Write protecting the kernel read-only data: 14336k\n[ 0.894001] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.896528] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.946804] 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 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.17. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jIOe78z7tqaa8EPR02VdX4uVj79r41H2/OJHYWKei598RzKNMrK1s4UjZAr5gFJWCER+MPX84xu8MLsz9J4hZfy9hsCBLjZK4Pt/XEaCidIa9AoyoxhwHfNeuFFGlD2EEnd5f9j7Zs2DGhU5UGsYn3IG64g20cIv028a1+T8SRvQwfhz2p0J7+dxbtYgWartIHScFPL7Pwc2TOXPQr/53Rc+XK6eRTySPUNUV+XtYElYPplF70vHnkGej9xmpiDz1Lg7HtK5xh+2fW8p7M/XOghAML3yu+oQqPDD9c4IrWJQeyqoxvYpFCXCCFl8ObqRfjOC5LcpiBYBd74DRftV root@singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29\nssh-dss AAAAB3NzaC1kc3MAAACBAMwKHDlp92+12YnbllTwdVjwWSrdCRv+vBiFj+A16yuui5BKlb0q8Qrni/TlwRrbwswnnMvia2KqxgYUVjHy7qNPRe599F+qb2/is2uyN82lSCCf1OLtozOZUSHUKC4WKjVBBAw/MILg4pn/Fv34csjzDLRyypiehP+D9tbt9WzLAAAAFQC/diCBQCvJ9TIPcxoJZgtL5PsqvwAAAIAL8Kt0Up47HCCoIdfhKzWopsLsgxQH0uo3XMprMIUqvMrjuJcPQ2/QyqBNQTWHH23tXFCnbSaH2TvY4CbxoxRF7nqDdMPUqOIvg/lT4Qzzy1w2GPmtEBpaIjx3FVMXycLXUA3H1/uUhTxC7I+VIzBnDVdLEIgErj5jY68nkjqrXwAAAIBbhu6PYlpvGdKvSUjnbPzqAF8w/4ADLOtIhNfNHAS/TGB7L/Lpax0TzHqF88oBuoHQUbHjD8b0nNwBe702Hu5pj+NnEcKlyS4tKkGbHjPP7ArExjOQZhhHkbqqeKhxofns1toYjadMzJnP09Y6A545AfOUDPv1HBztI7TwLw4crw== root@singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.22s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe6e:71e0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.37 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29 login: "} 2018-08-25 08:54:15,597 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2/action used request id req-3423f0b6-285a-4e0c-8334-048e74ce0eda 2018-08-25 08:54:15,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0793998241425s 2018-08-25 08:54:15,598 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2/action used request id req-3423f0b6-285a-4e0c-8334-048e74ce0eda 2018-08-25 08:54:15,598 - 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 481846317 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.181576] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.183816] pid_max: default: 32768 minimum: 301 [ 0.185033] ACPI: Core revision 20150930 [ 0.186695] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.188465] Security Framework initialized [ 0.189587] Yama: becoming mindful. [ 0.190556] AppArmor: AppArmor initialized [ 0.191679] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.193473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195138] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196760] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198605] Initializing cgroup subsys io [ 0.199684] Initializing cgroup subsys memory [ 0.200874] Initializing cgroup subsys devices [ 0.202046] Initializing cgroup subsys freezer [ 0.203189] Initializing cgroup subsys net_cls [ 0.204362] Initializing cgroup subsys perf_event [ 0.205613] Initializing cgroup subsys net_prio [ 0.206812] Initializing cgroup subsys hugetlb [ 0.207993] Initializing cgroup subsys pids [ 0.209198] CPU: Physical Processor ID: 0 [ 0.210954] mce: CPU supports 10 MCE banks [ 0.212066] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.213452] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228139] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.234656] ftrace: allocating 31920 entries in 125 pages [ 0.259557] smpboot: Max logical packages: 1 [ 0.260786] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.262624] x2apic enabled [ 0.263721] Switched APIC routing to physical x2apic. [ 0.266178] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.267694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.270395] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.272772] KVM setup paravirtual spinlock [ 0.274386] x86: Booted up 1 node, 1 CPUs [ 0.275462] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.277308] devtmpfs: initialized [ 0.279267] evm: security.selinux [ 0.280194] evm: security.SMACK64 [ 0.281133] evm: security.SMACK64EXEC [ 0.282132] evm: security.SMACK64TRANSMUTE [ 0.283201] evm: security.SMACK64MMAP [ 0.284186] evm: security.ima [ 0.285039] evm: security.capability [ 0.286082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.288573] pinctrl core: initialized pinctrl subsystem [ 0.290006] RTC time: 8:54:10, date: 08/25/18 [ 0.291256] NET: Registered protocol family 16 [ 0.292537] cpuidle: using governor ladder [ 0.293620] cpuidle: using governor menu [ 0.294662] PCCT header not found. [ 0.295672] ACPI: bus type PCI registered [ 0.296742] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.298439] PCI: Using configuration type 1 for base access [ 0.300531] ACPI: Added _OSI(Module Device) [ 0.301675] ACPI: Added _OSI(Processor Device) [ 0.302823] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.304029] ACPI: Added _OSI(Processor Aggregator Device) [ 0.306161] ACPI: Interpreter enabled [ 0.307182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.309684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.312120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.316991] ACPI: (supports S0 S5) [ 0.317954] ACPI: Using IOAPIC for interrupt routing [ 0.319222] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.322937] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.324516] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.326138] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327735] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330641] acpiphp: Slot [3] registered [ 0.331716] acpiphp: Slot [4] registered [ 0.332799] acpiphp: Slot [5] registered [ 0.333862] acpiphp: Slot [6] registered [ 0.334927] acpiphp: Slot [7] registered [ 0.335992] acpiphp: Slot [8] registered [ 0.337091] acpiphp: Slot [9] registered [ 0.338184] acpiphp: Slot [10] registered [ 0.339265] acpiphp: Slot [11] registered [ 0.340350] acpiphp: Slot [12] registered [ 0.341430] acpiphp: Slot [13] registered [ 0.342502] acpiphp: Slot [14] registered [ 0.343606] acpiphp: Slot [15] registered [ 0.358353] acpiphp: Slot [16] registered [ 0.359481] acpiphp: Slot [17] registered [ 0.360564] acpiphp: Slot [18] registered [ 0.361639] acpiphp: Slot [19] registered [ 0.362714] acpiphp: Slot [20] registered [ 0.363799] acpiphp: Slot [21] registered [ 0.364879] acpiphp: Slot [22] registered [ 0.365955] acpiphp: Slot [23] registered [ 0.367032] acpiphp: Slot [24] registered [ 0.368109] acpiphp: Slot [25] registered [ 0.369238] acpiphp: Slot [26] registered [ 0.370313] acpiphp: Slot [27] registered [ 0.371396] acpiphp: Slot [28] registered [ 0.372475] acpiphp: Slot [29] registered [ 0.373560] acpiphp: Slot [30] registered [ 0.374675] acpiphp: Slot [31] registered [ 0.375751] PCI host bridge to bus 0000:00 [ 0.376825] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.378449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.380257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.382205] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.384167] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.386139] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390106] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.391777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.393367] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395041] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.399465] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.401409] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.422438] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.424449] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.426359] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.428221] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.430219] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.432129] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433888] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.435287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.437338] vgaarb: loaded [ 0.438147] vgaarb: bridge control possible 0000:00:02.0 [ 0.439772] SCSI subsystem initialized [ 0.441022] ACPI: bus type USB registered [ 0.442122] usbcore: registered new interface driver usbfs [ 0.443484] usbcore: registered new interface driver hub [ 0.444819] usbcore: registered new device driver usb [ 0.446274] PCI: Using ACPI for IRQ routing [ 0.447757] NetLabel: Initializing [ 0.448804] NetLabel: domain hash size = 128 [ 0.450013] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.451313] NetLabel: unlabeled traffic allowed by default [ 0.452846] clocksource: Switched to clocksource kvm-clock [ 0.462572] AppArmor: AppArmor Filesystem Enabled [ 0.463832] pnp: PnP ACPI init [ 0.465034] pnp: PnP ACPI: found 5 devices [ 0.471797] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.474109] NET: Registered protocol family 2 [ 0.475506] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.477220] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.478816] TCP: Hash tables configured (established 4096 bind 4096) [ 0.480704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.482139] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.483690] NET: Registered protocol family 1 [ 0.484870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.486315] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.487734] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501947] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516155] Trying to unpack rootfs image as initramfs... [ 0.576516] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.581497] Scanning for low memory corruption every 60 seconds [ 0.583720] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.585309] audit: initializing netlink subsys (disabled) [ 0.586739] audit: type=2000 audit(1535187250.767:1): initialized [ 0.588589] Initialise system trusted keyring [ 0.589991] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.591553] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.594285] zbud: loaded [ 0.595282] VFS: Disk quotas dquot_6.6.0 [ 0.596398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.598756] fuse init (API version 7.23) [ 0.600005] Key type big_key registered [ 0.601118] Allocating IMA MOK and blacklist keyrings. [ 0.602769] Key type asymmetric registered [ 0.603891] Asymmetric key parser 'x509' registered [ 0.605203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607243] io scheduler noop registered [ 0.608319] io scheduler deadline registered (default) [ 0.609679] io scheduler cfq registered [ 0.610860] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.612261] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.615996] ACPI: Power Button [PWRF] [ 0.617216] GHES: HEST is not enabled! [ 0.631336] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.660420] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.663249] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.688860] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.691875] Linux agpgart interface v0.103 [ 0.695477] brd: module loaded [ 0.697735] loop: module loaded [ 0.702810] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.704794] GPT:90111 != 2097151 [ 0.705725] GPT:Alternate GPT header not at the end of the disk. [ 0.707215] GPT:90111 != 2097151 [ 0.708144] GPT: Use GNU Parted to correct GPT errors. [ 0.709464] vda: vda1 vda15 [ 0.711099] scsi host0: ata_piix [ 0.712171] scsi host1: ata_piix [ 0.713163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.714819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.716786] libphy: Fixed MDIO Bus: probed [ 0.718135] tun: Universal TUN/TAP device driver, 1.6 [ 0.719447] tun: (C) 1999-2004 Max Krasnyansky [ 0.722210] PPP generic driver version 2.4.2 [ 0.723458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.725114] ehci-pci: EHCI PCI platform driver [ 0.726322] ehci-platform: EHCI generic platform driver [ 0.727796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.729365] ohci-pci: OHCI PCI platform driver [ 0.730822] ohci-platform: OHCI generic platform driver [ 0.732191] uhci_hcd: USB Universal Host Controller Interface driver [ 0.746597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.747965] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.750042] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.751398] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.752949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.754639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.756579] usb usb1: Product: UHCI Host Controller [ 0.757847] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.759385] usb usb1: SerialNumber: 0000:00:01.2 [ 0.760708] hub 1-0:1.0: USB hub found [ 0.761930] hub 1-0:1.0: 2 ports detected [ 0.763208] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.766093] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.767391] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.768787] mousedev: PS/2 mouse device common for all mice [ 0.770497] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.773002] rtc_cmos 00:00: RTC can wake from S4 [ 0.774515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.777766] i2c /dev entries driver [ 0.778836] device-mapper: uevent: version 1.0.3 [ 0.780234] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782467] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784332] NET: Registered protocol family 10 [ 0.785888] NET: Registered protocol family 17 [ 0.787100] Key type dns_resolver registered [ 0.788394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.789874] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.792292] registered taskstats version 1 [ 0.793450] Loading compiled-in X.509 certificates [ 0.795274] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.797794] zswap: loaded using pool lzo/zbud [ 0.799994] Key type trusted registered [ 0.802158] Key type encrypted registered [ 0.803299] AppArmor: AppArmor sha1 policy hashing enabled [ 0.804725] ima: No TPM chip found, activating TPM-bypass! [ 0.806154] evm: HMAC attrs: 0x1 [ 0.807439] Magic number: 14:628:928 [ 0.808596] rtc_cmos 00:00: setting system clock to 2018-08-25 08:54:10 UTC (1535187250) [ 0.810804] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.812310] EDD information not available. [ 0.874361] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.890978] Write protecting the kernel read-only data: 14336k [ 0.894001] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.896528] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.946804] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.03 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.17. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jIOe78z7tqaa8EPR02VdX4uVj79r41H2/OJHYWKei598RzKNMrK1s4UjZAr5gFJWCER+MPX84xu8MLsz9J4hZfy9hsCBLjZK4Pt/XEaCidIa9AoyoxhwHfNeuFFGlD2EEnd5f9j7Zs2DGhU5UGsYn3IG64g20cIv028a1+T8SRvQwfhz2p0J7+dxbtYgWartIHScFPL7Pwc2TOXPQr/53Rc+XK6eRTySPUNUV+XtYElYPplF70vHnkGej9xmpiDz1Lg7HtK5xh+2fW8p7M/XOghAML3yu+oQqPDD9c4IrWJQeyqoxvYpFCXCCFl8ObqRfjOC5LcpiBYBd74DRftV root@singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29 ssh-dss AAAAB3NzaC1kc3MAAACBAMwKHDlp92+12YnbllTwdVjwWSrdCRv+vBiFj+A16yuui5BKlb0q8Qrni/TlwRrbwswnnMvia2KqxgYUVjHy7qNPRe599F+qb2/is2uyN82lSCCf1OLtozOZUSHUKC4WKjVBBAw/MILg4pn/Fv34csjzDLRyypiehP+D9tbt9WzLAAAAFQC/diCBQCvJ9TIPcxoJZgtL5PsqvwAAAIAL8Kt0Up47HCCoIdfhKzWopsLsgxQH0uo3XMprMIUqvMrjuJcPQ2/QyqBNQTWHH23tXFCnbSaH2TvY4CbxoxRF7nqDdMPUqOIvg/lT4Qzzy1w2GPmtEBpaIjx3FVMXycLXUA3H1/uUhTxC7I+VIzBnDVdLEIgErj5jY68nkjqrXwAAAIBbhu6PYlpvGdKvSUjnbPzqAF8w/4ADLOtIhNfNHAS/TGB7L/Lpax0TzHqF88oBuoHQUbHjD8b0nNwBe702Hu5pj+NnEcKlyS4tKkGbHjPP7ArExjOQZhhHkbqqeKhxofns1toYjadMzJnP09Y6A545AfOUDPv1HBztI7TwLw4crw== root@singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.22s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe6e:71e0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.37 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-43e9454c-4e07-41af-98e1-38db3a308b29 login: 2018-08-25 08:54:15,602 - paramiko.transport - DEBUG - starting thread (client mode): 0x607e1650L 2018-08-25 08:54:15,602 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 08:54:15,602 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-25 08:54:15,602 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-25 08:54:15,604 - 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-08-25 08:54:15,604 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 08:54:15,604 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-25 08:54:15,604 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 08:54:15,604 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 08:54:15,604 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 08:54:15,622 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 08:54:15,622 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 08:54:15,634 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 41a5efc0dc17e3b21ba5c0c2ae999f08 2018-08-25 08:54:15,635 - paramiko.transport - DEBUG - Trying discovered key 3ba0e878d92bef312fdd054150e4a882 in /tmp/tmp0owv1G 2018-08-25 08:54:15,660 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 08:54:15,665 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 08:54:15,667 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 08:54:15,668 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-25 08:54:15,669 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 08:54:15,672 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 08:54:15,673 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 08:54:15,673 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-25 08:54:15,673 - functest.core.singlevm - DEBUG - error: 2018-08-25 08:54:15,675 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 08:54:15,785 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:54:15,785 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 08:54:15,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 08:54:15,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/4c0528ef-e91c-4057-8498-c9b130575377.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:16,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-733407d7-cb2d-453d-b7dc-5528b61fd829 Content-Length: 0 Date: Sat, 25 Aug 2018 08:54:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:54:16,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/4c0528ef-e91c-4057-8498-c9b130575377.json used request id req-733407d7-cb2d-453d-b7dc-5528b61fd829 2018-08-25 08:54:16,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.13303399086s 2018-08-25 08:54:16,926 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/4c0528ef-e91c-4057-8498-c9b130575377.json used request id req-733407d7-cb2d-453d-b7dc-5528b61fd829 2018-08-25 08:54:16,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:16,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:17,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5e5a2916-e6a6-4d6d-9471-a782b8256d44 Date: Sat, 25 Aug 2018 08:54:17 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:54:17,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-5e5a2916-e6a6-4d6d-9471-a782b8256d44 2018-08-25 08:54:17,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0716559886932s 2018-08-25 08:54:17,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-5e5a2916-e6a6-4d6d-9471-a782b8256d44 2018-08-25 08:54:17,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:54:17,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:17,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-70b47042-a048-4868-910d-d46ddd2f1eee x-compute-request-id: req-70b47042-a048-4868-910d-d46ddd2f1eee Content-Type: application/json 2018-08-25 08:54:17,227 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2 used request id req-70b47042-a048-4868-910d-d46ddd2f1eee 2018-08-25 08:54:17,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.222040891647s 2018-08-25 08:54:17,228 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2 used request id req-70b47042-a048-4868-910d-d46ddd2f1eee 2018-08-25 08:54:17,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:17,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:18,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4325f159-f32b-4128-a207-a1c0f8bf553f x-compute-request-id: req-4325f159-f32b-4128-a207-a1c0f8bf553f Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:71:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:71:e0", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a4b8bd95-7de5-4bd3-9129-4517603dffd2", "rel": "bookmark"}], "image": {"id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "links": [{"href": "http://172.30.9.35:8774/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:09.000000", "flavor": {"id": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "links": [{"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "bookmark"}]}, "id": "a4b8bd95-7de5-4bd3-9129-4517603dffd2", "security_groups": [{"name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}], "user_id": "6913de158bea436e90d22687fc79bad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:17Z", "hostId": "7a488c50d0b3776f404506122c5ceff55ab2cc80aaf893f350c5b607", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29", "name": "singlevm2-vm_43e9454c-4e07-41af-98e1-38db3a308b29", "created": "2018-08-25T08:54:03Z", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:18,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4325f159-f32b-4128-a207-a1c0f8bf553f 2018-08-25 08:54:18,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.790051937103s 2018-08-25 08:54:18,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4325f159-f32b-4128-a207-a1c0f8bf553f 2018-08-25 08:54:18,020 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:20,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:20,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2edd8bb8-5fc5-4c2a-a757-7d98ba463e5e x-compute-request-id: req-2edd8bb8-5fc5-4c2a-a757-7d98ba463e5e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 08:54:20,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2edd8bb8-5fc5-4c2a-a757-7d98ba463e5e 2018-08-25 08:54:20,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0711901187897s 2018-08-25 08:54:20,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2edd8bb8-5fc5-4c2a-a757-7d98ba463e5e 2018-08-25 08:54:20,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:54:20,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:20,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-d7c7d9c2-89f2-4a78-9e37-adb751072b04 Date: Sat, 25 Aug 2018 08:54:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:59Z", "updated_at": "2018-08-25T08:53:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "4dfe9ac8-84cc-40b9-8bd0-6926e11d3e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "75fbef07-c171-4032-9d2a-8d2275983b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "93621c52-c363-4caf-a95c-d627d95d1901", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:59Z", "revision_number": 0, "id": "f6474ede-0dda-4c52-a7aa-be1ab78afd0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:59Z", "security_group_id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 3, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "4607d673-5d89-41fc-aac3-5acfdbcf433d", "name": "singlevm2-sg_43e9454c-4e07-41af-98e1-38db3a308b29"}, {"description": "Default security group", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:52Z", "updated_at": "2018-08-25T08:53:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "2f0b8c3d-8ce2-4634-8a79-227b923cc0b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "821ca795-b7c1-4c7b-9d97-758e98251bc9", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "cf6c89db-52f2-4157-98ee-0acf6ee785cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "ece7804f-a976-4d64-a473-727c4303583e", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "eddf597a-acdf-4d6f-b594-ceda70399712", "name": "default"}]} 2018-08-25 08:54:20,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-d7c7d9c2-89f2-4a78-9e37-adb751072b04 2018-08-25 08:54:20,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0427188873291s 2018-08-25 08:54:20,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-d7c7d9c2-89f2-4a78-9e37-adb751072b04 2018-08-25 08:54:20,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 08:54:20,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/4607d673-5d89-41fc-aac3-5acfdbcf433d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:20,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d96d9d03-b09e-46a4-abde-17a6923a024a Content-Length: 0 Date: Sat, 25 Aug 2018 08:54:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:54:20,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/4607d673-5d89-41fc-aac3-5acfdbcf433d.json used request id req-d96d9d03-b09e-46a4-abde-17a6923a024a 2018-08-25 08:54:20,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.165742874146s 2018-08-25 08:54:20,310 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/4607d673-5d89-41fc-aac3-5acfdbcf433d.json used request id req-d96d9d03-b09e-46a4-abde-17a6923a024a 2018-08-25 08:54:20,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 08:54:20,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:20,364 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2db29fd7-4b15-4683-8d1c-9d95e73bddcd x-compute-request-id: req-2db29fd7-4b15-4683-8d1c-9d95e73bddcd Content-Length: 0 Content-Type: application/json 2018-08-25 08:54:20,364 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29 used request id req-2db29fd7-4b15-4683-8d1c-9d95e73bddcd 2018-08-25 08:54:20,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0545089244843s 2018-08-25 08:54:20,365 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm2-kp_43e9454c-4e07-41af-98e1-38db3a308b29 used request id req-2db29fd7-4b15-4683-8d1c-9d95e73bddcd 2018-08-25 08:54:20,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:54:20,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763/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}de46643a3e2eee4b31a30b84cb67b37d018f4853" -d '{"subnet_id": "c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"}' 2018-08-25 08:54:22,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-abdfaa75-a4f2-45b9-8c44-d2e8f54a8f83 Date: Sat, 25 Aug 2018 08:54:22 GMT RESP BODY: {"network_id": "257659dd-a24d-48fe-93a0-9457c7454212", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "subnet_id": "c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1", "subnet_ids": ["c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1"], "port_id": "e5c4f494-a2e2-468d-a6bb-5af32af2bdac", "id": "143875ab-73c8-4111-9762-05daa0508763"} 2018-08-25 08:54:22,339 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763/remove_router_interface.json used request id req-abdfaa75-a4f2-45b9-8c44-d2e8f54a8f83 2018-08-25 08:54:22,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97308301926s 2018-08-25 08:54:22,339 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763/remove_router_interface.json used request id req-abdfaa75-a4f2-45b9-8c44-d2e8f54a8f83 returning object 143875ab-73c8-4111-9762-05daa0508763 2018-08-25 08:54:22,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:54:22,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:22,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-aa80acc3-362c-4add-9c1e-af1302d3490c Date: Sat, 25 Aug 2018 08:54:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:53Z", "admin_state_up": true, "updated_at": "2018-08-25T08:54:21Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "143875ab-73c8-4111-9762-05daa0508763", "name": "singlevm2-router_43e9454c-4e07-41af-98e1-38db3a308b29"}]} 2018-08-25 08:54:22,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-aa80acc3-362c-4add-9c1e-af1302d3490c 2018-08-25 08:54:22,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132797956467s 2018-08-25 08:54:22,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-aa80acc3-362c-4add-9c1e-af1302d3490c 2018-08-25 08:54:22,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:54:22,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:23,656 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc490dd2-fb35-4bfa-8aed-6101cb56202c Content-Length: 0 Date: Sat, 25 Aug 2018 08:54:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:54:23,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763.json used request id req-bc490dd2-fb35-4bfa-8aed-6101cb56202c 2018-08-25 08:54:23,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.18204522133s 2018-08-25 08:54:23,656 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/143875ab-73c8-4111-9762-05daa0508763.json used request id req-bc490dd2-fb35-4bfa-8aed-6101cb56202c 2018-08-25 08:54:23,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:54:23,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:23,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-cd5ed7dd-7833-4dce-901b-3bc1c46b9ba4 Date: Sat, 25 Aug 2018 08:54:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"257659dd-a24d-48fe-93a0-9457c7454212","tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:53:52Z","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":"4090c83f41884ffeabaa27fdfd85b932","id":"c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1","subnetpool_id":null,"name":"singlevm2-subnet_43e9454c-4e07-41af-98e1-38db3a308b29"}]} 2018-08-25 08:54:23,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-cd5ed7dd-7833-4dce-901b-3bc1c46b9ba4 2018-08-25 08:54:23,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0393469333649s 2018-08-25 08:54:23,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-cd5ed7dd-7833-4dce-901b-3bc1c46b9ba4 2018-08-25 08:54:23,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:54:23,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:24,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f83d98a-9471-43d1-8b3e-4e950db6044d Date: Sat, 25 Aug 2018 08:54:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:54:24,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1.json used request id req-4f83d98a-9471-43d1-8b3e-4e950db6044d 2018-08-25 08:54:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.19230079651s 2018-08-25 08:54:24,890 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/c7f9e0b7-dd5c-4b65-a5ae-31f5d049cfe1.json used request id req-4f83d98a-9471-43d1-8b3e-4e950db6044d 2018-08-25 08:54:24,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:24,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-c119b228-88f3-49be-a358-17ad59f04b01 Date: Sat, 25 Aug 2018 08:54:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"257659dd-a24d-48fe-93a0-9457c7454212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4090c83f41884ffeabaa27fdfd85b932","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:54:24Z","qos_policy_id":null,"name":"singlevm2-net_43e9454c-4e07-41af-98e1-38db3a308b29","admin_state_up":true,"tenant_id":"4090c83f41884ffeabaa27fdfd85b932","created_at":"2018-08-25T08:53:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:54:24,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c119b228-88f3-49be-a358-17ad59f04b01 2018-08-25 08:54:24,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0892717838287s 2018-08-25 08:54:24,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c119b228-88f3-49be-a358-17ad59f04b01 2018-08-25 08:54:24,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:54:24,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/257659dd-a24d-48fe-93a0-9457c7454212.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:25,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d14b1258-b794-453f-9896-4737734eec9e Date: Sat, 25 Aug 2018 08:54:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:54:25,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/257659dd-a24d-48fe-93a0-9457c7454212.json used request id req-d14b1258-b794-453f-9896-4737734eec9e 2018-08-25 08:54:25,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.926290035248s 2018-08-25 08:54:25,908 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/257659dd-a24d-48fe-93a0-9457c7454212.json used request id req-d14b1258-b794-453f-9896-4737734eec9e 2018-08-25 08:54:25,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:54:25,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:25,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6e3598c7-8f9f-409e-bcd9-c935a8ee7d72 Date: Sat, 25 Aug 2018 08:54:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:53:58Z", "file": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/file", "owner": "4090c83f41884ffeabaa27fdfd85b932", "id": "e8a03f26-f824-4aa9-b34b-f3a055afcb41", "size": 12716032, "self": "/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43e9454c-4e07-41af-98e1-38db3a308b29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:53:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:54:25,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-6e3598c7-8f9f-409e-bcd9-c935a8ee7d72 2018-08-25 08:54:25,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0369210243225s 2018-08-25 08:54:25,950 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-6e3598c7-8f9f-409e-bcd9-c935a8ee7d72 2018-08-25 08:54:25,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:54:25,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}de46643a3e2eee4b31a30b84cb67b37d018f4853" 2018-08-25 08:54:26,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87d92015-c364-410a-aa4d-16952b3e2a58 Date: Sat, 25 Aug 2018 08:54:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:54:26,266 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41 used request id req-87d92015-c364-410a-aa4d-16952b3e2a58 2018-08-25 08:54:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.31388092041s 2018-08-25 08:54:26,266 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/e8a03f26-f824-4aa9-b34b-f3a055afcb41 used request id req-87d92015-c364-410a-aa4d-16952b3e2a58 2018-08-25 08:54:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:54:26,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:26,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-7ef0da70-6033-4016-8efe-ec193a2f7c31 x-compute-request-id: req-7ef0da70-6033-4016-8efe-ec193a2f7c31 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_43e9454c-4e07-41af-98e1-38db3a308b29", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c", "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": "58cd9626-f4ee-4941-b8bb-1bec46e8af7c"}]} 2018-08-25 08:54:26,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7ef0da70-6033-4016-8efe-ec193a2f7c31 2018-08-25 08:54:26,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230240821838s 2018-08-25 08:54:26,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7ef0da70-6033-4016-8efe-ec193a2f7c31 2018-08-25 08:54:26,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:54:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:26,337 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:54: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-d3c2a2df-1dc0-4d73-92f4-b896e7c93aaa x-compute-request-id: req-d3c2a2df-1dc0-4d73-92f4-b896e7c93aaa Content-Length: 0 Content-Type: application/json 2018-08-25 08:54:26,337 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c used request id req-d3c2a2df-1dc0-4d73-92f4-b896e7c93aaa 2018-08-25 08:54:26,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0456099510193s 2018-08-25 08:54:26,337 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/58cd9626-f4ee-4941-b8bb-1bec46e8af7c used request id req-d3c2a2df-1dc0-4d73-92f4-b896e7c93aaa 2018-08-25 08:54:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:54:26,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:26,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d246eb1f-e49c-46ef-9823-08464f7b3279 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29", "links": {"self": "http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6913de158bea436e90d22687fc79bad0", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:54:26,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-d246eb1f-e49c-46ef-9823-08464f7b3279 2018-08-25 08:54:26,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188832998276s 2018-08-25 08:54:26,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-d246eb1f-e49c-46ef-9823-08464f7b3279 2018-08-25 08:54:26,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:54:26,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:26,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afbe525-3e05-421e-9083-757e66f762fc Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_43e9454c-4e07-41af-98e1-38db3a308b29", "links": {"self": "http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6913de158bea436e90d22687fc79bad0", "description": null}} 2018-08-25 08:54:26,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0 used request id req-2afbe525-3e05-421e-9083-757e66f762fc 2018-08-25 08:54:26,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193909883499s 2018-08-25 08:54:26,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0 used request id req-2afbe525-3e05-421e-9083-757e66f762fc 2018-08-25 08:54:26,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 08:54:26,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:27,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:54:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1dbe271-6e53-4c1b-9230-b80229722fe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:54:27,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0 used request id req-b1dbe271-6e53-4c1b-9230-b80229722fe8 2018-08-25 08:54:27,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.324867010117s 2018-08-25 08:54:27,053 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/6913de158bea436e90d22687fc79bad0 used request id req-b1dbe271-6e53-4c1b-9230-b80229722fe8 2018-08-25 08:54:27,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:54:27,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:27,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35a332c3-9080-4d20-8e98-2708a62e388b Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932"}, "tags": [], "enabled": true, "id": "4090c83f41884ffeabaa27fdfd85b932", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_43e9454c-4e07-41af-98e1-38db3a308b29"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-25 08:54:27,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-35a332c3-9080-4d20-8e98-2708a62e388b 2018-08-25 08:54:27,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183225154877s 2018-08-25 08:54:27,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-35a332c3-9080-4d20-8e98-2708a62e388b 2018-08-25 08:54:27,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 08:54:27,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88c2f1486c06105a11be897d049cb57d3a85834e" 2018-08-25 08:54:27,426 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:54:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-511b26d1-a1e1-4bde-9ee1-fbe3120b0b64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:54:27,426 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932 used request id req-511b26d1-a1e1-4bde-9ee1-fbe3120b0b64 2018-08-25 08:54:27,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.179684877396s 2018-08-25 08:54:27,426 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/4090c83f41884ffeabaa27fdfd85b932 used request id req-511b26d1-a1e1-4bde-9ee1-fbe3120b0b64 2018-08-25 08:54:27,480 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-25 08:54:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:54:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:54:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:54:27,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:54:27,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4808478f-16b8-4cd1-978a-1e93b8a26811 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:54:27,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-4808478f-16b8-4cd1-978a-1e93b8a26811 2018-08-25 08:54:27,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:54:27,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:54:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["-PAo8pfqQx2Z2POuBvySUw"], "issued_at": "2018-08-25T08:54:27.000000Z"}} 2018-08-25 08:54:27,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:27,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:28,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-9db57cc4-0288-4920-a339-803ec3b6ed8a Date: Sat, 25 Aug 2018 08:54:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:54:28,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9db57cc4-0288-4920-a339-803ec3b6ed8a 2018-08-25 08:54:28,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248242139816s 2018-08-25 08:54:28,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9db57cc4-0288-4920-a339-803ec3b6ed8a 2018-08-25 08:54:28,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:54:28,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4091698e-91e5-4843-b0af-c4a36120832a 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:54:28,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-4091698e-91e5-4843-b0af-c4a36120832a 2018-08-25 08:54:28,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:54:28,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:28,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6255bb9-e0cd-48c5-9764-26580d772822 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:54:28,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-b6255bb9-e0cd-48c5-9764-26580d772822 2018-08-25 08:54:28,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177400112152s 2018-08-25 08:54:28,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-b6255bb9-e0cd-48c5-9764-26580d772822 2018-08-25 08:54:28,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:54:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf"}}' 2018-08-25 08:54:28,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5fe8d95-d1b9-4619-bfe1-ccbf84b4f74b 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.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507"}, "tags": [], "enabled": true, "id": "d0a672a80bfc4e418fb9fbb923d70507", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf"}} 2018-08-25 08:54:28,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-b5fe8d95-d1b9-4619-bfe1-ccbf84b4f74b 2018-08-25 08:54:28,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.230503082275s 2018-08-25 08:54:28,599 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-b5fe8d95-d1b9-4619-bfe1-ccbf84b4f74b 2018-08-25 08:54:28,600 - 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'd0a672a80bfc4e418fb9fbb923d70507', '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_d4f4c287-3199-4893-9c45-41c5f56439cf'}) 2018-08-25 08:54:28,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:54:28,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9233c199-97ce-4291-ad55-104b1f29bc6f", "email": null, "name": "vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf"}}' 2018-08-25 08:54:29,111 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca5d5161-2eae-44d4-9c99-6cb20fb63ccf Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": {"self": "http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "eb2a3c534d7442818d8f9ee6473ce8cf", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:54:29,111 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-ca5d5161-2eae-44d4-9c99-6cb20fb63ccf 2018-08-25 08:54:29,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.501362085342s 2018-08-25 08:54:29,112 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-ca5d5161-2eae-44d4-9c99-6cb20fb63ccf 2018-08-25 08:54:29,112 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eb2a3c534d7442818d8f9ee6473ce8cf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf'}) 2018-08-25 08:54:29,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:54:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:29,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a93ea712-f99c-4442-9ff5-e4c5beb7e8f0 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:54:29,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a93ea712-f99c-4442-9ff5-e4c5beb7e8f0 2018-08-25 08:54:29,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.144104957581s 2018-08-25 08:54:29,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a93ea712-f99c-4442-9ff5-e4c5beb7e8f0 2018-08-25 08:54:29,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:54:29,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:29,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c30c260b-35bb-4f6d-8e82-9913c9e9e431 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:54:29,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c30c260b-35bb-4f6d-8e82-9913c9e9e431 2018-08-25 08:54:29,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10046505928s 2018-08-25 08:54:29,366 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c30c260b-35bb-4f6d-8e82-9913c9e9e431 2018-08-25 08:54:29,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:54:29,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:29,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cc3cff0-770d-4e9e-9eb4-bd62ea770710 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:54:29,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-7cc3cff0-770d-4e9e-9eb4-bd62ea770710 2018-08-25 08:54:29,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.162948131561s 2018-08-25 08:54:29,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-7cc3cff0-770d-4e9e-9eb4-bd62ea770710 2018-08-25 08:54:29,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:54:29,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:29,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be08ce1a-16a3-4671-b89b-0aa1e1a92e72 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:54:29,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-be08ce1a-16a3-4671-b89b-0aa1e1a92e72 2018-08-25 08:54:29,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186412096024s 2018-08-25 08:54:29,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-be08ce1a-16a3-4671-b89b-0aa1e1a92e72 2018-08-25 08:54:29,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:54:29,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:29,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093d3c36-f743-49f6-ba0b-2fbb78136489 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": {"self": "http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "eb2a3c534d7442818d8f9ee6473ce8cf", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:54:29,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-093d3c36-f743-49f6-ba0b-2fbb78136489 2018-08-25 08:54:29,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191775083542s 2018-08-25 08:54:29,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-093d3c36-f743-49f6-ba0b-2fbb78136489 2018-08-25 08:54:29,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:54:29,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:30,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55dd9a2-9c7e-424d-9852-e489da36dc24 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507"}, "tags": [], "enabled": true, "id": "d0a672a80bfc4e418fb9fbb923d70507", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf"}]} 2018-08-25 08:54:30,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-c55dd9a2-9c7e-424d-9852-e489da36dc24 2018-08-25 08:54:30,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181691884995s 2018-08-25 08:54:30,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-c55dd9a2-9c7e-424d-9852-e489da36dc24 2018-08-25 08:54:30,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:54:30,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=eb2a3c534d7442818d8f9ee6473ce8cf&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=d0a672a80bfc4e418fb9fbb923d70507" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:30,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38979db-284a-4ec6-836c-71eafff5cb41 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=eb2a3c534d7442818d8f9ee6473ce8cf&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=d0a672a80bfc4e418fb9fbb923d70507", "previous": null, "next": null}} 2018-08-25 08:54:30,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=eb2a3c534d7442818d8f9ee6473ce8cf&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=d0a672a80bfc4e418fb9fbb923d70507 used request id req-e38979db-284a-4ec6-836c-71eafff5cb41 2018-08-25 08:54:30,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.097443819046s 2018-08-25 08:54:30,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=eb2a3c534d7442818d8f9ee6473ce8cf&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=d0a672a80bfc4e418fb9fbb923d70507 used request id req-e38979db-284a-4ec6-836c-71eafff5cb41 2018-08-25 08:54:30,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:54:30,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507/users/eb2a3c534d7442818d8f9ee6473ce8cf/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:54:30,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-535718a3-5d16-49c5-8fd1-e9938dba829b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:54:30,356 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507/users/eb2a3c534d7442818d8f9ee6473ce8cf/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-535718a3-5d16-49c5-8fd1-e9938dba829b 2018-08-25 08:54:30,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.135464906693s 2018-08-25 08:54:30,357 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507/users/eb2a3c534d7442818d8f9ee6473ce8cf/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-535718a3-5d16-49c5-8fd1-e9938dba829b 2018-08-25 08:54:30,357 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 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'd0a672a80bfc4e418fb9fbb923d70507', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9233c199-97ce-4291-ad55-104b1f29bc6f', 'username': u'vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:54:30,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:54:30,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:54:30,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:54:30,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:54:30,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:54:30,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:54:30,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:54:30,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:54:30,362 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf', 'password': '9233c199-97ce-4291-ad55-104b1f29bc6f', 'project_name': 'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'd0a672a80bfc4e418fb9fbb923d70507', 'project_domain_name': 'Default'} 2018-08-25 08:54:30,363 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-25 08:54:30,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:54:30,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42be314-80b9-48a3-939d-0855215e1209 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:54:30,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-c42be314-80b9-48a3-939d-0855215e1209 2018-08-25 08:54:30,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:54:30,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T09:54:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0a672a80bfc4e418fb9fbb923d70507", "name": "vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/d0a672a80bfc4e418fb9fbb923d70507", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/d0a672a80bfc4e418fb9fbb923d70507", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/d0a672a80bfc4e418fb9fbb923d70507", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/d0a672a80bfc4e418fb9fbb923d70507", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/d0a672a80bfc4e418fb9fbb923d70507", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/d0a672a80bfc4e418fb9fbb923d70507", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_d0a672a80bfc4e418fb9fbb923d70507", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_d0a672a80bfc4e418fb9fbb923d70507", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/d0a672a80bfc4e418fb9fbb923d70507", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/d0a672a80bfc4e418fb9fbb923d70507", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/d0a672a80bfc4e418fb9fbb923d70507", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/d0a672a80bfc4e418fb9fbb923d70507", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/d0a672a80bfc4e418fb9fbb923d70507", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/d0a672a80bfc4e418fb9fbb923d70507", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf", "id": "eb2a3c534d7442818d8f9ee6473ce8cf"}, "audit_ids": ["1gBeBQFITR2mDWoMxBGHwA"], "issued_at": "2018-08-25T08:54:30.000000Z"}} 2018-08-25 08:54:30,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:54:30,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"network": {"name": "vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf", "admin_state_up": true}}' 2018-08-25 08:54:32,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c08f0f56-867f-45c8-829b-60147eb625c8 Date: Sat, 25 Aug 2018 08:54:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:54:31Z","is_default":false,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}} 2018-08-25 08:54:32,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c08f0f56-867f-45c8-829b-60147eb625c8 2018-08-25 08:54:32,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.31417703629s 2018-08-25 08:54:32,072 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c08f0f56-867f-45c8-829b-60147eb625c8 2018-08-25 08:54:32,072 - 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-08-25T08:54:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf', u'admin_state_up': True, u'tenant_id': u'd0a672a80bfc4e418fb9fbb923d70507', u'created_at': u'2018-08-25T08:54:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd0a672a80bfc4e418fb9fbb923d70507', u'l2_adjacency': True}) 2018-08-25 08:54:32,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:32,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-0bc32320-9704-4af5-a8dc-52a84a808afe Date: Sat, 25 Aug 2018 08:54:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:54:31Z","qos_policy_id":null,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}]} 2018-08-25 08:54:32,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0bc32320-9704-4af5-a8dc-52a84a808afe 2018-08-25 08:54:32,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111944913864s 2018-08-25 08:54:32,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0bc32320-9704-4af5-a8dc-52a84a808afe 2018-08-25 08:54:32,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:54:32,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"subnet": {"name": "vping_ssh-subnet_d4f4c287-3199-4893-9c45-41c5f56439cf", "enable_dhcp": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:54:32,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-46516bdb-dd29-4130-8ff0-cecc979174dd Date: Sat, 25 Aug 2018 08:54:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:54:32Z","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":"d0a672a80bfc4e418fb9fbb923d70507","id":"8f3c8e89-4fcf-45f5-a9f5-b43f8d595811","subnetpool_id":null,"name":"vping_ssh-subnet_d4f4c287-3199-4893-9c45-41c5f56439cf"}} 2018-08-25 08:54:32,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-46516bdb-dd29-4130-8ff0-cecc979174dd 2018-08-25 08:54:32,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.575521945953s 2018-08-25 08:54:32,762 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-46516bdb-dd29-4130-8ff0-cecc979174dd 2018-08-25 08:54:32,763 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:54:32Z', 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'8f3c8e89-4fcf-45f5-a9f5-b43f8d595811', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_d4f4c287-3199-4893-9c45-41c5f56439cf', u'enable_dhcp': True, u'network_id': u'a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae', u'tenant_id': u'd0a672a80bfc4e418fb9fbb923d70507', u'created_at': u'2018-08-25T08:54:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd0a672a80bfc4e418fb9fbb923d70507'}) 2018-08-25 08:54:32,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:54:32,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "vping_ssh-router_d4f4c287-3199-4893-9c45-41c5f56439cf", "admin_state_up": true}}' 2018-08-25 08:54:34,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-02f36937-d82a-4c7f-922b-33cda4f6bceb Date: Sat, 25 Aug 2018 08:54:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:32Z", "admin_state_up": true, "updated_at": "2018-08-25T08:54:33Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "name": "vping_ssh-router_d4f4c287-3199-4893-9c45-41c5f56439cf"}} 2018-08-25 08:54:34,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-02f36937-d82a-4c7f-922b-33cda4f6bceb 2018-08-25 08:54:34,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59119105339s 2018-08-25 08:54:34,355 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-02f36937-d82a-4c7f-922b-33cda4f6bceb 2018-08-25 08:54:34,355 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:54:33Z', u'revision_number': 2, u'id': u'c4e21207-cedd-4d78-9c5e-4a99c1bbe163', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.211'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_d4f4c287-3199-4893-9c45-41c5f56439cf', u'admin_state_up': True, u'tenant_id': u'd0a672a80bfc4e418fb9fbb923d70507', u'created_at': u'2018-08-25T08:54:32Z', u'flavor_id': None, u'routes': [], u'project_id': u'd0a672a80bfc4e418fb9fbb923d70507'}) 2018-08-25 08:54:34,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:54:34,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163/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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"subnet_id": "8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"}' 2018-08-25 08:54:36,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4987ef5a-1606-48f2-ae58-399542b4e55f Date: Sat, 25 Aug 2018 08:54:36 GMT RESP BODY: {"network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "subnet_id": "8f3c8e89-4fcf-45f5-a9f5-b43f8d595811", "subnet_ids": ["8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"], "port_id": "03443f74-8078-4904-8dcd-6cd708c6193f", "id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163"} 2018-08-25 08:54:36,660 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163/add_router_interface.json used request id req-4987ef5a-1606-48f2-ae58-399542b4e55f 2018-08-25 08:54:36,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30351495743s 2018-08-25 08:54:36,660 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163/add_router_interface.json used request id req-4987ef5a-1606-48f2-ae58-399542b4e55f returning object c4e21207-cedd-4d78-9c5e-4a99c1bbe163 2018-08-25 08:54:36,660 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:54:36,789 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:54:36,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:54:36,796 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:54:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:54:36,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:54:36,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:37,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fb01c6df-8933-4251-bda8-1ae87315a90e Date: Sat, 25 Aug 2018 08:54:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:54:37,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fb01c6df-8933-4251-bda8-1ae87315a90e 2018-08-25 08:54:37,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.262212991714s 2018-08-25 08:54:37,063 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fb01c6df-8933-4251-bda8-1ae87315a90e 2018-08-25 08:54:37,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:54:37,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf"}' 2018-08-25 08:54:37,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8c883c85-a14a-46a3-b36b-fc056f314d50 Date: Sat, 25 Aug 2018 08:54:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:54:37Z", "file": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file", "owner": "d0a672a80bfc4e418fb9fbb923d70507", "id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "size": null, "self": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "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_d4f4c287-3199-4893-9c45-41c5f56439cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "checksum": null, "created_at": "2018-08-25T08:54:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:54:37,145 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-8c883c85-a14a-46a3-b36b-fc056f314d50 2018-08-25 08:54:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0734350681305s 2018-08-25 08:54:37,146 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-8c883c85-a14a-46a3-b36b-fc056f314d50 returning object 1b85b5e8-ef57-471f-8f34-13ad580efe65 2018-08-25 08:54:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:54:37,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '' 2018-08-25 08:54:37,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64b6ecfe-adeb-411d-8158-22405fd391c2 Date: Sat, 25 Aug 2018 08:54:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:54:37,768 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file used request id req-64b6ecfe-adeb-411d-8158-22405fd391c2 2018-08-25 08:54:37,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.621153116226s 2018-08-25 08:54:37,768 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file used request id req-64b6ecfe-adeb-411d-8158-22405fd391c2 2018-08-25 08:54:37,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:54:37,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:37,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a11043aa-472a-4fee-bf0e-a78c2856caf0 Date: Sat, 25 Aug 2018 08:54:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:54:37Z", "file": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file", "owner": "d0a672a80bfc4e418fb9fbb923d70507", "id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "size": 12716032, "self": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:54:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:54:37,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a11043aa-472a-4fee-bf0e-a78c2856caf0 2018-08-25 08:54:37,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0381720066071s 2018-08-25 08:54:37,811 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a11043aa-472a-4fee-bf0e-a78c2856caf0 2018-08-25 08:54:37,812 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file', 'owner': u'd0a672a80bfc4e418fb9fbb923d70507', 'id': u'1b85b5e8-ef57-471f-8f34-13ad580efe65', 'size': 12716032, u'self': u'/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': 'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:54:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:54:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf', '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/1b85b5e8-ef57-471f-8f34-13ad580efe65', 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_d4f4c287-3199-4893-9c45-41c5f56439cf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf', 'created': u'2018-08-25T08:54:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:54:37Z', 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/1b85b5e8-ef57-471f-8f34-13ad580efe65', 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_d4f4c287-3199-4893-9c45-41c5f56439cf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:54:37,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:54:37,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_d4f4c287-3199-4893-9c45-41c5f56439cf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:54:38,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6f751fe-af04-40da-b97e-cc8d112836f7 x-compute-request-id: req-d6f751fe-af04-40da-b97e-cc8d112836f7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "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": "cbed68af-68d2-4ab5-aa18-e589e55bbab2"}} 2018-08-25 08:54:38,108 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-d6f751fe-af04-40da-b97e-cc8d112836f7 2018-08-25 08:54:38,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.295116901398s 2018-08-25 08:54:38,109 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-d6f751fe-af04-40da-b97e-cc8d112836f7 2018-08-25 08:54:38,110 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_d4f4c287-3199-4893-9c45-41c5f56439cf', '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'89d58111967c4124b09131409c7a2a28', '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'cbed68af-68d2-4ab5-aa18-e589e55bbab2', 'swap': 0}) 2018-08-25 08:54:38,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:54:38,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2/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}53dcdba110418f44980f8d894de8d8c2569469fd" -d '{"extra_specs": {}}' 2018-08-25 08:54:38,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-39d7bd0d-be25-4254-83b0-dd0f082eced0 x-compute-request-id: req-39d7bd0d-be25-4254-83b0-dd0f082eced0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:54:38,135 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2/os-extra_specs used request id req-39d7bd0d-be25-4254-83b0-dd0f082eced0 2018-08-25 08:54:38,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243170261383s 2018-08-25 08:54:38,135 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2/os-extra_specs used request id req-39d7bd0d-be25-4254-83b0-dd0f082eced0 2018-08-25 08:54:38,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 08:54:38,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"keypair": {"name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf"}}' 2018-08-25 08:54:38,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-97495f5d-3257-43cc-92e1-16fff7c393e5 x-compute-request-id: req-97495f5d-3257-43cc-92e1-16fff7c393e5 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2AL9X6kp/Bfk9JSAFihITzhTFuTwaGK7lRScT+3Qby6XQBdXvo4gsFwgzWaoM5lRZDHBoCaozTlKoVNFzJw+OswnvAMP5Z+JK9wDWzIqVvRCYjs7GwS4YtVPf5oUz0ZprjvhF2sQOjs0fpRUyzuLyoSHwSNWeReBk43WpzAam6LiU5e/xQbc112hhz5hGxsHvHT07kA7Po2tmzMa5hcD6bR+Fjj+mUcdNu8KYe/B6cNF09TgKtRN/1udygBgBSApVqDZ363msdbJvmAcrC5jcC/DWHg+UrJCNH5anRJczQQSOA78lI9KH8JyJQ8g2p/j4smLAd4UowrXqF2lR/FIH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtgC/V+pKfwX5PSUgBYoSE84Uxbk8Ghiu5UUnE/t0G8ul0AXV\n76OILBcIM1mqDOZUWQxwaAmqM05SqFTRcycPjrMJ7wDD+WfiSvcA1syKlb0QmI7O\nxsEuGLVT3+aFM9Gaa474RdrEDo7NH6UVMs7i8qEh8EjVnkXgZON1qcwGpui4lOXv\n8UG3NddoYc+YRsbB7x09O5AOz6NrZszGuYXA+m0fhY4/plHHTbvCmHvwenDRdPU4\nCrUTf9bncoAYAUgKVag2d+t5rHWyb5gHKwuY3Avw1h4PlKyQjR+Wp0SXM0EEjgO/\nJSPSh/CciUPINqf4+LJiwHeFKMK16hdpUfxSBwIDAQABAoIBAQCcCjACtACCvyBc\n6AN4PFQbXsg4bQO2bAsmzg8e9qspWYQjwZ0WA+Kvyl9hhzJgNOmEH0IQMJkXu8Lq\nRy37yDVyZtXRb5qVrhc5pmO1xU/b6WjdIzLs/JsE3BG5GO6C6uW16bG6UkFdKdl7\nlBGEqhOxaayrUgaz17z3QnySwzXAyrrpcwwR+aFaplDFrJfkfIcFXWxsP7xa+AFL\ntfPg2TQs1g0ZDGkkPzcK/37Vjje2JJ1YHE9CIEExWfm63IojQPTAskwGCEOho6LU\nMV6ALI2qw+JieU/f+RQ1EawaUpozVlQB2zWIoIBEJo3++/l6wRMNQACY8ORYSPJ6\nBwdqyEnhAoGBAOZ6JJcdCwGSUOsm1k8lFSPBdoTSTxo75R0QIHbLtvoBAcK3MFwv\n8b/ZTD1kfxBemufn+XsFNNG0Pf0PAcie1Nv467dOt3YKGesPjFg4q2g22IQeCCcr\nIW+6V5+0AI6wv9ug46FAYcd6ULeDIBoNwjUcf5elBD7S6MP1NqYk3zsLAoGBAMoo\nZYGzsYJtMxQAgNUlUY8Bw7nFNsiIye6bPLmsUnHf6cJSJDdUJddnpg7ZIjrdgZb4\n2Mld2xKtdS50FepZRNYJ5FUPj1kUkzKN7yGpxgUzfa81rBXlFU5IphkfDAbhA7kw\n2fSBpMnqcDpKIEnW6XTYoXZp3RlHaWC63MhqqMJ1AoGBAN+yY3tMFBelZOan3lAZ\nBOicaKVH3sDuq1THB0tmNCV4/rV3yfdgDXsQtH/N38oKmL1HmQx/JCH5mETa4PdQ\nufb7JgXX4BcwfLF6eNRTxII04XdyEqW5pg1kRpHaSsQz5zOLeARVkdHj9R34phrD\nieC01V5hKrqzSHqRsUYW+Ze7AoGAKnNlLWFQizTnHvIkG54kjEUwlpgFMwMWdFaA\n3/SBs4vziGy7UisHbz5CrqeF+pp9FfjXfSGKWVe3XbPezkFEpTWajwofbfNWHa2U\nY5tFC96OK/a3VjmuyauTxX6xhdhGceMCQcfflM74FiVutlK8316GOVltpltKk5dp\nuWQ8X+kCgYB6DjdPo7FgooM/1qYS4SirwBjjlubDH4Xq5hRcSWtH5i7AoklrJB3T\nthRVdOvn8sbWrrBrQOnIXgEd8AS1Lb8FN5Y3sgO0aHr2zG55y2Z3+PXA093H9VXs\nU1qDHwBRj0u7L2w/WMap9BZZ9ztlEqWjY15dmbFlwFKJoTqIjDWA7A==\n-----END RSA PRIVATE KEY-----\n", "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "fingerprint": "2f:0a:b1:9b:4e:7d:fd:7c:0d:6a:43:da:f9:86:2b:e8"}} 2018-08-25 08:54:38,558 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-97495f5d-3257-43cc-92e1-16fff7c393e5 2018-08-25 08:54:38,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.42268705368s 2018-08-25 08:54:38,559 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-97495f5d-3257-43cc-92e1-16fff7c393e5 2018-08-25 08:54:38,559 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2AL9X6kp/Bfk9JSAFihITzhTFuTwaGK7lRScT+3Qby6XQBdXvo4gsFwgzWaoM5lRZDHBoCaozTlKoVNFzJw+OswnvAMP5Z+JK9wDWzIqVvRCYjs7GwS4YtVPf5oUz0ZprjvhF2sQOjs0fpRUyzuLyoSHwSNWeReBk43WpzAam6LiU5e/xQbc112hhz5hGxsHvHT07kA7Po2tmzMa5hcD6bR+Fjj+mUcdNu8KYe/B6cNF09TgKtRN/1udygBgBSApVqDZ363msdbJvmAcrC5jcC/DWHg+UrJCNH5anRJczQQSOA78lI9KH8JyJQ8g2p/j4smLAd4UowrXqF2lR/FIH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtgC/V+pKfwX5PSUgBYoSE84Uxbk8Ghiu5UUnE/t0G8ul0AXV\n76OILBcIM1mqDOZUWQxwaAmqM05SqFTRcycPjrMJ7wDD+WfiSvcA1syKlb0QmI7O\nxsEuGLVT3+aFM9Gaa474RdrEDo7NH6UVMs7i8qEh8EjVnkXgZON1qcwGpui4lOXv\n8UG3NddoYc+YRsbB7x09O5AOz6NrZszGuYXA+m0fhY4/plHHTbvCmHvwenDRdPU4\nCrUTf9bncoAYAUgKVag2d+t5rHWyb5gHKwuY3Avw1h4PlKyQjR+Wp0SXM0EEjgO/\nJSPSh/CciUPINqf4+LJiwHeFKMK16hdpUfxSBwIDAQABAoIBAQCcCjACtACCvyBc\n6AN4PFQbXsg4bQO2bAsmzg8e9qspWYQjwZ0WA+Kvyl9hhzJgNOmEH0IQMJkXu8Lq\nRy37yDVyZtXRb5qVrhc5pmO1xU/b6WjdIzLs/JsE3BG5GO6C6uW16bG6UkFdKdl7\nlBGEqhOxaayrUgaz17z3QnySwzXAyrrpcwwR+aFaplDFrJfkfIcFXWxsP7xa+AFL\ntfPg2TQs1g0ZDGkkPzcK/37Vjje2JJ1YHE9CIEExWfm63IojQPTAskwGCEOho6LU\nMV6ALI2qw+JieU/f+RQ1EawaUpozVlQB2zWIoIBEJo3++/l6wRMNQACY8ORYSPJ6\nBwdqyEnhAoGBAOZ6JJcdCwGSUOsm1k8lFSPBdoTSTxo75R0QIHbLtvoBAcK3MFwv\n8b/ZTD1kfxBemufn+XsFNNG0Pf0PAcie1Nv467dOt3YKGesPjFg4q2g22IQeCCcr\nIW+6V5+0AI6wv9ug46FAYcd6ULeDIBoNwjUcf5elBD7S6MP1NqYk3zsLAoGBAMoo\nZYGzsYJtMxQAgNUlUY8Bw7nFNsiIye6bPLmsUnHf6cJSJDdUJddnpg7ZIjrdgZb4\n2Mld2xKtdS50FepZRNYJ5FUPj1kUkzKN7yGpxgUzfa81rBXlFU5IphkfDAbhA7kw\n2fSBpMnqcDpKIEnW6XTYoXZp3RlHaWC63MhqqMJ1AoGBAN+yY3tMFBelZOan3lAZ\nBOicaKVH3sDuq1THB0tmNCV4/rV3yfdgDXsQtH/N38oKmL1HmQx/JCH5mETa4PdQ\nufb7JgXX4BcwfLF6eNRTxII04XdyEqW5pg1kRpHaSsQz5zOLeARVkdHj9R34phrD\nieC01V5hKrqzSHqRsUYW+Ze7AoGAKnNlLWFQizTnHvIkG54kjEUwlpgFMwMWdFaA\n3/SBs4vziGy7UisHbz5CrqeF+pp9FfjXfSGKWVe3XbPezkFEpTWajwofbfNWHa2U\nY5tFC96OK/a3VjmuyauTxX6xhdhGceMCQcfflM74FiVutlK8316GOVltpltKk5dp\nuWQ8X+kCgYB6DjdPo7FgooM/1qYS4SirwBjjlubDH4Xq5hRcSWtH5i7AoklrJB3T\nthRVdOvn8sbWrrBrQOnIXgEd8AS1Lb8FN5Y3sgO0aHr2zG55y2Z3+PXA093H9VXs\nU1qDHwBRj0u7L2w/WMap9BZZ9ztlEqWjY15dmbFlwFKJoTqIjDWA7A==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'eb2a3c534d7442818d8f9ee6473ce8cf', 'name': u'vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf', 'created_at': '2018-08-25T08:54:38.559785', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': 'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2f:0a:b1:9b:4e:7d:fd:7c:0d:6a:43:da:f9:86:2b:e8', 'type': 'ssh', 'id': u'vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf'}) 2018-08-25 08:54:38,560 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtgC/V+pKfwX5PSUgBYoSE84Uxbk8Ghiu5UUnE/t0G8ul0AXV 76OILBcIM1mqDOZUWQxwaAmqM05SqFTRcycPjrMJ7wDD+WfiSvcA1syKlb0QmI7O xsEuGLVT3+aFM9Gaa474RdrEDo7NH6UVMs7i8qEh8EjVnkXgZON1qcwGpui4lOXv 8UG3NddoYc+YRsbB7x09O5AOz6NrZszGuYXA+m0fhY4/plHHTbvCmHvwenDRdPU4 CrUTf9bncoAYAUgKVag2d+t5rHWyb5gHKwuY3Avw1h4PlKyQjR+Wp0SXM0EEjgO/ JSPSh/CciUPINqf4+LJiwHeFKMK16hdpUfxSBwIDAQABAoIBAQCcCjACtACCvyBc 6AN4PFQbXsg4bQO2bAsmzg8e9qspWYQjwZ0WA+Kvyl9hhzJgNOmEH0IQMJkXu8Lq Ry37yDVyZtXRb5qVrhc5pmO1xU/b6WjdIzLs/JsE3BG5GO6C6uW16bG6UkFdKdl7 lBGEqhOxaayrUgaz17z3QnySwzXAyrrpcwwR+aFaplDFrJfkfIcFXWxsP7xa+AFL tfPg2TQs1g0ZDGkkPzcK/37Vjje2JJ1YHE9CIEExWfm63IojQPTAskwGCEOho6LU MV6ALI2qw+JieU/f+RQ1EawaUpozVlQB2zWIoIBEJo3++/l6wRMNQACY8ORYSPJ6 BwdqyEnhAoGBAOZ6JJcdCwGSUOsm1k8lFSPBdoTSTxo75R0QIHbLtvoBAcK3MFwv 8b/ZTD1kfxBemufn+XsFNNG0Pf0PAcie1Nv467dOt3YKGesPjFg4q2g22IQeCCcr IW+6V5+0AI6wv9ug46FAYcd6ULeDIBoNwjUcf5elBD7S6MP1NqYk3zsLAoGBAMoo ZYGzsYJtMxQAgNUlUY8Bw7nFNsiIye6bPLmsUnHf6cJSJDdUJddnpg7ZIjrdgZb4 2Mld2xKtdS50FepZRNYJ5FUPj1kUkzKN7yGpxgUzfa81rBXlFU5IphkfDAbhA7kw 2fSBpMnqcDpKIEnW6XTYoXZp3RlHaWC63MhqqMJ1AoGBAN+yY3tMFBelZOan3lAZ BOicaKVH3sDuq1THB0tmNCV4/rV3yfdgDXsQtH/N38oKmL1HmQx/JCH5mETa4PdQ ufb7JgXX4BcwfLF6eNRTxII04XdyEqW5pg1kRpHaSsQz5zOLeARVkdHj9R34phrD ieC01V5hKrqzSHqRsUYW+Ze7AoGAKnNlLWFQizTnHvIkG54kjEUwlpgFMwMWdFaA 3/SBs4vziGy7UisHbz5CrqeF+pp9FfjXfSGKWVe3XbPezkFEpTWajwofbfNWHa2U Y5tFC96OK/a3VjmuyauTxX6xhdhGceMCQcfflM74FiVutlK8316GOVltpltKk5dp uWQ8X+kCgYB6DjdPo7FgooM/1qYS4SirwBjjlubDH4Xq5hRcSWtH5i7AoklrJB3T thRVdOvn8sbWrrBrQOnIXgEd8AS1Lb8FN5Y3sgO0aHr2zG55y2Z3+PXA093H9VXs U1qDHwBRj0u7L2w/WMap9BZZ9ztlEqWjY15dmbFlwFKJoTqIjDWA7A== -----END RSA PRIVATE KEY----- 2018-08-25 08:54:38,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 08:54:38,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"security_group": {"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-25 08:54:38,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-9ecb87ed-e117-4616-8cc2-a7a45185e312 Date: Sat, 25 Aug 2018 08:54:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:38Z", "updated_at": "2018-08-25T08:54:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "630ce9b3-2d3a-4c4c-813b-9ba08a657c97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "c0180e46-5843-4a1e-bf02-24dff3398564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}} 2018-08-25 08:54:38,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9ecb87ed-e117-4616-8cc2-a7a45185e312 2018-08-25 08:54:38,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.125444889069s 2018-08-25 08:54:38,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9ecb87ed-e117-4616-8cc2-a7a45185e312 2018-08-25 08:54:38,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:54:38,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:38,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-1cd64f55-c8b5-4fbb-a9ff-be790b022b4a Date: Sat, 25 Aug 2018 08:54:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:38Z", "updated_at": "2018-08-25T08:54:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "630ce9b3-2d3a-4c4c-813b-9ba08a657c97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "c0180e46-5843-4a1e-bf02-24dff3398564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}, {"description": "Default security group", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:31Z", "updated_at": "2018-08-25T08:54:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "04ca0316-e9e5-4937-8d98-fa5e7e6d6723", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "af95bf7a-ffde-46bb-9601-65a45ad67092", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "ba54f733-b8e2-403f-8c89-66b348f58362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "e1562e31-a5d6-4ab2-9a5d-839caaf55570", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "59993044-b3b7-4eae-942e-324e811c7e8f", "name": "default"}]} 2018-08-25 08:54:38,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-1cd64f55-c8b5-4fbb-a9ff-be790b022b4a 2018-08-25 08:54:38,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.094584941864s 2018-08-25 08:54:38,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-1cd64f55-c8b5-4fbb-a9ff-be790b022b4a 2018-08-25 08:54:38,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:54:38,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -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": "2298776e-b4b6-421e-b2fd-f7125eb15148"}}' 2018-08-25 08:54:39,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-488ac7c8-e050-4241-97b2-1c9adaeac3d7 Date: Sat, 25 Aug 2018 08:54: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-08-25T08:54:39Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "port_range_min": 22, "revision_number": 0, "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:39Z", "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "aa86f3c9-bf2b-46b8-ac74-5ad609d7fcc3"}} 2018-08-25 08:54:39,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-488ac7c8-e050-4241-97b2-1c9adaeac3d7 2018-08-25 08:54:39,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.25945687294s 2018-08-25 08:54:39,052 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-488ac7c8-e050-4241-97b2-1c9adaeac3d7 2018-08-25 08:54:39,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:54:39,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:39,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-54598599-e7ea-42ff-bdb2-bd1b68823514 Date: Sat, 25 Aug 2018 08:54:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:38Z", "updated_at": "2018-08-25T08:54:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "630ce9b3-2d3a-4c4c-813b-9ba08a657c97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:54:39Z", "revision_number": 0, "id": "aa86f3c9-bf2b-46b8-ac74-5ad609d7fcc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:39Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "c0180e46-5843-4a1e-bf02-24dff3398564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 2, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}, {"description": "Default security group", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:31Z", "updated_at": "2018-08-25T08:54:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "04ca0316-e9e5-4937-8d98-fa5e7e6d6723", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "af95bf7a-ffde-46bb-9601-65a45ad67092", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "ba54f733-b8e2-403f-8c89-66b348f58362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "e1562e31-a5d6-4ab2-9a5d-839caaf55570", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "59993044-b3b7-4eae-942e-324e811c7e8f", "name": "default"}]} 2018-08-25 08:54:39,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-54598599-e7ea-42ff-bdb2-bd1b68823514 2018-08-25 08:54:39,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0448930263519s 2018-08-25 08:54:39,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-54598599-e7ea-42ff-bdb2-bd1b68823514 2018-08-25 08:54:39,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:54:39,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -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": "2298776e-b4b6-421e-b2fd-f7125eb15148"}}' 2018-08-25 08:54:39,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-012a995d-b236-473e-96bd-a9e657d5f09b Date: Sat, 25 Aug 2018 08:54: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-08-25T08:54:39Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "port_range_min": null, "revision_number": 0, "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:39Z", "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "97bca7c7-c6bd-4010-b6d5-e4906d72e0da"}} 2018-08-25 08:54:39,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-012a995d-b236-473e-96bd-a9e657d5f09b 2018-08-25 08:54:39,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.14219212532s 2018-08-25 08:54:39,246 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-012a995d-b236-473e-96bd-a9e657d5f09b 2018-08-25 08:54:39,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:39,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:39,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-8300f8b6-18e5-49f6-adb3-549a285856d3 Date: Sat, 25 Aug 2018 08:54:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":["8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"],"description":"","tags":[],"updated_at":"2018-08-25T08:54:32Z","qos_policy_id":null,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}]} 2018-08-25 08:54:39,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8300f8b6-18e5-49f6-adb3-549a285856d3 2018-08-25 08:54:39,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0891721248627s 2018-08-25 08:54:39,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8300f8b6-18e5-49f6-adb3-549a285856d3 2018-08-25 08:54:39,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:54:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:39,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7e4ec110-424a-480e-b08f-e0e3a87dbf66 Date: Sat, 25 Aug 2018 08:54:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:54:37Z", "file": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file", "owner": "d0a672a80bfc4e418fb9fbb923d70507", "id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "size": 12716032, "self": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:54:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:54:39,378 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-7e4ec110-424a-480e-b08f-e0e3a87dbf66 2018-08-25 08:54:39,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.036413192749s 2018-08-25 08:54:39,378 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-7e4ec110-424a-480e-b08f-e0e3a87dbf66 2018-08-25 08:54:39,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:54:39,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:39,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-563275a5-4a56-4913-907b-ac7715afa99f x-compute-request-id: req-563275a5-4a56-4913-907b-ac7715afa99f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "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": "cbed68af-68d2-4ab5-aa18-e589e55bbab2"}]} 2018-08-25 08:54:39,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-563275a5-4a56-4913-907b-ac7715afa99f 2018-08-25 08:54:39,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256428718567s 2018-08-25 08:54:39,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-563275a5-4a56-4913-907b-ac7715afa99f 2018-08-25 08:54:39,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:54:39,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"server": {"name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "imageRef": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "flavorRef": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae"}], "security_groups": [{"name": "2298776e-b4b6-421e-b2fd-f7125eb15148"}]}}' 2018-08-25 08:54:41,604 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2309146-8f1b-42ea-ae68-2d91ebc01e46 x-compute-request-id: req-f2309146-8f1b-42ea-ae68-2d91ebc01e46 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "2298776e-b4b6-421e-b2fd-f7125eb15148"}], "OS-DCF:diskConfig": "MANUAL", "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "adminPass": "mGx5Sjdu44Va"}} 2018-08-25 08:54:41,604 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-f2309146-8f1b-42ea-ae68-2d91ebc01e46 2018-08-25 08:54:41,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.19702100754s 2018-08-25 08:54:41,605 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-f2309146-8f1b-42ea-ae68-2d91ebc01e46 2018-08-25 08:54:41,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:41,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:41,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-49043462-d7e1-4c94-ae37-128defff067e x-compute-request-id: req-49043462-d7e1-4c94-ae37-128defff067e 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.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "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-08-25T08:54:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:41,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-49043462-d7e1-4c94-ae37-128defff067e 2018-08-25 08:54:41,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.329885005951s 2018-08-25 08:54:41,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-49043462-d7e1-4c94-ae37-128defff067e 2018-08-25 08:54:41,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:41,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:42,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-c717eff8-e5c2-483e-b96e-4279fd385770 Date: Sat, 25 Aug 2018 08:54:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":["8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"],"description":"","tags":[],"updated_at":"2018-08-25T08:54:32Z","qos_policy_id":null,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}]} 2018-08-25 08:54:42,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c717eff8-e5c2-483e-b96e-4279fd385770 2018-08-25 08:54:42,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.084883928299s 2018-08-25 08:54:42,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c717eff8-e5c2-483e-b96e-4279fd385770 2018-08-25 08:54:42,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:54:42,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:42,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8c6bec5b-bb0f-406e-8c26-34ddabb43282 Date: Sat, 25 Aug 2018 08:54:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:54:32Z","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":"d0a672a80bfc4e418fb9fbb923d70507","id":"8f3c8e89-4fcf-45f5-a9f5-b43f8d595811","subnetpool_id":null,"name":"vping_ssh-subnet_d4f4c287-3199-4893-9c45-41c5f56439cf"}]} 2018-08-25 08:54:42,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8c6bec5b-bb0f-406e-8c26-34ddabb43282 2018-08-25 08:54:42,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0656950473785s 2018-08-25 08:54:42,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8c6bec5b-bb0f-406e-8c26-34ddabb43282 2018-08-25 08:54:42,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:44,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:44,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:44,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c03b1f0-d97e-4956-a7f7-3d3c724db1d9 x-compute-request-id: req-3c03b1f0-d97e-4956-a7f7-3d3c724db1d9 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:44Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:44,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3c03b1f0-d97e-4956-a7f7-3d3c724db1d9 2018-08-25 08:54:44,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.325366020203s 2018-08-25 08:54:44,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3c03b1f0-d97e-4956-a7f7-3d3c724db1d9 2018-08-25 08:54:44,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:46,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:46,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:46,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f2c8e73-96d1-403c-b789-cdcf6d2962c7 x-compute-request-id: req-8f2c8e73-96d1-403c-b789-cdcf6d2962c7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:44Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:46,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8f2c8e73-96d1-403c-b789-cdcf6d2962c7 2018-08-25 08:54:46,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164439916611s 2018-08-25 08:54:46,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8f2c8e73-96d1-403c-b789-cdcf6d2962c7 2018-08-25 08:54:46,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:48,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:48,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d731621-ec20-4bdf-93ff-f7ea7c9c01ec x-compute-request-id: req-7d731621-ec20-4bdf-93ff-f7ea7c9c01ec Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:48Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:48,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7d731621-ec20-4bdf-93ff-f7ea7c9c01ec 2018-08-25 08:54:48,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182082176208s 2018-08-25 08:54:48,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7d731621-ec20-4bdf-93ff-f7ea7c9c01ec 2018-08-25 08:54:48,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:54:48,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=fdc34211-3659-4d20-8086-5c09c487bf7c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:48,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-6e914435-820d-4c28-a766-004e490836be Date: Sat, 25 Aug 2018 08:54:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:54:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8f3c8e89-4fcf-45f5-a9f5-b43f8d595811","ip_address":"192.168.120.3"}],"id":"06b7e6b3-3d6c-4a19-9e55-8fe06e2647e8","security_groups":["2298776e-b4b6-421e-b2fd-f7125eb15148"],"mac_address":"fa:16:3e:c2:33:2d","project_id":"d0a672a80bfc4e418fb9fbb923d70507","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:44Z","binding:vnic_type":"normal","device_id":"fdc34211-3659-4d20-8086-5c09c487bf7c","ip_allocation":"immediate"}]} 2018-08-25 08:54:48,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=fdc34211-3659-4d20-8086-5c09c487bf7c used request id req-6e914435-820d-4c28-a766-004e490836be 2018-08-25 08:54:48,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0486071109772s 2018-08-25 08:54:48,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=fdc34211-3659-4d20-8086-5c09c487bf7c used request id req-6e914435-820d-4c28-a766-004e490836be 2018-08-25 08:54:48,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:54:48,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=06b7e6b3-3d6c-4a19-9e55-8fe06e2647e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:48,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e2c249bd-a6a2-47ea-be70-9ff237a1639b Date: Sat, 25 Aug 2018 08:54:48 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:54:48,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=06b7e6b3-3d6c-4a19-9e55-8fe06e2647e8 used request id req-e2c249bd-a6a2-47ea-be70-9ff237a1639b 2018-08-25 08:54:48,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0463411808014s 2018-08-25 08:54:48,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=06b7e6b3-3d6c-4a19-9e55-8fe06e2647e8 used request id req-e2c249bd-a6a2-47ea-be70-9ff237a1639b 2018-08-25 08:54:48,888 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c2:33:2d', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1b85b5e8-ef57-471f-8f34-13ad580efe65'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:54:47.000000', 'flavor': Munch({u'id': u'cbed68af-68d2-4ab5-aa18-e589e55bbab2'}), 'az': u'nova', 'id': u'fdc34211-3659-4d20-8086-5c09c487bf7c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'eb2a3c534d7442818d8f9ee6473ce8cf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': 'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:54:47.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:54:48Z', 'hostId': u'55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:54:47.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': u'vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf', 'adminPass': u'mGx5Sjdu44Va', 'tenant_id': u'd0a672a80bfc4e418fb9fbb923d70507', 'created_at': u'2018-08-25T08:54:41Z', 'created': u'2018-08-25T08:54:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:54:48,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:54:48,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:48,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-3345baa9-9f2a-43d9-91f6-b48b7b93ef96 Date: Sat, 25 Aug 2018 08:54:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":["8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"],"description":"","tags":[],"updated_at":"2018-08-25T08:54:32Z","qos_policy_id":null,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}]} 2018-08-25 08:54:48,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3345baa9-9f2a-43d9-91f6-b48b7b93ef96 2018-08-25 08:54:48,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832169055939s 2018-08-25 08:54:48,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3345baa9-9f2a-43d9-91f6-b48b7b93ef96 2018-08-25 08:54:48,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:54:48,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:49,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c21730b5-1b08-46bb-93e6-48bb554e307b Date: Sat, 25 Aug 2018 08:54:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:54:37Z", "file": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file", "owner": "d0a672a80bfc4e418fb9fbb923d70507", "id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "size": 12716032, "self": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:54:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:54:49,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c21730b5-1b08-46bb-93e6-48bb554e307b 2018-08-25 08:54:49,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.033096075058s 2018-08-25 08:54:49,012 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c21730b5-1b08-46bb-93e6-48bb554e307b 2018-08-25 08:54:49,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:54:49,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:49,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-74b6d887-7cd2-495c-b7ad-45953864e8d9 x-compute-request-id: req-74b6d887-7cd2-495c-b7ad-45953864e8d9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "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": "cbed68af-68d2-4ab5-aa18-e589e55bbab2"}]} 2018-08-25 08:54:49,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-74b6d887-7cd2-495c-b7ad-45953864e8d9 2018-08-25 08:54:49,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240390300751s 2018-08-25 08:54:49,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-74b6d887-7cd2-495c-b7ad-45953864e8d9 2018-08-25 08:54:49,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:54:49,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"server": {"name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "imageRef": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "flavorRef": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae"}], "security_groups": [{"name": "2298776e-b4b6-421e-b2fd-f7125eb15148"}]}}' 2018-08-25 08:54:50,967 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:54: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-a8ab7f33-a874-4dc6-b525-abd67f2148d1 x-compute-request-id: req-a8ab7f33-a874-4dc6-b525-abd67f2148d1 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "2298776e-b4b6-421e-b2fd-f7125eb15148"}], "OS-DCF:diskConfig": "MANUAL", "id": "b9342b55-1f5e-4888-99af-af03e958959e", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "adminPass": "uT6nVcbMC4wA"}} 2018-08-25 08:54:50,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-a8ab7f33-a874-4dc6-b525-abd67f2148d1 2018-08-25 08:54:50,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.92859911919s 2018-08-25 08:54:50,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-a8ab7f33-a874-4dc6-b525-abd67f2148d1 2018-08-25 08:54:50,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:50,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:51,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-9fc939a7-625b-41b5-a4bb-e9dbc6854cc1 x-compute-request-id: req-9fc939a7-625b-41b5-a4bb-e9dbc6854cc1 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "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-08-25T08:54:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:48Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:51,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9fc939a7-625b-41b5-a4bb-e9dbc6854cc1 2018-08-25 08:54:51,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.856155872345s 2018-08-25 08:54:51,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9fc939a7-625b-41b5-a4bb-e9dbc6854cc1 2018-08-25 08:54:51,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:53,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:53,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:54,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f38e9161-5cfd-43d6-a24a-00d0aba7d66c x-compute-request-id: req-f38e9161-5cfd-43d6-a24a-00d0aba7d66c Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:53Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:48Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:54,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f38e9161-5cfd-43d6-a24a-00d0aba7d66c 2018-08-25 08:54:54,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780177116394s 2018-08-25 08:54:54,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f38e9161-5cfd-43d6-a24a-00d0aba7d66c 2018-08-25 08:54:54,614 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:56,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:56,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:54:57,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-cfcc32f7-19ee-46ee-b3b6-3c7cfd218749 x-compute-request-id: req-cfcc32f7-19ee-46ee-b3b6-3c7cfd218749 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:54Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:48Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:54:57,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cfcc32f7-19ee-46ee-b3b6-3c7cfd218749 2018-08-25 08:54:57,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410875082016s 2018-08-25 08:54:57,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cfcc32f7-19ee-46ee-b3b6-3c7cfd218749 2018-08-25 08:54:57,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:54:59,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:54:59,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:00,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:54: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-db25a117-e5e5-48bd-a0c5-0c4d7a456567 x-compute-request-id: req-db25a117-e5e5-48bd-a0c5-0c4d7a456567 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:54:54Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:48Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:00,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-db25a117-e5e5-48bd-a0c5-0c4d7a456567 2018-08-25 08:55:00,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46101880074s 2018-08-25 08:55:00,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-db25a117-e5e5-48bd-a0c5-0c4d7a456567 2018-08-25 08:55:00,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:02,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:02,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:02,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-17081387-5bbf-4702-b16a-19b5b5437e30 x-compute-request-id: req-17081387-5bbf-4702-b16a-19b5b5437e30 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:59.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:59Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:48Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:02,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-17081387-5bbf-4702-b16a-19b5b5437e30 2018-08-25 08:55:02,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180277109146s 2018-08-25 08:55:02,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-17081387-5bbf-4702-b16a-19b5b5437e30 2018-08-25 08:55:02,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:55:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=b9342b55-1f5e-4888-99af-af03e958959e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:02,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-23326d19-1b20-4d9e-bd81-7b64ba0a6ab4 Date: Sat, 25 Aug 2018 08:55:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:54:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8f3c8e89-4fcf-45f5-a9f5-b43f8d595811","ip_address":"192.168.120.13"}],"id":"4e892dcf-117d-4b53-88d7-9da4a85f673f","security_groups":["2298776e-b4b6-421e-b2fd-f7125eb15148"],"mac_address":"fa:16:3e:c1:45:f9","project_id":"d0a672a80bfc4e418fb9fbb923d70507","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:53Z","binding:vnic_type":"normal","device_id":"b9342b55-1f5e-4888-99af-af03e958959e","ip_allocation":"immediate"}]} 2018-08-25 08:55:02,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=b9342b55-1f5e-4888-99af-af03e958959e used request id req-23326d19-1b20-4d9e-bd81-7b64ba0a6ab4 2018-08-25 08:55:02,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0559840202332s 2018-08-25 08:55:02,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=b9342b55-1f5e-4888-99af-af03e958959e used request id req-23326d19-1b20-4d9e-bd81-7b64ba0a6ab4 2018-08-25 08:55:02,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:02,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=4e892dcf-117d-4b53-88d7-9da4a85f673f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:02,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3f36d6cc-e075-4e86-89eb-8fa6e9327a7d Date: Sat, 25 Aug 2018 08:55:02 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:55:02,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=4e892dcf-117d-4b53-88d7-9da4a85f673f used request id req-3f36d6cc-e075-4e86-89eb-8fa6e9327a7d 2018-08-25 08:55:02,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0514900684357s 2018-08-25 08:55:02,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=4e892dcf-117d-4b53-88d7-9da4a85f673f used request id req-3f36d6cc-e075-4e86-89eb-8fa6e9327a7d 2018-08-25 08:55:02,799 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c1:45:f9', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1b85b5e8-ef57-471f-8f34-13ad580efe65'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:54:59.000000', 'flavor': Munch({u'id': u'cbed68af-68d2-4ab5-aa18-e589e55bbab2'}), 'az': u'nova', 'id': u'b9342b55-1f5e-4888-99af-af03e958959e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'eb2a3c534d7442818d8f9ee6473ce8cf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': 'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:54:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:54:59Z', 'hostId': u'5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:54:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': u'vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf', 'adminPass': u'uT6nVcbMC4wA', 'tenant_id': u'd0a672a80bfc4e418fb9fbb923d70507', 'created_at': u'2018-08-25T08:54:50Z', 'created': u'2018-08-25T08:54:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:55:02,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:02,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:02,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-533452d8-a3ff-4d49-b536-933b75d3f78c Date: Sat, 25 Aug 2018 08:55:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":["8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"],"description":"","tags":[],"updated_at":"2018-08-25T08:54:32Z","qos_policy_id":null,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}]} 2018-08-25 08:55:02,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-533452d8-a3ff-4d49-b536-933b75d3f78c 2018-08-25 08:55:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121156930923s 2018-08-25 08:55:02,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-533452d8-a3ff-4d49-b536-933b75d3f78c 2018-08-25 08:55:02,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:55:02,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=b9342b55-1f5e-4888-99af-af03e958959e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:02,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-c184e4fd-dc18-4596-afbf-106a0e3a4601 Date: Sat, 25 Aug 2018 08:55:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:54:59Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8f3c8e89-4fcf-45f5-a9f5-b43f8d595811","ip_address":"192.168.120.13"}],"id":"4e892dcf-117d-4b53-88d7-9da4a85f673f","security_groups":["2298776e-b4b6-421e-b2fd-f7125eb15148"],"mac_address":"fa:16:3e:c1:45:f9","project_id":"d0a672a80bfc4e418fb9fbb923d70507","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:53Z","binding:vnic_type":"normal","device_id":"b9342b55-1f5e-4888-99af-af03e958959e","ip_allocation":"immediate"}]} 2018-08-25 08:55:02,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=b9342b55-1f5e-4888-99af-af03e958959e used request id req-c184e4fd-dc18-4596-afbf-106a0e3a4601 2018-08-25 08:55:02,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0450479984283s 2018-08-25 08:55:02,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=b9342b55-1f5e-4888-99af-af03e958959e used request id req-c184e4fd-dc18-4596-afbf-106a0e3a4601 2018-08-25 08:55:02,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 08:55:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.13", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f"}}' 2018-08-25 08:55:05,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-8e915dd8-e322-424c-a83e-7864350db8bd Date: Sat, 25 Aug 2018 08:55:05 GMT RESP BODY: {"floatingip": {"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}} 2018-08-25 08:55:05,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8e915dd8-e322-424c-a83e-7864350db8bd 2018-08-25 08:55:05,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.14624500275s 2018-08-25 08:55:05,118 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8e915dd8-e322-424c-a83e-7864350db8bd 2018-08-25 08:55:05,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:05,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:05,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-809d113b-0724-4441-a9c8-83fcc25bd166 Date: Sat, 25 Aug 2018 08:55:05 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:05,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-809d113b-0724-4441-a9c8-83fcc25bd166 2018-08-25 08:55:05,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0774579048157s 2018-08-25 08:55:05,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-809d113b-0724-4441-a9c8-83fcc25bd166 2018-08-25 08:55:05,203 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:05,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:05,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:05,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-2947f29c-a1d5-42a3-b480-09d977804817 Date: Sat, 25 Aug 2018 08:55:05 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:05,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-2947f29c-a1d5-42a3-b480-09d977804817 2018-08-25 08:55:05,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.190306186676s 2018-08-25 08:55:05,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-2947f29c-a1d5-42a3-b480-09d977804817 2018-08-25 08:55:05,502 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:05,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:05,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:05,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-364bb088-43f9-4d4d-b28e-4fa34a2d72ad Date: Sat, 25 Aug 2018 08:55:05 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:05,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-364bb088-43f9-4d4d-b28e-4fa34a2d72ad 2018-08-25 08:55:05,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0652508735657s 2018-08-25 08:55:05,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-364bb088-43f9-4d4d-b28e-4fa34a2d72ad 2018-08-25 08:55:05,676 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:05,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:05,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:05,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-8ecdd5ff-ff39-4f11-92d9-5c60261f37e5 Date: Sat, 25 Aug 2018 08:55:05 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:05,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8ecdd5ff-ff39-4f11-92d9-5c60261f37e5 2018-08-25 08:55:05,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609760284424s 2018-08-25 08:55:05,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8ecdd5ff-ff39-4f11-92d9-5c60261f37e5 2018-08-25 08:55:05,846 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:05,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:05,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:06,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-fe05d7aa-268a-40cf-99c3-eae547beb010 Date: Sat, 25 Aug 2018 08:55:06 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:06,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-fe05d7aa-268a-40cf-99c3-eae547beb010 2018-08-25 08:55:06,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0719468593597s 2018-08-25 08:55:06,024 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-fe05d7aa-268a-40cf-99c3-eae547beb010 2018-08-25 08:55:06,027 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:06,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:06,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:06,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-e3c1fddd-0bcb-49fd-890e-439f579ec918 Date: Sat, 25 Aug 2018 08:55:06 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:06,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e3c1fddd-0bcb-49fd-890e-439f579ec918 2018-08-25 08:55:06,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0565447807312s 2018-08-25 08:55:06,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e3c1fddd-0bcb-49fd-890e-439f579ec918 2018-08-25 08:55:06,192 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:06,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:06,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:06,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-779d8ed1-a4a2-4f64-8564-026933d1a8b8 Date: Sat, 25 Aug 2018 08:55:06 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:06,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-779d8ed1-a4a2-4f64-8564-026933d1a8b8 2018-08-25 08:55:06,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0577681064606s 2018-08-25 08:55:06,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-779d8ed1-a4a2-4f64-8564-026933d1a8b8 2018-08-25 08:55:06,359 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:55:06,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:06,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:06,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-ef03c2d3-d1fd-41ee-9b90-934145ff0dcc Date: Sat, 25 Aug 2018 08:55:06 GMT RESP BODY: {"floatingips": [{"router_id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:55:03Z", "updated_at": "2018-08-25T08:55:06Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "device_owner": "compute:nova", "mac_address": "fa:16:3e:c1:45:f9", "device_id": "b9342b55-1f5e-4888-99af-af03e958959e"}, "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_id": "4e892dcf-117d-4b53-88d7-9da4a85f673f", "id": "1a359a92-542d-4bd3-8d4d-0607546300b9", "qos_policy_id": null}]} 2018-08-25 08:55:06,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ef03c2d3-d1fd-41ee-9b90-934145ff0dcc 2018-08-25 08:55:06,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0586259365082s 2018-08-25 08:55:06,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ef03c2d3-d1fd-41ee-9b90-934145ff0dcc 2018-08-25 08:55:06,526 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c4e21207-cedd-4d78-9c5e-4a99c1bbe163', 'updated_at': u'2018-08-25T08:55:06Z', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.208', 'revision_number': 1, 'port_id': u'4e892dcf-117d-4b53-88d7-9da4a85f673f', 'id': u'1a359a92-542d-4bd3-8d4d-0607546300b9', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'4e892dcf-117d-4b53-88d7-9da4a85f673f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd0a672a80bfc4e418fb9fbb923d70507', 'name': 'vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'd0a672a80bfc4e418fb9fbb923d70507', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:c1:45:f9', u'device_id': u'b9342b55-1f5e-4888-99af-af03e958959e'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'd0a672a80bfc4e418fb9fbb923d70507', 'created_at': u'2018-08-25T08:55:03Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:c1:45:f9', u'device_id': u'b9342b55-1f5e-4888-99af-af03e958959e'}), 'router': u'c4e21207-cedd-4d78-9c5e-4a99c1bbe163'}) 2018-08-25 08:55:06,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:55:06,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e/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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:55:07,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-59e102fa-397b-4584-810b-51c5d3a9af7b x-compute-request-id: req-59e102fa-397b-4584-810b-51c5d3a9af7b Content-Encoding: gzip Content-Length: 9567 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 479272320 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.185178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187500] pid_max: default: 32768 minimum: 301\n[ 0.188755] ACPI: Core revision 20150930\n[ 0.190460] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192302] Security Framework initialized\n[ 0.193446] Yama: becoming mindful.\n[ 0.194478] AppArmor: AppArmor initialized\n[ 0.195670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197475] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200892] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202832] Initializing cgroup subsys io\n[ 0.203984] Initializing cgroup subsys memory\n[ 0.205185] Initializing cgroup subsys devices\n[ 0.206396] Initializing cgroup subsys freezer\n[ 0.207609] Initializing cgroup subsys net_cls\n[ 0.208823] Initializing cgroup subsys perf_event\n[ 0.210101] Initializing cgroup subsys net_prio\n[ 0.211331] Initializing cgroup subsys hugetlb\n[ 0.212550] Initializing cgroup subsys pids\n[ 0.213751] CPU: Physical Processor ID: 0\n[ 0.215569] mce: CPU supports 10 MCE banks\n[ 0.216753] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241411] ftrace: allocating 31920 entries in 125 pages\n[ 0.267681] smpboot: Max logical packages: 1\n[ 0.268872] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270770] x2apic enabled\n[ 0.271925] Switched APIC routing to physical x2apic.\n[ 0.274411] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275956] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278722] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.281216] KVM setup paravirtual spinlock\n[ 0.282863] x86: Booted up 1 node, 1 CPUs\n[ 0.283982] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285892] devtmpfs: initialized\n[ 0.287887] evm: security.selinux\n[ 0.288858] evm: security.SMACK64\n[ 0.289825] evm: security.SMACK64EXEC\n[ 0.290858] evm: security.SMACK64TRANSMUTE\n[ 0.291983] evm: security.SMACK64MMAP\n[ 0.293029] evm: security.ima\n[ 0.293929] evm: security.capability\n[ 0.295030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297584] pinctrl core: initialized pinctrl subsystem\n[ 0.299080] RTC time: 8:54:59, date: 08/25/18\n[ 0.300393] NET: Registered protocol family 16\n[ 0.301739] cpuidle: using governor ladder\n[ 0.302874] cpuidle: using governor menu\n[ 0.303971] PCCT header not found.\n[ 0.305020] ACPI: bus type PCI registered\n[ 0.306133] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307836] PCI: Using configuration type 1 for base access\n[ 0.310029] ACPI: Added _OSI(Module Device)\n[ 0.311205] ACPI: Added _OSI(Processor Device)\n[ 0.312398] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313648] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315886] ACPI: Interpreter enabled\n[ 0.316954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.319523] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.322069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.327182] ACPI: (supports S0 S5)\n[ 0.328175] ACPI: Using IOAPIC for interrupt routing\n[ 0.329475] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.333314] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334882] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336585] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.338219] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341239] acpiphp: Slot [3] registered\n[ 0.342359] acpiphp: Slot [4] registered\n[ 0.343469] acpiphp: Slot [5] registered\n[ 0.344583] acpiphp: Slot [6] registered\n[ 0.345680] acpiphp: Slot [7] registered\n[ 0.346788] acpiphp: Slot [8] registered\n[ 0.347893] acpiphp: Slot [9] registered\n[ 0.348993] acpiphp: Slot [10] registered\n[ 0.350115] acpiphp: Slot [11] registered\n[ 0.351237] acpiphp: Slot [12] registered\n[ 0.352360] acpiphp: Slot [13] registered\n[ 0.353488] acpiphp: Slot [14] registered\n[ 0.354615] acpiphp: Slot [15] registered\n[ 0.370330] acpiphp: Slot [16] registered\n[ 0.371456] acpiphp: Slot [17] registered\n[ 0.372581] acpiphp: Slot [18] registered\n[ 0.373695] acpiphp: Slot [19] registered\n[ 0.374820] acpiphp: Slot [20] registered\n[ 0.375939] acpiphp: Slot [21] registered\n[ 0.377050] acpiphp: Slot [22] registered\n[ 0.378170] acpiphp: Slot [23] registered\n[ 0.379296] acpiphp: Slot [24] registered\n[ 0.380415] acpiphp: Slot [25] registered\n[ 0.381532] acpiphp: Slot [26] registered\n[ 0.382644] acpiphp: Slot [27] registered\n[ 0.383767] acpiphp: Slot [28] registered\n[ 0.384889] acpiphp: Slot [29] registered\n[ 0.386008] acpiphp: Slot [30] registered\n[ 0.387129] acpiphp: Slot [31] registered\n[ 0.388244] PCI host bridge to bus 0000:00\n[ 0.389366] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391027] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392689] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394712] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396719] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402985] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404736] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408086] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412679] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438764] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440724] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.442671] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.446669] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.448492] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.449965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.452129] vgaarb: loaded\n[ 0.452976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.454658] SCSI subsystem initialized\n[ 0.455925] ACPI: bus type USB registered\n[ 0.457086] usbcore: registered new interface driver usbfs\n[ 0.458516] usbcore: registered new interface driver hub\n[ 0.459903] usbcore: registered new device driver usb\n[ 0.461420] PCI: Using ACPI for IRQ routing\n[ 0.462962] NetLabel: Initializing\n[ 0.463971] NetLabel: domain hash size = 128\n[ 0.465152] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.466490] NetLabel: unlabeled traffic allowed by default\n[ 0.468100] clocksource: Switched to clocksource kvm-clock\n[ 0.478510] AppArmor: AppArmor Filesystem Enabled\n[ 0.479835] pnp: PnP ACPI init\n[ 0.481079] pnp: PnP ACPI: found 5 devices\n[ 0.487924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.490273] NET: Registered protocol family 2\n[ 0.491720] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.493498] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.495181] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.496849] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498354] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499973] NET: Registered protocol family 1\n[ 0.501196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.504218] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518787] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533418] Trying to unpack rootfs image as initramfs...\n[ 0.594708] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.601770] Scanning for low memory corruption every 60 seconds\n[ 0.604932] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.606614] audit: initializing netlink subsys (disabled)\n[ 0.608319] audit: type=2000 audit(1535187300.422:1): initialized\n[ 0.610479] Initialise system trusted keyring\n[ 0.612041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613658] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616631] zbud: loaded\n[ 0.617731] VFS: Disk quotas dquot_6.6.0\n[ 0.618907] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621287] fuse init (API version 7.23)\n[ 0.622568] Key type big_key registered\n[ 0.623705] Allocating IMA MOK and blacklist keyrings.\n[ 0.625514] Key type asymmetric registered\n[ 0.626688] Asymmetric key parser 'x509' registered\n[ 0.628050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.630184] io scheduler noop registered\n[ 0.631293] io scheduler deadline registered (default)\n[ 0.632713] io scheduler cfq registered\n[ 0.634014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.637356] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.639382] ACPI: Power Button [PWRF]\n[ 0.640778] GHES: HEST is not enabled!\n[ 0.655141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.684805] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.687936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.711939] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715094] Linux agpgart interface v0.103\n[ 0.718918] brd: module loaded\n[ 0.721243] loop: module loaded\n[ 0.726993] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729039] GPT:90111 != 2097151\n[ 0.729989] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731494] GPT:90111 != 2097151\n[ 0.732441] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733786] vda: vda1 vda15\n[ 0.735727] scsi host0: ata_piix\n[ 0.736817] scsi host1: ata_piix\n[ 0.737823] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.741554] libphy: Fixed MDIO Bus: probed\n[ 0.742693] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744010] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747278] PPP generic driver version 2.4.2\n[ 0.748609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750298] ehci-pci: EHCI PCI platform driver\n[ 0.751567] ehci-platform: EHCI generic platform driver\n[ 0.753043] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754641] ohci-pci: OHCI PCI platform driver\n[ 0.755874] ohci-platform: OHCI generic platform driver\n[ 0.757290] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.772058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.773530] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.775612] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.777030] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.778699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780411] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782394] usb usb1: Product: UHCI Host Controller\n[ 0.783675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785237] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.786721] hub 1-0:1.0: USB hub found\n[ 0.787820] hub 1-0:1.0: 2 ports detected\n[ 0.789193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.792192] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.793541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.794974] mousedev: PS/2 mouse device common for all mice\n[ 0.796748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.799294] rtc_cmos 00:00: RTC can wake from S4\n[ 0.800914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.802568] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.804230] i2c /dev entries driver\n[ 0.805309] device-mapper: uevent: version 1.0.3\n[ 0.806652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.808973] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811019] NET: Registered protocol family 10\n[ 0.812870] NET: Registered protocol family 17\n[ 0.814118] Key type dns_resolver registered\n[ 0.815536] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.817070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.819596] registered taskstats version 1\n[ 0.820809] Loading compiled-in X.509 certificates\n[ 0.822761] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.825348] zswap: loaded using pool lzo/zbud\n[ 0.827854] Key type trusted registered\n[ 0.830055] Key type encrypted registered\n[ 0.831211] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832691] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834142] evm: HMAC attrs: 0x1\n[ 0.835487] Magic number: 14:628:928\n[ 0.836722] rtc_cmos 00:00: setting system clock to 2018-08-25 08:55:00 UTC (1535187300)\n[ 0.839023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.840562] EDD information not available.\n[ 0.902856] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.919530] Write protecting the kernel read-only data: 14336k\n[ 0.924593] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.927297] 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.88\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.138321] 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.13...\nLease of 192.168.120.13 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.02. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGG8X0IFVyKcINC5q+Jqp3VDPnoot8pNmLOrtLbadIxAkk3xoSHdcTor0m41oDkEIhe/uvO+b4Bas9foGrAUSxg/YWDRAijcdjIJgaDOrGp6vz/y6kJPCkgYufnQEOSGhcLD0YCQR9/rBscYI0YK/sM2uUPcNC+lSb/Zbiw9CexJHIHXV2m+Ybb0yoMODNDcofnU6+TPNDdbEisA2bPem+8G3xzuHrewUz/i6QGpDdEJNJNDQvclzAnfARwegJteEV7Vdx4PW2zJda5RcoKC/9jOVPqsBipZbjE6BNraQyxIfcZS7EUyDJnBZY/RjefTD6qXwbnh/XbX2z7qPmZdB5 root@vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf\nssh-dss AAAAB3NzaC1kc3MAAACBANG5yq9CIIDty+f38asemfJB5eetWu15mhJUCVpjH3rwQfidvIb1kppYUrNKtTQ0BwdJfsHIm+B0MCAVqz0hKH20Wd0pNaEz7s6bFHW49fAHvdoLGNHQfNSbi9ROUO+gadoG2myERzI6mZVUbBEj7vNSiSW+1xtIjLfQgKWcIN2tAAAAFQDxJLll5R1+2t14uv+oMapotM7aEwAAAIAzucPA7Lm4E/jO8rXxdQEmyZDjrdD2u1mxFqFL5c13taVE14jEvGHLx3wj9H3R0zUbln/Dh6ob8rQcpqiohQIlYTSd8gXIysb0sx2DZHpemfL1/1uW/3ovNh8wgp1C2UsU7MmaGj9FkmKM2QNByvhCz4Uc3bwax8KjRbNasAtCQwAAAIB8I6yC/ZOz+jxLkM6g9uPtQ79hoeKTZouTgFCRdR6z46SWafahfHUPR3r1lrAhgH/k/bm9t+SFPvEs04IFm9l4m16alvXSFkH0MwSjCtWcKWZGFJEPh56OJHL4AjCBzzgPg4jqzyuOcHJz8r+QnEV+7p/RQyrmATNId3ouXKLgqw== root@vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fec1:45f9/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.13 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.97 ===\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-d4f4c287-3199-4893-9c45-41c5f56439cf login: "} 2018-08-25 08:55:07,422 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e/action used request id req-59e102fa-397b-4584-810b-51c5d3a9af7b 2018-08-25 08:55:07,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.89498591423s 2018-08-25 08:55:07,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e/action used request id req-59e102fa-397b-4584-810b-51c5d3a9af7b 2018-08-25 08:55:07,424 - 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 479272320 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.185178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187500] pid_max: default: 32768 minimum: 301 [ 0.188755] ACPI: Core revision 20150930 [ 0.190460] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192302] Security Framework initialized [ 0.193446] Yama: becoming mindful. [ 0.194478] AppArmor: AppArmor initialized [ 0.195670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197475] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200892] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202832] Initializing cgroup subsys io [ 0.203984] Initializing cgroup subsys memory [ 0.205185] Initializing cgroup subsys devices [ 0.206396] Initializing cgroup subsys freezer [ 0.207609] Initializing cgroup subsys net_cls [ 0.208823] Initializing cgroup subsys perf_event [ 0.210101] Initializing cgroup subsys net_prio [ 0.211331] Initializing cgroup subsys hugetlb [ 0.212550] Initializing cgroup subsys pids [ 0.213751] CPU: Physical Processor ID: 0 [ 0.215569] mce: CPU supports 10 MCE banks [ 0.216753] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241411] ftrace: allocating 31920 entries in 125 pages [ 0.267681] smpboot: Max logical packages: 1 [ 0.268872] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270770] x2apic enabled [ 0.271925] Switched APIC routing to physical x2apic. [ 0.274411] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275956] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278722] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.281216] KVM setup paravirtual spinlock [ 0.282863] x86: Booted up 1 node, 1 CPUs [ 0.283982] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285892] devtmpfs: initialized [ 0.287887] evm: security.selinux [ 0.288858] evm: security.SMACK64 [ 0.289825] evm: security.SMACK64EXEC [ 0.290858] evm: security.SMACK64TRANSMUTE [ 0.291983] evm: security.SMACK64MMAP [ 0.293029] evm: security.ima [ 0.293929] evm: security.capability [ 0.295030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297584] pinctrl core: initialized pinctrl subsystem [ 0.299080] RTC time: 8:54:59, date: 08/25/18 [ 0.300393] NET: Registered protocol family 16 [ 0.301739] cpuidle: using governor ladder [ 0.302874] cpuidle: using governor menu [ 0.303971] PCCT header not found. [ 0.305020] ACPI: bus type PCI registered [ 0.306133] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307836] PCI: Using configuration type 1 for base access [ 0.310029] ACPI: Added _OSI(Module Device) [ 0.311205] ACPI: Added _OSI(Processor Device) [ 0.312398] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313648] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315886] ACPI: Interpreter enabled [ 0.316954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.319523] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.322069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.327182] ACPI: (supports S0 S5) [ 0.328175] ACPI: Using IOAPIC for interrupt routing [ 0.329475] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.333314] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334882] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336585] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.338219] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341239] acpiphp: Slot [3] registered [ 0.342359] acpiphp: Slot [4] registered [ 0.343469] acpiphp: Slot [5] registered [ 0.344583] acpiphp: Slot [6] registered [ 0.345680] acpiphp: Slot [7] registered [ 0.346788] acpiphp: Slot [8] registered [ 0.347893] acpiphp: Slot [9] registered [ 0.348993] acpiphp: Slot [10] registered [ 0.350115] acpiphp: Slot [11] registered [ 0.351237] acpiphp: Slot [12] registered [ 0.352360] acpiphp: Slot [13] registered [ 0.353488] acpiphp: Slot [14] registered [ 0.354615] acpiphp: Slot [15] registered [ 0.370330] acpiphp: Slot [16] registered [ 0.371456] acpiphp: Slot [17] registered [ 0.372581] acpiphp: Slot [18] registered [ 0.373695] acpiphp: Slot [19] registered [ 0.374820] acpiphp: Slot [20] registered [ 0.375939] acpiphp: Slot [21] registered [ 0.377050] acpiphp: Slot [22] registered [ 0.378170] acpiphp: Slot [23] registered [ 0.379296] acpiphp: Slot [24] registered [ 0.380415] acpiphp: Slot [25] registered [ 0.381532] acpiphp: Slot [26] registered [ 0.382644] acpiphp: Slot [27] registered [ 0.383767] acpiphp: Slot [28] registered [ 0.384889] acpiphp: Slot [29] registered [ 0.386008] acpiphp: Slot [30] registered [ 0.387129] acpiphp: Slot [31] registered [ 0.388244] PCI host bridge to bus 0000:00 [ 0.389366] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391027] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.392689] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.394712] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.396719] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.398775] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.402985] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.404736] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408086] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.412679] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.414683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438764] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.440724] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.442671] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.446669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.448492] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.449965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.452129] vgaarb: loaded [ 0.452976] vgaarb: bridge control possible 0000:00:02.0 [ 0.454658] SCSI subsystem initialized [ 0.455925] ACPI: bus type USB registered [ 0.457086] usbcore: registered new interface driver usbfs [ 0.458516] usbcore: registered new interface driver hub [ 0.459903] usbcore: registered new device driver usb [ 0.461420] PCI: Using ACPI for IRQ routing [ 0.462962] NetLabel: Initializing [ 0.463971] NetLabel: domain hash size = 128 [ 0.465152] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.466490] NetLabel: unlabeled traffic allowed by default [ 0.468100] clocksource: Switched to clocksource kvm-clock [ 0.478510] AppArmor: AppArmor Filesystem Enabled [ 0.479835] pnp: PnP ACPI init [ 0.481079] pnp: PnP ACPI: found 5 devices [ 0.487924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.490273] NET: Registered protocol family 2 [ 0.491720] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.493498] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.495181] TCP: Hash tables configured (established 4096 bind 4096) [ 0.496849] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.498354] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499973] NET: Registered protocol family 1 [ 0.501196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.502724] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.504218] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518787] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533418] Trying to unpack rootfs image as initramfs... [ 0.594708] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.601770] Scanning for low memory corruption every 60 seconds [ 0.604932] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.606614] audit: initializing netlink subsys (disabled) [ 0.608319] audit: type=2000 audit(1535187300.422:1): initialized [ 0.610479] Initialise system trusted keyring [ 0.612041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.613658] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.616631] zbud: loaded [ 0.617731] VFS: Disk quotas dquot_6.6.0 [ 0.618907] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.621287] fuse init (API version 7.23) [ 0.622568] Key type big_key registered [ 0.623705] Allocating IMA MOK and blacklist keyrings. [ 0.625514] Key type asymmetric registered [ 0.626688] Asymmetric key parser 'x509' registered [ 0.628050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.630184] io scheduler noop registered [ 0.631293] io scheduler deadline registered (default) [ 0.632713] io scheduler cfq registered [ 0.634014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.635475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.637356] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.639382] ACPI: Power Button [PWRF] [ 0.640778] GHES: HEST is not enabled! [ 0.655141] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.684805] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.687936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.711939] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.715094] Linux agpgart interface v0.103 [ 0.718918] brd: module loaded [ 0.721243] loop: module loaded [ 0.726993] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729039] GPT:90111 != 2097151 [ 0.729989] GPT:Alternate GPT header not at the end of the disk. [ 0.731494] GPT:90111 != 2097151 [ 0.732441] GPT: Use GNU Parted to correct GPT errors. [ 0.733786] vda: vda1 vda15 [ 0.735727] scsi host0: ata_piix [ 0.736817] scsi host1: ata_piix [ 0.737823] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.739493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.741554] libphy: Fixed MDIO Bus: probed [ 0.742693] tun: Universal TUN/TAP device driver, 1.6 [ 0.744010] tun: (C) 1999-2004 Max Krasnyansky [ 0.747278] PPP generic driver version 2.4.2 [ 0.748609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.750298] ehci-pci: EHCI PCI platform driver [ 0.751567] ehci-platform: EHCI generic platform driver [ 0.753043] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.754641] ohci-pci: OHCI PCI platform driver [ 0.755874] ohci-platform: OHCI generic platform driver [ 0.757290] uhci_hcd: USB Universal Host Controller Interface driver [ 0.772058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.773530] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.775612] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.777030] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.778699] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780411] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782394] usb usb1: Product: UHCI Host Controller [ 0.783675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785237] usb usb1: SerialNumber: 0000:00:01.2 [ 0.786721] hub 1-0:1.0: USB hub found [ 0.787820] hub 1-0:1.0: 2 ports detected [ 0.789193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.792192] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.793541] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.794974] mousedev: PS/2 mouse device common for all mice [ 0.796748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.799294] rtc_cmos 00:00: RTC can wake from S4 [ 0.800914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.802568] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.804230] i2c /dev entries driver [ 0.805309] device-mapper: uevent: version 1.0.3 [ 0.806652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.808973] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811019] NET: Registered protocol family 10 [ 0.812870] NET: Registered protocol family 17 [ 0.814118] Key type dns_resolver registered [ 0.815536] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.817070] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.819596] registered taskstats version 1 [ 0.820809] Loading compiled-in X.509 certificates [ 0.822761] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.825348] zswap: loaded using pool lzo/zbud [ 0.827854] Key type trusted registered [ 0.830055] Key type encrypted registered [ 0.831211] AppArmor: AppArmor sha1 policy hashing enabled [ 0.832691] ima: No TPM chip found, activating TPM-bypass! [ 0.834142] evm: HMAC attrs: 0x1 [ 0.835487] Magic number: 14:628:928 [ 0.836722] rtc_cmos 00:00: setting system clock to 2018-08-25 08:55:00 UTC (1535187300) [ 0.839023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.840562] EDD information not available. [ 0.902856] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.919530] Write protecting the kernel read-only data: 14336k [ 0.924593] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.927297] 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.88 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.138321] 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.13... Lease of 192.168.120.13 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.02. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCGG8X0IFVyKcINC5q+Jqp3VDPnoot8pNmLOrtLbadIxAkk3xoSHdcTor0m41oDkEIhe/uvO+b4Bas9foGrAUSxg/YWDRAijcdjIJgaDOrGp6vz/y6kJPCkgYufnQEOSGhcLD0YCQR9/rBscYI0YK/sM2uUPcNC+lSb/Zbiw9CexJHIHXV2m+Ybb0yoMODNDcofnU6+TPNDdbEisA2bPem+8G3xzuHrewUz/i6QGpDdEJNJNDQvclzAnfARwegJteEV7Vdx4PW2zJda5RcoKC/9jOVPqsBipZbjE6BNraQyxIfcZS7EUyDJnBZY/RjefTD6qXwbnh/XbX2z7qPmZdB5 root@vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf ssh-dss AAAAB3NzaC1kc3MAAACBANG5yq9CIIDty+f38asemfJB5eetWu15mhJUCVpjH3rwQfidvIb1kppYUrNKtTQ0BwdJfsHIm+B0MCAVqz0hKH20Wd0pNaEz7s6bFHW49fAHvdoLGNHQfNSbi9ROUO+gadoG2myERzI6mZVUbBEj7vNSiSW+1xtIjLfQgKWcIN2tAAAAFQDxJLll5R1+2t14uv+oMapotM7aEwAAAIAzucPA7Lm4E/jO8rXxdQEmyZDjrdD2u1mxFqFL5c13taVE14jEvGHLx3wj9H3R0zUbln/Dh6ob8rQcpqiohQIlYTSd8gXIysb0sx2DZHpemfL1/1uW/3ovNh8wgp1C2UsU7MmaGj9FkmKM2QNByvhCz4Uc3bwax8KjRbNasAtCQwAAAIB8I6yC/ZOz+jxLkM6g9uPtQ79hoeKTZouTgFCRdR6z46SWafahfHUPR3r1lrAhgH/k/bm9t+SFPvEs04IFm9l4m16alvXSFkH0MwSjCtWcKWZGFJEPh56OJHL4AjCBzzgPg4jqzyuOcHJz8r+QnEV+7p/RQyrmATNId3ouXKLgqw== root@vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.24s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fec1:45f9/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.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.97 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-d4f4c287-3199-4893-9c45-41c5f56439cf login: 2018-08-25 08:55:07,428 - paramiko.transport - DEBUG - starting thread (client mode): 0x6061e850L 2018-08-25 08:55:07,428 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 08:55:07,429 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-25 08:55:07,429 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-25 08:55:07,430 - 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-08-25 08:55:07,430 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 08:55:07,430 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-25 08:55:07,431 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 08:55:07,431 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 08:55:07,431 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 08:55:07,450 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 08:55:07,451 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 08:55:07,461 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 3eee5b0a53a6b398e5047591c0824398 2018-08-25 08:55:07,461 - paramiko.transport - DEBUG - Trying discovered key 2f0ab19b4e7dfd7c0d6a43daf9862be8 in /tmp/tmpArCa7f 2018-08-25 08:55:07,491 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 08:55:07,497 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 08:55:07,526 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 08:55:07,527 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-25 08:55:07,527 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 08:55:07,529 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 08:55:07,572 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 08:55:07,573 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.3 (192.168.120.3): 56 data bytes 64 bytes from 192.168.120.3: seq=0 ttl=64 time=41.994 ms --- 192.168.120.3 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 41.994/41.994/41.994 ms 2018-08-25 08:55:07,573 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-25 08:55:07,574 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 08:55:07,690 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:55:07,690 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 08:55:07,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:55:07,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:07,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef369d55-8c88-4a09-8ca4-9b853e0cf40b x-compute-request-id: req-ef369d55-8c88-4a09-8ca4-9b853e0cf40b Content-Type: application/json 2018-08-25 08:55:07,846 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c used request id req-ef369d55-8c88-4a09-8ca4-9b853e0cf40b 2018-08-25 08:55:07,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.151150941849s 2018-08-25 08:55:07,846 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c used request id req-ef369d55-8c88-4a09-8ca4-9b853e0cf40b 2018-08-25 08:55:07,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:07,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:08,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57f31617-769e-45ac-bbf3-0bbad9a1cb43 x-compute-request-id: req-57f31617-769e-45ac-bbf3-0bbad9a1cb43 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:59.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:59Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:33:2d", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/fdc34211-3659-4d20-8086-5c09c487bf7c", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:47.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "fdc34211-3659-4d20-8086-5c09c487bf7c", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:07Z", "hostId": "55f5f3d02addea75dac54f0838e7a1ab14cc6966d859a041a5946fd5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:41Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:08,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-57f31617-769e-45ac-bbf3-0bbad9a1cb43 2018-08-25 08:55:08,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.223924160004s 2018-08-25 08:55:08,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-57f31617-769e-45ac-bbf3-0bbad9a1cb43 2018-08-25 08:55:08,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:10,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:10,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:10,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fd1e0be-48dc-4821-807b-bdcd24f849f7 x-compute-request-id: req-0fd1e0be-48dc-4821-807b-bdcd24f849f7 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:59.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:54:59Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:10,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0fd1e0be-48dc-4821-807b-bdcd24f849f7 2018-08-25 08:55:10,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568240880966s 2018-08-25 08:55:10,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0fd1e0be-48dc-4821-807b-bdcd24f849f7 2018-08-25 08:55:10,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 08:55:10,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/1a359a92-542d-4bd3-8d4d-0607546300b9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:11,802 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d26f3278-3bc0-48f8-990e-32585df4a4c7 Content-Length: 0 Date: Sat, 25 Aug 2018 08:55:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:55:11,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/1a359a92-542d-4bd3-8d4d-0607546300b9.json used request id req-d26f3278-3bc0-48f8-990e-32585df4a4c7 2018-08-25 08:55:11,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.15335893631s 2018-08-25 08:55:11,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/1a359a92-542d-4bd3-8d4d-0607546300b9.json used request id req-d26f3278-3bc0-48f8-990e-32585df4a4c7 2018-08-25 08:55:11,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:11,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:11,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0cbbe617-9c80-41e0-b564-71f2b80a34ca Date: Sat, 25 Aug 2018 08:55:11 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:55:11,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0cbbe617-9c80-41e0-b564-71f2b80a34ca 2018-08-25 08:55:11,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0646190643311s 2018-08-25 08:55:11,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0cbbe617-9c80-41e0-b564-71f2b80a34ca 2018-08-25 08:55:11,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:55:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:12,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:55: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-90fd04b9-b0b2-4438-81d2-b62cc3afdeef x-compute-request-id: req-90fd04b9-b0b2-4438-81d2-b62cc3afdeef Content-Type: application/json 2018-08-25 08:55:12,016 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e used request id req-90fd04b9-b0b2-4438-81d2-b62cc3afdeef 2018-08-25 08:55:12,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.143419981003s 2018-08-25 08:55:12,017 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e used request id req-90fd04b9-b0b2-4438-81d2-b62cc3afdeef 2018-08-25 08:55:12,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:12,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:12,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3019542-e7f6-4bb6-94e3-7c45ee3c966f x-compute-request-id: req-c3019542-e7f6-4bb6-94e3-7c45ee3c966f Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:45:f9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9342b55-1f5e-4888-99af-af03e958959e", "rel": "bookmark"}], "image": {"id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "links": [{"href": "http://172.30.9.35:8774/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:54:59.000000", "flavor": {"id": "cbed68af-68d2-4ab5-aa18-e589e55bbab2", "links": [{"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "bookmark"}]}, "id": "b9342b55-1f5e-4888-99af-af03e958959e", "security_groups": [{"name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}], "user_id": "eb2a3c534d7442818d8f9ee6473ce8cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:11Z", "hostId": "5c6a30faa69e9f839ff0586d01051ce0406d02fc1b32c67f16b9749e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf", "name": "vping_ssh-vm_d4f4c287-3199-4893-9c45-41c5f56439cf", "created": "2018-08-25T08:54:50Z", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:12,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c3019542-e7f6-4bb6-94e3-7c45ee3c966f 2018-08-25 08:55:12,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585113048553s 2018-08-25 08:55:12,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c3019542-e7f6-4bb6-94e3-7c45ee3c966f 2018-08-25 08:55:12,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:14,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:14,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:14,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-e2d77e9b-d403-47ac-81d2-b950ef453691 x-compute-request-id: req-e2d77e9b-d403-47ac-81d2-b950ef453691 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 08:55:14,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e2d77e9b-d403-47ac-81d2-b950ef453691 2018-08-25 08:55:14,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0663909912109s 2018-08-25 08:55:14,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e2d77e9b-d403-47ac-81d2-b950ef453691 2018-08-25 08:55:14,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:55:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:14,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-fe386f98-a077-4d75-9912-70aa46d3850d Date: Sat, 25 Aug 2018 08:55:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:38Z", "updated_at": "2018-08-25T08:54:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "630ce9b3-2d3a-4c4c-813b-9ba08a657c97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:39Z", "revision_number": 0, "id": "97bca7c7-c6bd-4010-b6d5-e4906d72e0da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:39Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:54:39Z", "revision_number": 0, "id": "aa86f3c9-bf2b-46b8-ac74-5ad609d7fcc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:39Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:38Z", "revision_number": 0, "id": "c0180e46-5843-4a1e-bf02-24dff3398564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:38Z", "security_group_id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 3, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "2298776e-b4b6-421e-b2fd-f7125eb15148", "name": "vping_ssh-sg_d4f4c287-3199-4893-9c45-41c5f56439cf"}, {"description": "Default security group", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:31Z", "updated_at": "2018-08-25T08:54:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "04ca0316-e9e5-4937-8d98-fa5e7e6d6723", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "af95bf7a-ffde-46bb-9601-65a45ad67092", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "ba54f733-b8e2-403f-8c89-66b348f58362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "e1562e31-a5d6-4ab2-9a5d-839caaf55570", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "59993044-b3b7-4eae-942e-324e811c7e8f", "name": "default"}]} 2018-08-25 08:55:14,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-fe386f98-a077-4d75-9912-70aa46d3850d 2018-08-25 08:55:14,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0457859039307s 2018-08-25 08:55:14,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-fe386f98-a077-4d75-9912-70aa46d3850d 2018-08-25 08:55:14,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 08:55:14,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/2298776e-b4b6-421e-b2fd-f7125eb15148.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:14,873 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc94d1e2-4393-4604-9718-cc6b38953a16 Content-Length: 0 Date: Sat, 25 Aug 2018 08:55:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:55:14,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/2298776e-b4b6-421e-b2fd-f7125eb15148.json used request id req-fc94d1e2-4393-4604-9718-cc6b38953a16 2018-08-25 08:55:14,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.147186994553s 2018-08-25 08:55:14,874 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/2298776e-b4b6-421e-b2fd-f7125eb15148.json used request id req-fc94d1e2-4393-4604-9718-cc6b38953a16 2018-08-25 08:55:14,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 08:55:14,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:14,916 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:55: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-cd6720e5-99e6-4fb2-89a4-e7c31a2aadc5 x-compute-request-id: req-cd6720e5-99e6-4fb2-89a4-e7c31a2aadc5 Content-Length: 0 Content-Type: application/json 2018-08-25 08:55:14,916 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf used request id req-cd6720e5-99e6-4fb2-89a4-e7c31a2aadc5 2018-08-25 08:55:14,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0421481132507s 2018-08-25 08:55:14,917 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/vping_ssh-kp_d4f4c287-3199-4893-9c45-41c5f56439cf used request id req-cd6720e5-99e6-4fb2-89a4-e7c31a2aadc5 2018-08-25 08:55:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:55:14,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163/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}a3f97ae06985acd19825f644968a6d5bb328d2b1" -d '{"subnet_id": "8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"}' 2018-08-25 08:55:16,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7ea4740-f551-41cd-a099-8b1a2eac3b4e Date: Sat, 25 Aug 2018 08:55:16 GMT RESP BODY: {"network_id": "a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "subnet_id": "8f3c8e89-4fcf-45f5-a9f5-b43f8d595811", "subnet_ids": ["8f3c8e89-4fcf-45f5-a9f5-b43f8d595811"], "port_id": "03443f74-8078-4904-8dcd-6cd708c6193f", "id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163"} 2018-08-25 08:55:16,895 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163/remove_router_interface.json used request id req-b7ea4740-f551-41cd-a099-8b1a2eac3b4e 2018-08-25 08:55:16,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97809195518s 2018-08-25 08:55:16,896 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163/remove_router_interface.json used request id req-b7ea4740-f551-41cd-a099-8b1a2eac3b4e returning object c4e21207-cedd-4d78-9c5e-4a99c1bbe163 2018-08-25 08:55:16,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:55:16,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:17,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-7af4fae4-4134-4c9b-8fd2-1b67b2ae7f27 Date: Sat, 25 Aug 2018 08:55:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:32Z", "admin_state_up": true, "updated_at": "2018-08-25T08:55:15Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "c4e21207-cedd-4d78-9c5e-4a99c1bbe163", "name": "vping_ssh-router_d4f4c287-3199-4893-9c45-41c5f56439cf"}]} 2018-08-25 08:55:17,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-7af4fae4-4134-4c9b-8fd2-1b67b2ae7f27 2018-08-25 08:55:17,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110862016678s 2018-08-25 08:55:17,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-7af4fae4-4134-4c9b-8fd2-1b67b2ae7f27 2018-08-25 08:55:17,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:55:17,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:18,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f81ef6d-6c74-431e-85ca-3f5f439f3c0f Content-Length: 0 Date: Sat, 25 Aug 2018 08:55:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:55:18,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163.json used request id req-7f81ef6d-6c74-431e-85ca-3f5f439f3c0f 2018-08-25 08:55:18,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1340610981s 2018-08-25 08:55:18,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c4e21207-cedd-4d78-9c5e-4a99c1bbe163.json used request id req-7f81ef6d-6c74-431e-85ca-3f5f439f3c0f 2018-08-25 08:55:18,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:55:18,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:18,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b85b2c1c-50a3-435a-a629-b8a181480775 Date: Sat, 25 Aug 2018 08:55:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:54:32Z","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":"d0a672a80bfc4e418fb9fbb923d70507","id":"8f3c8e89-4fcf-45f5-a9f5-b43f8d595811","subnetpool_id":null,"name":"vping_ssh-subnet_d4f4c287-3199-4893-9c45-41c5f56439cf"}]} 2018-08-25 08:55:18,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b85b2c1c-50a3-435a-a629-b8a181480775 2018-08-25 08:55:18,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0408110618591s 2018-08-25 08:55:18,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b85b2c1c-50a3-435a-a629-b8a181480775 2018-08-25 08:55:18,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:55:18,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/8f3c8e89-4fcf-45f5-a9f5-b43f8d595811.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:19,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87a94bf5-b8e4-4e77-8ffc-78200967b8f3 Date: Sat, 25 Aug 2018 08:55:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:55:19,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/8f3c8e89-4fcf-45f5-a9f5-b43f8d595811.json used request id req-87a94bf5-b8e4-4e77-8ffc-78200967b8f3 2018-08-25 08:55:19,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04032206535s 2018-08-25 08:55:19,227 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/8f3c8e89-4fcf-45f5-a9f5-b43f8d595811.json used request id req-87a94bf5-b8e4-4e77-8ffc-78200967b8f3 2018-08-25 08:55:19,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:19,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:19,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-4a1bd600-d6c5-4cdc-a839-eecbc3f8bdf4 Date: Sat, 25 Aug 2018 08:55:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d0a672a80bfc4e418fb9fbb923d70507","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:55:19Z","qos_policy_id":null,"name":"vping_ssh-net_d4f4c287-3199-4893-9c45-41c5f56439cf","admin_state_up":true,"tenant_id":"d0a672a80bfc4e418fb9fbb923d70507","created_at":"2018-08-25T08:54:31Z","mtu":1450}]} 2018-08-25 08:55:19,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-4a1bd600-d6c5-4cdc-a839-eecbc3f8bdf4 2018-08-25 08:55:19,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0858318805695s 2018-08-25 08:55:19,313 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-4a1bd600-d6c5-4cdc-a839-eecbc3f8bdf4 2018-08-25 08:55:19,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:55:19,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:20,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-924b2eae-97e0-4a41-b779-1f4383a682e7 Date: Sat, 25 Aug 2018 08:55:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:55:20,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae.json used request id req-924b2eae-97e0-4a41-b779-1f4383a682e7 2018-08-25 08:55:20,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12777686119s 2018-08-25 08:55:20,443 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/a1f4fe5c-3a14-41e1-b5a1-4e651ff3f4ae.json used request id req-924b2eae-97e0-4a41-b779-1f4383a682e7 2018-08-25 08:55:20,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:55:20,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:20,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f75bef94-9a6d-4a7f-a2d5-a16b92445334 Date: Sat, 25 Aug 2018 08:55:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:54:37Z", "file": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/file", "owner": "d0a672a80bfc4e418fb9fbb923d70507", "id": "1b85b5e8-ef57-471f-8f34-13ad580efe65", "size": 12716032, "self": "/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/1b85b5e8-ef57-471f-8f34-13ad580efe65/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d4f4c287-3199-4893-9c45-41c5f56439cf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:54:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:55:20,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-f75bef94-9a6d-4a7f-a2d5-a16b92445334 2018-08-25 08:55:20,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0410130023956s 2018-08-25 08:55:20,488 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-f75bef94-9a6d-4a7f-a2d5-a16b92445334 2018-08-25 08:55:20,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:55:20,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a3f97ae06985acd19825f644968a6d5bb328d2b1" 2018-08-25 08:55:20,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97b448f2-ecb7-44ff-af4b-c291f560c9e7 Date: Sat, 25 Aug 2018 08:55:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:55:20,837 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65 used request id req-97b448f2-ecb7-44ff-af4b-c291f560c9e7 2018-08-25 08:55:20,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.347301959991s 2018-08-25 08:55:20,837 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/1b85b5e8-ef57-471f-8f34-13ad580efe65 used request id req-97b448f2-ecb7-44ff-af4b-c291f560c9e7 2018-08-25 08:55:20,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:55:20,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:20,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-07731186-2307-4c10-8b60-f63596ee81ae x-compute-request-id: req-07731186-2307-4c10-8b60-f63596ee81ae Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2", "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": "cbed68af-68d2-4ab5-aa18-e589e55bbab2"}]} 2018-08-25 08:55:20,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-07731186-2307-4c10-8b60-f63596ee81ae 2018-08-25 08:55:20,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0218820571899s 2018-08-25 08:55:20,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-07731186-2307-4c10-8b60-f63596ee81ae 2018-08-25 08:55:20,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:55:20,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:20,896 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:55: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-40c2ed2d-3c81-4253-bc2a-55d97e7c0c4d x-compute-request-id: req-40c2ed2d-3c81-4253-bc2a-55d97e7c0c4d Content-Length: 0 Content-Type: application/json 2018-08-25 08:55:20,897 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2 used request id req-40c2ed2d-3c81-4253-bc2a-55d97e7c0c4d 2018-08-25 08:55:20,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0351800918579s 2018-08-25 08:55:20,897 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/cbed68af-68d2-4ab5-aa18-e589e55bbab2 used request id req-40c2ed2d-3c81-4253-bc2a-55d97e7c0c4d 2018-08-25 08:55:20,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:55:20,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:21,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda4da7e-1d79-4a6d-954f-1d6a18628b46 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": {"self": "http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "eb2a3c534d7442818d8f9ee6473ce8cf", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:55:21,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-eda4da7e-1d79-4a6d-954f-1d6a18628b46 2018-08-25 08:55:21,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200636148453s 2018-08-25 08:55:21,099 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-eda4da7e-1d79-4a6d-954f-1d6a18628b46 2018-08-25 08:55:21,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:55:21,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:21,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8825a162-7abb-45aa-baf4-65b581a7cd81 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_d4f4c287-3199-4893-9c45-41c5f56439cf", "links": {"self": "http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "eb2a3c534d7442818d8f9ee6473ce8cf", "description": null}} 2018-08-25 08:55:21,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf used request id req-8825a162-7abb-45aa-baf4-65b581a7cd81 2018-08-25 08:55:21,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192973136902s 2018-08-25 08:55:21,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf used request id req-8825a162-7abb-45aa-baf4-65b581a7cd81 2018-08-25 08:55:21,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 08:55:21,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:21,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:55:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c53782-bb85-47be-8498-46df9a5c806a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:55:21,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf used request id req-92c53782-bb85-47be-8498-46df9a5c806a 2018-08-25 08:55:21,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.301515102386s 2018-08-25 08:55:21,601 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/eb2a3c534d7442818d8f9ee6473ce8cf used request id req-92c53782-bb85-47be-8498-46df9a5c806a 2018-08-25 08:55:21,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:55:21,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:21,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9090b9-0712-448c-8321-681ffce924a0 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507"}, "tags": [], "enabled": true, "id": "d0a672a80bfc4e418fb9fbb923d70507", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_d4f4c287-3199-4893-9c45-41c5f56439cf"}]} 2018-08-25 08:55:21,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-0d9090b9-0712-448c-8321-681ffce924a0 2018-08-25 08:55:21,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178555011749s 2018-08-25 08:55:21,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-0d9090b9-0712-448c-8321-681ffce924a0 2018-08-25 08:55:21,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 08:55:21,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53dcdba110418f44980f8d894de8d8c2569469fd" 2018-08-25 08:55:22,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:55:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb56783-bae0-41a7-8c00-bb2527d43e5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:55:22,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507 used request id req-aeb56783-bae0-41a7-8c00-bb2527d43e5f 2018-08-25 08:55:22,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.480583906174s 2018-08-25 08:55:22,272 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/d0a672a80bfc4e418fb9fbb923d70507 used request id req-aeb56783-bae0-41a7-8c00-bb2527d43e5f 2018-08-25 08:55:22,326 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-25 08:55:22,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:55:22,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:55:22,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:55:22,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:55:22,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:55:22,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:55:22,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:55:22,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:55:22,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:55:22,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:55:22,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:55:22,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486991df-f5a1-40e5-b188-e3e7fb3dc646 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:55:22,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-486991df-f5a1-40e5-b188-e3e7fb3dc646 2018-08-25 08:55:22,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:55:22,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["YJcjDBFtSPyayWf9wkVk6A"], "issued_at": "2018-08-25T08:55:22.000000Z"}} 2018-08-25 08:55:22,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:22,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:23,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-2916cd07-a1f8-4859-a56d-faf2e63c2410 Date: Sat, 25 Aug 2018 08:55:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:55:23,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2916cd07-a1f8-4859-a56d-faf2e63c2410 2018-08-25 08:55:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333066940308s 2018-08-25 08:55:23,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2916cd07-a1f8-4859-a56d-faf2e63c2410 2018-08-25 08:55:23,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:55:23,129 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-593aa2c9-c7f8-4390-b527-9366e39cc70a 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:55:23,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-593aa2c9-c7f8-4390-b527-9366e39cc70a 2018-08-25 08:55:23,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:55:23,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:23,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-877ef482-60d9-4deb-b84a-f4554d51a828 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:55:23,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-877ef482-60d9-4deb-b84a-f4554d51a828 2018-08-25 08:55:23,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183884143829s 2018-08-25 08:55:23,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-877ef482-60d9-4deb-b84a-f4554d51a828 2018-08-25 08:55:23,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:55:23,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}}' 2018-08-25 08:55:23,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7134b3c-38f4-4167-8246-755d2b3e3bf5 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.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9"}, "tags": [], "enabled": true, "id": "e439646c3ddb4d02b1f5340fc8a9aab9", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}} 2018-08-25 08:55:23,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-b7134b3c-38f4-4167-8246-755d2b3e3bf5 2018-08-25 08:55:23,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.211038827896s 2018-08-25 08:55:23,533 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-b7134b3c-38f4-4167-8246-755d2b3e3bf5 2018-08-25 08:55:23,533 - 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'e439646c3ddb4d02b1f5340fc8a9aab9', '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_346c1d06-9c51-4c8e-8828-6760bd7bc3c1'}) 2018-08-25 08:55:23,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:55:23,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6886afc9-6998-498e-8486-750019218b0e", "email": null, "name": "vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}}' 2018-08-25 08:55:23,953 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eff9e45-099f-410c-9986-2683b80a1b1c Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": {"self": "http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:55:23,953 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-2eff9e45-099f-410c-9986-2683b80a1b1c 2018-08-25 08:55:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.413904905319s 2018-08-25 08:55:23,954 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-2eff9e45-099f-410c-9986-2683b80a1b1c 2018-08-25 08:55:23,954 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b0a02d9b5ad041fe9ec1c72e0e4df190', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1'}) 2018-08-25 08:55:23,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:55:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:24,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ef1118-03e1-423f-83c6-ac0bcb7f25c7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:55:24,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a1ef1118-03e1-423f-83c6-ac0bcb7f25c7 2018-08-25 08:55:24,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.136802196503s 2018-08-25 08:55:24,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a1ef1118-03e1-423f-83c6-ac0bcb7f25c7 2018-08-25 08:55:24,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:55:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:24,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da38ef31-bd71-4f91-bfd0-2f9209eb1b30 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:55:24,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-da38ef31-bd71-4f91-bfd0-2f9209eb1b30 2018-08-25 08:55:24,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102975845337s 2018-08-25 08:55:24,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-da38ef31-bd71-4f91-bfd0-2f9209eb1b30 2018-08-25 08:55:24,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:55:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:24,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddfaaa68-03cf-4632-bdee-0f4f8591f7bb Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:55:24,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-ddfaaa68-03cf-4632-bdee-0f4f8591f7bb 2018-08-25 08:55:24,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.141340970993s 2018-08-25 08:55:24,350 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-ddfaaa68-03cf-4632-bdee-0f4f8591f7bb 2018-08-25 08:55:24,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:55:24,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:24,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13218856-7718-429f-9e26-d602fc538925 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:55:24,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-13218856-7718-429f-9e26-d602fc538925 2018-08-25 08:55:24,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.159512042999s 2018-08-25 08:55:24,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-13218856-7718-429f-9e26-d602fc538925 2018-08-25 08:55:24,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:55:24,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:24,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488aedfd-a889-4d73-ad60-96b0c61baeb7 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": {"self": "http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:55:24,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-488aedfd-a889-4d73-ad60-96b0c61baeb7 2018-08-25 08:55:24,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196192979813s 2018-08-25 08:55:24,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-488aedfd-a889-4d73-ad60-96b0c61baeb7 2018-08-25 08:55:24,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:55:24,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:24,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d00179c-4b2a-4eba-9b57-63dcb32c6a3d Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9"}, "tags": [], "enabled": true, "id": "e439646c3ddb4d02b1f5340fc8a9aab9", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}]} 2018-08-25 08:55:24,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-5d00179c-4b2a-4eba-9b57-63dcb32c6a3d 2018-08-25 08:55:24,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184232950211s 2018-08-25 08:55:24,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-5d00179c-4b2a-4eba-9b57-63dcb32c6a3d 2018-08-25 08:55:24,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:55:24,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=b0a02d9b5ad041fe9ec1c72e0e4df190&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e439646c3ddb4d02b1f5340fc8a9aab9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:25,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd6c1db-33de-406a-9320-4abf5bb74843 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=b0a02d9b5ad041fe9ec1c72e0e4df190&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e439646c3ddb4d02b1f5340fc8a9aab9", "previous": null, "next": null}} 2018-08-25 08:55:25,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=b0a02d9b5ad041fe9ec1c72e0e4df190&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e439646c3ddb4d02b1f5340fc8a9aab9 used request id req-1dd6c1db-33de-406a-9320-4abf5bb74843 2018-08-25 08:55:25,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0971519947052s 2018-08-25 08:55:25,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=b0a02d9b5ad041fe9ec1c72e0e4df190&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e439646c3ddb4d02b1f5340fc8a9aab9 used request id req-1dd6c1db-33de-406a-9320-4abf5bb74843 2018-08-25 08:55:25,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:55:25,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9/users/b0a02d9b5ad041fe9ec1c72e0e4df190/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:55:25,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:55:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16e6eb6e-556f-40a3-9958-5501420b2ef4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:55:25,232 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9/users/b0a02d9b5ad041fe9ec1c72e0e4df190/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-16e6eb6e-556f-40a3-9958-5501420b2ef4 2018-08-25 08:55:25,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.21420788765s 2018-08-25 08:55:25,232 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9/users/b0a02d9b5ad041fe9ec1c72e0e4df190/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-16e6eb6e-556f-40a3-9958-5501420b2ef4 2018-08-25 08:55:25,233 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 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'e439646c3ddb4d02b1f5340fc8a9aab9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6886afc9-6998-498e-8486-750019218b0e', 'username': u'vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:55:25,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:55:25,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:55:25,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:55:25,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:55:25,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:55:25,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:55:25,238 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'password': '6886afc9-6998-498e-8486-750019218b0e', 'project_name': 'vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'e439646c3ddb4d02b1f5340fc8a9aab9', 'project_domain_name': 'Default'} 2018-08-25 08:55:25,238 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-25 08:55:25,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:55:25,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5cd5780-4274-494d-a2f4-7aa49d8642ef 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:55:25,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-c5cd5780-4274-494d-a2f4-7aa49d8642ef 2018-08-25 08:55:25,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:55:25,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T09:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e439646c3ddb4d02b1f5340fc8a9aab9", "name": "vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/e439646c3ddb4d02b1f5340fc8a9aab9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "id": "b0a02d9b5ad041fe9ec1c72e0e4df190"}, "audit_ids": ["pE-8D93PQZiBhDBFe0h9fA"], "issued_at": "2018-08-25T08:55:25.000000Z"}} 2018-08-25 08:55:25,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:55:25,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"network": {"name": "vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "admin_state_up": true}}' 2018-08-25 08:55:26,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-ef09bd38-7160-4425-a05a-314168136965 Date: Sat, 25 Aug 2018 08:55:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:55:26Z","is_default":false,"name":"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","mtu":1450}} 2018-08-25 08:55:26,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-ef09bd38-7160-4425-a05a-314168136965 2018-08-25 08:55:26,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.547875881195s 2018-08-25 08:55:26,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-ef09bd38-7160-4425-a05a-314168136965 2018-08-25 08:55:26,184 - 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-08-25T08:55:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'39aefaa9-1fdb-4a6e-9065-7603d5b3f35a', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', u'admin_state_up': True, u'tenant_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', u'created_at': u'2018-08-25T08:55:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', u'l2_adjacency': True}) 2018-08-25 08:55:26,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:26,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:26,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-708eae26-a8bb-4ca9-9ad2-fa86fd7b325f Date: Sat, 25 Aug 2018 08:55:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:55:26Z","qos_policy_id":null,"name":"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1","admin_state_up":true,"tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:55:26,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-708eae26-a8bb-4ca9-9ad2-fa86fd7b325f 2018-08-25 08:55:26,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.133280992508s 2018-08-25 08:55:26,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-708eae26-a8bb-4ca9-9ad2-fa86fd7b325f 2018-08-25 08:55:26,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:55:26,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"subnet": {"name": "vping_userdata-subnet_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "enable_dhcp": true, "network_id": "39aefaa9-1fdb-4a6e-9065-7603d5b3f35a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:55:26,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3eaf6e91-0910-404c-a0c1-f209194f2fcc Date: Sat, 25 Aug 2018 08:55:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:55:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","id":"0b024a0f-7b66-48f9-b54d-44f809d64f45","subnetpool_id":null,"name":"vping_userdata-subnet_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}} 2018-08-25 08:55:26,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-3eaf6e91-0910-404c-a0c1-f209194f2fcc 2018-08-25 08:55:26,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.606026887894s 2018-08-25 08:55:26,927 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-3eaf6e91-0910-404c-a0c1-f209194f2fcc 2018-08-25 08:55:26,927 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:55:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0b024a0f-7b66-48f9-b54d-44f809d64f45', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', u'enable_dhcp': True, u'network_id': u'39aefaa9-1fdb-4a6e-9065-7603d5b3f35a', u'tenant_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', u'created_at': u'2018-08-25T08:55:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e439646c3ddb4d02b1f5340fc8a9aab9'}) 2018-08-25 08:55:26,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:55:26,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "vping_userdata-router_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "admin_state_up": true}}' 2018-08-25 08:55:28,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-4d824db5-8973-47cb-bb9c-0c6161679d31 Date: Sat, 25 Aug 2018 08:55:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.213"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "created_at": "2018-08-25T08:55:26Z", "admin_state_up": true, "updated_at": "2018-08-25T08:55:27Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "8b9db798-649e-4fe8-8a5f-9fc84e548311", "name": "vping_userdata-router_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}} 2018-08-25 08:55:28,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-4d824db5-8973-47cb-bb9c-0c6161679d31 2018-08-25 08:55:28,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35985898972s 2018-08-25 08:55:28,288 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-4d824db5-8973-47cb-bb9c-0c6161679d31 2018-08-25 08:55:28,288 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:55:27Z', u'revision_number': 2, u'id': u'8b9db798-649e-4fe8-8a5f-9fc84e548311', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.213'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', u'admin_state_up': True, u'tenant_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', u'created_at': u'2018-08-25T08:55:26Z', u'flavor_id': None, u'routes': [], u'project_id': u'e439646c3ddb4d02b1f5340fc8a9aab9'}) 2018-08-25 08:55:28,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:55:28,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311/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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"subnet_id": "0b024a0f-7b66-48f9-b54d-44f809d64f45"}' 2018-08-25 08:55:30,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1c83d371-1b06-4cfe-acde-98a1c7993077 Date: Sat, 25 Aug 2018 08:55:30 GMT RESP BODY: {"network_id": "39aefaa9-1fdb-4a6e-9065-7603d5b3f35a", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "subnet_id": "0b024a0f-7b66-48f9-b54d-44f809d64f45", "subnet_ids": ["0b024a0f-7b66-48f9-b54d-44f809d64f45"], "port_id": "82304fec-a1d7-4277-a7a2-a6b97b7a530b", "id": "8b9db798-649e-4fe8-8a5f-9fc84e548311"} 2018-08-25 08:55:30,451 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311/add_router_interface.json used request id req-1c83d371-1b06-4cfe-acde-98a1c7993077 2018-08-25 08:55:30,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1626830101s 2018-08-25 08:55:30,451 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311/add_router_interface.json used request id req-1c83d371-1b06-4cfe-acde-98a1c7993077 returning object 8b9db798-649e-4fe8-8a5f-9fc84e548311 2018-08-25 08:55:30,452 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:55:30,580 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:55:30,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:55:30,585 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:55:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:55:30,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:55:30,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:31,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4718c2b9-ecaf-4f8f-9cdc-3d6723282b65 Date: Sat, 25 Aug 2018 08:55:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:55:31,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4718c2b9-ecaf-4f8f-9cdc-3d6723282b65 2018-08-25 08:55:31,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.779118061066s 2018-08-25 08:55:31,367 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4718c2b9-ecaf-4f8f-9cdc-3d6723282b65 2018-08-25 08:55:31,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:55:31,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}' 2018-08-25 08:55:31,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ea623656-a4b3-4c4f-bd2d-5d6b838e7368 Date: Sat, 25 Aug 2018 08:55:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:55:31Z", "file": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file", "owner": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "size": null, "self": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "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_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "checksum": null, "created_at": "2018-08-25T08:55:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:55:31,462 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-ea623656-a4b3-4c4f-bd2d-5d6b838e7368 2018-08-25 08:55:31,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0862791538239s 2018-08-25 08:55:31,463 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-ea623656-a4b3-4c4f-bd2d-5d6b838e7368 returning object e8828a68-7a90-4ffa-946c-5a8f900ea7f5 2018-08-25 08:55:31,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:55:31,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '' 2018-08-25 08:55:31,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ed2ef11-0e66-414d-bf1b-c849c65ec63d Date: Sat, 25 Aug 2018 08:55:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:55:31,923 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file used request id req-4ed2ef11-0e66-414d-bf1b-c849c65ec63d 2018-08-25 08:55:31,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.459553956985s 2018-08-25 08:55:31,924 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file used request id req-4ed2ef11-0e66-414d-bf1b-c849c65ec63d 2018-08-25 08:55:31,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:55:31,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:31,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-83374e84-f5de-42a4-bc88-297b0c3fdb06 Date: Sat, 25 Aug 2018 08:55:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:55:31Z", "file": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file", "owner": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "size": 12716032, "self": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:55:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:55:31,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-83374e84-f5de-42a4-bc88-297b0c3fdb06 2018-08-25 08:55:31,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0492799282074s 2018-08-25 08:55:31,978 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-83374e84-f5de-42a4-bc88-297b0c3fdb06 2018-08-25 08:55:31,979 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file', 'owner': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'id': u'e8828a68-7a90-4ffa-946c-5a8f900ea7f5', 'size': 12716032, u'self': u'/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'name': 'vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:55:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:55:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', '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/e8828a68-7a90-4ffa-946c-5a8f900ea7f5', 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_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'created': u'2018-08-25T08:55:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:55:31Z', 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/e8828a68-7a90-4ffa-946c-5a8f900ea7f5', 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_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:55:31,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:55:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:55:32,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62d92103-3c28-4840-ae53-1c8828ba6c1e x-compute-request-id: req-62d92103-3c28-4840-ae53-1c8828ba6c1e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "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": "bc55045f-f3da-4872-8070-59acf5ab94d6"}} 2018-08-25 08:55:32,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-62d92103-3c28-4840-ae53-1c8828ba6c1e 2018-08-25 08:55:32,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.213943958282s 2018-08-25 08:55:32,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-62d92103-3c28-4840-ae53-1c8828ba6c1e 2018-08-25 08:55:32,195 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', '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'89d58111967c4124b09131409c7a2a28', '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'bc55045f-f3da-4872-8070-59acf5ab94d6', 'swap': 0}) 2018-08-25 08:55:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:55:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6/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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" -d '{"extra_specs": {}}' 2018-08-25 08:55:32,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-73630eec-a421-41a8-9e17-b72ce7b06ae8 x-compute-request-id: req-73630eec-a421-41a8-9e17-b72ce7b06ae8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:55:32,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6/os-extra_specs used request id req-73630eec-a421-41a8-9e17-b72ce7b06ae8 2018-08-25 08:55:32,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217652320862s 2018-08-25 08:55:32,218 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6/os-extra_specs used request id req-73630eec-a421-41a8-9e17-b72ce7b06ae8 2018-08-25 08:55:32,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:32,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:32,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-87ce0b2e-48df-45b0-b294-c7fff6034bb8 Date: Sat, 25 Aug 2018 08:55:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","l2_adjacency":true,"status":"ACTIVE","subnets":["0b024a0f-7b66-48f9-b54d-44f809d64f45"],"description":"","tags":[],"updated_at":"2018-08-25T08:55:26Z","qos_policy_id":null,"name":"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1","admin_state_up":true,"tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:55:32,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-87ce0b2e-48df-45b0-b294-c7fff6034bb8 2018-08-25 08:55:32,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247586965561s 2018-08-25 08:55:32,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-87ce0b2e-48df-45b0-b294-c7fff6034bb8 2018-08-25 08:55:32,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:55:32,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:32,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-ba1038d8-f7fb-4e37-9366-a6201aceb108 Date: Sat, 25 Aug 2018 08:55:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:55:31Z", "file": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file", "owner": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "size": 12716032, "self": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:55:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:55:32,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ba1038d8-f7fb-4e37-9366-a6201aceb108 2018-08-25 08:55:32,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0357048511505s 2018-08-25 08:55:32,508 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ba1038d8-f7fb-4e37-9366-a6201aceb108 2018-08-25 08:55:32,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:55:32,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:32,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-4f4cdc78-38f9-4c1f-a920-54a0f9c34701 x-compute-request-id: req-4f4cdc78-38f9-4c1f-a920-54a0f9c34701 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "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": "bc55045f-f3da-4872-8070-59acf5ab94d6"}]} 2018-08-25 08:55:32,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4f4cdc78-38f9-4c1f-a920-54a0f9c34701 2018-08-25 08:55:32,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.254089832306s 2018-08-25 08:55:32,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4f4cdc78-38f9-4c1f-a920-54a0f9c34701 2018-08-25 08:55:32,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:55:32,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"server": {"name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "imageRef": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "flavorRef": "bc55045f-f3da-4872-8070-59acf5ab94d6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "39aefaa9-1fdb-4a6e-9065-7603d5b3f35a"}]}}' 2018-08-25 08:55:34,846 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:55: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-d40f3f10-212f-4459-965d-111c0121da34 x-compute-request-id: req-d40f3f10-212f-4459-965d-111c0121da34 Content-Length: 374 location: http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a907297d-4dae-44e3-9378-bc28600befff", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "adminPass": "d5q5dzBMrqpX"}} 2018-08-25 08:55:34,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-d40f3f10-212f-4459-965d-111c0121da34 2018-08-25 08:55:34,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.08088588715s 2018-08-25 08:55:34,846 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-d40f3f10-212f-4459-965d-111c0121da34 2018-08-25 08:55:34,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:35,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be384565-1f63-4f6b-b5a2-0654ce369c07 x-compute-request-id: req-be384565-1f63-4f6b-b5a2-0654ce369c07 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "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-08-25T08:55:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:35,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-be384565-1f63-4f6b-b5a2-0654ce369c07 2018-08-25 08:55:35,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.339324951172s 2018-08-25 08:55:35,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-be384565-1f63-4f6b-b5a2-0654ce369c07 2018-08-25 08:55:35,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:35,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:35,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-829aa6fe-a52a-4919-8c69-a440d05ee929 Date: Sat, 25 Aug 2018 08:55:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","l2_adjacency":true,"status":"ACTIVE","subnets":["0b024a0f-7b66-48f9-b54d-44f809d64f45"],"description":"","tags":[],"updated_at":"2018-08-25T08:55:26Z","qos_policy_id":null,"name":"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1","admin_state_up":true,"tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:55:35,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-829aa6fe-a52a-4919-8c69-a440d05ee929 2018-08-25 08:55:35,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0937960147858s 2018-08-25 08:55:35,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-829aa6fe-a52a-4919-8c69-a440d05ee929 2018-08-25 08:55:35,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:55:35,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:35,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e1c6c91f-faa8-4d50-a54e-3fa9adff9c21 Date: Sat, 25 Aug 2018 08:55:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:55:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","id":"0b024a0f-7b66-48f9-b54d-44f809d64f45","subnetpool_id":null,"name":"vping_userdata-subnet_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}]} 2018-08-25 08:55:35,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-e1c6c91f-faa8-4d50-a54e-3fa9adff9c21 2018-08-25 08:55:35,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0646049976349s 2018-08-25 08:55:35,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-e1c6c91f-faa8-4d50-a54e-3fa9adff9c21 2018-08-25 08:55:35,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:37,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:37,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:37,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-6164a9ae-e020-4177-a964-3466ad19e96a x-compute-request-id: req-6164a9ae-e020-4177-a964-3466ad19e96a Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:55:37Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:37,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6164a9ae-e020-4177-a964-3466ad19e96a 2018-08-25 08:55:37,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552142858505s 2018-08-25 08:55:37,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6164a9ae-e020-4177-a964-3466ad19e96a 2018-08-25 08:55:37,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:39,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:39,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:40,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-9817f754-aa0e-4fc5-9c6d-5d412b2dc0c5 x-compute-request-id: req-9817f754-aa0e-4fc5-9c6d-5d412b2dc0c5 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.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:55:37Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:40,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9817f754-aa0e-4fc5-9c6d-5d412b2dc0c5 2018-08-25 08:55:40,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590606927872s 2018-08-25 08:55:40,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9817f754-aa0e-4fc5-9c6d-5d412b2dc0c5 2018-08-25 08:55:40,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:42,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:42,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:43,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-513b1a59-8089-4764-9b40-307bc4b71ce3 x-compute-request-id: req-513b1a59-8089-4764-9b40-307bc4b71ce3 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.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:55:37Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:43,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-513b1a59-8089-4764-9b40-307bc4b71ce3 2018-08-25 08:55:43,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660825967789s 2018-08-25 08:55:43,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-513b1a59-8089-4764-9b40-307bc4b71ce3 2018-08-25 08:55:43,184 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:45,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:45,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:45,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c497cfc-a228-4ce2-8539-24df95f6a606 x-compute-request-id: req-3c497cfc-a228-4ce2-8539-24df95f6a606 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:45,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3c497cfc-a228-4ce2-8539-24df95f6a606 2018-08-25 08:55:45,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192846059799s 2018-08-25 08:55:45,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3c497cfc-a228-4ce2-8539-24df95f6a606 2018-08-25 08:55:45,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:55:45,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=a907297d-4dae-44e3-9378-bc28600befff" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:46,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-99709cb6-c2d4-4fc0-84d8-1dda41b6cdd0 Date: Sat, 25 Aug 2018 08:55:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:55:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0b024a0f-7b66-48f9-b54d-44f809d64f45","ip_address":"192.168.120.8"}],"id":"cf95a00c-e433-493c-b622-1013b529f1ca","security_groups":["ccbc49ed-8c75-4f12-ade0-4c7aeacc7293"],"mac_address":"fa:16:3e:e7:14:6f","project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:38Z","binding:vnic_type":"normal","device_id":"a907297d-4dae-44e3-9378-bc28600befff","ip_allocation":"immediate"}]} 2018-08-25 08:55:46,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=a907297d-4dae-44e3-9378-bc28600befff used request id req-99709cb6-c2d4-4fc0-84d8-1dda41b6cdd0 2018-08-25 08:55:46,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.02182602882s 2018-08-25 08:55:46,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=a907297d-4dae-44e3-9378-bc28600befff used request id req-99709cb6-c2d4-4fc0-84d8-1dda41b6cdd0 2018-08-25 08:55:46,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:46,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=cf95a00c-e433-493c-b622-1013b529f1ca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:46,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-92f3cc8f-a58d-4070-95fe-5f99494edf2b Date: Sat, 25 Aug 2018 08:55:46 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:55:46,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=cf95a00c-e433-493c-b622-1013b529f1ca used request id req-92f3cc8f-a58d-4070-95fe-5f99494edf2b 2018-08-25 08:55:46,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0477950572968s 2018-08-25 08:55:46,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=cf95a00c-e433-493c-b622-1013b529f1ca used request id req-92f3cc8f-a58d-4070-95fe-5f99494edf2b 2018-08-25 08:55:46,461 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e7:14:6f', 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'e8828a68-7a90-4ffa-946c-5a8f900ea7f5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:55:42.000000', 'flavor': Munch({u'id': u'bc55045f-f3da-4872-8070-59acf5ab94d6'}), 'az': u'nova', 'id': u'a907297d-4dae-44e3-9378-bc28600befff', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b0a02d9b5ad041fe9ec1c72e0e4df190', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'name': 'vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:55:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:55:42Z', 'hostId': u'edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:55:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'name': u'vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'adminPass': u'd5q5dzBMrqpX', 'tenant_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'created_at': u'2018-08-25T08:55:34Z', 'created': u'2018-08-25T08:55:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:55:46,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:55:46,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:46,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-0439d23a-5e97-4935-af62-c32534681799 Date: Sat, 25 Aug 2018 08:55:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","l2_adjacency":true,"status":"ACTIVE","subnets":["0b024a0f-7b66-48f9-b54d-44f809d64f45"],"description":"","tags":[],"updated_at":"2018-08-25T08:55:26Z","qos_policy_id":null,"name":"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1","admin_state_up":true,"tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:55:46,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0439d23a-5e97-4935-af62-c32534681799 2018-08-25 08:55:46,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102051019669s 2018-08-25 08:55:46,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0439d23a-5e97-4935-af62-c32534681799 2018-08-25 08:55:46,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:55:46,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:46,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-bd052855-c624-4de0-93a7-cbd8ca0cf571 Date: Sat, 25 Aug 2018 08:55:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:55:31Z", "file": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file", "owner": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "size": 12716032, "self": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:55:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:55:46,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-bd052855-c624-4de0-93a7-cbd8ca0cf571 2018-08-25 08:55:46,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.11528801918s 2018-08-25 08:55:46,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-bd052855-c624-4de0-93a7-cbd8ca0cf571 2018-08-25 08:55:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:55:46,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:46,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-2799d343-4ed5-431b-bd25-8ed449f758fd x-compute-request-id: req-2799d343-4ed5-431b-bd25-8ed449f758fd Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "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": "bc55045f-f3da-4872-8070-59acf5ab94d6"}]} 2018-08-25 08:55:46,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-2799d343-4ed5-431b-bd25-8ed449f758fd 2018-08-25 08:55:46,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235779285431s 2018-08-25 08:55:46,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-2799d343-4ed5-431b-bd25-8ed449f758fd 2018-08-25 08:55:46,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:55:46,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"server": {"name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "imageRef": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "flavorRef": "bc55045f-f3da-4872-8070-59acf5ab94d6", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "39aefaa9-1fdb-4a6e-9065-7603d5b3f35a"}]}}' 2018-08-25 08:55:48,789 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:55: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-52989eea-b5c6-4607-b485-b77c7b4d9970 x-compute-request-id: req-52989eea-b5c6-4607-b485-b77c7b4d9970 Content-Length: 374 location: http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "adminPass": "JC9zL5ZsgDnv"}} 2018-08-25 08:55:48,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-52989eea-b5c6-4607-b485-b77c7b4d9970 2018-08-25 08:55:48,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.07800102234s 2018-08-25 08:55:48,790 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-52989eea-b5c6-4607-b485-b77c7b4d9970 2018-08-25 08:55:48,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:49,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a376fb76-6f7e-4af5-96ea-589e82616e00 x-compute-request-id: req-a376fb76-6f7e-4af5-96ea-589e82616e00 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "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-08-25T08:55:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:49,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a376fb76-6f7e-4af5-96ea-589e82616e00 2018-08-25 08:55:49,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414714097977s 2018-08-25 08:55:49,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a376fb76-6f7e-4af5-96ea-589e82616e00 2018-08-25 08:55:49,210 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:51,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:51,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:51,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-a9675d9c-9e0b-43dd-80fe-1777d2e80136 x-compute-request-id: req-a9675d9c-9e0b-43dd-80fe-1777d2e80136 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:55:51Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:51,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a9675d9c-9e0b-43dd-80fe-1777d2e80136 2018-08-25 08:55:51,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362611055374s 2018-08-25 08:55:51,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a9675d9c-9e0b-43dd-80fe-1777d2e80136 2018-08-25 08:55:51,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:53,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:53,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:53,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-69f09cdf-072b-40a6-8819-5f453374414e x-compute-request-id: req-69f09cdf-072b-40a6-8819-5f453374414e Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:55:51Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:53,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-69f09cdf-072b-40a6-8819-5f453374414e 2018-08-25 08:55:53,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397560119629s 2018-08-25 08:55:53,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-69f09cdf-072b-40a6-8819-5f453374414e 2018-08-25 08:55:53,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:55,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:55,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:56,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-875ac5a0-5ed8-4dac-ac59-4f569f6d78c4 x-compute-request-id: req-875ac5a0-5ed8-4dac-ac59-4f569f6d78c4 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:55:51Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:56,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-875ac5a0-5ed8-4dac-ac59-4f569f6d78c4 2018-08-25 08:55:56,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355424165726s 2018-08-25 08:55:56,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-875ac5a0-5ed8-4dac-ac59-4f569f6d78c4 2018-08-25 08:55:56,346 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:55:58,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:58,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:58,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55: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-e8ce501d-090f-49b9-a9cc-ab4c643fdf3a x-compute-request-id: req-e8ce501d-090f-49b9-a9cc-ab4c643fdf3a Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:1b:e3", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:56.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:56Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:58,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e8ce501d-090f-49b9-a9cc-ab4c643fdf3a 2018-08-25 08:55:58,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167428016663s 2018-08-25 08:55:58,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e8ce501d-090f-49b9-a9cc-ab4c643fdf3a 2018-08-25 08:55:58,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:55:58,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=d05990bc-12ca-46ac-ae6c-26ee3112c930" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:58,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-b2fbf01a-b321-442b-b567-38381000bfc9 Date: Sat, 25 Aug 2018 08:55:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:55:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0b024a0f-7b66-48f9-b54d-44f809d64f45","ip_address":"192.168.120.4"}],"id":"5c3102ea-3704-4d41-98eb-4fcc07143d98","security_groups":["ccbc49ed-8c75-4f12-ade0-4c7aeacc7293"],"mac_address":"fa:16:3e:55:1b:e3","project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:51Z","binding:vnic_type":"normal","device_id":"d05990bc-12ca-46ac-ae6c-26ee3112c930","ip_allocation":"immediate"}]} 2018-08-25 08:55:58,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=d05990bc-12ca-46ac-ae6c-26ee3112c930 used request id req-b2fbf01a-b321-442b-b567-38381000bfc9 2018-08-25 08:55:58,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0486640930176s 2018-08-25 08:55:58,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=d05990bc-12ca-46ac-ae6c-26ee3112c930 used request id req-b2fbf01a-b321-442b-b567-38381000bfc9 2018-08-25 08:55:58,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:55:58,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=5c3102ea-3704-4d41-98eb-4fcc07143d98" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:58,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-011753ef-a95a-44c1-8dc2-691e78c35606 Date: Sat, 25 Aug 2018 08:55:58 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:55:58,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=5c3102ea-3704-4d41-98eb-4fcc07143d98 used request id req-011753ef-a95a-44c1-8dc2-691e78c35606 2018-08-25 08:55:58,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0461659431458s 2018-08-25 08:55:58,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=5c3102ea-3704-4d41-98eb-4fcc07143d98 used request id req-011753ef-a95a-44c1-8dc2-691e78c35606 2018-08-25 08:55:58,621 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:55:1b:e3', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e8828a68-7a90-4ffa-946c-5a8f900ea7f5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:55:56.000000', 'flavor': Munch({u'id': u'bc55045f-f3da-4872-8070-59acf5ab94d6'}), 'az': u'nova', 'id': u'd05990bc-12ca-46ac-ae6c-26ee3112c930', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b0a02d9b5ad041fe9ec1c72e0e4df190', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'name': 'vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:55:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:55:56Z', 'hostId': u'189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:55:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'name': u'vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1', 'adminPass': u'JC9zL5ZsgDnv', 'tenant_id': u'e439646c3ddb4d02b1f5340fc8a9aab9', 'created_at': u'2018-08-25T08:55:48Z', 'created': u'2018-08-25T08:55:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:55:58,621 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-25 08:55:59,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:55:59,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:55:59,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-345ce9c5-08ca-45a2-b410-4fd0acb213d6 x-compute-request-id: req-345ce9c5-08ca-45a2-b410-4fd0acb213d6 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:1b:e3", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:56.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:56Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:55:59,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-345ce9c5-08ca-45a2-b410-4fd0acb213d6 2018-08-25 08:55:59,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170846939087s 2018-08-25 08:55:59,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-345ce9c5-08ca-45a2-b410-4fd0acb213d6 2018-08-25 08:55:59,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:55:59,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930/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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:55:59,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:55:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5dd5bb0-acd6-4b75-b8c9-55ff5e112d2b x-compute-request-id: req-c5dd5bb0-acd6-4b75-b8c9-55ff5e112d2b Content-Encoding: gzip Content-Length: 7970 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 501170586 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.179621] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181820] pid_max: default: 32768 minimum: 301\n[ 0.183010] ACPI: Core revision 20150930\n[ 0.184643] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186380] Security Framework initialized\n[ 0.187470] Yama: becoming mindful.\n[ 0.188446] AppArmor: AppArmor initialized\n[ 0.189574] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191307] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192964] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196381] Initializing cgroup subsys io\n[ 0.197462] Initializing cgroup subsys memory\n[ 0.198618] Initializing cgroup subsys devices\n[ 0.199776] Initializing cgroup subsys freezer\n[ 0.200927] Initializing cgroup subsys net_cls\n[ 0.202072] Initializing cgroup subsys perf_event\n[ 0.203288] Initializing cgroup subsys net_prio\n[ 0.204464] Initializing cgroup subsys hugetlb\n[ 0.205615] Initializing cgroup subsys pids\n[ 0.206775] CPU: Physical Processor ID: 0\n[ 0.208544] mce: CPU supports 10 MCE banks\n[ 0.209662] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232209] ftrace: allocating 31920 entries in 125 pages\n[ 0.257284] smpboot: Max logical packages: 1\n[ 0.258437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.260252] x2apic enabled\n[ 0.261366] Switched APIC routing to physical x2apic.\n[ 0.263804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.265288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.267940] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.270324] KVM setup paravirtual spinlock\n[ 0.271884] x86: Booted up 1 node, 1 CPUs\n[ 0.272961] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.274801] devtmpfs: initialized\n[ 0.276746] evm: security.selinux\n[ 0.277680] evm: security.SMACK64\n[ 0.278618] evm: security.SMACK64EXEC\n[ 0.279613] evm: security.SMACK64TRANSMUTE\n[ 0.280684] evm: security.SMACK64MMAP\n[ 0.281675] evm: security.ima\n[ 0.282531] evm: security.capability\n[ 0.283580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286007] pinctrl core: initialized pinctrl subsystem\n[ 0.287434] RTC time: 8:55:56, date: 08/25/18\n[ 0.288691] NET: Registered protocol family 16\n[ 0.289969] cpuidle: using governor ladder\n[ 0.291059] cpuidle: using governor menu\n[ 0.292104] PCCT header not found.\n[ 0.293115] ACPI: bus type PCI registered\n[ 0.294183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.295802] PCI: Using configuration type 1 for base access\n[ 0.297905] ACPI: Added _OSI(Module Device)\n[ 0.299024] ACPI: Added _OSI(Processor Device)\n[ 0.300167] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303491] ACPI: Interpreter enabled\n[ 0.304508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.306958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.309410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.311875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314336] ACPI: (supports S0 S5)\n[ 0.315282] ACPI: Using IOAPIC for interrupt routing\n[ 0.316531] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.320269] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.321766] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.323386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.324945] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.327822] acpiphp: Slot [3] registered\n[ 0.328886] acpiphp: Slot [4] registered\n[ 0.329945] acpiphp: Slot [5] registered\n[ 0.331008] acpiphp: Slot [6] registered\n[ 0.332066] acpiphp: Slot [7] registered\n[ 0.333127] acpiphp: Slot [8] registered\n[ 0.334187] acpiphp: Slot [9] registered\n[ 0.335240] acpiphp: Slot [10] registered\n[ 0.336315] acpiphp: Slot [11] registered\n[ 0.337387] acpiphp: Slot [12] registered\n[ 0.338461] acpiphp: Slot [13] registered\n[ 0.339527] acpiphp: Slot [14] registered\n[ 0.340602] acpiphp: Slot [15] registered\n[ 0.355882] acpiphp: Slot [16] registered\n[ 0.356964] acpiphp: Slot [17] registered\n[ 0.358041] acpiphp: Slot [18] registered\n[ 0.359109] acpiphp: Slot [19] registered\n[ 0.360193] acpiphp: Slot [20] registered\n[ 0.361270] acpiphp: Slot [21] registered\n[ 0.362341] acpiphp: Slot [22] registered\n[ 0.363413] acpiphp: Slot [23] registered\n[ 0.364494] acpiphp: Slot [24] registered\n[ 0.365569] acpiphp: Slot [25] registered\n[ 0.366643] acpiphp: Slot [26] registered\n[ 0.367715] acpiphp: Slot [27] registered\n[ 0.368796] acpiphp: Slot [28] registered\n[ 0.369873] acpiphp: Slot [29] registered\n[ 0.370940] acpiphp: Slot [30] registered\n[ 0.372015] acpiphp: Slot [31] registered\n[ 0.373096] PCI host bridge to bus 0000:00\n[ 0.374173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.375758] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377349] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379276] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381203] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.383163] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.387125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.388801] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.390342] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.392005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.396299] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.398214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.418678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.420638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.422518] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.424425] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426294] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428074] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429817] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433272] vgaarb: loaded\n[ 0.434078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435682] SCSI subsystem initialized\n[ 0.436909] ACPI: bus type USB registered\n[ 0.438010] usbcore: registered new interface driver usbfs\n[ 0.439375] usbcore: registered new interface driver hub\n[ 0.440701] usbcore: registered new device driver usb\n[ 0.442165] PCI: Using ACPI for IRQ routing\n[ 0.443646] NetLabel: Initializing\n[ 0.444609] NetLabel: domain hash size = 128\n[ 0.445740] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.447009] NetLabel: unlabeled traffic allowed by default\n[ 0.448544] clocksource: Switched to clocksource kvm-clock\n[ 0.458558] AppArmor: AppArmor Filesystem Enabled\n[ 0.459843] pnp: PnP ACPI init\n[ 0.461048] pnp: PnP ACPI: found 5 devices\n[ 0.467849] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470130] NET: Registered protocol family 2\n[ 0.471507] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.473245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.474843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.476431] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477873] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.479431] NET: Registered protocol family 1\n[ 0.480602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.482052] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.483478] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497942] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.512497] Trying to unpack rootfs image as initramfs...\n[ 0.574238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.579086] Scanning for low memory corruption every 60 seconds\n[ 0.581231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.582797] audit: initializing netlink subsys (disabled)\n[ 0.584209] audit: type=2000 audit(1535187356.952:1): initialized\n[ 0.586071] Initialise system trusted keyring\n[ 0.587412] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.588953] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.591639] zbud: loaded\n[ 0.592634] VFS: Disk quotas dquot_6.6.0\n[ 0.593744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.595849] fuse init (API version 7.23)\n[ 0.597068] Key type big_key registered\n[ 0.598144] Allocating IMA MOK and blacklist keyrings.\n[ 0.599759] Key type asymmetric registered\n[ 0.600881] Asymmetric key parser 'x509' registered\n[ 0.602172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.604179] io scheduler noop registered\n[ 0.605258] io scheduler deadline registered (default)\n[ 0.606593] io scheduler cfq registered\n[ 0.607761] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.612834] ACPI: Power Button [PWRF]\n[ 0.614024] GHES: HEST is not enabled!\n[ 0.628121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.657288] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660086] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684240] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687192] Linux agpgart interface v0.103\n[ 0.690535] brd: module loaded\n[ 0.692727] loop: module loaded\n[ 0.697531] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.699483] GPT:90111 != 2097151\n[ 0.700392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.701847] GPT:90111 != 2097151\n[ 0.702764] GPT: Use GNU Parted to correct GPT errors.\n[ 0.704044] vda: vda1 vda15\n[ 0.705667] scsi host0: ata_piix\n[ 0.706709] scsi host1: ata_piix\n[ 0.707675] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.709281] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.711214] libphy: Fixed MDIO Bus: probed\n[ 0.712310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713578] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716480] PPP generic driver version 2.4.2\n[ 0.717696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.719276] ehci-pci: EHCI PCI platform driver\n[ 0.720444] ehci-platform: EHCI generic platform driver\n[ 0.721760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.723263] ohci-pci: OHCI PCI platform driver\n[ 0.724431] ohci-platform: OHCI generic platform driver\n[ 0.725755] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.740282] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.741608] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.743574] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.744934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.746456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.749993] usb usb1: Product: UHCI Host Controller\n[ 0.751243] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.752747] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.754049] hub 1-0:1.0: USB hub found\n[ 0.755104] hub 1-0:1.0: 2 ports detected\n[ 0.756446] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.759285] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.760557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.761927] mousedev: PS/2 mouse device common for all mice\n[ 0.763583] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.766002] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767499] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.769070] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.770643] i2c /dev entries driver\n[ 0.771660] device-mapper: uevent: version 1.0.3\n[ 0.772933] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.775191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.777028] NET: Registered protocol family 10\n[ 0.778563] NET: Registered protocol family 17\n[ 0.779782] Key type dns_resolver registered\n[ 0.781070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.782540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.784897] registered taskstats version 1\n[ 0.786025] Loading compiled-in X.509 certificates\n[ 0.787842] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.790312] zswap: loaded using pool lzo/zbud\n[ 0.792358] Key type trusted registered\n[ 0.794478] Key type encrypted registered\n[ 0.795579] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796975] ima: No TPM chip found, activating TPM-bypass!\n[ 0.798369] evm: HMAC attrs: 0x1\n[ 0.799630] Magic number: 14:628:928\n[ 0.800807] rtc_cmos 00:00: setting system clock to 2018-08-25 08:55:56 UTC (1535187356)\n[ 0.802964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804439] EDD information not available.\n[ 0.870084] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886464] Write protecting the kernel read-only data: 14336k\n[ 0.889389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891780] 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.937481] 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.4...\nLease of 192.168.120.4 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-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\n"} 2018-08-25 08:55:59,877 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930/action used request id req-c5dd5bb0-acd6-4b75-b8c9-55ff5e112d2b 2018-08-25 08:55:59,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0800199508667s 2018-08-25 08:55:59,878 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930/action used request id req-c5dd5bb0-acd6-4b75-b8c9-55ff5e112d2b 2018-08-25 08:55:59,878 - 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 501170586 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.179621] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181820] pid_max: default: 32768 minimum: 301 [ 0.183010] ACPI: Core revision 20150930 [ 0.184643] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186380] Security Framework initialized [ 0.187470] Yama: becoming mindful. [ 0.188446] AppArmor: AppArmor initialized [ 0.189574] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191307] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192964] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196381] Initializing cgroup subsys io [ 0.197462] Initializing cgroup subsys memory [ 0.198618] Initializing cgroup subsys devices [ 0.199776] Initializing cgroup subsys freezer [ 0.200927] Initializing cgroup subsys net_cls [ 0.202072] Initializing cgroup subsys perf_event [ 0.203288] Initializing cgroup subsys net_prio [ 0.204464] Initializing cgroup subsys hugetlb [ 0.205615] Initializing cgroup subsys pids [ 0.206775] CPU: Physical Processor ID: 0 [ 0.208544] mce: CPU supports 10 MCE banks [ 0.209662] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232209] ftrace: allocating 31920 entries in 125 pages [ 0.257284] smpboot: Max logical packages: 1 [ 0.258437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260252] x2apic enabled [ 0.261366] Switched APIC routing to physical x2apic. [ 0.263804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.267940] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270324] KVM setup paravirtual spinlock [ 0.271884] x86: Booted up 1 node, 1 CPUs [ 0.272961] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.274801] devtmpfs: initialized [ 0.276746] evm: security.selinux [ 0.277680] evm: security.SMACK64 [ 0.278618] evm: security.SMACK64EXEC [ 0.279613] evm: security.SMACK64TRANSMUTE [ 0.280684] evm: security.SMACK64MMAP [ 0.281675] evm: security.ima [ 0.282531] evm: security.capability [ 0.283580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286007] pinctrl core: initialized pinctrl subsystem [ 0.287434] RTC time: 8:55:56, date: 08/25/18 [ 0.288691] NET: Registered protocol family 16 [ 0.289969] cpuidle: using governor ladder [ 0.291059] cpuidle: using governor menu [ 0.292104] PCCT header not found. [ 0.293115] ACPI: bus type PCI registered [ 0.294183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.295802] PCI: Using configuration type 1 for base access [ 0.297905] ACPI: Added _OSI(Module Device) [ 0.299024] ACPI: Added _OSI(Processor Device) [ 0.300167] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301362] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303491] ACPI: Interpreter enabled [ 0.304508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.306958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.309410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.311875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314336] ACPI: (supports S0 S5) [ 0.315282] ACPI: Using IOAPIC for interrupt routing [ 0.316531] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.320269] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.321766] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.323386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.324945] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.327822] acpiphp: Slot [3] registered [ 0.328886] acpiphp: Slot [4] registered [ 0.329945] acpiphp: Slot [5] registered [ 0.331008] acpiphp: Slot [6] registered [ 0.332066] acpiphp: Slot [7] registered [ 0.333127] acpiphp: Slot [8] registered [ 0.334187] acpiphp: Slot [9] registered [ 0.335240] acpiphp: Slot [10] registered [ 0.336315] acpiphp: Slot [11] registered [ 0.337387] acpiphp: Slot [12] registered [ 0.338461] acpiphp: Slot [13] registered [ 0.339527] acpiphp: Slot [14] registered [ 0.340602] acpiphp: Slot [15] registered [ 0.355882] acpiphp: Slot [16] registered [ 0.356964] acpiphp: Slot [17] registered [ 0.358041] acpiphp: Slot [18] registered [ 0.359109] acpiphp: Slot [19] registered [ 0.360193] acpiphp: Slot [20] registered [ 0.361270] acpiphp: Slot [21] registered [ 0.362341] acpiphp: Slot [22] registered [ 0.363413] acpiphp: Slot [23] registered [ 0.364494] acpiphp: Slot [24] registered [ 0.365569] acpiphp: Slot [25] registered [ 0.366643] acpiphp: Slot [26] registered [ 0.367715] acpiphp: Slot [27] registered [ 0.368796] acpiphp: Slot [28] registered [ 0.369873] acpiphp: Slot [29] registered [ 0.370940] acpiphp: Slot [30] registered [ 0.372015] acpiphp: Slot [31] registered [ 0.373096] PCI host bridge to bus 0000:00 [ 0.374173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.375758] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377349] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379276] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.381203] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.383163] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.387125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.388801] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.390342] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.392005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.396299] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.398214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.418678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.420638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.422518] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.424425] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426294] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.428074] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429817] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.431208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433272] vgaarb: loaded [ 0.434078] vgaarb: bridge control possible 0000:00:02.0 [ 0.435682] SCSI subsystem initialized [ 0.436909] ACPI: bus type USB registered [ 0.438010] usbcore: registered new interface driver usbfs [ 0.439375] usbcore: registered new interface driver hub [ 0.440701] usbcore: registered new device driver usb [ 0.442165] PCI: Using ACPI for IRQ routing [ 0.443646] NetLabel: Initializing [ 0.444609] NetLabel: domain hash size = 128 [ 0.445740] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.447009] NetLabel: unlabeled traffic allowed by default [ 0.448544] clocksource: Switched to clocksource kvm-clock [ 0.458558] AppArmor: AppArmor Filesystem Enabled [ 0.459843] pnp: PnP ACPI init [ 0.461048] pnp: PnP ACPI: found 5 devices [ 0.467849] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.470130] NET: Registered protocol family 2 [ 0.471507] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.473245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.474843] TCP: Hash tables configured (established 4096 bind 4096) [ 0.476431] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477873] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.479431] NET: Registered protocol family 1 [ 0.480602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.482052] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.483478] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.497942] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.512497] Trying to unpack rootfs image as initramfs... [ 0.574238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.579086] Scanning for low memory corruption every 60 seconds [ 0.581231] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.582797] audit: initializing netlink subsys (disabled) [ 0.584209] audit: type=2000 audit(1535187356.952:1): initialized [ 0.586071] Initialise system trusted keyring [ 0.587412] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.588953] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.591639] zbud: loaded [ 0.592634] VFS: Disk quotas dquot_6.6.0 [ 0.593744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.595849] fuse init (API version 7.23) [ 0.597068] Key type big_key registered [ 0.598144] Allocating IMA MOK and blacklist keyrings. [ 0.599759] Key type asymmetric registered [ 0.600881] Asymmetric key parser 'x509' registered [ 0.602172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.604179] io scheduler noop registered [ 0.605258] io scheduler deadline registered (default) [ 0.606593] io scheduler cfq registered [ 0.607761] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.612834] ACPI: Power Button [PWRF] [ 0.614024] GHES: HEST is not enabled! [ 0.628121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.657288] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660086] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684240] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687192] Linux agpgart interface v0.103 [ 0.690535] brd: module loaded [ 0.692727] loop: module loaded [ 0.697531] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.699483] GPT:90111 != 2097151 [ 0.700392] GPT:Alternate GPT header not at the end of the disk. [ 0.701847] GPT:90111 != 2097151 [ 0.702764] GPT: Use GNU Parted to correct GPT errors. [ 0.704044] vda: vda1 vda15 [ 0.705667] scsi host0: ata_piix [ 0.706709] scsi host1: ata_piix [ 0.707675] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.709281] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.711214] libphy: Fixed MDIO Bus: probed [ 0.712310] tun: Universal TUN/TAP device driver, 1.6 [ 0.713578] tun: (C) 1999-2004 Max Krasnyansky [ 0.716480] PPP generic driver version 2.4.2 [ 0.717696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.719276] ehci-pci: EHCI PCI platform driver [ 0.720444] ehci-platform: EHCI generic platform driver [ 0.721760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.723263] ohci-pci: OHCI PCI platform driver [ 0.724431] ohci-platform: OHCI generic platform driver [ 0.725755] uhci_hcd: USB Universal Host Controller Interface driver [ 0.740282] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.741608] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.743574] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.744934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.746456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.748079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.749993] usb usb1: Product: UHCI Host Controller [ 0.751243] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.752747] usb usb1: SerialNumber: 0000:00:01.2 [ 0.754049] hub 1-0:1.0: USB hub found [ 0.755104] hub 1-0:1.0: 2 ports detected [ 0.756446] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.759285] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.760557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.761927] mousedev: PS/2 mouse device common for all mice [ 0.763583] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.766002] rtc_cmos 00:00: RTC can wake from S4 [ 0.767499] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.769070] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.770643] i2c /dev entries driver [ 0.771660] device-mapper: uevent: version 1.0.3 [ 0.772933] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.775191] ledtrig-cpu: registered to indicate activity on CPUs [ 0.777028] NET: Registered protocol family 10 [ 0.778563] NET: Registered protocol family 17 [ 0.779782] Key type dns_resolver registered [ 0.781070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.782540] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.784897] registered taskstats version 1 [ 0.786025] Loading compiled-in X.509 certificates [ 0.787842] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.790312] zswap: loaded using pool lzo/zbud [ 0.792358] Key type trusted registered [ 0.794478] Key type encrypted registered [ 0.795579] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796975] ima: No TPM chip found, activating TPM-bypass! [ 0.798369] evm: HMAC attrs: 0x1 [ 0.799630] Magic number: 14:628:928 [ 0.800807] rtc_cmos 00:00: setting system clock to 2018-08-25 08:55:56 UTC (1535187356) [ 0.802964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804439] EDD information not available. [ 0.870084] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886464] Write protecting the kernel read-only data: 14336k [ 0.889389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.891780] 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.937481] 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.4... Lease of 192.168.120.4 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-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK 2018-08-25 08:55:59,879 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-08-25 08:56:00,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:00,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:01,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-12c8c90f-0cf8-4713-9d73-60654899075b x-compute-request-id: req-12c8c90f-0cf8-4713-9d73-60654899075b Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:1b:e3", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:56.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:56Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:42Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:01,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12c8c90f-0cf8-4713-9d73-60654899075b 2018-08-25 08:56:01,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432760000229s 2018-08-25 08:56:01,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12c8c90f-0cf8-4713-9d73-60654899075b 2018-08-25 08:56:01,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:56:01,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930/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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:56:01,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-f6852cdb-38a9-4c45-b077-aea8a3be8d10 x-compute-request-id: req-f6852cdb-38a9-4c45-b077-aea8a3be8d10 Content-Encoding: gzip Content-Length: 9586 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 501170586 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.179621] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181820] pid_max: default: 32768 minimum: 301\n[ 0.183010] ACPI: Core revision 20150930\n[ 0.184643] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186380] Security Framework initialized\n[ 0.187470] Yama: becoming mindful.\n[ 0.188446] AppArmor: AppArmor initialized\n[ 0.189574] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191307] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192964] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196381] Initializing cgroup subsys io\n[ 0.197462] Initializing cgroup subsys memory\n[ 0.198618] Initializing cgroup subsys devices\n[ 0.199776] Initializing cgroup subsys freezer\n[ 0.200927] Initializing cgroup subsys net_cls\n[ 0.202072] Initializing cgroup subsys perf_event\n[ 0.203288] Initializing cgroup subsys net_prio\n[ 0.204464] Initializing cgroup subsys hugetlb\n[ 0.205615] Initializing cgroup subsys pids\n[ 0.206775] CPU: Physical Processor ID: 0\n[ 0.208544] mce: CPU supports 10 MCE banks\n[ 0.209662] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232209] ftrace: allocating 31920 entries in 125 pages\n[ 0.257284] smpboot: Max logical packages: 1\n[ 0.258437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.260252] x2apic enabled\n[ 0.261366] Switched APIC routing to physical x2apic.\n[ 0.263804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.265288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.267940] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.270324] KVM setup paravirtual spinlock\n[ 0.271884] x86: Booted up 1 node, 1 CPUs\n[ 0.272961] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.274801] devtmpfs: initialized\n[ 0.276746] evm: security.selinux\n[ 0.277680] evm: security.SMACK64\n[ 0.278618] evm: security.SMACK64EXEC\n[ 0.279613] evm: security.SMACK64TRANSMUTE\n[ 0.280684] evm: security.SMACK64MMAP\n[ 0.281675] evm: security.ima\n[ 0.282531] evm: security.capability\n[ 0.283580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286007] pinctrl core: initialized pinctrl subsystem\n[ 0.287434] RTC time: 8:55:56, date: 08/25/18\n[ 0.288691] NET: Registered protocol family 16\n[ 0.289969] cpuidle: using governor ladder\n[ 0.291059] cpuidle: using governor menu\n[ 0.292104] PCCT header not found.\n[ 0.293115] ACPI: bus type PCI registered\n[ 0.294183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.295802] PCI: Using configuration type 1 for base access\n[ 0.297905] ACPI: Added _OSI(Module Device)\n[ 0.299024] ACPI: Added _OSI(Processor Device)\n[ 0.300167] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303491] ACPI: Interpreter enabled\n[ 0.304508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.306958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.309410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.311875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314336] ACPI: (supports S0 S5)\n[ 0.315282] ACPI: Using IOAPIC for interrupt routing\n[ 0.316531] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.320269] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.321766] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.323386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.324945] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.327822] acpiphp: Slot [3] registered\n[ 0.328886] acpiphp: Slot [4] registered\n[ 0.329945] acpiphp: Slot [5] registered\n[ 0.331008] acpiphp: Slot [6] registered\n[ 0.332066] acpiphp: Slot [7] registered\n[ 0.333127] acpiphp: Slot [8] registered\n[ 0.334187] acpiphp: Slot [9] registered\n[ 0.335240] acpiphp: Slot [10] registered\n[ 0.336315] acpiphp: Slot [11] registered\n[ 0.337387] acpiphp: Slot [12] registered\n[ 0.338461] acpiphp: Slot [13] registered\n[ 0.339527] acpiphp: Slot [14] registered\n[ 0.340602] acpiphp: Slot [15] registered\n[ 0.355882] acpiphp: Slot [16] registered\n[ 0.356964] acpiphp: Slot [17] registered\n[ 0.358041] acpiphp: Slot [18] registered\n[ 0.359109] acpiphp: Slot [19] registered\n[ 0.360193] acpiphp: Slot [20] registered\n[ 0.361270] acpiphp: Slot [21] registered\n[ 0.362341] acpiphp: Slot [22] registered\n[ 0.363413] acpiphp: Slot [23] registered\n[ 0.364494] acpiphp: Slot [24] registered\n[ 0.365569] acpiphp: Slot [25] registered\n[ 0.366643] acpiphp: Slot [26] registered\n[ 0.367715] acpiphp: Slot [27] registered\n[ 0.368796] acpiphp: Slot [28] registered\n[ 0.369873] acpiphp: Slot [29] registered\n[ 0.370940] acpiphp: Slot [30] registered\n[ 0.372015] acpiphp: Slot [31] registered\n[ 0.373096] PCI host bridge to bus 0000:00\n[ 0.374173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.375758] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377349] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379276] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381203] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.383163] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.387125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.388801] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.390342] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.392005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.396299] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.398214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.418678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.420638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.422518] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.424425] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426294] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428074] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429817] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433272] vgaarb: loaded\n[ 0.434078] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435682] SCSI subsystem initialized\n[ 0.436909] ACPI: bus type USB registered\n[ 0.438010] usbcore: registered new interface driver usbfs\n[ 0.439375] usbcore: registered new interface driver hub\n[ 0.440701] usbcore: registered new device driver usb\n[ 0.442165] PCI: Using ACPI for IRQ routing\n[ 0.443646] NetLabel: Initializing\n[ 0.444609] NetLabel: domain hash size = 128\n[ 0.445740] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.447009] NetLabel: unlabeled traffic allowed by default\n[ 0.448544] clocksource: Switched to clocksource kvm-clock\n[ 0.458558] AppArmor: AppArmor Filesystem Enabled\n[ 0.459843] pnp: PnP ACPI init\n[ 0.461048] pnp: PnP ACPI: found 5 devices\n[ 0.467849] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.470130] NET: Registered protocol family 2\n[ 0.471507] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.473245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.474843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.476431] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477873] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.479431] NET: Registered protocol family 1\n[ 0.480602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.482052] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.483478] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497942] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.512497] Trying to unpack rootfs image as initramfs...\n[ 0.574238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.579086] Scanning for low memory corruption every 60 seconds\n[ 0.581231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.582797] audit: initializing netlink subsys (disabled)\n[ 0.584209] audit: type=2000 audit(1535187356.952:1): initialized\n[ 0.586071] Initialise system trusted keyring\n[ 0.587412] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.588953] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.591639] zbud: loaded\n[ 0.592634] VFS: Disk quotas dquot_6.6.0\n[ 0.593744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.595849] fuse init (API version 7.23)\n[ 0.597068] Key type big_key registered\n[ 0.598144] Allocating IMA MOK and blacklist keyrings.\n[ 0.599759] Key type asymmetric registered\n[ 0.600881] Asymmetric key parser 'x509' registered\n[ 0.602172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.604179] io scheduler noop registered\n[ 0.605258] io scheduler deadline registered (default)\n[ 0.606593] io scheduler cfq registered\n[ 0.607761] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.609166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.610876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.612834] ACPI: Power Button [PWRF]\n[ 0.614024] GHES: HEST is not enabled!\n[ 0.628121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.657288] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.660086] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.684240] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.687192] Linux agpgart interface v0.103\n[ 0.690535] brd: module loaded\n[ 0.692727] loop: module loaded\n[ 0.697531] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.699483] GPT:90111 != 2097151\n[ 0.700392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.701847] GPT:90111 != 2097151\n[ 0.702764] GPT: Use GNU Parted to correct GPT errors.\n[ 0.704044] vda: vda1 vda15\n[ 0.705667] scsi host0: ata_piix\n[ 0.706709] scsi host1: ata_piix\n[ 0.707675] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.709281] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.711214] libphy: Fixed MDIO Bus: probed\n[ 0.712310] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713578] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716480] PPP generic driver version 2.4.2\n[ 0.717696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.719276] ehci-pci: EHCI PCI platform driver\n[ 0.720444] ehci-platform: EHCI generic platform driver\n[ 0.721760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.723263] ohci-pci: OHCI PCI platform driver\n[ 0.724431] ohci-platform: OHCI generic platform driver\n[ 0.725755] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.740282] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.741608] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.743574] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.744934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.746456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.749993] usb usb1: Product: UHCI Host Controller\n[ 0.751243] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.752747] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.754049] hub 1-0:1.0: USB hub found\n[ 0.755104] hub 1-0:1.0: 2 ports detected\n[ 0.756446] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.759285] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.760557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.761927] mousedev: PS/2 mouse device common for all mice\n[ 0.763583] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.766002] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767499] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.769070] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.770643] i2c /dev entries driver\n[ 0.771660] device-mapper: uevent: version 1.0.3\n[ 0.772933] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.775191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.777028] NET: Registered protocol family 10\n[ 0.778563] NET: Registered protocol family 17\n[ 0.779782] Key type dns_resolver registered\n[ 0.781070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.782540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.784897] registered taskstats version 1\n[ 0.786025] Loading compiled-in X.509 certificates\n[ 0.787842] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.790312] zswap: loaded using pool lzo/zbud\n[ 0.792358] Key type trusted registered\n[ 0.794478] Key type encrypted registered\n[ 0.795579] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796975] ima: No TPM chip found, activating TPM-bypass!\n[ 0.798369] evm: HMAC attrs: 0x1\n[ 0.799630] Magic number: 14:628:928\n[ 0.800807] rtc_cmos 00:00: setting system clock to 2018-08-25 08:55:56 UTC (1535187356)\n[ 0.802964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804439] EDD information not available.\n[ 0.870084] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886464] Write protecting the kernel read-only data: 14336k\n[ 0.889389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891780] 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.937481] 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.4...\nLease of 192.168.120.4 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-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n/dev/root resized successfully [took 0.13s]\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCv7Np0SD+OADkqR7myYUkzzeQZMwrAfqH4XjaqykRYjc8M09guKcrMhznszawfCObSnoh3+ASGjMkapZCCrF+kvPR2fb7DsGAcwDv00Onu1rBDpSpVAbL+zzg9ZmFSVTQ27XbLk+aOuSCDHYaDLuw02bS2fkrlkCEww3g68H8reifL6WmBPDkk79HzTMc9pAKzM69Fmef0bzmIzqrAEA3GU4e/RsNireI5tzpGu2WGpAzW3FpYvCYdBAg7GJqC7Q0Czqjz11GXkeLlRA5Ch46wVeiNxD3L8gqvWfH3Gt5ObZo5VAqNBJRcO4Xndzv0feyI018iHNVwp3Z7GWCF3ohP root@vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1\nssh-dss AAAAB3NzaC1kc3MAAACBALSZ/BXTj7pDnsnRLJL5DL4TxucO+XGWHONMZEhZoAI1avMo0OWKcMmtc6y8UTIv88r76wS6P/3ZJiXKPSxSD0Iji35ODvvFj/VyPwQA5esV5/78EXP5AkNM0rEw9WsSztvnUWInsypEKvpgv7v2APK/CVs0ncbnWHtaxvwqaHuVAAAAFQD6aTZCfYB0Dw0LpaNU6D+Bm+ZUSwAAAIA9+oO+WQUgO8QtqrHpL7FkDQwglFd4uIdeMYSlcfjwhb+ardNnF3OOY7vLyBnD1fwQimJ76OrTvb1iew3vo3LQ3vZ6/tVXO94ik+J5lUMwulyBWa9FrEmZ7zB4pTChytYqrMW20s1QZ0VYolvSiUNLyAvNIWjD5TWA7Y2D6dFWxgAAAIA1QDpPt8bVsUK/7FGFwyn6klzOmFazEKK9YOhq4UVqcQPAkDrGQQcM3EtvH/9p9zsjeztqnwpNBdtOYRiTl74BIITa+3+TYvKdLUbiMxO97F81JdmoKKgUrxmHA5EbSU3fjOlTTdZ1BhXhGA+atyUH06pcaoTrZraol0347vpIcA== root@vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1\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.4,24,fe80::f816:3eff:fe55:1be3/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.4 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.26 ===\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-346c1d06-9c51-4c8e-8828-6760bd7bc3c1 login: "} 2018-08-25 08:56:01,387 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930/action used request id req-f6852cdb-38a9-4c45-b077-aea8a3be8d10 2018-08-25 08:56:01,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0704040527344s 2018-08-25 08:56:01,388 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930/action used request id req-f6852cdb-38a9-4c45-b077-aea8a3be8d10 2018-08-25 08:56:01,389 - 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 501170586 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.179621] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181820] pid_max: default: 32768 minimum: 301 [ 0.183010] ACPI: Core revision 20150930 [ 0.184643] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186380] Security Framework initialized [ 0.187470] Yama: becoming mindful. [ 0.188446] AppArmor: AppArmor initialized [ 0.189574] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191307] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192964] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194555] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196381] Initializing cgroup subsys io [ 0.197462] Initializing cgroup subsys memory [ 0.198618] Initializing cgroup subsys devices [ 0.199776] Initializing cgroup subsys freezer [ 0.200927] Initializing cgroup subsys net_cls [ 0.202072] Initializing cgroup subsys perf_event [ 0.203288] Initializing cgroup subsys net_prio [ 0.204464] Initializing cgroup subsys hugetlb [ 0.205615] Initializing cgroup subsys pids [ 0.206775] CPU: Physical Processor ID: 0 [ 0.208544] mce: CPU supports 10 MCE banks [ 0.209662] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210995] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232209] ftrace: allocating 31920 entries in 125 pages [ 0.257284] smpboot: Max logical packages: 1 [ 0.258437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260252] x2apic enabled [ 0.261366] Switched APIC routing to physical x2apic. [ 0.263804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.267940] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270324] KVM setup paravirtual spinlock [ 0.271884] x86: Booted up 1 node, 1 CPUs [ 0.272961] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.274801] devtmpfs: initialized [ 0.276746] evm: security.selinux [ 0.277680] evm: security.SMACK64 [ 0.278618] evm: security.SMACK64EXEC [ 0.279613] evm: security.SMACK64TRANSMUTE [ 0.280684] evm: security.SMACK64MMAP [ 0.281675] evm: security.ima [ 0.282531] evm: security.capability [ 0.283580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286007] pinctrl core: initialized pinctrl subsystem [ 0.287434] RTC time: 8:55:56, date: 08/25/18 [ 0.288691] NET: Registered protocol family 16 [ 0.289969] cpuidle: using governor ladder [ 0.291059] cpuidle: using governor menu [ 0.292104] PCCT header not found. [ 0.293115] ACPI: bus type PCI registered [ 0.294183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.295802] PCI: Using configuration type 1 for base access [ 0.297905] ACPI: Added _OSI(Module Device) [ 0.299024] ACPI: Added _OSI(Processor Device) [ 0.300167] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301362] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303491] ACPI: Interpreter enabled [ 0.304508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.306958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.309410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.311875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314336] ACPI: (supports S0 S5) [ 0.315282] ACPI: Using IOAPIC for interrupt routing [ 0.316531] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.320269] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.321766] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.323386] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.324945] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.327822] acpiphp: Slot [3] registered [ 0.328886] acpiphp: Slot [4] registered [ 0.329945] acpiphp: Slot [5] registered [ 0.331008] acpiphp: Slot [6] registered [ 0.332066] acpiphp: Slot [7] registered [ 0.333127] acpiphp: Slot [8] registered [ 0.334187] acpiphp: Slot [9] registered [ 0.335240] acpiphp: Slot [10] registered [ 0.336315] acpiphp: Slot [11] registered [ 0.337387] acpiphp: Slot [12] registered [ 0.338461] acpiphp: Slot [13] registered [ 0.339527] acpiphp: Slot [14] registered [ 0.340602] acpiphp: Slot [15] registered [ 0.355882] acpiphp: Slot [16] registered [ 0.356964] acpiphp: Slot [17] registered [ 0.358041] acpiphp: Slot [18] registered [ 0.359109] acpiphp: Slot [19] registered [ 0.360193] acpiphp: Slot [20] registered [ 0.361270] acpiphp: Slot [21] registered [ 0.362341] acpiphp: Slot [22] registered [ 0.363413] acpiphp: Slot [23] registered [ 0.364494] acpiphp: Slot [24] registered [ 0.365569] acpiphp: Slot [25] registered [ 0.366643] acpiphp: Slot [26] registered [ 0.367715] acpiphp: Slot [27] registered [ 0.368796] acpiphp: Slot [28] registered [ 0.369873] acpiphp: Slot [29] registered [ 0.370940] acpiphp: Slot [30] registered [ 0.372015] acpiphp: Slot [31] registered [ 0.373096] PCI host bridge to bus 0000:00 [ 0.374173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.375758] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377349] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379276] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.381203] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.383163] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.387125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.388801] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.390342] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.392005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.396299] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.398214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.418678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.420638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.422518] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.424425] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426294] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.428074] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429817] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.431208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433272] vgaarb: loaded [ 0.434078] vgaarb: bridge control possible 0000:00:02.0 [ 0.435682] SCSI subsystem initialized [ 0.436909] ACPI: bus type USB registered [ 0.438010] usbcore: registered new interface driver usbfs [ 0.439375] usbcore: registered new interface driver hub [ 0.440701] usbcore: registered new device driver usb [ 0.442165] PCI: Using ACPI for IRQ routing [ 0.443646] NetLabel: Initializing [ 0.444609] NetLabel: domain hash size = 128 [ 0.445740] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.447009] NetLabel: unlabeled traffic allowed by default [ 0.448544] clocksource: Switched to clocksource kvm-clock [ 0.458558] AppArmor: AppArmor Filesystem Enabled [ 0.459843] pnp: PnP ACPI init [ 0.461048] pnp: PnP ACPI: found 5 devices [ 0.467849] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.470130] NET: Registered protocol family 2 [ 0.471507] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.473245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.474843] TCP: Hash tables configured (established 4096 bind 4096) [ 0.476431] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477873] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.479431] NET: Registered protocol family 1 [ 0.480602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.482052] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.483478] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.497942] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.512497] Trying to unpack rootfs image as initramfs... [ 0.574238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.579086] Scanning for low memory corruption every 60 seconds [ 0.581231] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.582797] audit: initializing netlink subsys (disabled) [ 0.584209] audit: type=2000 audit(1535187356.952:1): initialized [ 0.586071] Initialise system trusted keyring [ 0.587412] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.588953] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.591639] zbud: loaded [ 0.592634] VFS: Disk quotas dquot_6.6.0 [ 0.593744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.595849] fuse init (API version 7.23) [ 0.597068] Key type big_key registered [ 0.598144] Allocating IMA MOK and blacklist keyrings. [ 0.599759] Key type asymmetric registered [ 0.600881] Asymmetric key parser 'x509' registered [ 0.602172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.604179] io scheduler noop registered [ 0.605258] io scheduler deadline registered (default) [ 0.606593] io scheduler cfq registered [ 0.607761] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.609166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.610876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.612834] ACPI: Power Button [PWRF] [ 0.614024] GHES: HEST is not enabled! [ 0.628121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.657288] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.660086] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.684240] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.687192] Linux agpgart interface v0.103 [ 0.690535] brd: module loaded [ 0.692727] loop: module loaded [ 0.697531] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.699483] GPT:90111 != 2097151 [ 0.700392] GPT:Alternate GPT header not at the end of the disk. [ 0.701847] GPT:90111 != 2097151 [ 0.702764] GPT: Use GNU Parted to correct GPT errors. [ 0.704044] vda: vda1 vda15 [ 0.705667] scsi host0: ata_piix [ 0.706709] scsi host1: ata_piix [ 0.707675] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.709281] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.711214] libphy: Fixed MDIO Bus: probed [ 0.712310] tun: Universal TUN/TAP device driver, 1.6 [ 0.713578] tun: (C) 1999-2004 Max Krasnyansky [ 0.716480] PPP generic driver version 2.4.2 [ 0.717696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.719276] ehci-pci: EHCI PCI platform driver [ 0.720444] ehci-platform: EHCI generic platform driver [ 0.721760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.723263] ohci-pci: OHCI PCI platform driver [ 0.724431] ohci-platform: OHCI generic platform driver [ 0.725755] uhci_hcd: USB Universal Host Controller Interface driver [ 0.740282] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.741608] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.743574] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.744934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.746456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.748079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.749993] usb usb1: Product: UHCI Host Controller [ 0.751243] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.752747] usb usb1: SerialNumber: 0000:00:01.2 [ 0.754049] hub 1-0:1.0: USB hub found [ 0.755104] hub 1-0:1.0: 2 ports detected [ 0.756446] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.759285] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.760557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.761927] mousedev: PS/2 mouse device common for all mice [ 0.763583] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.766002] rtc_cmos 00:00: RTC can wake from S4 [ 0.767499] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.769070] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.770643] i2c /dev entries driver [ 0.771660] device-mapper: uevent: version 1.0.3 [ 0.772933] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.775191] ledtrig-cpu: registered to indicate activity on CPUs [ 0.777028] NET: Registered protocol family 10 [ 0.778563] NET: Registered protocol family 17 [ 0.779782] Key type dns_resolver registered [ 0.781070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.782540] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.784897] registered taskstats version 1 [ 0.786025] Loading compiled-in X.509 certificates [ 0.787842] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.790312] zswap: loaded using pool lzo/zbud [ 0.792358] Key type trusted registered [ 0.794478] Key type encrypted registered [ 0.795579] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796975] ima: No TPM chip found, activating TPM-bypass! [ 0.798369] evm: HMAC attrs: 0x1 [ 0.799630] Magic number: 14:628:928 [ 0.800807] rtc_cmos 00:00: setting system clock to 2018-08-25 08:55:56 UTC (1535187356) [ 0.802964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804439] EDD information not available. [ 0.870084] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886464] Write protecting the kernel read-only data: 14336k [ 0.889389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.891780] 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.937481] 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.4... Lease of 192.168.120.4 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-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK /dev/root resized successfully [took 0.13s] === 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCv7Np0SD+OADkqR7myYUkzzeQZMwrAfqH4XjaqykRYjc8M09guKcrMhznszawfCObSnoh3+ASGjMkapZCCrF+kvPR2fb7DsGAcwDv00Onu1rBDpSpVAbL+zzg9ZmFSVTQ27XbLk+aOuSCDHYaDLuw02bS2fkrlkCEww3g68H8reifL6WmBPDkk79HzTMc9pAKzM69Fmef0bzmIzqrAEA3GU4e/RsNireI5tzpGu2WGpAzW3FpYvCYdBAg7GJqC7Q0Czqjz11GXkeLlRA5Ch46wVeiNxD3L8gqvWfH3Gt5ObZo5VAqNBJRcO4Xndzv0feyI018iHNVwp3Z7GWCF3ohP root@vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1 ssh-dss AAAAB3NzaC1kc3MAAACBALSZ/BXTj7pDnsnRLJL5DL4TxucO+XGWHONMZEhZoAI1avMo0OWKcMmtc6y8UTIv88r76wS6P/3ZJiXKPSxSD0Iji35ODvvFj/VyPwQA5esV5/78EXP5AkNM0rEw9WsSztvnUWInsypEKvpgv7v2APK/CVs0ncbnWHtaxvwqaHuVAAAAFQD6aTZCfYB0Dw0LpaNU6D+Bm+ZUSwAAAIA9+oO+WQUgO8QtqrHpL7FkDQwglFd4uIdeMYSlcfjwhb+ardNnF3OOY7vLyBnD1fwQimJ76OrTvb1iew3vo3LQ3vZ6/tVXO94ik+J5lUMwulyBWa9FrEmZ7zB4pTChytYqrMW20s1QZ0VYolvSiUNLyAvNIWjD5TWA7Y2D6dFWxgAAAIA1QDpPt8bVsUK/7FGFwyn6klzOmFazEKK9YOhq4UVqcQPAkDrGQQcM3EtvH/9p9zsjeztqnwpNBdtOYRiTl74BIITa+3+TYvKdLUbiMxO97F81JdmoKKgUrxmHA5EbSU3fjOlTTdZ1BhXhGA+atyUH06pcaoTrZraol0347vpIcA== root@vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fe55:1be3/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.4 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.26 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-346c1d06-9c51-4c8e-8828-6760bd7bc3c1 login: 2018-08-25 08:56:01,390 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-25 08:56:01,503 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:56:01,503 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:36 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 08:56:01,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:56:01,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:01,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:56: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 x-openstack-request-id: req-81fe7f88-904d-4533-af34-d56f1f19c222 x-compute-request-id: req-81fe7f88-904d-4533-af34-d56f1f19c222 Content-Type: application/json 2018-08-25 08:56:01,822 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff used request id req-81fe7f88-904d-4533-af34-d56f1f19c222 2018-08-25 08:56:01,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.313990116119s 2018-08-25 08:56:01,823 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff used request id req-81fe7f88-904d-4533-af34-d56f1f19c222 2018-08-25 08:56:01,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:01,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:02,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-2a2fec2f-3fcf-4df9-adfa-1273cecb9733 x-compute-request-id: req-2a2fec2f-3fcf-4df9-adfa-1273cecb9733 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:1b:e3", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:56.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:56Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:14:6f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a907297d-4dae-44e3-9378-bc28600befff", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:42.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "a907297d-4dae-44e3-9378-bc28600befff", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:01Z", "hostId": "edce1ca541dd2fef5279f30ee2e64809cf9df915ccf3fcd65d3db70a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:34Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:02,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2a2fec2f-3fcf-4df9-adfa-1273cecb9733 2018-08-25 08:56:02,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413588047028s 2018-08-25 08:56:02,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2a2fec2f-3fcf-4df9-adfa-1273cecb9733 2018-08-25 08:56:02,240 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:04,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:04,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:04,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6cbb3f9-b8dd-4e94-9f1c-5c44c1f18324 x-compute-request-id: req-e6cbb3f9-b8dd-4e94-9f1c-5c44c1f18324 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:1b:e3", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:56.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:55:56Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:04,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e6cbb3f9-b8dd-4e94-9f1c-5c44c1f18324 2018-08-25 08:56:04,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52144908905s 2018-08-25 08:56:04,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e6cbb3f9-b8dd-4e94-9f1c-5c44c1f18324 2018-08-25 08:56:04,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:56:04,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:04,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8660014a-17d9-43d2-ad2e-6f930a10eff6 x-compute-request-id: req-8660014a-17d9-43d2-ad2e-6f930a10eff6 Content-Type: application/json 2018-08-25 08:56:04,930 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930 used request id req-8660014a-17d9-43d2-ad2e-6f930a10eff6 2018-08-25 08:56:04,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163741111755s 2018-08-25 08:56:04,930 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930 used request id req-8660014a-17d9-43d2-ad2e-6f930a10eff6 2018-08-25 08:56:04,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:04,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:05,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f44afb-c2e6-4cb0-880a-23ceb8d4b66b x-compute-request-id: req-45f44afb-c2e6-4cb0-880a-23ceb8d4b66b Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:1b:e3", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/d05990bc-12ca-46ac-ae6c-26ee3112c930", "rel": "bookmark"}], "image": {"id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "links": [{"href": "http://172.30.9.35:8774/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:55:56.000000", "flavor": {"id": "bc55045f-f3da-4872-8070-59acf5ab94d6", "links": [{"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "bookmark"}]}, "id": "d05990bc-12ca-46ac-ae6c-26ee3112c930", "security_groups": [{"name": "default"}], "user_id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:04Z", "hostId": "189e2bb8eae6104f021289d9d846ed377c7c13b360a2f3248fe7f887", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "created": "2018-08-25T08:55:48Z", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:05,228 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-45f44afb-c2e6-4cb0-880a-23ceb8d4b66b 2018-08-25 08:56:05,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.297379970551s 2018-08-25 08:56:05,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-45f44afb-c2e6-4cb0-880a-23ceb8d4b66b 2018-08-25 08:56:05,230 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:07,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:07,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:07,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-90aa31ea-99a8-45c6-b63d-6a94e3724abd x-compute-request-id: req-90aa31ea-99a8-45c6-b63d-6a94e3724abd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 08:56:07,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-90aa31ea-99a8-45c6-b63d-6a94e3724abd 2018-08-25 08:56:07,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0659070014954s 2018-08-25 08:56:07,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-90aa31ea-99a8-45c6-b63d-6a94e3724abd 2018-08-25 08:56:07,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:56:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311/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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" -d '{"subnet_id": "0b024a0f-7b66-48f9-b54d-44f809d64f45"}' 2018-08-25 08:56:09,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d02a3aa-c5f1-468d-b2f8-5ae38c02e1b2 Date: Sat, 25 Aug 2018 08:56:09 GMT RESP BODY: {"network_id": "39aefaa9-1fdb-4a6e-9065-7603d5b3f35a", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "subnet_id": "0b024a0f-7b66-48f9-b54d-44f809d64f45", "subnet_ids": ["0b024a0f-7b66-48f9-b54d-44f809d64f45"], "port_id": "82304fec-a1d7-4277-a7a2-a6b97b7a530b", "id": "8b9db798-649e-4fe8-8a5f-9fc84e548311"} 2018-08-25 08:56:09,314 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311/remove_router_interface.json used request id req-2d02a3aa-c5f1-468d-b2f8-5ae38c02e1b2 2018-08-25 08:56:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.01437306404s 2018-08-25 08:56:09,315 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311/remove_router_interface.json used request id req-2d02a3aa-c5f1-468d-b2f8-5ae38c02e1b2 returning object 8b9db798-649e-4fe8-8a5f-9fc84e548311 2018-08-25 08:56:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:56:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:09,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-646048a5-1f52-46e8-8d29-f8f51c7d89f6 Date: Sat, 25 Aug 2018 08:56:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.213"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "created_at": "2018-08-25T08:55:26Z", "admin_state_up": true, "updated_at": "2018-08-25T08:56:08Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "8b9db798-649e-4fe8-8a5f-9fc84e548311", "name": "vping_userdata-router_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}]} 2018-08-25 08:56:09,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-646048a5-1f52-46e8-8d29-f8f51c7d89f6 2018-08-25 08:56:09,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.140469074249s 2018-08-25 08:56:09,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-646048a5-1f52-46e8-8d29-f8f51c7d89f6 2018-08-25 08:56:09,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:56:09,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:10,736 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc403c03-2a28-4ce1-95a1-835204db50d6 Content-Length: 0 Date: Sat, 25 Aug 2018 08:56:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:56:10,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311.json used request id req-dc403c03-2a28-4ce1-95a1-835204db50d6 2018-08-25 08:56:10,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27820301056s 2018-08-25 08:56:10,736 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/8b9db798-649e-4fe8-8a5f-9fc84e548311.json used request id req-dc403c03-2a28-4ce1-95a1-835204db50d6 2018-08-25 08:56:10,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:56:10,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:10,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b05fdaf5-b774-44e0-bbee-2f05379b054f Date: Sat, 25 Aug 2018 08:56:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:55:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","id":"0b024a0f-7b66-48f9-b54d-44f809d64f45","subnetpool_id":null,"name":"vping_userdata-subnet_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}]} 2018-08-25 08:56:10,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b05fdaf5-b774-44e0-bbee-2f05379b054f 2018-08-25 08:56:10,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0423541069031s 2018-08-25 08:56:10,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b05fdaf5-b774-44e0-bbee-2f05379b054f 2018-08-25 08:56:10,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:56:10,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/0b024a0f-7b66-48f9-b54d-44f809d64f45.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:11,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4267035-1a8d-4e5d-bcfb-81426bd690db Date: Sat, 25 Aug 2018 08:56:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:56:11,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/0b024a0f-7b66-48f9-b54d-44f809d64f45.json used request id req-d4267035-1a8d-4e5d-bcfb-81426bd690db 2018-08-25 08:56:11,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.18249702454s 2018-08-25 08:56:11,964 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/0b024a0f-7b66-48f9-b54d-44f809d64f45.json used request id req-d4267035-1a8d-4e5d-bcfb-81426bd690db 2018-08-25 08:56:11,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:11,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:12,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-9b057688-3e33-4ee4-ba87-521dead08882 Date: Sat, 25 Aug 2018 08:56:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"39aefaa9-1fdb-4a6e-9065-7603d5b3f35a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e439646c3ddb4d02b1f5340fc8a9aab9","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:56:11Z","qos_policy_id":null,"name":"vping_userdata-net_346c1d06-9c51-4c8e-8828-6760bd7bc3c1","admin_state_up":true,"tenant_id":"e439646c3ddb4d02b1f5340fc8a9aab9","created_at":"2018-08-25T08:55:26Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 08:56:12,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-9b057688-3e33-4ee4-ba87-521dead08882 2018-08-25 08:56:12,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0900521278381s 2018-08-25 08:56:12,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-9b057688-3e33-4ee4-ba87-521dead08882 2018-08-25 08:56:12,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:56:12,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/39aefaa9-1fdb-4a6e-9065-7603d5b3f35a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:13,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3713cba0-042e-44d3-a7ec-4d96b4e5098e Date: Sat, 25 Aug 2018 08:56:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:56:13,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/39aefaa9-1fdb-4a6e-9065-7603d5b3f35a.json used request id req-3713cba0-042e-44d3-a7ec-4d96b4e5098e 2018-08-25 08:56:13,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18051314354s 2018-08-25 08:56:13,237 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/39aefaa9-1fdb-4a6e-9065-7603d5b3f35a.json used request id req-3713cba0-042e-44d3-a7ec-4d96b4e5098e 2018-08-25 08:56:13,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:56:13,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:13,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-c96a74bd-dceb-4650-a1f2-f8a0aa1684ed Date: Sat, 25 Aug 2018 08:56:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:55:31Z", "file": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/file", "owner": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "size": 12716032, "self": "/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:55:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:56:13,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c96a74bd-dceb-4650-a1f2-f8a0aa1684ed 2018-08-25 08:56:13,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208815813065s 2018-08-25 08:56:13,450 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c96a74bd-dceb-4650-a1f2-f8a0aa1684ed 2018-08-25 08:56:13,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:56:13,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eabeaa2995f3c0a1aa89b9cd17281a2439151ece" 2018-08-25 08:56:13,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a010255-6a56-4ad6-8ea9-bfccbd15c38c Date: Sat, 25 Aug 2018 08:56:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:56:13,882 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5 used request id req-3a010255-6a56-4ad6-8ea9-bfccbd15c38c 2018-08-25 08:56:13,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.430098056793s 2018-08-25 08:56:13,882 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/e8828a68-7a90-4ffa-946c-5a8f900ea7f5 used request id req-3a010255-6a56-4ad6-8ea9-bfccbd15c38c 2018-08-25 08:56:13,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:56:13,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:13,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-43d26325-7a24-4bcd-90ed-1c2359ef8884 x-compute-request-id: req-43d26325-7a24-4bcd-90ed-1c2359ef8884 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6", "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": "bc55045f-f3da-4872-8070-59acf5ab94d6"}]} 2018-08-25 08:56:13,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-43d26325-7a24-4bcd-90ed-1c2359ef8884 2018-08-25 08:56:13,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227339267731s 2018-08-25 08:56:13,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-43d26325-7a24-4bcd-90ed-1c2359ef8884 2018-08-25 08:56:13,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:56:13,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:13,943 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:56: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-d5f1e621-65d7-4cd5-8199-c5e96a760545 x-compute-request-id: req-d5f1e621-65d7-4cd5-8199-c5e96a760545 Content-Length: 0 Content-Type: application/json 2018-08-25 08:56:13,944 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6 used request id req-d5f1e621-65d7-4cd5-8199-c5e96a760545 2018-08-25 08:56:13,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.036936044693s 2018-08-25 08:56:13,944 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/bc55045f-f3da-4872-8070-59acf5ab94d6 used request id req-d5f1e621-65d7-4cd5-8199-c5e96a760545 2018-08-25 08:56:13,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:56:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:14,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a096aac3-17c2-4c52-9746-c5899f59cede Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": {"self": "http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:56:14,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-a096aac3-17c2-4c52-9746-c5899f59cede 2018-08-25 08:56:14,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.273094177246s 2018-08-25 08:56:14,218 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-a096aac3-17c2-4c52-9746-c5899f59cede 2018-08-25 08:56:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:56:14,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:14,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f8cca37-a321-4e07-be8d-9ee168407972 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_346c1d06-9c51-4c8e-8828-6760bd7bc3c1", "links": {"self": "http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b0a02d9b5ad041fe9ec1c72e0e4df190", "description": null}} 2018-08-25 08:56:14,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190 used request id req-9f8cca37-a321-4e07-be8d-9ee168407972 2018-08-25 08:56:14,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.185726165771s 2018-08-25 08:56:14,410 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190 used request id req-9f8cca37-a321-4e07-be8d-9ee168407972 2018-08-25 08:56:14,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 08:56:14,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:14,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:56:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cfbd895-610e-4da6-8365-265c51c92e3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:56:14,717 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190 used request id req-5cfbd895-610e-4da6-8365-265c51c92e3d 2018-08-25 08:56:14,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.306346893311s 2018-08-25 08:56:14,717 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/b0a02d9b5ad041fe9ec1c72e0e4df190 used request id req-5cfbd895-610e-4da6-8365-265c51c92e3d 2018-08-25 08:56:14,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:56:14,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:14,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-979f6544-73b8-4c29-af3d-1324635823b4 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9"}, "tags": [], "enabled": true, "id": "e439646c3ddb4d02b1f5340fc8a9aab9", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_346c1d06-9c51-4c8e-8828-6760bd7bc3c1"}]} 2018-08-25 08:56:14,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-979f6544-73b8-4c29-af3d-1324635823b4 2018-08-25 08:56:14,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180060148239s 2018-08-25 08:56:14,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-979f6544-73b8-4c29-af3d-1324635823b4 2018-08-25 08:56:14,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 08:56:14,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1f98703ab80cd47b15d37c730a6bcca4d9e87d0" 2018-08-25 08:56:15,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:56:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d298f1c2-6990-4134-88f9-63f5bc4b9df3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:56:15,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9 used request id req-d298f1c2-6990-4134-88f9-63f5bc4b9df3 2018-08-25 08:56:15,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153688907623s 2018-08-25 08:56:15,062 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/e439646c3ddb4d02b1f5340fc8a9aab9 used request id req-d298f1c2-6990-4134-88f9-63f5bc4b9df3 2018-08-25 08:56:15,118 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-25 08:56:15,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:56:15,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:56:15,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:56:15,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:56:15,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:56:15,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:56:15,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:56:15,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:56:15,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:56:15,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:56:15,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28aa1b51-511b-44f0-8fae-b6a5f72de1e0 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:56:15,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-28aa1b51-511b-44f0-8fae-b6a5f72de1e0 2018-08-25 08:56:15,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:56:15,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:56:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["WiBBsIbPQn2soHv4KqwMFw"], "issued_at": "2018-08-25T08:56:15.000000Z"}} 2018-08-25 08:56:15,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:15,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:15,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-4e72f3f7-b973-43f7-a72d-162d1be246d6 Date: Sat, 25 Aug 2018 08:56:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:56:15,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e72f3f7-b973-43f7-a72d-162d1be246d6 2018-08-25 08:56:15,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335695028305s 2018-08-25 08:56:15,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e72f3f7-b973-43f7-a72d-162d1be246d6 2018-08-25 08:56:15,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:56:15,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:56:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98f18fcb-ff5a-4dbe-9ab9-e8eeea53f2b4 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:56:15,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-98f18fcb-ff5a-4dbe-9ab9-e8eeea53f2b4 2018-08-25 08:56:15,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:56:15,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:16,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea39f489-b04d-4a85-9223-e477fd8f5cac Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:56:16,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-ea39f489-b04d-4a85-9223-e477fd8f5cac 2018-08-25 08:56:16,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174645900726s 2018-08-25 08:56:16,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-ea39f489-b04d-4a85-9223-e477fd8f5cac 2018-08-25 08:56:16,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:56:16,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812"}}' 2018-08-25 08:56:16,332 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:56:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-202a7e8b-3137-4f38-9963-b789adb882aa 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.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5"}, "tags": [], "enabled": true, "id": "09e6e8a75c2e46c5b32af47ce281a2a5", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812"}} 2018-08-25 08:56:16,332 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-202a7e8b-3137-4f38-9963-b789adb882aa 2018-08-25 08:56:16,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.247654914856s 2018-08-25 08:56:16,333 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-202a7e8b-3137-4f38-9963-b789adb882aa 2018-08-25 08:56:16,333 - 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'09e6e8a75c2e46c5b32af47ce281a2a5', '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_2eb59691-1595-4e33-9ad4-861df81fe812'}) 2018-08-25 08:56:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:56:16,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "acb0f378-9124-4453-a050-1d5eee89598d", "email": null, "name": "cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812"}}' 2018-08-25 08:56:16,784 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:56:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69ea0e52-6b80-45fc-a010-cd0d050e46ec Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812", "links": {"self": "http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "08b052bce15544f2868070e7af190a6a", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:56:16,784 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-69ea0e52-6b80-45fc-a010-cd0d050e46ec 2018-08-25 08:56:16,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.444444894791s 2018-08-25 08:56:16,784 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-69ea0e52-6b80-45fc-a010-cd0d050e46ec 2018-08-25 08:56:16,785 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'08b052bce15544f2868070e7af190a6a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812'}) 2018-08-25 08:56:16,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:56:16,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:16,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7961a2e5-628a-46e6-b390-d09b9e9452ad Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:56:16,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-7961a2e5-628a-46e6-b390-d09b9e9452ad 2018-08-25 08:56:16,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179500102997s 2018-08-25 08:56:16,969 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-7961a2e5-628a-46e6-b390-d09b9e9452ad 2018-08-25 08:56:16,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:56:16,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:17,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71edca2d-934d-4c54-a363-86c612e2eaac Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:56:17,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-71edca2d-934d-4c54-a363-86c612e2eaac 2018-08-25 08:56:17,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102294206619s 2018-08-25 08:56:17,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-71edca2d-934d-4c54-a363-86c612e2eaac 2018-08-25 08:56:17,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:56:17,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:17,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f8ee32-97c9-4b28-80c0-cb19775f03c7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:56:17,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-57f8ee32-97c9-4b28-80c0-cb19775f03c7 2018-08-25 08:56:17,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.145067214966s 2018-08-25 08:56:17,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-57f8ee32-97c9-4b28-80c0-cb19775f03c7 2018-08-25 08:56:17,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:56:17,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:17,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f71904-a8e5-41a4-af66-bdec2d64af51 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:56:17,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-44f71904-a8e5-41a4-af66-bdec2d64af51 2018-08-25 08:56:17,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.095281124115s 2018-08-25 08:56:17,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-44f71904-a8e5-41a4-af66-bdec2d64af51 2018-08-25 08:56:17,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:56:17,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:17,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d188ba-45b5-42c5-93f9-c9c708840e64 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812", "links": {"self": "http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "08b052bce15544f2868070e7af190a6a", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:56:17,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-78d188ba-45b5-42c5-93f9-c9c708840e64 2018-08-25 08:56:17,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114202976227s 2018-08-25 08:56:17,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-78d188ba-45b5-42c5-93f9-c9c708840e64 2018-08-25 08:56:17,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:56:17,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:17,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1e46a9-c29d-4b18-a103-2586f30d51cf Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5"}, "tags": [], "enabled": true, "id": "09e6e8a75c2e46c5b32af47ce281a2a5", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-25 08:56:17,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-cd1e46a9-c29d-4b18-a103-2586f30d51cf 2018-08-25 08:56:17,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1776471138s 2018-08-25 08:56:17,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-cd1e46a9-c29d-4b18-a103-2586f30d51cf 2018-08-25 08:56:17,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:56:17,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=08b052bce15544f2868070e7af190a6a&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=09e6e8a75c2e46c5b32af47ce281a2a5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:17,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0744e289-a5e5-42e8-9d3e-b15475d83967 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=08b052bce15544f2868070e7af190a6a&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=09e6e8a75c2e46c5b32af47ce281a2a5", "previous": null, "next": null}} 2018-08-25 08:56:17,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=08b052bce15544f2868070e7af190a6a&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=09e6e8a75c2e46c5b32af47ce281a2a5 used request id req-0744e289-a5e5-42e8-9d3e-b15475d83967 2018-08-25 08:56:17,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.15251994133s 2018-08-25 08:56:17,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=08b052bce15544f2868070e7af190a6a&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=09e6e8a75c2e46c5b32af47ce281a2a5 used request id req-0744e289-a5e5-42e8-9d3e-b15475d83967 2018-08-25 08:56:17,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:56:17,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5/users/08b052bce15544f2868070e7af190a6a/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:56:18,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:56:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb77fb5a-a516-422d-9016-cf7c987d249c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:56:18,011 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5/users/08b052bce15544f2868070e7af190a6a/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-eb77fb5a-a516-422d-9016-cf7c987d249c 2018-08-25 08:56:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.214468955994s 2018-08-25 08:56:18,011 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5/users/08b052bce15544f2868070e7af190a6a/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-eb77fb5a-a516-422d-9016-cf7c987d249c 2018-08-25 08:56:18,012 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 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'09e6e8a75c2e46c5b32af47ce281a2a5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'acb0f378-9124-4453-a050-1d5eee89598d', 'username': u'cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:56:18,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:56:18,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:56:18,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:56:18,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:56:18,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:56:18,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:56:18,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:56:18,017 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812', 'password': 'acb0f378-9124-4453-a050-1d5eee89598d', 'project_name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '09e6e8a75c2e46c5b32af47ce281a2a5', 'project_domain_name': 'Default'} 2018-08-25 08:56:18,017 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-25 08:56:18,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:56:18,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-417501af-64d7-4177-aaf2-2d31274e5dd6 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:56:18,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-417501af-64d7-4177-aaf2-2d31274e5dd6 2018-08-25 08:56:18,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:56:18,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T09:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09e6e8a75c2e46c5b32af47ce281a2a5", "name": "cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812", "id": "08b052bce15544f2868070e7af190a6a"}, "audit_ids": ["IEeHrNDrReSGQpFFdLzTVA"], "issued_at": "2018-08-25T08:56:18.000000Z"}} 2018-08-25 08:56:18,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:56:18,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"network": {"name": "cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812", "admin_state_up": true}}' 2018-08-25 08:56:18,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 630 X-Openstack-Request-Id: req-98824d68-23d2-4cd1-a1e8-575d75072cad Date: Sat, 25 Aug 2018 08:56:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:56:18Z","is_default":false,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","qos_policy_id":null,"admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}} 2018-08-25 08:56:18,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-98824d68-23d2-4cd1-a1e8-575d75072cad 2018-08-25 08:56:18,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.558229923248s 2018-08-25 08:56:18,981 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-98824d68-23d2-4cd1-a1e8-575d75072cad 2018-08-25 08:56:18,981 - 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-08-25T08:56:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'cee0fd43-59da-47ac-bc15-dad661077953', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812', u'admin_state_up': True, u'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', u'created_at': u'2018-08-25T08:56:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', u'l2_adjacency': True}) 2018-08-25 08:56:18,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:18,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:19,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-5f226530-0b6d-4076-8061-63443050df88 Date: Sat, 25 Aug 2018 08:56:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:56:18Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:56:19,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5f226530-0b6d-4076-8061-63443050df88 2018-08-25 08:56:19,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.139150857925s 2018-08-25 08:56:19,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5f226530-0b6d-4076-8061-63443050df88 2018-08-25 08:56:19,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:56:19,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"subnet": {"name": "cinder_test-subnet_2eb59691-1595-4e33-9ad4-861df81fe812", "enable_dhcp": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:56:19,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b24544ef-e00b-4b96-a835-cba7967c8146 Date: Sat, 25 Aug 2018 08:56:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:56:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","id":"906a270f-de57-4213-af1b-f97370e063dc","subnetpool_id":null,"name":"cinder_test-subnet_2eb59691-1595-4e33-9ad4-861df81fe812"}} 2018-08-25 08:56:19,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b24544ef-e00b-4b96-a835-cba7967c8146 2018-08-25 08:56:19,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.827507019043s 2018-08-25 08:56:19,951 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b24544ef-e00b-4b96-a835-cba7967c8146 2018-08-25 08:56:19,951 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:56:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'906a270f-de57-4213-af1b-f97370e063dc', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_2eb59691-1595-4e33-9ad4-861df81fe812', u'enable_dhcp': True, u'network_id': u'cee0fd43-59da-47ac-bc15-dad661077953', u'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', u'created_at': u'2018-08-25T08:56:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5'}) 2018-08-25 08:56:19,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:56:19,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "cinder_test-router_2eb59691-1595-4e33-9ad4-861df81fe812", "admin_state_up": true}}' 2018-08-25 08:56:21,545 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-cf40c57c-43f2-4118-b51a-1e4a6286f9ed Date: Sat, 25 Aug 2018 08:56:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:19Z", "admin_state_up": true, "updated_at": "2018-08-25T08:56:20Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "name": "cinder_test-router_2eb59691-1595-4e33-9ad4-861df81fe812"}} 2018-08-25 08:56:21,545 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-cf40c57c-43f2-4118-b51a-1e4a6286f9ed 2018-08-25 08:56:21,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59363102913s 2018-08-25 08:56:21,546 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-cf40c57c-43f2-4118-b51a-1e4a6286f9ed 2018-08-25 08:56:21,546 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:56:20Z', u'revision_number': 2, u'id': u'45d6ef14-adc2-443c-8c8e-a57e5f03a743', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-router_2eb59691-1595-4e33-9ad4-861df81fe812', u'admin_state_up': True, u'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', u'created_at': u'2018-08-25T08:56:19Z', u'flavor_id': None, u'routes': [], u'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5'}) 2018-08-25 08:56:21,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:56:21,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"subnet_id": "906a270f-de57-4213-af1b-f97370e063dc"}' 2018-08-25 08:56:24,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e974c77-2dfd-4775-9924-e69d21618adf Date: Sat, 25 Aug 2018 08:56:24 GMT RESP BODY: {"network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "subnet_id": "906a270f-de57-4213-af1b-f97370e063dc", "subnet_ids": ["906a270f-de57-4213-af1b-f97370e063dc"], "port_id": "6935f516-48f5-4e2c-9e8b-2b84e20862d4", "id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743"} 2018-08-25 08:56:24,097 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743/add_router_interface.json used request id req-1e974c77-2dfd-4775-9924-e69d21618adf 2018-08-25 08:56:24,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.55038499832s 2018-08-25 08:56:24,098 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743/add_router_interface.json used request id req-1e974c77-2dfd-4775-9924-e69d21618adf returning object 45d6ef14-adc2-443c-8c8e-a57e5f03a743 2018-08-25 08:56:24,098 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:56:24,231 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:56:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:56:24,238 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:56:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:56:24,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:56:24,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:25,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-04dc6c87-f25c-41ca-869d-932ebcf664e7 Date: Sat, 25 Aug 2018 08:56:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:56:25,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-04dc6c87-f25c-41ca-869d-932ebcf664e7 2018-08-25 08:56:25,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770320177078s 2018-08-25 08:56:25,012 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-04dc6c87-f25c-41ca-869d-932ebcf664e7 2018-08-25 08:56:25,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:56:25,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812"}' 2018-08-25 08:56:25,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ed9ccfd4-92e1-4367-a3ec-b7e4723db0a3 Date: Sat, 25 Aug 2018 08:56:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:56:25Z", "file": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file", "owner": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "size": null, "self": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "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_2eb59691-1595-4e33-9ad4-861df81fe812", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "checksum": null, "created_at": "2018-08-25T08:56:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:56:25,080 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-ed9ccfd4-92e1-4367-a3ec-b7e4723db0a3 2018-08-25 08:56:25,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0602421760559s 2018-08-25 08:56:25,081 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-ed9ccfd4-92e1-4367-a3ec-b7e4723db0a3 returning object 10d9b981-8a9f-4f1e-8375-443e23d9ad46 2018-08-25 08:56:25,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:56:25,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '' 2018-08-25 08:56:25,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac401d36-92c5-4f90-9b4c-868e650aa1fb Date: Sat, 25 Aug 2018 08:56:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:56:25,854 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file used request id req-ac401d36-92c5-4f90-9b4c-868e650aa1fb 2018-08-25 08:56:25,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.772812843323s 2018-08-25 08:56:25,855 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file used request id req-ac401d36-92c5-4f90-9b4c-868e650aa1fb 2018-08-25 08:56:25,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:56:25,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:25,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9b93fb97-fa57-4e5d-9386-b529b9345f89 Date: Sat, 25 Aug 2018 08:56:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:56:25Z", "file": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file", "owner": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "size": 12716032, "self": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:56:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:56:25,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-9b93fb97-fa57-4e5d-9386-b529b9345f89 2018-08-25 08:56:25,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0349900722504s 2018-08-25 08:56:25,894 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-9b93fb97-fa57-4e5d-9386-b529b9345f89 2018-08-25 08:56:25,896 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap', u'metadata': Munch({})})], 'file': u'/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file', 'owner': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'id': u'10d9b981-8a9f-4f1e-8375-443e23d9ad46', 'size': 12716032, u'self': u'/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:56:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T08:56:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812', '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/10d9b981-8a9f-4f1e-8375-443e23d9ad46', 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_2eb59691-1595-4e33-9ad4-861df81fe812', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812', 'created': u'2018-08-25T08:56:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:56:25Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46', 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_2eb59691-1595-4e33-9ad4-861df81fe812', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:56:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:56:25,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_2eb59691-1595-4e33-9ad4-861df81fe812", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:56:26,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92246924-280c-4965-b049-80ed0a94ddd5 x-compute-request-id: req-92246924-280c-4965-b049-80ed0a94ddd5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_2eb59691-1595-4e33-9ad4-861df81fe812", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "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": "c153e523-6202-4aa5-9e48-8742828f215f"}} 2018-08-25 08:56:26,200 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-92246924-280c-4965-b049-80ed0a94ddd5 2018-08-25 08:56:26,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303367853165s 2018-08-25 08:56:26,201 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-92246924-280c-4965-b049-80ed0a94ddd5 2018-08-25 08:56:26,202 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_2eb59691-1595-4e33-9ad4-861df81fe812', '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'89d58111967c4124b09131409c7a2a28', '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'c153e523-6202-4aa5-9e48-8742828f215f', 'swap': 0}) 2018-08-25 08:56:26,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:56:26,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f/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}a7d029763d178ded71347eb433e5b8455faf1b32" -d '{"extra_specs": {}}' 2018-08-25 08:56:26,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-b14eca94-700e-41b8-aa45-d36f86149598 x-compute-request-id: req-b14eca94-700e-41b8-aa45-d36f86149598 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:56:26,223 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f/os-extra_specs used request id req-b14eca94-700e-41b8-aa45-d36f86149598 2018-08-25 08:56:26,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202739238739s 2018-08-25 08:56:26,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f/os-extra_specs used request id req-b14eca94-700e-41b8-aa45-d36f86149598 2018-08-25 08:56:26,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 08:56:26,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"keypair": {"name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812"}}' 2018-08-25 08:56:26,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-bcb010bb-13ab-4b4f-a682-b85f8889b6cc x-compute-request-id: req-bcb010bb-13ab-4b4f-a682-b85f8889b6cc Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZWxM/g48tu3C6cINK6OwPTImjDRjEOdpen0dpweXkViBQPe3g2vBVCL1EHnJXqCKfe5PckpJ46TcxcXVGnAFFfx7SBmQyoHbl2+N7kiFMX9gmqFdA9ninWp6QZjmqOsOXV+vfKkimcu6FGX0l0B1Mrl0nzel0F/PVplW65ZZXWN0ihk+XHcEba7eFqmJ1i/JEg5mv1H0ibevrF95I6GBxT0Acf7jCjL0Wu2LNibPyU0BF/9vnla/VhgLbvLohH5CW62P8/3zvnjryurWi+56jJqJtpZFcx6RrZSpn25tV7+B5gcfviiwRISkT9xTPzBCAgvp0BskUA4hbwO0xi7zF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2VsTP4OPLbtwunCDSujsD0yJow0YxDnaXp9HacHl5FYgUD3t\n4NrwVQi9RB5yV6gin3uT3JKSeOk3MXF1RpwBRX8e0gZkMqB25dvje5IhTF/YJqhX\nQPZ4p1qekGY5qjrDl1fr3ypIpnLuhRl9JdAdTK5dJ83pdBfz1aZVuuWWV1jdIoZP\nlx3BG2u3hapidYvyRIOZr9R9Im3r6xfeSOhgcU9AHH+4woy9FrtizYmz8lNARf/b\n55Wv1YYC27y6IR+Qlutj/P9875468rq1ovueoyaibaWRXMeka2UqZ9ubVe/geYHH\n74osESEpE/cUz8wQgIL6dAbJFAOIW8DtMYu8xQIDAQABAoIBAQCWdhRp+DFKMCIF\n/dL1LS4UHSB+LZfCZmYC8HGoBSCWIwS1Z1lfOU/7HVSfbhArG+nzysD9hL0+U/rw\nECFl4qKCsE/uhZwg67HCxqe/p9XDH+nqQMg94SB+gR2YyhsK+yjggG14i7XE+3Sf\n0Jgwb9OIfH9iCYmc4uPZNw7LlRiwlzzJYJh4PIjt9Izh1BCtrYsLtWkCSsvyrvzC\nYvlZPfXlFzRTe7aj+rtJfxjMPVTffT9pZ+vHSrD8+12AVdxtZg1ZLs6M9r4qMMGg\n1n2HnSuZL8+f3p2qCrkSf62Bl4QcsXMHa7HbPTicw4xr4jqfjZdGAVyM52bdDGGa\nNW6BYhTBAoGBAP9SFENTYRAPT9gRIeRTBSovSIN50GOqPQBEsi5Y2vnnnshclb9H\nxPHgU0C4iEtuixQwKtmhRH4rNpGEMtuVYMf3/iiMSjhPjGI3hVNhlIRmboHola9y\n7R7k8V5IdEFjXiiW3Jd7Yv+Y6zPNOtjPiOqY5zh4x7mMF+a/LbLLgwKRAoGBANnv\nIoj9Z4L1kBsHzRFQSIOa9WSusguRgtGPlxp09+aDHWU1foLUKU/1r8GjTQzetd4H\niWvvqaISs45Hv21XxB4b4xrQgtNj5QVLmPp1wNniR1gWPvxyvHHHkRnKIluQ3Bqq\nGvRRa7UJ0YUIFaGolQtC6X8T/ZZ40ZjZvl0jGcj1AoGAVc424x19bFFJCxtO4ZYJ\nEVFMtGrW3vfSgmmT3EGebggqc7mx1dP/2y4BrKmXnIotEX7Sl8s74o8RSrw7/1Hn\ncazlbKkhNGV/j26LTydnK0vlbaFF1O3xxMU6XO5Kq8MCXO++eOZNsgqpWQJq+Xxd\nzkHOy0rEDJaJXdH4QLNmdxECgYADnVrGSOWxn18Pg7acBefd/vD5BYjAdl5kGWyZ\nLL173krbheKeSuSQhfOvU4UQpJUBpMBbwPLgVE0UHA6Jwr3m/fFrXW/+D5cZ2mIk\nLVXQh1dFl8DdsQ19GaFHeznMqP9tlcqyqLMPoqUN/s9VChXGxQpYaD15hHF9hocI\nxm9EDQKBgQC5ScF3ZMdm0TjcrEE5gglrWsShJVrt8kujp2ShLN20LkQsUDcRMpzR\n5abJ4FuJjDEgh87wxMemBhlJ8m2lK7Zb9ngV56k8CunA+4vbwNJm3AlGdKfZQwfm\nNCqhIKMoxVAwxqFFqv2koTRxQdstkxGPJ2k0xKdsw1btseCN85lKBw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "08b052bce15544f2868070e7af190a6a", "name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "fingerprint": "0b:38:bc:a6:c4:f7:01:b8:c5:e0:82:1d:b5:09:13:3a"}} 2018-08-25 08:56:26,639 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-bcb010bb-13ab-4b4f-a682-b85f8889b6cc 2018-08-25 08:56:26,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.415324211121s 2018-08-25 08:56:26,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-bcb010bb-13ab-4b4f-a682-b85f8889b6cc 2018-08-25 08:56:26,640 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZWxM/g48tu3C6cINK6OwPTImjDRjEOdpen0dpweXkViBQPe3g2vBVCL1EHnJXqCKfe5PckpJ46TcxcXVGnAFFfx7SBmQyoHbl2+N7kiFMX9gmqFdA9ninWp6QZjmqOsOXV+vfKkimcu6FGX0l0B1Mrl0nzel0F/PVplW65ZZXWN0ihk+XHcEba7eFqmJ1i/JEg5mv1H0ibevrF95I6GBxT0Acf7jCjL0Wu2LNibPyU0BF/9vnla/VhgLbvLohH5CW62P8/3zvnjryurWi+56jJqJtpZFcx6RrZSpn25tV7+B5gcfviiwRISkT9xTPzBCAgvp0BskUA4hbwO0xi7zF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2VsTP4OPLbtwunCDSujsD0yJow0YxDnaXp9HacHl5FYgUD3t\n4NrwVQi9RB5yV6gin3uT3JKSeOk3MXF1RpwBRX8e0gZkMqB25dvje5IhTF/YJqhX\nQPZ4p1qekGY5qjrDl1fr3ypIpnLuhRl9JdAdTK5dJ83pdBfz1aZVuuWWV1jdIoZP\nlx3BG2u3hapidYvyRIOZr9R9Im3r6xfeSOhgcU9AHH+4woy9FrtizYmz8lNARf/b\n55Wv1YYC27y6IR+Qlutj/P9875468rq1ovueoyaibaWRXMeka2UqZ9ubVe/geYHH\n74osESEpE/cUz8wQgIL6dAbJFAOIW8DtMYu8xQIDAQABAoIBAQCWdhRp+DFKMCIF\n/dL1LS4UHSB+LZfCZmYC8HGoBSCWIwS1Z1lfOU/7HVSfbhArG+nzysD9hL0+U/rw\nECFl4qKCsE/uhZwg67HCxqe/p9XDH+nqQMg94SB+gR2YyhsK+yjggG14i7XE+3Sf\n0Jgwb9OIfH9iCYmc4uPZNw7LlRiwlzzJYJh4PIjt9Izh1BCtrYsLtWkCSsvyrvzC\nYvlZPfXlFzRTe7aj+rtJfxjMPVTffT9pZ+vHSrD8+12AVdxtZg1ZLs6M9r4qMMGg\n1n2HnSuZL8+f3p2qCrkSf62Bl4QcsXMHa7HbPTicw4xr4jqfjZdGAVyM52bdDGGa\nNW6BYhTBAoGBAP9SFENTYRAPT9gRIeRTBSovSIN50GOqPQBEsi5Y2vnnnshclb9H\nxPHgU0C4iEtuixQwKtmhRH4rNpGEMtuVYMf3/iiMSjhPjGI3hVNhlIRmboHola9y\n7R7k8V5IdEFjXiiW3Jd7Yv+Y6zPNOtjPiOqY5zh4x7mMF+a/LbLLgwKRAoGBANnv\nIoj9Z4L1kBsHzRFQSIOa9WSusguRgtGPlxp09+aDHWU1foLUKU/1r8GjTQzetd4H\niWvvqaISs45Hv21XxB4b4xrQgtNj5QVLmPp1wNniR1gWPvxyvHHHkRnKIluQ3Bqq\nGvRRa7UJ0YUIFaGolQtC6X8T/ZZ40ZjZvl0jGcj1AoGAVc424x19bFFJCxtO4ZYJ\nEVFMtGrW3vfSgmmT3EGebggqc7mx1dP/2y4BrKmXnIotEX7Sl8s74o8RSrw7/1Hn\ncazlbKkhNGV/j26LTydnK0vlbaFF1O3xxMU6XO5Kq8MCXO++eOZNsgqpWQJq+Xxd\nzkHOy0rEDJaJXdH4QLNmdxECgYADnVrGSOWxn18Pg7acBefd/vD5BYjAdl5kGWyZ\nLL173krbheKeSuSQhfOvU4UQpJUBpMBbwPLgVE0UHA6Jwr3m/fFrXW/+D5cZ2mIk\nLVXQh1dFl8DdsQ19GaFHeznMqP9tlcqyqLMPoqUN/s9VChXGxQpYaD15hHF9hocI\nxm9EDQKBgQC5ScF3ZMdm0TjcrEE5gglrWsShJVrt8kujp2ShLN20LkQsUDcRMpzR\n5abJ4FuJjDEgh87wxMemBhlJ8m2lK7Zb9ngV56k8CunA+4vbwNJm3AlGdKfZQwfm\nNCqhIKMoxVAwxqFFqv2koTRxQdstkxGPJ2k0xKdsw1btseCN85lKBw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'08b052bce15544f2868070e7af190a6a', 'name': u'cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812', 'created_at': '2018-08-25T08:56:26.640569', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0b:38:bc:a6:c4:f7:01:b8:c5:e0:82:1d:b5:09:13:3a', 'type': 'ssh', 'id': u'cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812'}) 2018-08-25 08:56:26,641 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA2VsTP4OPLbtwunCDSujsD0yJow0YxDnaXp9HacHl5FYgUD3t 4NrwVQi9RB5yV6gin3uT3JKSeOk3MXF1RpwBRX8e0gZkMqB25dvje5IhTF/YJqhX QPZ4p1qekGY5qjrDl1fr3ypIpnLuhRl9JdAdTK5dJ83pdBfz1aZVuuWWV1jdIoZP lx3BG2u3hapidYvyRIOZr9R9Im3r6xfeSOhgcU9AHH+4woy9FrtizYmz8lNARf/b 55Wv1YYC27y6IR+Qlutj/P9875468rq1ovueoyaibaWRXMeka2UqZ9ubVe/geYHH 74osESEpE/cUz8wQgIL6dAbJFAOIW8DtMYu8xQIDAQABAoIBAQCWdhRp+DFKMCIF /dL1LS4UHSB+LZfCZmYC8HGoBSCWIwS1Z1lfOU/7HVSfbhArG+nzysD9hL0+U/rw ECFl4qKCsE/uhZwg67HCxqe/p9XDH+nqQMg94SB+gR2YyhsK+yjggG14i7XE+3Sf 0Jgwb9OIfH9iCYmc4uPZNw7LlRiwlzzJYJh4PIjt9Izh1BCtrYsLtWkCSsvyrvzC YvlZPfXlFzRTe7aj+rtJfxjMPVTffT9pZ+vHSrD8+12AVdxtZg1ZLs6M9r4qMMGg 1n2HnSuZL8+f3p2qCrkSf62Bl4QcsXMHa7HbPTicw4xr4jqfjZdGAVyM52bdDGGa NW6BYhTBAoGBAP9SFENTYRAPT9gRIeRTBSovSIN50GOqPQBEsi5Y2vnnnshclb9H xPHgU0C4iEtuixQwKtmhRH4rNpGEMtuVYMf3/iiMSjhPjGI3hVNhlIRmboHola9y 7R7k8V5IdEFjXiiW3Jd7Yv+Y6zPNOtjPiOqY5zh4x7mMF+a/LbLLgwKRAoGBANnv Ioj9Z4L1kBsHzRFQSIOa9WSusguRgtGPlxp09+aDHWU1foLUKU/1r8GjTQzetd4H iWvvqaISs45Hv21XxB4b4xrQgtNj5QVLmPp1wNniR1gWPvxyvHHHkRnKIluQ3Bqq GvRRa7UJ0YUIFaGolQtC6X8T/ZZ40ZjZvl0jGcj1AoGAVc424x19bFFJCxtO4ZYJ EVFMtGrW3vfSgmmT3EGebggqc7mx1dP/2y4BrKmXnIotEX7Sl8s74o8RSrw7/1Hn cazlbKkhNGV/j26LTydnK0vlbaFF1O3xxMU6XO5Kq8MCXO++eOZNsgqpWQJq+Xxd zkHOy0rEDJaJXdH4QLNmdxECgYADnVrGSOWxn18Pg7acBefd/vD5BYjAdl5kGWyZ LL173krbheKeSuSQhfOvU4UQpJUBpMBbwPLgVE0UHA6Jwr3m/fFrXW/+D5cZ2mIk LVXQh1dFl8DdsQ19GaFHeznMqP9tlcqyqLMPoqUN/s9VChXGxQpYaD15hHF9hocI xm9EDQKBgQC5ScF3ZMdm0TjcrEE5gglrWsShJVrt8kujp2ShLN20LkQsUDcRMpzR 5abJ4FuJjDEgh87wxMemBhlJ8m2lK7Zb9ngV56k8CunA+4vbwNJm3AlGdKfZQwfm NCqhIKMoxVAwxqFFqv2koTRxQdstkxGPJ2k0xKdsw1btseCN85lKBw== -----END RSA PRIVATE KEY----- 2018-08-25 08:56:26,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 08:56:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"security_group": {"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-25 08:56:26,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-045f3798-a0f9-4e4a-9314-dcc75ba5f405 Date: Sat, 25 Aug 2018 08:56:26 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:26Z", "updated_at": "2018-08-25T08:56:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "882dcebc-bcbd-4c37-a2e3-b076e1949696", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "e08be49e-a15c-435d-920a-b2019c599f78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}} 2018-08-25 08:56:26,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-045f3798-a0f9-4e4a-9314-dcc75ba5f405 2018-08-25 08:56:26,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.19175195694s 2018-08-25 08:56:26,836 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-045f3798-a0f9-4e4a-9314-dcc75ba5f405 2018-08-25 08:56:26,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:56:26,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:26,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-9b19f191-3560-490d-963a-f5d9687ae9d3 Date: Sat, 25 Aug 2018 08:56:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:26Z", "updated_at": "2018-08-25T08:56:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "882dcebc-bcbd-4c37-a2e3-b076e1949696", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "e08be49e-a15c-435d-920a-b2019c599f78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}, {"description": "Default security group", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:18Z", "updated_at": "2018-08-25T08:56:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "1e59ff61-bf64-465e-92bc-1e8efe1d63b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "5c2b02e5-0295-4e6d-afd5-67ed9fba56a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "8f186c16-6dbe-4372-991c-a0a7016a1a8a", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "deeb6868-707d-49fe-898e-03d5a8f1ca74", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "name": "default"}]} 2018-08-25 08:56:26,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9b19f191-3560-490d-963a-f5d9687ae9d3 2018-08-25 08:56:26,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0722601413727s 2018-08-25 08:56:26,913 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9b19f191-3560-490d-963a-f5d9687ae9d3 2018-08-25 08:56:26,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:56:26,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -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": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"}}' 2018-08-25 08:56:27,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fed6772e-ea23-43e8-bfe8-fb8fbef60781 Date: Sat, 25 Aug 2018 08:56:27 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-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "port_range_min": 22, "revision_number": 0, "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:26Z", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "153721ac-28a0-4327-b91c-43f4bb65d986"}} 2018-08-25 08:56:27,108 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-fed6772e-ea23-43e8-bfe8-fb8fbef60781 2018-08-25 08:56:27,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.190320014954s 2018-08-25 08:56:27,108 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-fed6772e-ea23-43e8-bfe8-fb8fbef60781 2018-08-25 08:56:27,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:56:27,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:27,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-96af54d2-d34c-4e4f-ac1d-e7de865dffcd Date: Sat, 25 Aug 2018 08:56:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:26Z", "updated_at": "2018-08-25T08:56:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "153721ac-28a0-4327-b91c-43f4bb65d986", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "882dcebc-bcbd-4c37-a2e3-b076e1949696", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "e08be49e-a15c-435d-920a-b2019c599f78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 2, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}, {"description": "Default security group", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:18Z", "updated_at": "2018-08-25T08:56:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "1e59ff61-bf64-465e-92bc-1e8efe1d63b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "5c2b02e5-0295-4e6d-afd5-67ed9fba56a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "8f186c16-6dbe-4372-991c-a0a7016a1a8a", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "deeb6868-707d-49fe-898e-03d5a8f1ca74", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "name": "default"}]} 2018-08-25 08:56:27,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-96af54d2-d34c-4e4f-ac1d-e7de865dffcd 2018-08-25 08:56:27,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0477509498596s 2018-08-25 08:56:27,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-96af54d2-d34c-4e4f-ac1d-e7de865dffcd 2018-08-25 08:56:27,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 08:56:27,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -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": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"}}' 2018-08-25 08:56:27,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-69afd254-8e3e-429a-8e15-a18244fc4660 Date: Sat, 25 Aug 2018 08:56:27 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-08-25T08:56:27Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "port_range_min": null, "revision_number": 0, "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:27Z", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "3debe1b0-0014-456f-8c20-5473b58c7954"}} 2018-08-25 08:56:27,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-69afd254-8e3e-429a-8e15-a18244fc4660 2018-08-25 08:56:27,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.117538928986s 2018-08-25 08:56:27,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-69afd254-8e3e-429a-8e15-a18244fc4660 2018-08-25 08:56:27,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:27,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:27,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-1e807b4c-8f68-4c2b-8bf3-9f400e6c0ff0 Date: Sat, 25 Aug 2018 08:56:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":["906a270f-de57-4213-af1b-f97370e063dc"],"description":"","tags":[],"updated_at":"2018-08-25T08:56:19Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:56:27,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-1e807b4c-8f68-4c2b-8bf3-9f400e6c0ff0 2018-08-25 08:56:27,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116155862808s 2018-08-25 08:56:27,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-1e807b4c-8f68-4c2b-8bf3-9f400e6c0ff0 2018-08-25 08:56:27,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:56:27,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:27,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-b79d9b9b-17d5-43ff-b482-82b472a3be30 Date: Sat, 25 Aug 2018 08:56:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:56:25Z", "file": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file", "owner": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "size": 12716032, "self": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:56:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:56:27,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b79d9b9b-17d5-43ff-b482-82b472a3be30 2018-08-25 08:56:27,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0333662033081s 2018-08-25 08:56:27,438 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b79d9b9b-17d5-43ff-b482-82b472a3be30 2018-08-25 08:56:27,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:56:27,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:27,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-664f577d-a8e0-4984-8926-0e029f04024c x-compute-request-id: req-664f577d-a8e0-4984-8926-0e029f04024c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_2eb59691-1595-4e33-9ad4-861df81fe812", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "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": "c153e523-6202-4aa5-9e48-8742828f215f"}]} 2018-08-25 08:56:27,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-664f577d-a8e0-4984-8926-0e029f04024c 2018-08-25 08:56:27,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224430561066s 2018-08-25 08:56:27,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-664f577d-a8e0-4984-8926-0e029f04024c 2018-08-25 08:56:27,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:56:27,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"server": {"name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "imageRef": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "flavorRef": "c153e523-6202-4aa5-9e48-8742828f215f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cee0fd43-59da-47ac-bc15-dad661077953"}], "security_groups": [{"name": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"}]}}' 2018-08-25 08:56:29,088 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8496e323-cf43-476c-b6bc-1af02255bf2a x-compute-request-id: req-8496e323-cf43-476c-b6bc-1af02255bf2a Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"}], "OS-DCF:diskConfig": "MANUAL", "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "adminPass": "9DVWjvr4MLWg"}} 2018-08-25 08:56:29,088 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-8496e323-cf43-476c-b6bc-1af02255bf2a 2018-08-25 08:56:29,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.62475895882s 2018-08-25 08:56:29,089 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-8496e323-cf43-476c-b6bc-1af02255bf2a 2018-08-25 08:56:29,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:29,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:29,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-5101bb90-4a62-4e0d-8baf-0040d5633785 x-compute-request-id: req-5101bb90-4a62-4e0d-8baf-0040d5633785 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.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "user_id": "08b052bce15544f2868070e7af190a6a", "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-08-25T08:56:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:29,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5101bb90-4a62-4e0d-8baf-0040d5633785 2018-08-25 08:56:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345348119736s 2018-08-25 08:56:29,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5101bb90-4a62-4e0d-8baf-0040d5633785 2018-08-25 08:56:29,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:29,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:29,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-4cc24196-4cd9-4173-b51e-87caf4d4ffd9 Date: Sat, 25 Aug 2018 08:56:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":["906a270f-de57-4213-af1b-f97370e063dc"],"description":"","tags":[],"updated_at":"2018-08-25T08:56:19Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:56:29,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-4cc24196-4cd9-4173-b51e-87caf4d4ffd9 2018-08-25 08:56:29,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0945868492126s 2018-08-25 08:56:29,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-4cc24196-4cd9-4173-b51e-87caf4d4ffd9 2018-08-25 08:56:29,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:56:29,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:29,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-499a90aa-f163-44ff-b6d8-0f22fb7c5488 Date: Sat, 25 Aug 2018 08:56:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:56:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","id":"906a270f-de57-4213-af1b-f97370e063dc","subnetpool_id":null,"name":"cinder_test-subnet_2eb59691-1595-4e33-9ad4-861df81fe812"}]} 2018-08-25 08:56:29,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-499a90aa-f163-44ff-b6d8-0f22fb7c5488 2018-08-25 08:56:29,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0600578784943s 2018-08-25 08:56:29,598 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-499a90aa-f163-44ff-b6d8-0f22fb7c5488 2018-08-25 08:56:29,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:31,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:31,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:32,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-80511758-bcba-4b43-afaa-a6172fc91359 x-compute-request-id: req-80511758-bcba-4b43-afaa-a6172fc91359 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.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:56:31Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:32,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-80511758-bcba-4b43-afaa-a6172fc91359 2018-08-25 08:56:32,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57531785965s 2018-08-25 08:56:32,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-80511758-bcba-4b43-afaa-a6172fc91359 2018-08-25 08:56:32,180 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:34,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:34,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:34,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-9c2be585-9ac4-46fd-aed0-1a01fc20f3b3 x-compute-request-id: req-9c2be585-9ac4-46fd-aed0-1a01fc20f3b3 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.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:56:31Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:34,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c2be585-9ac4-46fd-aed0-1a01fc20f3b3 2018-08-25 08:56:34,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.265615224838s 2018-08-25 08:56:34,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c2be585-9ac4-46fd-aed0-1a01fc20f3b3 2018-08-25 08:56:34,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:36,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:36,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-30988c3f-e84f-4867-9d6e-f23541558752 x-compute-request-id: req-30988c3f-e84f-4867-9d6e-f23541558752 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:35.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:36Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:36,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-30988c3f-e84f-4867-9d6e-f23541558752 2018-08-25 08:56:36,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.16973900795s 2018-08-25 08:56:36,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-30988c3f-e84f-4867-9d6e-f23541558752 2018-08-25 08:56:36,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:56:36,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=2b23678f-127b-4ac7-a98f-55ef68d48abd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:36,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-1ed9b8a0-9b97-4e9d-8e35-22c16927cffb Date: Sat, 25 Aug 2018 08:56:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:56:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"906a270f-de57-4213-af1b-f97370e063dc","ip_address":"192.168.120.3"}],"id":"2a459dd1-2974-43b1-b9dc-51003b50cb19","security_groups":["18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"],"mac_address":"fa:16:3e:dd:1a:07","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:32Z","binding:vnic_type":"normal","device_id":"2b23678f-127b-4ac7-a98f-55ef68d48abd","ip_allocation":"immediate"}]} 2018-08-25 08:56:36,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2b23678f-127b-4ac7-a98f-55ef68d48abd used request id req-1ed9b8a0-9b97-4e9d-8e35-22c16927cffb 2018-08-25 08:56:36,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0611910820007s 2018-08-25 08:56:36,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2b23678f-127b-4ac7-a98f-55ef68d48abd used request id req-1ed9b8a0-9b97-4e9d-8e35-22c16927cffb 2018-08-25 08:56:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:36,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2a459dd1-2974-43b1-b9dc-51003b50cb19" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:36,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dde9471b-258d-4e8c-8786-cffa3cc34968 Date: Sat, 25 Aug 2018 08:56:36 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:56:36,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2a459dd1-2974-43b1-b9dc-51003b50cb19 used request id req-dde9471b-258d-4e8c-8786-cffa3cc34968 2018-08-25 08:56:36,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0420491695404s 2018-08-25 08:56:36,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2a459dd1-2974-43b1-b9dc-51003b50cb19 used request id req-dde9471b-258d-4e8c-8786-cffa3cc34968 2018-08-25 08:56:36,739 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:dd:1a:07', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'10d9b981-8a9f-4f1e-8375-443e23d9ad46'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:56:35.000000', 'flavor': Munch({u'id': u'c153e523-6202-4aa5-9e48-8742828f215f'}), 'az': u'nova', 'id': u'2b23678f-127b-4ac7-a98f-55ef68d48abd', 'security_groups': [Munch({u'name': u'cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'08b052bce15544f2868070e7af190a6a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:56:35.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:56:36Z', 'hostId': u'3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:56:35.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': u'cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812', 'adminPass': u'9DVWjvr4MLWg', 'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'created_at': u'2018-08-25T08:56:29Z', 'created': u'2018-08-25T08:56:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:56:36,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:36,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:36,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-2664d329-d87c-411c-ade6-61a14b12de81 Date: Sat, 25 Aug 2018 08:56:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":["906a270f-de57-4213-af1b-f97370e063dc"],"description":"","tags":[],"updated_at":"2018-08-25T08:56:19Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:56:36,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2664d329-d87c-411c-ade6-61a14b12de81 2018-08-25 08:56:36,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.090136051178s 2018-08-25 08:56:36,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2664d329-d87c-411c-ade6-61a14b12de81 2018-08-25 08:56:36,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:56:36,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=2b23678f-127b-4ac7-a98f-55ef68d48abd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:36,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-2d926cc4-40f7-4e5c-88d1-447f21ea9a11 Date: Sat, 25 Aug 2018 08:56:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:56:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"906a270f-de57-4213-af1b-f97370e063dc","ip_address":"192.168.120.3"}],"id":"2a459dd1-2974-43b1-b9dc-51003b50cb19","security_groups":["18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"],"mac_address":"fa:16:3e:dd:1a:07","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:32Z","binding:vnic_type":"normal","device_id":"2b23678f-127b-4ac7-a98f-55ef68d48abd","ip_allocation":"immediate"}]} 2018-08-25 08:56:36,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2b23678f-127b-4ac7-a98f-55ef68d48abd used request id req-2d926cc4-40f7-4e5c-88d1-447f21ea9a11 2018-08-25 08:56:36,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0482320785522s 2018-08-25 08:56:36,883 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2b23678f-127b-4ac7-a98f-55ef68d48abd used request id req-2d926cc4-40f7-4e5c-88d1-447f21ea9a11 2018-08-25 08:56:36,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 08:56:36,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.3", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19"}}' 2018-08-25 08:56:39,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-278290ab-d926-4c95-979e-cee22eb1d4a7 Date: Sat, 25 Aug 2018 08:56:39 GMT RESP BODY: {"floatingip": {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}} 2018-08-25 08:56:39,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-278290ab-d926-4c95-979e-cee22eb1d4a7 2018-08-25 08:56:39,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.21257805824s 2018-08-25 08:56:39,097 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-278290ab-d926-4c95-979e-cee22eb1d4a7 2018-08-25 08:56:39,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:39,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:39,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-aecff913-bcce-4557-aa72-4a924744845a Date: Sat, 25 Aug 2018 08:56:39 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:39,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-aecff913-bcce-4557-aa72-4a924744845a 2018-08-25 08:56:39,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0908358097076s 2018-08-25 08:56:39,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-aecff913-bcce-4557-aa72-4a924744845a 2018-08-25 08:56:39,200 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:39,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:39,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:39,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9c6a118a-2b39-4d5b-b640-e3872b93f6ac Date: Sat, 25 Aug 2018 08:56:39 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:39,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9c6a118a-2b39-4d5b-b640-e3872b93f6ac 2018-08-25 08:56:39,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.082710981369s 2018-08-25 08:56:39,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9c6a118a-2b39-4d5b-b640-e3872b93f6ac 2018-08-25 08:56:39,392 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:39,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:39,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:39,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-aba21453-d17b-4b06-8a2a-8d15b5ab22d7 Date: Sat, 25 Aug 2018 08:56:39 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:39,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-aba21453-d17b-4b06-8a2a-8d15b5ab22d7 2018-08-25 08:56:39,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0619850158691s 2018-08-25 08:56:39,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-aba21453-d17b-4b06-8a2a-8d15b5ab22d7 2018-08-25 08:56:39,563 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:39,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:39,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:39,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-4b67bec0-9667-4732-9455-8836befa2c82 Date: Sat, 25 Aug 2018 08:56:39 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:39,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-4b67bec0-9667-4732-9455-8836befa2c82 2018-08-25 08:56:39,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0565421581268s 2018-08-25 08:56:39,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-4b67bec0-9667-4732-9455-8836befa2c82 2018-08-25 08:56:39,731 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:39,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:39,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-45bf5645-21a1-467d-b6bc-730317dda750 Date: Sat, 25 Aug 2018 08:56:39 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:39,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-45bf5645-21a1-467d-b6bc-730317dda750 2018-08-25 08:56:39,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0579922199249s 2018-08-25 08:56:39,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-45bf5645-21a1-467d-b6bc-730317dda750 2018-08-25 08:56:39,897 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:40,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:40,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:40,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-7e00928a-7ac1-43e4-86a4-d88c624ca3a7 Date: Sat, 25 Aug 2018 08:56:40 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:40,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-7e00928a-7ac1-43e4-86a4-d88c624ca3a7 2018-08-25 08:56:40,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0585658550262s 2018-08-25 08:56:40,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-7e00928a-7ac1-43e4-86a4-d88c624ca3a7 2018-08-25 08:56:40,065 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:40,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:40,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-3b74b09e-8350-4412-84f0-b5f6ceeb5e4d Date: Sat, 25 Aug 2018 08:56:40 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:37Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:40,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3b74b09e-8350-4412-84f0-b5f6ceeb5e4d 2018-08-25 08:56:40,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0587248802185s 2018-08-25 08:56:40,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3b74b09e-8350-4412-84f0-b5f6ceeb5e4d 2018-08-25 08:56:40,232 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:40,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:40,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:40,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-ea54aaaf-6de2-4ab4-b1b9-cb114d054be3 Date: Sat, 25 Aug 2018 08:56:40 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}]} 2018-08-25 08:56:40,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ea54aaaf-6de2-4ab4-b1b9-cb114d054be3 2018-08-25 08:56:40,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0574381351471s 2018-08-25 08:56:40,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ea54aaaf-6de2-4ab4-b1b9-cb114d054be3 2018-08-25 08:56:40,399 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'45d6ef14-adc2-443c-8c8e-a57e5f03a743', 'updated_at': u'2018-08-25T08:56:40Z', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.203', 'revision_number': 1, 'port_id': u'2a459dd1-2974-43b1-b9dc-51003b50cb19', 'id': u'7b4353d9-522a-40a4-b785-dc552f510368', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'2a459dd1-2974-43b1-b9dc-51003b50cb19', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'cee0fd43-59da-47ac-bc15-dad661077953', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:dd:1a:07', u'device_id': u'2b23678f-127b-4ac7-a98f-55ef68d48abd'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'created_at': u'2018-08-25T08:56:37Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'cee0fd43-59da-47ac-bc15-dad661077953', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:dd:1a:07', u'device_id': u'2b23678f-127b-4ac7-a98f-55ef68d48abd'}), 'router': u'45d6ef14-adc2-443c-8c8e-a57e5f03a743'}) 2018-08-25 08:56:40,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:56:40,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:56:40,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-aee02d37-e79d-43ad-9ebe-4adfd33acdc9 x-compute-request-id: req-aee02d37-e79d-43ad-9ebe-4adfd33acdc9 Content-Encoding: gzip Content-Length: 9584 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 477856827 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.183270] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185497] pid_max: default: 32768 minimum: 301\n[ 0.186702] ACPI: Core revision 20150930\n[ 0.188351] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190121] Security Framework initialized\n[ 0.191223] Yama: becoming mindful.\n[ 0.192214] AppArmor: AppArmor initialized\n[ 0.193351] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195097] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196768] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198389] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200227] Initializing cgroup subsys io\n[ 0.201328] Initializing cgroup subsys memory\n[ 0.202496] Initializing cgroup subsys devices\n[ 0.203673] Initializing cgroup subsys freezer\n[ 0.204847] Initializing cgroup subsys net_cls\n[ 0.206032] Initializing cgroup subsys perf_event\n[ 0.207261] Initializing cgroup subsys net_prio\n[ 0.208450] Initializing cgroup subsys hugetlb\n[ 0.209610] Initializing cgroup subsys pids\n[ 0.210777] CPU: Physical Processor ID: 0\n[ 0.212541] mce: CPU supports 10 MCE banks\n[ 0.213676] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229794] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236360] ftrace: allocating 31920 entries in 125 pages\n[ 0.261604] smpboot: Max logical packages: 1\n[ 0.262777] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264615] x2apic enabled\n[ 0.265732] Switched APIC routing to physical x2apic.\n[ 0.268173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272332] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274712] KVM setup paravirtual spinlock\n[ 0.276286] x86: Booted up 1 node, 1 CPUs\n[ 0.277377] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279222] devtmpfs: initialized\n[ 0.281184] evm: security.selinux\n[ 0.282129] evm: security.SMACK64\n[ 0.283079] evm: security.SMACK64EXEC\n[ 0.284094] evm: security.SMACK64TRANSMUTE\n[ 0.285188] evm: security.SMACK64MMAP\n[ 0.286199] evm: security.ima\n[ 0.287063] evm: security.capability\n[ 0.288134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290599] pinctrl core: initialized pinctrl subsystem\n[ 0.292046] RTC time: 8:56:35, date: 08/25/18\n[ 0.293305] NET: Registered protocol family 16\n[ 0.294592] cpuidle: using governor ladder\n[ 0.295689] cpuidle: using governor menu\n[ 0.296745] PCCT header not found.\n[ 0.297750] ACPI: bus type PCI registered\n[ 0.298834] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300488] PCI: Using configuration type 1 for base access\n[ 0.302619] ACPI: Added _OSI(Module Device)\n[ 0.303753] ACPI: Added _OSI(Processor Device)\n[ 0.304923] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306137] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308297] ACPI: Interpreter enabled\n[ 0.309333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.314298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319266] ACPI: (supports S0 S5)\n[ 0.320226] ACPI: Using IOAPIC for interrupt routing\n[ 0.321493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332981] acpiphp: Slot [3] registered\n[ 0.334046] acpiphp: Slot [4] registered\n[ 0.335116] acpiphp: Slot [5] registered\n[ 0.336194] acpiphp: Slot [6] registered\n[ 0.337270] acpiphp: Slot [7] registered\n[ 0.338351] acpiphp: Slot [8] registered\n[ 0.339441] acpiphp: Slot [9] registered\n[ 0.340520] acpiphp: Slot [10] registered\n[ 0.341610] acpiphp: Slot [11] registered\n[ 0.342701] acpiphp: Slot [12] registered\n[ 0.343795] acpiphp: Slot [13] registered\n[ 0.344884] acpiphp: Slot [14] registered\n[ 0.345968] acpiphp: Slot [15] registered\n[ 0.361100] acpiphp: Slot [16] registered\n[ 0.362204] acpiphp: Slot [17] registered\n[ 0.363306] acpiphp: Slot [18] registered\n[ 0.364403] acpiphp: Slot [19] registered\n[ 0.365507] acpiphp: Slot [20] registered\n[ 0.366611] acpiphp: Slot [21] registered\n[ 0.367706] acpiphp: Slot [22] registered\n[ 0.368810] acpiphp: Slot [23] registered\n[ 0.369907] acpiphp: Slot [24] registered\n[ 0.371011] acpiphp: Slot [25] registered\n[ 0.372109] acpiphp: Slot [26] registered\n[ 0.373197] acpiphp: Slot [27] registered\n[ 0.374285] acpiphp: Slot [28] registered\n[ 0.375384] acpiphp: Slot [29] registered\n[ 0.376474] acpiphp: Slot [30] registered\n[ 0.377569] acpiphp: Slot [31] registered\n[ 0.378666] PCI host bridge to bus 0000:00\n[ 0.379770] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384988] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386949] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388945] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.393034] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394735] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.396293] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.398012] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404431] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425212] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.429135] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433064] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436564] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438003] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440115] vgaarb: loaded\n[ 0.440948] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442583] SCSI subsystem initialized\n[ 0.443846] ACPI: bus type USB registered\n[ 0.444967] usbcore: registered new interface driver usbfs\n[ 0.446338] usbcore: registered new interface driver hub\n[ 0.447686] usbcore: registered new device driver usb\n[ 0.449176] PCI: Using ACPI for IRQ routing\n[ 0.450669] NetLabel: Initializing\n[ 0.451645] NetLabel: domain hash size = 128\n[ 0.452816] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.454109] NetLabel: unlabeled traffic allowed by default\n[ 0.455671] clocksource: Switched to clocksource kvm-clock\n[ 0.465729] AppArmor: AppArmor Filesystem Enabled\n[ 0.467061] pnp: PnP ACPI init\n[ 0.468277] pnp: PnP ACPI: found 5 devices\n[ 0.475106] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.477439] NET: Registered protocol family 2\n[ 0.478838] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.480580] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.482214] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483844] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485302] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486868] NET: Registered protocol family 1\n[ 0.488064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489558] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.491014] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.505521] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.520149] Trying to unpack rootfs image as initramfs...\n[ 0.582036] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586896] Scanning for low memory corruption every 60 seconds\n[ 0.589066] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590650] audit: initializing netlink subsys (disabled)\n[ 0.592138] audit: type=2000 audit(1535187396.780:1): initialized\n[ 0.594002] Initialise system trusted keyring\n[ 0.595342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.596912] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599660] zbud: loaded\n[ 0.600663] VFS: Disk quotas dquot_6.6.0\n[ 0.601800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.603946] fuse init (API version 7.23)\n[ 0.605182] Key type big_key registered\n[ 0.606283] Allocating IMA MOK and blacklist keyrings.\n[ 0.607959] Key type asymmetric registered\n[ 0.609100] Asymmetric key parser 'x509' registered\n[ 0.610408] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612465] io scheduler noop registered\n[ 0.613548] io scheduler deadline registered (default)\n[ 0.614902] io scheduler cfq registered\n[ 0.616102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.617518] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.619245] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.621233] ACPI: Power Button [PWRF]\n[ 0.622444] GHES: HEST is not enabled!\n[ 0.636600] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.666322] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.669759] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.693457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.696560] Linux agpgart interface v0.103\n[ 0.700033] brd: module loaded\n[ 0.702268] loop: module loaded\n[ 0.707328] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709358] GPT:90111 != 2097151\n[ 0.710295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.711781] GPT:90111 != 2097151\n[ 0.712714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714024] vda: vda1 vda15\n[ 0.715710] scsi host0: ata_piix\n[ 0.716792] scsi host1: ata_piix\n[ 0.717808] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.719470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.721483] libphy: Fixed MDIO Bus: probed\n[ 0.722627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.723946] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727203] PPP generic driver version 2.4.2\n[ 0.728473] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730114] ehci-pci: EHCI PCI platform driver\n[ 0.731308] ehci-platform: EHCI generic platform driver\n[ 0.732765] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734310] ohci-pci: OHCI PCI platform driver\n[ 0.735517] ohci-platform: OHCI generic platform driver\n[ 0.736885] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.751489] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.752879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754890] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.756282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.757868] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.759531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761479] usb usb1: Product: UHCI Host Controller\n[ 0.762743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.764319] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.765640] hub 1-0:1.0: USB hub found\n[ 0.766797] hub 1-0:1.0: 2 ports detected\n[ 0.768102] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.770967] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.772313] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.773712] mousedev: PS/2 mouse device common for all mice\n[ 0.775450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.777949] rtc_cmos 00:00: RTC can wake from S4\n[ 0.779466] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.781087] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.782734] i2c /dev entries driver\n[ 0.783802] device-mapper: uevent: version 1.0.3\n[ 0.785097] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.787333] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.789214] NET: Registered protocol family 10\n[ 0.790796] NET: Registered protocol family 17\n[ 0.792057] Key type dns_resolver registered\n[ 0.793346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.794836] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.797228] registered taskstats version 1\n[ 0.798382] Loading compiled-in X.509 certificates\n[ 0.800211] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.802703] zswap: loaded using pool lzo/zbud\n[ 0.804797] Key type trusted registered\n[ 0.806928] Key type encrypted registered\n[ 0.808086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.809510] ima: No TPM chip found, activating TPM-bypass!\n[ 0.810932] evm: HMAC attrs: 0x1\n[ 0.812252] Magic number: 14:628:928\n[ 0.813426] rtc_cmos 00:00: setting system clock to 2018-08-25 08:56:36 UTC (1535187396)\n[ 0.815644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.817184] EDD information not available.\n[ 0.881228] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.897549] Write protecting the kernel read-only data: 14336k\n[ 0.900551] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.903027] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949767] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCA7Q7h7QTnBvMLmZH0wmhzVB1ixOA0CtXqYKH7VQ7MchZcbLGSTUtqY0R6WpCDcfpsUMeObLOhGV/2ZmOUct4m5hKKsjAdNpwUjhOo8u40NRXQlYn81urs6IqB9cnFjoS08czJoepIzJvhlrJf6WkV5v0v1aqqdibq+06WfwmLPhd+qzqNC2C3cQkQhTrh4f9VAM2FhR9SbfCFx3U91dBcAQAQibfaSFzFFhSo9wudwtV2XRu6eVMeBKnWI254+DdUMydTAEERfceSOjmwIvSED1R3cvZVx6yGUqXTXUvoWSMPV8V4CswMdjIn4FX2vxvoTnnSbcQltGwNp4xxzvPt root@cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812\nssh-dss AAAAB3NzaC1kc3MAAACBAMe17vDwu7iqryrtKQQ1rcclik5bkRmz8uF7LQIyeaUl5A5zdPZRz8a5Pt8IU4Hur0kcaV8bI2OEFpS7rMV7sNhg6ngdXG0FdExDW6kICnN8yezMvZsdkkGWV/s5fnq8INltCjpmld7WFVKeunYLxKIl07xrpm/k+D0Es/9whSylAAAAFQDn9vst97FzZoBjCif9vX7W96zxVQAAAIAthLumTePd4kr7OJrbll9ohKIKj5PtGPwGNRBaYPAbIqQr8FdGPgkSPLkhEp1pMYQAa9oubcfwIz3C26MSnMr30i5cPMdFM64jz/8kUfUwaCTaUvzB/yziC2v2eHfr2xYzSE3BOGuN2UHqJiOL5r8cdl/oFTEzese8W/a3xVD10gAAAIA8A9Z1HeUZHCraQw+OkWS8QhG23p9IioXEwVSTDYOzdCey/1lFdB0AaI6ZW8jASjZhgilBrLadsffx235LvHVQvWjOSJFO65+QZDcuXbdOeikcbvYitmWGD4ed4LKGGyQZFOauk1p8zybAt685i4YquTMu0ht6jMQvJ61FUf1MRQ== root@cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.26s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fedd:1a07/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.62 ===\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-2eb59691-1595-4e33-9ad4-861df81fe812 login: "} 2018-08-25 08:56:40,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/action used request id req-aee02d37-e79d-43ad-9ebe-4adfd33acdc9 2018-08-25 08:56:40,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0866708755493s 2018-08-25 08:56:40,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/action used request id req-aee02d37-e79d-43ad-9ebe-4adfd33acdc9 2018-08-25 08:56:40,488 - 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 477856827 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.183270] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185497] pid_max: default: 32768 minimum: 301 [ 0.186702] ACPI: Core revision 20150930 [ 0.188351] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190121] Security Framework initialized [ 0.191223] Yama: becoming mindful. [ 0.192214] AppArmor: AppArmor initialized [ 0.193351] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195097] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196768] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198389] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200227] Initializing cgroup subsys io [ 0.201328] Initializing cgroup subsys memory [ 0.202496] Initializing cgroup subsys devices [ 0.203673] Initializing cgroup subsys freezer [ 0.204847] Initializing cgroup subsys net_cls [ 0.206032] Initializing cgroup subsys perf_event [ 0.207261] Initializing cgroup subsys net_prio [ 0.208450] Initializing cgroup subsys hugetlb [ 0.209610] Initializing cgroup subsys pids [ 0.210777] CPU: Physical Processor ID: 0 [ 0.212541] mce: CPU supports 10 MCE banks [ 0.213676] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229794] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236360] ftrace: allocating 31920 entries in 125 pages [ 0.261604] smpboot: Max logical packages: 1 [ 0.262777] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264615] x2apic enabled [ 0.265732] Switched APIC routing to physical x2apic. [ 0.268173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272332] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274712] KVM setup paravirtual spinlock [ 0.276286] x86: Booted up 1 node, 1 CPUs [ 0.277377] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279222] devtmpfs: initialized [ 0.281184] evm: security.selinux [ 0.282129] evm: security.SMACK64 [ 0.283079] evm: security.SMACK64EXEC [ 0.284094] evm: security.SMACK64TRANSMUTE [ 0.285188] evm: security.SMACK64MMAP [ 0.286199] evm: security.ima [ 0.287063] evm: security.capability [ 0.288134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290599] pinctrl core: initialized pinctrl subsystem [ 0.292046] RTC time: 8:56:35, date: 08/25/18 [ 0.293305] NET: Registered protocol family 16 [ 0.294592] cpuidle: using governor ladder [ 0.295689] cpuidle: using governor menu [ 0.296745] PCCT header not found. [ 0.297750] ACPI: bus type PCI registered [ 0.298834] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300488] PCI: Using configuration type 1 for base access [ 0.302619] ACPI: Added _OSI(Module Device) [ 0.303753] ACPI: Added _OSI(Processor Device) [ 0.304923] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306137] ACPI: Added _OSI(Processor Aggregator Device) [ 0.308297] ACPI: Interpreter enabled [ 0.309333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.314298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319266] ACPI: (supports S0 S5) [ 0.320226] ACPI: Using IOAPIC for interrupt routing [ 0.321493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326796] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332981] acpiphp: Slot [3] registered [ 0.334046] acpiphp: Slot [4] registered [ 0.335116] acpiphp: Slot [5] registered [ 0.336194] acpiphp: Slot [6] registered [ 0.337270] acpiphp: Slot [7] registered [ 0.338351] acpiphp: Slot [8] registered [ 0.339441] acpiphp: Slot [9] registered [ 0.340520] acpiphp: Slot [10] registered [ 0.341610] acpiphp: Slot [11] registered [ 0.342701] acpiphp: Slot [12] registered [ 0.343795] acpiphp: Slot [13] registered [ 0.344884] acpiphp: Slot [14] registered [ 0.345968] acpiphp: Slot [15] registered [ 0.361100] acpiphp: Slot [16] registered [ 0.362204] acpiphp: Slot [17] registered [ 0.363306] acpiphp: Slot [18] registered [ 0.364403] acpiphp: Slot [19] registered [ 0.365507] acpiphp: Slot [20] registered [ 0.366611] acpiphp: Slot [21] registered [ 0.367706] acpiphp: Slot [22] registered [ 0.368810] acpiphp: Slot [23] registered [ 0.369907] acpiphp: Slot [24] registered [ 0.371011] acpiphp: Slot [25] registered [ 0.372109] acpiphp: Slot [26] registered [ 0.373197] acpiphp: Slot [27] registered [ 0.374285] acpiphp: Slot [28] registered [ 0.375384] acpiphp: Slot [29] registered [ 0.376474] acpiphp: Slot [30] registered [ 0.377569] acpiphp: Slot [31] registered [ 0.378666] PCI host bridge to bus 0000:00 [ 0.379770] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.384988] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.386949] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.388945] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.393034] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394735] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.396293] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.398012] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404431] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425212] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.429135] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433064] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.434789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.436564] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.438003] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440115] vgaarb: loaded [ 0.440948] vgaarb: bridge control possible 0000:00:02.0 [ 0.442583] SCSI subsystem initialized [ 0.443846] ACPI: bus type USB registered [ 0.444967] usbcore: registered new interface driver usbfs [ 0.446338] usbcore: registered new interface driver hub [ 0.447686] usbcore: registered new device driver usb [ 0.449176] PCI: Using ACPI for IRQ routing [ 0.450669] NetLabel: Initializing [ 0.451645] NetLabel: domain hash size = 128 [ 0.452816] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.454109] NetLabel: unlabeled traffic allowed by default [ 0.455671] clocksource: Switched to clocksource kvm-clock [ 0.465729] AppArmor: AppArmor Filesystem Enabled [ 0.467061] pnp: PnP ACPI init [ 0.468277] pnp: PnP ACPI: found 5 devices [ 0.475106] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.477439] NET: Registered protocol family 2 [ 0.478838] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.480580] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.482214] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483844] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.485302] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486868] NET: Registered protocol family 1 [ 0.488064] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489558] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.491014] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.505521] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.520149] Trying to unpack rootfs image as initramfs... [ 0.582036] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.586896] Scanning for low memory corruption every 60 seconds [ 0.589066] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.590650] audit: initializing netlink subsys (disabled) [ 0.592138] audit: type=2000 audit(1535187396.780:1): initialized [ 0.594002] Initialise system trusted keyring [ 0.595342] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.596912] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.599660] zbud: loaded [ 0.600663] VFS: Disk quotas dquot_6.6.0 [ 0.601800] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.603946] fuse init (API version 7.23) [ 0.605182] Key type big_key registered [ 0.606283] Allocating IMA MOK and blacklist keyrings. [ 0.607959] Key type asymmetric registered [ 0.609100] Asymmetric key parser 'x509' registered [ 0.610408] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.612465] io scheduler noop registered [ 0.613548] io scheduler deadline registered (default) [ 0.614902] io scheduler cfq registered [ 0.616102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.617518] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.619245] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.621233] ACPI: Power Button [PWRF] [ 0.622444] GHES: HEST is not enabled! [ 0.636600] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.666322] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.669759] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.693457] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.696560] Linux agpgart interface v0.103 [ 0.700033] brd: module loaded [ 0.702268] loop: module loaded [ 0.707328] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709358] GPT:90111 != 2097151 [ 0.710295] GPT:Alternate GPT header not at the end of the disk. [ 0.711781] GPT:90111 != 2097151 [ 0.712714] GPT: Use GNU Parted to correct GPT errors. [ 0.714024] vda: vda1 vda15 [ 0.715710] scsi host0: ata_piix [ 0.716792] scsi host1: ata_piix [ 0.717808] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.719470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.721483] libphy: Fixed MDIO Bus: probed [ 0.722627] tun: Universal TUN/TAP device driver, 1.6 [ 0.723946] tun: (C) 1999-2004 Max Krasnyansky [ 0.727203] PPP generic driver version 2.4.2 [ 0.728473] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730114] ehci-pci: EHCI PCI platform driver [ 0.731308] ehci-platform: EHCI generic platform driver [ 0.732765] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734310] ohci-pci: OHCI PCI platform driver [ 0.735517] ohci-platform: OHCI generic platform driver [ 0.736885] uhci_hcd: USB Universal Host Controller Interface driver [ 0.751489] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.752879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754890] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.756282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.757868] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.759531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761479] usb usb1: Product: UHCI Host Controller [ 0.762743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.764319] usb usb1: SerialNumber: 0000:00:01.2 [ 0.765640] hub 1-0:1.0: USB hub found [ 0.766797] hub 1-0:1.0: 2 ports detected [ 0.768102] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.770967] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.772313] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.773712] mousedev: PS/2 mouse device common for all mice [ 0.775450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.777949] rtc_cmos 00:00: RTC can wake from S4 [ 0.779466] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.781087] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.782734] i2c /dev entries driver [ 0.783802] device-mapper: uevent: version 1.0.3 [ 0.785097] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.787333] ledtrig-cpu: registered to indicate activity on CPUs [ 0.789214] NET: Registered protocol family 10 [ 0.790796] NET: Registered protocol family 17 [ 0.792057] Key type dns_resolver registered [ 0.793346] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.794836] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.797228] registered taskstats version 1 [ 0.798382] Loading compiled-in X.509 certificates [ 0.800211] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.802703] zswap: loaded using pool lzo/zbud [ 0.804797] Key type trusted registered [ 0.806928] Key type encrypted registered [ 0.808086] AppArmor: AppArmor sha1 policy hashing enabled [ 0.809510] ima: No TPM chip found, activating TPM-bypass! [ 0.810932] evm: HMAC attrs: 0x1 [ 0.812252] Magic number: 14:628:928 [ 0.813426] rtc_cmos 00:00: setting system clock to 2018-08-25 08:56:36 UTC (1535187396) [ 0.815644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.817184] EDD information not available. [ 0.881228] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.897549] Write protecting the kernel read-only data: 14336k [ 0.900551] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.903027] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.949767] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCA7Q7h7QTnBvMLmZH0wmhzVB1ixOA0CtXqYKH7VQ7MchZcbLGSTUtqY0R6WpCDcfpsUMeObLOhGV/2ZmOUct4m5hKKsjAdNpwUjhOo8u40NRXQlYn81urs6IqB9cnFjoS08czJoepIzJvhlrJf6WkV5v0v1aqqdibq+06WfwmLPhd+qzqNC2C3cQkQhTrh4f9VAM2FhR9SbfCFx3U91dBcAQAQibfaSFzFFhSo9wudwtV2XRu6eVMeBKnWI254+DdUMydTAEERfceSOjmwIvSED1R3cvZVx6yGUqXTXUvoWSMPV8V4CswMdjIn4FX2vxvoTnnSbcQltGwNp4xxzvPt root@cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812 ssh-dss AAAAB3NzaC1kc3MAAACBAMe17vDwu7iqryrtKQQ1rcclik5bkRmz8uF7LQIyeaUl5A5zdPZRz8a5Pt8IU4Hur0kcaV8bI2OEFpS7rMV7sNhg6ngdXG0FdExDW6kICnN8yezMvZsdkkGWV/s5fnq8INltCjpmld7WFVKeunYLxKIl07xrpm/k+D0Es/9whSylAAAAFQDn9vst97FzZoBjCif9vX7W96zxVQAAAIAthLumTePd4kr7OJrbll9ohKIKj5PtGPwGNRBaYPAbIqQr8FdGPgkSPLkhEp1pMYQAa9oubcfwIz3C26MSnMr30i5cPMdFM64jz/8kUfUwaCTaUvzB/yziC2v2eHfr2xYzSE3BOGuN2UHqJiOL5r8cdl/oFTEzese8W/a3xVD10gAAAIA8A9Z1HeUZHCraQw+OkWS8QhG23p9IioXEwVSTDYOzdCey/1lFdB0AaI6ZW8jASjZhgilBrLadsffx235LvHVQvWjOSJFO65+QZDcuXbdOeikcbvYitmWGD4ed4LKGGyQZFOauk1p8zybAt685i4YquTMu0ht6jMQvJ61FUf1MRQ== root@cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.26s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fedd:1a07/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.62 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-2eb59691-1595-4e33-9ad4-861df81fe812 login: 2018-08-25 08:56:40,491 - paramiko.transport - DEBUG - starting thread (client mode): 0x604ee650L 2018-08-25 08:56:40,492 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 08:56:40,492 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-25 08:56:40,492 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-25 08:56:40,494 - 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-08-25 08:56:40,494 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 08:56:40,494 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-25 08:56:40,494 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 08:56:40,495 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 08:56:40,495 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 08:56:40,512 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 08:56:40,512 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 08:56:40,524 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 28d5b96aebbdff79a1ad65dbdf102ef1 2018-08-25 08:56:40,525 - paramiko.transport - DEBUG - Trying discovered key 0b38bca6c4f701b8c5e0821db509133a in /tmp/tmpbEkyVt 2018-08-25 08:56:40,549 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 08:56:40,555 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 08:56:40,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-25 08:56:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"volume": {"display_name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "size": "2"}}' 2018-08-25 08:56:41,803 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:56:40 GMT Server: Apache x-compute-request-id: req-8d262073-1dc5-4d8e-9fde-72017b65e1e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8d262073-1dc5-4d8e-9fde-72017b65e1e4 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}} 2018-08-25 08:56:41,804 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes used request id req-8d262073-1dc5-4d8e-9fde-72017b65e1e4 2018-08-25 08:56:41,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.24394989014s 2018-08-25 08:56:41,804 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes used request id req-8d262073-1dc5-4d8e-9fde-72017b65e1e4 2018-08-25 08:56:41,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:56:41,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:42,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:41 GMT Server: Apache x-compute-request-id: req-d7547f43-32ea-40c3-a8e5-1f0a6cea2631 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7547f43-32ea-40c3-a8e5-1f0a6cea2631 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:56:41.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:56:42,772 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-d7547f43-32ea-40c3-a8e5-1f0a6cea2631 2018-08-25 08:56:42,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.966876983643s 2018-08-25 08:56:42,772 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-d7547f43-32ea-40c3-a8e5-1f0a6cea2631 2018-08-25 08:56:42,774 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:44,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:56:44,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:45,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:44 GMT Server: Apache x-compute-request-id: req-c4d9cf2e-6d84-4708-ba17-b1630aaa138c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4d9cf2e-6d84-4708-ba17-b1630aaa138c Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:56:43.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:56:45,712 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-c4d9cf2e-6d84-4708-ba17-b1630aaa138c 2018-08-25 08:56:45,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.93660402298s 2018-08-25 08:56:45,712 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-c4d9cf2e-6d84-4708-ba17-b1630aaa138c 2018-08-25 08:56:45,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:45,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:45,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-49e55d27-cce0-4603-8744-c2f44bfc1c3c Date: Sat, 25 Aug 2018 08:56:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":["906a270f-de57-4213-af1b-f97370e063dc"],"description":"","tags":[],"updated_at":"2018-08-25T08:56:19Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:56:45,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-49e55d27-cce0-4603-8744-c2f44bfc1c3c 2018-08-25 08:56:45,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101777076721s 2018-08-25 08:56:45,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-49e55d27-cce0-4603-8744-c2f44bfc1c3c 2018-08-25 08:56:45,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:56:45,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:46,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-3e2ecc5a-c737-43df-85ec-0e5b09bc5adb Date: Sat, 25 Aug 2018 08:56:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:56:25Z", "file": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file", "owner": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "size": 12716032, "self": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:56:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:56:46,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3e2ecc5a-c737-43df-85ec-0e5b09bc5adb 2018-08-25 08:56:46,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.348206996918s 2018-08-25 08:56:46,169 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3e2ecc5a-c737-43df-85ec-0e5b09bc5adb 2018-08-25 08:56:46,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:56:46,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:46,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-ef80187b-8536-4eb2-8a4b-9c08b7d66fa3 x-compute-request-id: req-ef80187b-8536-4eb2-8a4b-9c08b7d66fa3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_2eb59691-1595-4e33-9ad4-861df81fe812", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "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": "c153e523-6202-4aa5-9e48-8742828f215f"}]} 2018-08-25 08:56:46,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-ef80187b-8536-4eb2-8a4b-9c08b7d66fa3 2018-08-25 08:56:46,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223212242126s 2018-08-25 08:56:46,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-ef80187b-8536-4eb2-8a4b-9c08b7d66fa3 2018-08-25 08:56:46,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 08:56:46,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"server": {"name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "imageRef": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "flavorRef": "c153e523-6202-4aa5-9e48-8742828f215f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cee0fd43-59da-47ac-bc15-dad661077953"}], "security_groups": [{"name": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"}]}}' 2018-08-25 08:56:47,372 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:56: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-a464a79f-1f9b-4280-b4ca-775433b30f6f x-compute-request-id: req-a464a79f-1f9b-4280-b4ca-775433b30f6f Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"}], "OS-DCF:diskConfig": "MANUAL", "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "adminPass": "C9pr2m6Pxp4D"}} 2018-08-25 08:56:47,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-a464a79f-1f9b-4280-b4ca-775433b30f6f 2018-08-25 08:56:47,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.17723822594s 2018-08-25 08:56:47,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-a464a79f-1f9b-4280-b4ca-775433b30f6f 2018-08-25 08:56:47,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:47,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:48,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fbc32e1-2010-466b-b22e-d7f137102c7e x-compute-request-id: req-5fbc32e1-2010-466b-b22e-d7f137102c7e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "user_id": "08b052bce15544f2868070e7af190a6a", "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-08-25T08:56:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:35.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:36Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:48,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5fbc32e1-2010-466b-b22e-d7f137102c7e 2018-08-25 08:56:48,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661008834839s 2018-08-25 08:56:48,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5fbc32e1-2010-466b-b22e-d7f137102c7e 2018-08-25 08:56:48,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:50,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:50,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:50,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-73e54691-0919-4aff-a0d8-8e3191ff7ba7 x-compute-request-id: req-73e54691-0919-4aff-a0d8-8e3191ff7ba7 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:56:49Z", "hostId": "b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:35.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:36Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:50,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-73e54691-0919-4aff-a0d8-8e3191ff7ba7 2018-08-25 08:56:50,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433899879456s 2018-08-25 08:56:50,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-73e54691-0919-4aff-a0d8-8e3191ff7ba7 2018-08-25 08:56:50,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:52,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:53,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-e6f4a35a-a65e-4ea1-8864-418b9cc72dfb x-compute-request-id: req-e6f4a35a-a65e-4ea1-8864-418b9cc72dfb Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T08:56:49Z", "hostId": "b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:35.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:36Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:53,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e6f4a35a-a65e-4ea1-8864-418b9cc72dfb 2018-08-25 08:56:53,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539958953857s 2018-08-25 08:56:53,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e6f4a35a-a65e-4ea1-8864-418b9cc72dfb 2018-08-25 08:56:53,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:56:55,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:56:55,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:55,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56: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-6f5f4933-8185-474a-b34a-c2c25fb193f5 x-compute-request-id: req-6f5f4933-8185-474a-b34a-c2c25fb193f5 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:53.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:54Z", "hostId": "b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:35.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:36Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:56:55,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6f5f4933-8185-474a-b34a-c2c25fb193f5 2018-08-25 08:56:55,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504175901413s 2018-08-25 08:56:55,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6f5f4933-8185-474a-b34a-c2c25fb193f5 2018-08-25 08:56:55,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:56:55,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=7ed29818-5b55-40a3-9854-d2f87df75713" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:55,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-0e86fa43-7e98-4fd8-a52d-836720e4dd8d Date: Sat, 25 Aug 2018 08:56:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:56:53Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"906a270f-de57-4213-af1b-f97370e063dc","ip_address":"192.168.120.15"}],"id":"bfc9d4bf-ead2-446a-ae5c-bcbd9a041409","security_groups":["18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"],"mac_address":"fa:16:3e:fe:02:9c","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:50Z","binding:vnic_type":"normal","device_id":"7ed29818-5b55-40a3-9854-d2f87df75713","ip_allocation":"immediate"}]} 2018-08-25 08:56:55,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=7ed29818-5b55-40a3-9854-d2f87df75713 used request id req-0e86fa43-7e98-4fd8-a52d-836720e4dd8d 2018-08-25 08:56:55,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0503869056702s 2018-08-25 08:56:55,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=7ed29818-5b55-40a3-9854-d2f87df75713 used request id req-0e86fa43-7e98-4fd8-a52d-836720e4dd8d 2018-08-25 08:56:55,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:55,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=bfc9d4bf-ead2-446a-ae5c-bcbd9a041409" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:55,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6bc80c90-6c2e-4e5c-9266-02b8fc27bdd9 Date: Sat, 25 Aug 2018 08:56:55 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:56:55,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=bfc9d4bf-ead2-446a-ae5c-bcbd9a041409 used request id req-6bc80c90-6c2e-4e5c-9266-02b8fc27bdd9 2018-08-25 08:56:55,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0457780361176s 2018-08-25 08:56:55,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=bfc9d4bf-ead2-446a-ae5c-bcbd9a041409 used request id req-6bc80c90-6c2e-4e5c-9266-02b8fc27bdd9 2018-08-25 08:56:55,646 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fe:02:9c', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'10d9b981-8a9f-4f1e-8375-443e23d9ad46'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:56:53.000000', 'flavor': Munch({u'id': u'c153e523-6202-4aa5-9e48-8742828f215f'}), 'az': u'nova', 'id': u'7ed29818-5b55-40a3-9854-d2f87df75713', 'security_groups': [Munch({u'name': u'cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'08b052bce15544f2868070e7af190a6a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T08:56:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T08:56:54Z', 'hostId': u'b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T08:56:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': u'cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812', 'adminPass': u'C9pr2m6Pxp4D', 'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'created_at': u'2018-08-25T08:56:47Z', 'created': u'2018-08-25T08:56:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 08:56:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:56:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:55,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-44f598b3-ed71-417e-8731-20840c5c24c5 Date: Sat, 25 Aug 2018 08:56:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":["906a270f-de57-4213-af1b-f97370e063dc"],"description":"","tags":[],"updated_at":"2018-08-25T08:56:19Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:56:55,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-44f598b3-ed71-417e-8731-20840c5c24c5 2018-08-25 08:56:55,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3155169487s 2018-08-25 08:56:55,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-44f598b3-ed71-417e-8731-20840c5c24c5 2018-08-25 08:56:55,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 08:56:55,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=7ed29818-5b55-40a3-9854-d2f87df75713" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:56,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-fe51f0c9-53f5-48cb-918e-d5db5ce16974 Date: Sat, 25 Aug 2018 08:56:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T08:56:53Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"906a270f-de57-4213-af1b-f97370e063dc","ip_address":"192.168.120.15"}],"id":"bfc9d4bf-ead2-446a-ae5c-bcbd9a041409","security_groups":["18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7"],"mac_address":"fa:16:3e:fe:02:9c","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:50Z","binding:vnic_type":"normal","device_id":"7ed29818-5b55-40a3-9854-d2f87df75713","ip_allocation":"immediate"}]} 2018-08-25 08:56:56,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=7ed29818-5b55-40a3-9854-d2f87df75713 used request id req-fe51f0c9-53f5-48cb-918e-d5db5ce16974 2018-08-25 08:56:56,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0436179637909s 2018-08-25 08:56:56,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=7ed29818-5b55-40a3-9854-d2f87df75713 used request id req-fe51f0c9-53f5-48cb-918e-d5db5ce16974 2018-08-25 08:56:56,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 08:56:56,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.15", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409"}}' 2018-08-25 08:56:58,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-3216e3f2-1217-4e07-aea9-baf7a4f4409d Date: Sat, 25 Aug 2018 08:56:58 GMT RESP BODY: {"floatingip": {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:56Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}} 2018-08-25 08:56:58,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3216e3f2-1217-4e07-aea9-baf7a4f4409d 2018-08-25 08:56:58,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.13078594208s 2018-08-25 08:56:58,143 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3216e3f2-1217-4e07-aea9-baf7a4f4409d 2018-08-25 08:56:58,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:58,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:58,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-3e6ab87d-8093-40f8-a5c3-723d5978194c Date: Sat, 25 Aug 2018 08:56:58 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}, {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:56Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:56:58,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3e6ab87d-8093-40f8-a5c3-723d5978194c 2018-08-25 08:56:58,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.102376937866s 2018-08-25 08:56:58,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3e6ab87d-8093-40f8-a5c3-723d5978194c 2018-08-25 08:56:58,263 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:58,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:58,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-02f94cfd-34dc-4696-b622-ce5c73fdac98 Date: Sat, 25 Aug 2018 08:56:58 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}, {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:56Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:56:58,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-02f94cfd-34dc-4696-b622-ce5c73fdac98 2018-08-25 08:56:58,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0587079524994s 2018-08-25 08:56:58,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-02f94cfd-34dc-4696-b622-ce5c73fdac98 2018-08-25 08:56:58,433 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:58,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:58,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:58,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-ac450f2b-198c-4fcb-a74b-d0f245771193 Date: Sat, 25 Aug 2018 08:56:58 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}, {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:56Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:56:58,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ac450f2b-198c-4fcb-a74b-d0f245771193 2018-08-25 08:56:58,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0585069656372s 2018-08-25 08:56:58,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ac450f2b-198c-4fcb-a74b-d0f245771193 2018-08-25 08:56:58,603 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:58,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:58,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:58,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-1a723ad2-bdad-4136-bc3c-1263f1491d6e Date: Sat, 25 Aug 2018 08:56:58 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}, {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:56Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:56:58,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1a723ad2-bdad-4136-bc3c-1263f1491d6e 2018-08-25 08:56:58,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0551159381866s 2018-08-25 08:56:58,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1a723ad2-bdad-4136-bc3c-1263f1491d6e 2018-08-25 08:56:58,770 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:58,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:58,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:59,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-30f36e45-45f3-4ec5-8bdd-b164a7d439b8 Date: Sat, 25 Aug 2018 08:56:59 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}, {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "DOWN", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:56Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:56:59,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-30f36e45-45f3-4ec5-8bdd-b164a7d439b8 2018-08-25 08:56:59,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.23403096199s 2018-08-25 08:56:59,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-30f36e45-45f3-4ec5-8bdd-b164a7d439b8 2018-08-25 08:56:59,116 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 08:56:59,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:56:59,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:56:59,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1640 X-Openstack-Request-Id: req-e5b606c3-5a8f-4045-892c-5ed6fca889d5 Date: Sat, 25 Aug 2018 08:56:59 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:37Z", "updated_at": "2018-08-25T08:56:40Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:dd:1a:07", "device_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "2a459dd1-2974-43b1-b9dc-51003b50cb19", "id": "7b4353d9-522a-40a4-b785-dc552f510368", "qos_policy_id": null}, {"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:59Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:56:59,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e5b606c3-5a8f-4045-892c-5ed6fca889d5 2018-08-25 08:56:59,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0578639507294s 2018-08-25 08:56:59,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e5b606c3-5a8f-4045-892c-5ed6fca889d5 2018-08-25 08:56:59,285 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'45d6ef14-adc2-443c-8c8e-a57e5f03a743', 'updated_at': u'2018-08-25T08:56:59Z', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.210', 'revision_number': 1, 'port_id': u'bfc9d4bf-ead2-446a-ae5c-bcbd9a041409', 'id': u'd86f966b-693d-49c2-a66e-0986b22e0451', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'bfc9d4bf-ead2-446a-ae5c-bcbd9a041409', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'name': 'cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'cee0fd43-59da-47ac-bc15-dad661077953', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:fe:02:9c', u'device_id': u'7ed29818-5b55-40a3-9854-d2f87df75713'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'09e6e8a75c2e46c5b32af47ce281a2a5', 'created_at': u'2018-08-25T08:56:56Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'cee0fd43-59da-47ac-bc15-dad661077953', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:fe:02:9c', u'device_id': u'7ed29818-5b55-40a3-9854-d2f87df75713'}), 'router': u'45d6ef14-adc2-443c-8c8e-a57e5f03a743'}) 2018-08-25 08:56:59,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 08:56:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 08:56:59,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b8693fc-0bea-49e5-bd93-455e5730e520 x-compute-request-id: req-4b8693fc-0bea-49e5-bd93-455e5730e520 Content-Encoding: gzip Content-Length: 9589 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 522646980 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.194908] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197322] pid_max: default: 32768 minimum: 301\n[ 0.198662] ACPI: Core revision 20150930\n[ 0.200399] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202318] Security Framework initialized\n[ 0.203489] Yama: becoming mindful.\n[ 0.204539] AppArmor: AppArmor initialized\n[ 0.205776] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207684] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209533] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211306] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213286] Initializing cgroup subsys io\n[ 0.214483] Initializing cgroup subsys memory\n[ 0.215716] Initializing cgroup subsys devices\n[ 0.216998] Initializing cgroup subsys freezer\n[ 0.218280] Initializing cgroup subsys net_cls\n[ 0.219550] Initializing cgroup subsys perf_event\n[ 0.220870] Initializing cgroup subsys net_prio\n[ 0.222143] Initializing cgroup subsys hugetlb\n[ 0.223385] Initializing cgroup subsys pids\n[ 0.224660] CPU: Physical Processor ID: 0\n[ 0.226566] mce: CPU supports 10 MCE banks\n[ 0.227775] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229248] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245503] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252234] ftrace: allocating 31920 entries in 125 pages\n[ 0.277551] smpboot: Max logical packages: 1\n[ 0.278844] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280863] x2apic enabled\n[ 0.282071] Switched APIC routing to physical x2apic.\n[ 0.284619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286275] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289180] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291757] KVM setup paravirtual spinlock\n[ 0.293429] x86: Booted up 1 node, 1 CPUs\n[ 0.294618] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.296645] devtmpfs: initialized\n[ 0.298688] evm: security.selinux\n[ 0.299718] evm: security.SMACK64\n[ 0.300730] evm: security.SMACK64EXEC\n[ 0.301823] evm: security.SMACK64TRANSMUTE\n[ 0.303001] evm: security.SMACK64MMAP\n[ 0.304100] evm: security.ima\n[ 0.305041] evm: security.capability\n[ 0.306184] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.308883] pinctrl core: initialized pinctrl subsystem\n[ 0.310411] RTC time: 8:56:54, date: 08/25/18\n[ 0.311760] NET: Registered protocol family 16\n[ 0.313149] cpuidle: using governor ladder\n[ 0.314333] cpuidle: using governor menu\n[ 0.315463] PCCT header not found.\n[ 0.316529] ACPI: bus type PCI registered\n[ 0.317708] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319488] PCI: Using configuration type 1 for base access\n[ 0.321712] ACPI: Added _OSI(Module Device)\n[ 0.322972] ACPI: Added _OSI(Processor Device)\n[ 0.324261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325581] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.327855] ACPI: Interpreter enabled\n[ 0.328978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.331642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.339619] ACPI: (supports S0 S5)\n[ 0.340653] ACPI: Using IOAPIC for interrupt routing\n[ 0.342046] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346013] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.347643] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354353] acpiphp: Slot [3] registered\n[ 0.355475] acpiphp: Slot [4] registered\n[ 0.356590] acpiphp: Slot [5] registered\n[ 0.357705] acpiphp: Slot [6] registered\n[ 0.358828] acpiphp: Slot [7] registered\n[ 0.359943] acpiphp: Slot [8] registered\n[ 0.361058] acpiphp: Slot [9] registered\n[ 0.362164] acpiphp: Slot [10] registered\n[ 0.363296] acpiphp: Slot [11] registered\n[ 0.364427] acpiphp: Slot [12] registered\n[ 0.365553] acpiphp: Slot [13] registered\n[ 0.366677] acpiphp: Slot [14] registered\n[ 0.367813] acpiphp: Slot [15] registered\n[ 0.383103] acpiphp: Slot [16] registered\n[ 0.384259] acpiphp: Slot [17] registered\n[ 0.385388] acpiphp: Slot [18] registered\n[ 0.386508] acpiphp: Slot [19] registered\n[ 0.387641] acpiphp: Slot [20] registered\n[ 0.388793] acpiphp: Slot [21] registered\n[ 0.389917] acpiphp: Slot [22] registered\n[ 0.391050] acpiphp: Slot [23] registered\n[ 0.392180] acpiphp: Slot [24] registered\n[ 0.393308] acpiphp: Slot [25] registered\n[ 0.394435] acpiphp: Slot [26] registered\n[ 0.395560] acpiphp: Slot [27] registered\n[ 0.396699] acpiphp: Slot [28] registered\n[ 0.397833] acpiphp: Slot [29] registered\n[ 0.398961] acpiphp: Slot [30] registered\n[ 0.400089] acpiphp: Slot [31] registered\n[ 0.401218] PCI host bridge to bus 0000:00\n[ 0.402354] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404035] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.405712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.407741] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.409772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.411849] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.415884] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.417654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421037] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.425358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.427389] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.447964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450008] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452006] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.453981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.456027] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.457789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.459578] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.461049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.463205] vgaarb: loaded\n[ 0.464048] vgaarb: bridge control possible 0000:00:02.0\n[ 0.465710] SCSI subsystem initialized\n[ 0.466975] ACPI: bus type USB registered\n[ 0.468136] usbcore: registered new interface driver usbfs\n[ 0.469570] usbcore: registered new interface driver hub\n[ 0.470965] usbcore: registered new device driver usb\n[ 0.472482] PCI: Using ACPI for IRQ routing\n[ 0.474026] NetLabel: Initializing\n[ 0.475027] NetLabel: domain hash size = 128\n[ 0.476210] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.477548] NetLabel: unlabeled traffic allowed by default\n[ 0.479150] clocksource: Switched to clocksource kvm-clock\n[ 0.489301] AppArmor: AppArmor Filesystem Enabled\n[ 0.490640] pnp: PnP ACPI init\n[ 0.491898] pnp: PnP ACPI: found 5 devices\n[ 0.498743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.501133] NET: Registered protocol family 2\n[ 0.502564] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.504361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.506039] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.507716] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510840] NET: Registered protocol family 1\n[ 0.512063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513591] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529674] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546563] Trying to unpack rootfs image as initramfs...\n[ 0.609145] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611811] Scanning for low memory corruption every 60 seconds\n[ 0.613796] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615434] audit: initializing netlink subsys (disabled)\n[ 0.616924] audit: type=2000 audit(1535187414.821:1): initialized\n[ 0.618827] Initialise system trusted keyring\n[ 0.620299] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621927] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624689] zbud: loaded\n[ 0.625701] VFS: Disk quotas dquot_6.6.0\n[ 0.626868] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629086] fuse init (API version 7.23)\n[ 0.630342] Key type big_key registered\n[ 0.631501] Allocating IMA MOK and blacklist keyrings.\n[ 0.633194] Key type asymmetric registered\n[ 0.634358] Asymmetric key parser 'x509' registered\n[ 0.635727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637846] io scheduler noop registered\n[ 0.638965] io scheduler deadline registered (default)\n[ 0.640378] io scheduler cfq registered\n[ 0.641589] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646913] ACPI: Power Button [PWRF]\n[ 0.648173] GHES: HEST is not enabled!\n[ 0.662290] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694848] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721884] Linux agpgart interface v0.103\n[ 0.725280] brd: module loaded\n[ 0.727500] loop: module loaded\n[ 0.731818] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.733834] GPT:90111 != 2097151\n[ 0.734740] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736236] GPT:90111 != 2097151\n[ 0.737148] GPT: Use GNU Parted to correct GPT errors.\n[ 0.738437] vda: vda1 vda15\n[ 0.740103] scsi host0: ata_piix\n[ 0.741140] scsi host1: ata_piix\n[ 0.742106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.743727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.745673] libphy: Fixed MDIO Bus: probed\n[ 0.746789] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748058] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.750992] PPP generic driver version 2.4.2\n[ 0.752226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.753805] ehci-pci: EHCI PCI platform driver\n[ 0.754963] ehci-platform: EHCI generic platform driver\n[ 0.756313] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.757810] ohci-pci: OHCI PCI platform driver\n[ 0.758966] ohci-platform: OHCI generic platform driver\n[ 0.760316] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.774699] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.776066] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.778153] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779582] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.781179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.782887] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.784881] usb usb1: Product: UHCI Host Controller\n[ 0.786190] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.787764] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.789116] hub 1-0:1.0: USB hub found\n[ 0.790255] hub 1-0:1.0: 2 ports detected\n[ 0.791540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.794443] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.795766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797193] mousedev: PS/2 mouse device common for all mice\n[ 0.798920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801442] rtc_cmos 00:00: RTC can wake from S4\n[ 0.802990] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.804639] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806283] i2c /dev entries driver\n[ 0.807377] device-mapper: uevent: version 1.0.3\n[ 0.808702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811000] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.812909] NET: Registered protocol family 10\n[ 0.814488] NET: Registered protocol family 17\n[ 0.815783] Key type dns_resolver registered\n[ 0.817102] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818626] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821098] registered taskstats version 1\n[ 0.822284] Loading compiled-in X.509 certificates\n[ 0.824156] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826732] zswap: loaded using pool lzo/zbud\n[ 0.828799] Key type trusted registered\n[ 0.830949] Key type encrypted registered\n[ 0.832116] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833565] ima: No TPM chip found, activating TPM-bypass!\n[ 0.835016] evm: HMAC attrs: 0x1\n[ 0.836335] Magic number: 14:628:928\n[ 0.837524] rtc_cmos 00:00: setting system clock to 2018-08-25 08:56:54 UTC (1535187414)\n[ 0.839806] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841348] EDD information not available.\n[ 0.904651] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.921499] Write protecting the kernel read-only data: 14336k\n[ 0.924519] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.927038] 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.975918] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.15...\nLease of 192.168.120.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHATgwUi5pc0InvbzPmK1Qa9cOKTPwC6mA4Dw6lIIpiE4mLS/JWbHFsRAx0gawTG2MVVSIItG8Yf89CVESjiSle7fDiCzFDwQQfS9tRtTH5FzSo3InsA2wh6nf/iJNtfTcE/cLkPNGkWCRajYmzfZFkKaVVJfwsLqAcg+UETnvxWAi+wJC4rPMVr/8AWTwSApxqA2GfRz5C0AeDyeuzoJyy7fg9y11bPZjcnAZ/qwGriCUqKaNeYzS2DGZ0+CnnlMk6SNcgyrf0HihSmJ0XqZDXwisVFjQeRv0dYUL9nqO8gRYpt/UynO55E8MVXSyzYTd5tWv0ZBAJFNEayWWbrmp root@cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812\nssh-dss AAAAB3NzaC1kc3MAAACBAKGAPKxSGUIgSCIxBRXPIJ/U17w+9CuhBW6EVnfbqoa7kEemPVBlJQdwZleOP8ATjlg+KlGgyaFcMk5P+sWXQdqi5fxAU8UHXnJWgZoI4PjmIMOhcUnwYwMIe16687ezR5vC03mmB29q053y3bWeT4ICSX/jVmwJu/f+dWYrrUFLAAAAFQD2aIa7j6CaatNW41IRsHIBsBf4lQAAAIAt0Sm+boQ9IlKlqQCrJ859bT7C/eBM9C1AalJNo/UpG36J+FBkWb//8AYVEx2AfJkLXg3XVDBMpPiCT4mGUnYWgv+KosfdRQRhxrEQ9GffuiJS/ieapRWp6r+ldNH/jUeExlbzbyz7qoE6n2LYzbQf7P4O2O7wcGwAaHzlDIhAPAAAAIBfnsk5oarbkuDGXd9oyGiGRe8GEaxCXNTFxobZaORfEoh3nQ05OBCEDuuIIVG0upwjA39Gv7pyEOwgRPkGuuAK37yC+7A4gF2gpOpezMT4S7nZLaeZnYXr29KtxNYvmsH/UMpbOL+56aiCQ5WWNdu0I7tXPdX/CdSVyaXy+MY6Rg== root@cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fefe:29c/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.15 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.92 ===\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-2eb59691-1595-4e33-9ad4-861df81fe812 login: "} 2018-08-25 08:56:59,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/action used request id req-4b8693fc-0bea-49e5-bd93-455e5730e520 2018-08-25 08:56:59,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0890231132507s 2018-08-25 08:56:59,376 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/action used request id req-4b8693fc-0bea-49e5-bd93-455e5730e520 2018-08-25 08:56:59,376 - 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 522646980 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.194908] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.197322] pid_max: default: 32768 minimum: 301 [ 0.198662] ACPI: Core revision 20150930 [ 0.200399] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202318] Security Framework initialized [ 0.203489] Yama: becoming mindful. [ 0.204539] AppArmor: AppArmor initialized [ 0.205776] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207684] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209533] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211306] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213286] Initializing cgroup subsys io [ 0.214483] Initializing cgroup subsys memory [ 0.215716] Initializing cgroup subsys devices [ 0.216998] Initializing cgroup subsys freezer [ 0.218280] Initializing cgroup subsys net_cls [ 0.219550] Initializing cgroup subsys perf_event [ 0.220870] Initializing cgroup subsys net_prio [ 0.222143] Initializing cgroup subsys hugetlb [ 0.223385] Initializing cgroup subsys pids [ 0.224660] CPU: Physical Processor ID: 0 [ 0.226566] mce: CPU supports 10 MCE banks [ 0.227775] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229248] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.245503] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252234] ftrace: allocating 31920 entries in 125 pages [ 0.277551] smpboot: Max logical packages: 1 [ 0.278844] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280863] x2apic enabled [ 0.282071] Switched APIC routing to physical x2apic. [ 0.284619] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286275] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289180] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291757] KVM setup paravirtual spinlock [ 0.293429] x86: Booted up 1 node, 1 CPUs [ 0.294618] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.296645] devtmpfs: initialized [ 0.298688] evm: security.selinux [ 0.299718] evm: security.SMACK64 [ 0.300730] evm: security.SMACK64EXEC [ 0.301823] evm: security.SMACK64TRANSMUTE [ 0.303001] evm: security.SMACK64MMAP [ 0.304100] evm: security.ima [ 0.305041] evm: security.capability [ 0.306184] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.308883] pinctrl core: initialized pinctrl subsystem [ 0.310411] RTC time: 8:56:54, date: 08/25/18 [ 0.311760] NET: Registered protocol family 16 [ 0.313149] cpuidle: using governor ladder [ 0.314333] cpuidle: using governor menu [ 0.315463] PCCT header not found. [ 0.316529] ACPI: bus type PCI registered [ 0.317708] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319488] PCI: Using configuration type 1 for base access [ 0.321712] ACPI: Added _OSI(Module Device) [ 0.322972] ACPI: Added _OSI(Processor Device) [ 0.324261] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325581] ACPI: Added _OSI(Processor Aggregator Device) [ 0.327855] ACPI: Interpreter enabled [ 0.328978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.331642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336946] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339619] ACPI: (supports S0 S5) [ 0.340653] ACPI: Using IOAPIC for interrupt routing [ 0.342046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346013] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347643] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349444] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.354353] acpiphp: Slot [3] registered [ 0.355475] acpiphp: Slot [4] registered [ 0.356590] acpiphp: Slot [5] registered [ 0.357705] acpiphp: Slot [6] registered [ 0.358828] acpiphp: Slot [7] registered [ 0.359943] acpiphp: Slot [8] registered [ 0.361058] acpiphp: Slot [9] registered [ 0.362164] acpiphp: Slot [10] registered [ 0.363296] acpiphp: Slot [11] registered [ 0.364427] acpiphp: Slot [12] registered [ 0.365553] acpiphp: Slot [13] registered [ 0.366677] acpiphp: Slot [14] registered [ 0.367813] acpiphp: Slot [15] registered [ 0.383103] acpiphp: Slot [16] registered [ 0.384259] acpiphp: Slot [17] registered [ 0.385388] acpiphp: Slot [18] registered [ 0.386508] acpiphp: Slot [19] registered [ 0.387641] acpiphp: Slot [20] registered [ 0.388793] acpiphp: Slot [21] registered [ 0.389917] acpiphp: Slot [22] registered [ 0.391050] acpiphp: Slot [23] registered [ 0.392180] acpiphp: Slot [24] registered [ 0.393308] acpiphp: Slot [25] registered [ 0.394435] acpiphp: Slot [26] registered [ 0.395560] acpiphp: Slot [27] registered [ 0.396699] acpiphp: Slot [28] registered [ 0.397833] acpiphp: Slot [29] registered [ 0.398961] acpiphp: Slot [30] registered [ 0.400089] acpiphp: Slot [31] registered [ 0.401218] PCI host bridge to bus 0000:00 [ 0.402354] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404035] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.405712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.407741] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.409772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.411849] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.415884] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.417654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.419282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421037] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.425358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.427389] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450008] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452006] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.453981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.456027] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.457789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.459578] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.463205] vgaarb: loaded [ 0.464048] vgaarb: bridge control possible 0000:00:02.0 [ 0.465710] SCSI subsystem initialized [ 0.466975] ACPI: bus type USB registered [ 0.468136] usbcore: registered new interface driver usbfs [ 0.469570] usbcore: registered new interface driver hub [ 0.470965] usbcore: registered new device driver usb [ 0.472482] PCI: Using ACPI for IRQ routing [ 0.474026] NetLabel: Initializing [ 0.475027] NetLabel: domain hash size = 128 [ 0.476210] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.477548] NetLabel: unlabeled traffic allowed by default [ 0.479150] clocksource: Switched to clocksource kvm-clock [ 0.489301] AppArmor: AppArmor Filesystem Enabled [ 0.490640] pnp: PnP ACPI init [ 0.491898] pnp: PnP ACPI: found 5 devices [ 0.498743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.501133] NET: Registered protocol family 2 [ 0.502564] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506039] TCP: Hash tables configured (established 4096 bind 4096) [ 0.507716] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510840] NET: Registered protocol family 1 [ 0.512063] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513591] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515083] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529674] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546563] Trying to unpack rootfs image as initramfs... [ 0.609145] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.611811] Scanning for low memory corruption every 60 seconds [ 0.613796] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615434] audit: initializing netlink subsys (disabled) [ 0.616924] audit: type=2000 audit(1535187414.821:1): initialized [ 0.618827] Initialise system trusted keyring [ 0.620299] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621927] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624689] zbud: loaded [ 0.625701] VFS: Disk quotas dquot_6.6.0 [ 0.626868] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629086] fuse init (API version 7.23) [ 0.630342] Key type big_key registered [ 0.631501] Allocating IMA MOK and blacklist keyrings. [ 0.633194] Key type asymmetric registered [ 0.634358] Asymmetric key parser 'x509' registered [ 0.635727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637846] io scheduler noop registered [ 0.638965] io scheduler deadline registered (default) [ 0.640378] io scheduler cfq registered [ 0.641589] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646913] ACPI: Power Button [PWRF] [ 0.648173] GHES: HEST is not enabled! [ 0.662290] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694848] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718733] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721884] Linux agpgart interface v0.103 [ 0.725280] brd: module loaded [ 0.727500] loop: module loaded [ 0.731818] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.733834] GPT:90111 != 2097151 [ 0.734740] GPT:Alternate GPT header not at the end of the disk. [ 0.736236] GPT:90111 != 2097151 [ 0.737148] GPT: Use GNU Parted to correct GPT errors. [ 0.738437] vda: vda1 vda15 [ 0.740103] scsi host0: ata_piix [ 0.741140] scsi host1: ata_piix [ 0.742106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.743727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.745673] libphy: Fixed MDIO Bus: probed [ 0.746789] tun: Universal TUN/TAP device driver, 1.6 [ 0.748058] tun: (C) 1999-2004 Max Krasnyansky [ 0.750992] PPP generic driver version 2.4.2 [ 0.752226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.753805] ehci-pci: EHCI PCI platform driver [ 0.754963] ehci-platform: EHCI generic platform driver [ 0.756313] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.757810] ohci-pci: OHCI PCI platform driver [ 0.758966] ohci-platform: OHCI generic platform driver [ 0.760316] uhci_hcd: USB Universal Host Controller Interface driver [ 0.774699] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.776066] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.778153] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779582] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.781179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.782887] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.784881] usb usb1: Product: UHCI Host Controller [ 0.786190] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.787764] usb usb1: SerialNumber: 0000:00:01.2 [ 0.789116] hub 1-0:1.0: USB hub found [ 0.790255] hub 1-0:1.0: 2 ports detected [ 0.791540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.794443] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.795766] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.797193] mousedev: PS/2 mouse device common for all mice [ 0.798920] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801442] rtc_cmos 00:00: RTC can wake from S4 [ 0.802990] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.804639] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806283] i2c /dev entries driver [ 0.807377] device-mapper: uevent: version 1.0.3 [ 0.808702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811000] ledtrig-cpu: registered to indicate activity on CPUs [ 0.812909] NET: Registered protocol family 10 [ 0.814488] NET: Registered protocol family 17 [ 0.815783] Key type dns_resolver registered [ 0.817102] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.818626] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.821098] registered taskstats version 1 [ 0.822284] Loading compiled-in X.509 certificates [ 0.824156] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.826732] zswap: loaded using pool lzo/zbud [ 0.828799] Key type trusted registered [ 0.830949] Key type encrypted registered [ 0.832116] AppArmor: AppArmor sha1 policy hashing enabled [ 0.833565] ima: No TPM chip found, activating TPM-bypass! [ 0.835016] evm: HMAC attrs: 0x1 [ 0.836335] Magic number: 14:628:928 [ 0.837524] rtc_cmos 00:00: setting system clock to 2018-08-25 08:56:54 UTC (1535187414) [ 0.839806] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.841348] EDD information not available. [ 0.904651] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.921499] Write protecting the kernel read-only data: 14336k [ 0.924519] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.927038] 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.975918] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.15... Lease of 192.168.120.15 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHATgwUi5pc0InvbzPmK1Qa9cOKTPwC6mA4Dw6lIIpiE4mLS/JWbHFsRAx0gawTG2MVVSIItG8Yf89CVESjiSle7fDiCzFDwQQfS9tRtTH5FzSo3InsA2wh6nf/iJNtfTcE/cLkPNGkWCRajYmzfZFkKaVVJfwsLqAcg+UETnvxWAi+wJC4rPMVr/8AWTwSApxqA2GfRz5C0AeDyeuzoJyy7fg9y11bPZjcnAZ/qwGriCUqKaNeYzS2DGZ0+CnnlMk6SNcgyrf0HihSmJ0XqZDXwisVFjQeRv0dYUL9nqO8gRYpt/UynO55E8MVXSyzYTd5tWv0ZBAJFNEayWWbrmp root@cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812 ssh-dss AAAAB3NzaC1kc3MAAACBAKGAPKxSGUIgSCIxBRXPIJ/U17w+9CuhBW6EVnfbqoa7kEemPVBlJQdwZleOP8ATjlg+KlGgyaFcMk5P+sWXQdqi5fxAU8UHXnJWgZoI4PjmIMOhcUnwYwMIe16687ezR5vC03mmB29q053y3bWeT4ICSX/jVmwJu/f+dWYrrUFLAAAAFQD2aIa7j6CaatNW41IRsHIBsBf4lQAAAIAt0Sm+boQ9IlKlqQCrJ859bT7C/eBM9C1AalJNo/UpG36J+FBkWb//8AYVEx2AfJkLXg3XVDBMpPiCT4mGUnYWgv+KosfdRQRhxrEQ9GffuiJS/ieapRWp6r+ldNH/jUeExlbzbyz7qoE6n2LYzbQf7P4O2O7wcGwAaHzlDIhAPAAAAIBfnsk5oarbkuDGXd9oyGiGRe8GEaxCXNTFxobZaORfEoh3nQ05OBCEDuuIIVG0upwjA39Gv7pyEOwgRPkGuuAK37yC+7A4gF2gpOpezMT4S7nZLaeZnYXr29KtxNYvmsH/UMpbOL+56aiCQ5WWNdu0I7tXPdX/CdSVyaXy+MY6Rg== root@cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fefe:29c/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.15 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.92 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-2eb59691-1595-4e33-9ad4-861df81fe812 login: 2018-08-25 08:56:59,380 - paramiko.transport - DEBUG - starting thread (client mode): 0x603197d0L 2018-08-25 08:56:59,380 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 08:56:59,380 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-25 08:56:59,380 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-25 08:56:59,381 - 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-08-25 08:56:59,381 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 08:56:59,381 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-25 08:56:59,381 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 08:56:59,381 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 08:56:59,381 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 08:56:59,398 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 08:56:59,398 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 08:56:59,412 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 4fcfd20fc10bce1d1738ab24043c6338 2018-08-25 08:56:59,413 - paramiko.transport - DEBUG - Trying discovered key 0b38bca6c4f701b8c5e0821db509133a in /tmp/tmpbEkyVt 2018-08-25 08:56:59,437 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 08:56:59,442 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 08:56:59,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-25 08:56:59,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"volumeAttachment": {"volumeId": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}}' 2018-08-25 08:57:02,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aafc152c-0f2e-43a8-b7a1-aaa3d6611445 x-compute-request-id: req-aafc152c-0f2e-43a8-b7a1-aaa3d6611445 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "7ed29818-5b55-40a3-9854-d2f87df75713", "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "volumeId": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}} 2018-08-25 08:57:02,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/os-volume_attachments used request id req-aafc152c-0f2e-43a8-b7a1-aaa3d6611445 2018-08-25 08:57:02,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.74717998505s 2018-08-25 08:57:02,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/os-volume_attachments used request id req-aafc152c-0f2e-43a8-b7a1-aaa3d6611445 2018-08-25 08:57:02,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:02,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:02,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:02 GMT Server: Apache x-compute-request-id: req-846c5954-3567-4066-baea-997981271fc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-846c5954-3567-4066-baea-997981271fc4 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:02.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:02,252 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-846c5954-3567-4066-baea-997981271fc4 2018-08-25 08:57:02,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0583951473236s 2018-08-25 08:57:02,253 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-846c5954-3567-4066-baea-997981271fc4 2018-08-25 08:57:02,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:04,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:04,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:05,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:04 GMT Server: Apache x-compute-request-id: req-c14ad12d-5b85-447b-9030-392364f718c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c14ad12d-5b85-447b-9030-392364f718c8 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:02.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:05,236 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-c14ad12d-5b85-447b-9030-392364f718c8 2018-08-25 08:57:05,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.978241920471s 2018-08-25 08:57:05,236 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-c14ad12d-5b85-447b-9030-392364f718c8 2018-08-25 08:57:05,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:07,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:07,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:08,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:07 GMT Server: Apache x-compute-request-id: req-4670e6e9-568b-4307-bad9-2f2bdac75782 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4670e6e9-568b-4307-bad9-2f2bdac75782 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [{"server_id": "7ed29818-5b55-40a3-9854-d2f87df75713", "attachment_id": "6ff00158-d90f-4f8a-a0c8-eae91b42bcc7", "attached_at": "2018-08-25T08:57:05.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "device": "/dev/vdb", "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:05.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:08,395 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-4670e6e9-568b-4307-bad9-2f2bdac75782 2018-08-25 08:57:08,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.15470600128s 2018-08-25 08:57:08,395 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-4670e6e9-568b-4307-bad9-2f2bdac75782 2018-08-25 08:57:08,398 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 08:57:08,399 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-25 08:57:08,399 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 08:57:08,403 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 08:57:08,470 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 08:57:08,471 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-25 08:57:08,472 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 08:57:08,472 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-25 08:57:08,508 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-25 08:57:08,509 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-25 08:57:08,538 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-25 08:57:09,055 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-25 08:57:09,055 - 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: 17eed4be-1192-45f5-8346-0d4f5e34e9bb 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-08-25 08:57:09,056 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-25 08:57:09,056 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-25 08:57:09,057 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-25 08:57:09,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-25 08:57:09,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/os-volume_attachments/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:10,659 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:57: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-1e4a99dd-a78b-4260-a9f9-8284eb17e0ee x-compute-request-id: req-1e4a99dd-a78b-4260-a9f9-8284eb17e0ee Content-Length: 0 Content-Type: application/json 2018-08-25 08:57:10,659 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/os-volume_attachments/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c used request id req-1e4a99dd-a78b-4260-a9f9-8284eb17e0ee 2018-08-25 08:57:10,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.60108709335s 2018-08-25 08:57:10,659 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713/os-volume_attachments/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c used request id req-1e4a99dd-a78b-4260-a9f9-8284eb17e0ee 2018-08-25 08:57:10,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:10,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:10,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:10 GMT Server: Apache x-compute-request-id: req-a0cf40b5-4ac1-44fe-986b-3a6d5a415b0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0cf40b5-4ac1-44fe-986b-3a6d5a415b0d Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [{"server_id": "7ed29818-5b55-40a3-9854-d2f87df75713", "attachment_id": "6ff00158-d90f-4f8a-a0c8-eae91b42bcc7", "attached_at": "2018-08-25T08:57:05.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "device": "/dev/vdb", "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:10.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:10,719 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-a0cf40b5-4ac1-44fe-986b-3a6d5a415b0d 2018-08-25 08:57:10,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.059690952301s 2018-08-25 08:57:10,720 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-a0cf40b5-4ac1-44fe-986b-3a6d5a415b0d 2018-08-25 08:57:10,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:12,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:12,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:12 GMT Server: Apache x-compute-request-id: req-49d3ad09-43f9-4486-8b4d-0ceed2c13683 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49d3ad09-43f9-4486-8b4d-0ceed2c13683 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:11.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:12,773 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-49d3ad09-43f9-4486-8b4d-0ceed2c13683 2018-08-25 08:57:12,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0491869449615s 2018-08-25 08:57:12,774 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-49d3ad09-43f9-4486-8b4d-0ceed2c13683 2018-08-25 08:57:12,775 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-25 08:57:12,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-25 08:57:12,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"volumeAttachment": {"volumeId": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}}' 2018-08-25 08:57:13,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57: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-bd2d0cb5-c8a2-44a4-a483-c16837675225 x-compute-request-id: req-bd2d0cb5-c8a2-44a4-a483-c16837675225 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "volumeId": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}} 2018-08-25 08:57:13,662 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/os-volume_attachments used request id req-bd2d0cb5-c8a2-44a4-a483-c16837675225 2018-08-25 08:57:13,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.886246919632s 2018-08-25 08:57:13,662 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/os-volume_attachments used request id req-bd2d0cb5-c8a2-44a4-a483-c16837675225 2018-08-25 08:57:13,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:13,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:13,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:13 GMT Server: Apache x-compute-request-id: req-10024ae6-ef2c-4d21-9914-c3b83bde9711 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10024ae6-ef2c-4d21-9914-c3b83bde9711 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:13.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:13,723 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-10024ae6-ef2c-4d21-9914-c3b83bde9711 2018-08-25 08:57:13,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0601391792297s 2018-08-25 08:57:13,723 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-10024ae6-ef2c-4d21-9914-c3b83bde9711 2018-08-25 08:57:13,725 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:15,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:15,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:15,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:15 GMT Server: Apache x-compute-request-id: req-44d589c7-4831-48ee-9857-fbe4da35004e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44d589c7-4831-48ee-9857-fbe4da35004e Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [{"server_id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "attachment_id": "44d7a1b7-db24-4701-b1de-f53bbdf8713c", "attached_at": "2018-08-25T08:57:14.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "device": "/dev/vdb", "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c"}], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:15.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:15,778 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-44d589c7-4831-48ee-9857-fbe4da35004e 2018-08-25 08:57:15,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0508031845093s 2018-08-25 08:57:15,778 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-44d589c7-4831-48ee-9857-fbe4da35004e 2018-08-25 08:57:15,780 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 08:57:15,783 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-25 08:57:15,783 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 08:57:15,785 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 08:57:15,855 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 08:57:15,856 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-25 08:57:15,856 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-25 08:57:15,857 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 08:57:15,894 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-25 08:57:15,894 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-25 08:57:15,922 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-25 08:57:15,944 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-25 08:57:15,944 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-25 08:57:15,945 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-25 08:57:15,945 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-25 08:57:15,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-25 08:57:15,946 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-25 08:57:15,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/os-volume_attachments/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:16,547 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:57:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f795b94-94fb-4a29-87c7-a8a8805ce177 x-compute-request-id: req-0f795b94-94fb-4a29-87c7-a8a8805ce177 Content-Length: 0 Content-Type: application/json 2018-08-25 08:57:16,547 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/os-volume_attachments/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c used request id req-0f795b94-94fb-4a29-87c7-a8a8805ce177 2018-08-25 08:57:16,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.600984096527s 2018-08-25 08:57:16,548 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd/os-volume_attachments/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c used request id req-0f795b94-94fb-4a29-87c7-a8a8805ce177 2018-08-25 08:57:16,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:16,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:17,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:16 GMT Server: Apache x-compute-request-id: req-848ea154-6b1b-4ac0-bd4f-a0ae4fe435fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-848ea154-6b1b-4ac0-bd4f-a0ae4fe435fd Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:16.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:17,560 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-848ea154-6b1b-4ac0-bd4f-a0ae4fe435fd 2018-08-25 08:57:17,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01158094406s 2018-08-25 08:57:17,560 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-848ea154-6b1b-4ac0-bd4f-a0ae4fe435fd 2018-08-25 08:57:17,675 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 08:57:17,676 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:60 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-25 08:57:17,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:57:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:17,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57: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-e425fdc5-15ad-4977-bf4b-80415f621d5a x-compute-request-id: req-e425fdc5-15ad-4977-bf4b-80415f621d5a Content-Type: application/json 2018-08-25 08:57:17,830 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd used request id req-e425fdc5-15ad-4977-bf4b-80415f621d5a 2018-08-25 08:57:17,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.149345159531s 2018-08-25 08:57:17,831 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd used request id req-e425fdc5-15ad-4977-bf4b-80415f621d5a 2018-08-25 08:57:17,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:57:17,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:18,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57: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-232f9064-60e8-4f2d-b874-6b04cd06c5fe x-compute-request-id: req-232f9064-60e8-4f2d-b874-6b04cd06c5fe Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:53.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:54Z", "hostId": "b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:1a:07", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2b23678f-127b-4ac7-a98f-55ef68d48abd", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:35.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "2b23678f-127b-4ac7-a98f-55ef68d48abd", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:57:17Z", "hostId": "3bc591b1f04b8227248f296e0825f8a704f1ad6793df274abb0346dc", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm2_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:29Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:57:18,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-232f9064-60e8-4f2d-b874-6b04cd06c5fe 2018-08-25 08:57:18,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378689050674s 2018-08-25 08:57:18,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-232f9064-60e8-4f2d-b874-6b04cd06c5fe 2018-08-25 08:57:18,213 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:20,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:57:20,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:21,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ce731ba-bcef-4165-9af0-5bcd4db0807a x-compute-request-id: req-9ce731ba-bcef-4165-9af0-5bcd4db0807a Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:53.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:56:54Z", "hostId": "b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:57:21,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9ce731ba-bcef-4165-9af0-5bcd4db0807a 2018-08-25 08:57:21,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.966386079788s 2018-08-25 08:57:21,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9ce731ba-bcef-4165-9af0-5bcd4db0807a 2018-08-25 08:57:21,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 08:57:21,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/7b4353d9-522a-40a4-b785-dc552f510368.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:21,945 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c5354672-774a-4414-b336-a95d4ce69da9 Content-Length: 0 Date: Sat, 25 Aug 2018 08:57:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:57:21,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/7b4353d9-522a-40a4-b785-dc552f510368.json used request id req-c5354672-774a-4414-b336-a95d4ce69da9 2018-08-25 08:57:21,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.758027076721s 2018-08-25 08:57:21,945 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/7b4353d9-522a-40a4-b785-dc552f510368.json used request id req-c5354672-774a-4414-b336-a95d4ce69da9 2018-08-25 08:57:21,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:57:21,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:22,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-ae78e6e6-36c3-4710-84f2-96bf0e115472 Date: Sat, 25 Aug 2018 08:57:22 GMT RESP BODY: {"floatingips": [{"router_id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:56Z", "updated_at": "2018-08-25T08:56:59Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "device_owner": "compute:nova", "mac_address": "fa:16:3e:fe:02:9c", "device_id": "7ed29818-5b55-40a3-9854-d2f87df75713"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_id": "bfc9d4bf-ead2-446a-ae5c-bcbd9a041409", "id": "d86f966b-693d-49c2-a66e-0986b22e0451", "qos_policy_id": null}]} 2018-08-25 08:57:22,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ae78e6e6-36c3-4710-84f2-96bf0e115472 2018-08-25 08:57:22,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0797231197357s 2018-08-25 08:57:22,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ae78e6e6-36c3-4710-84f2-96bf0e115472 2018-08-25 08:57:22,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:22,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:22 GMT Server: Apache x-compute-request-id: req-0147e5c5-1a3d-42e7-8d1f-f8d18f0c9cfb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0147e5c5-1a3d-42e7-8d1f-f8d18f0c9cfb Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:16.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:22,083 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-0147e5c5-1a3d-42e7-8d1f-f8d18f0c9cfb 2018-08-25 08:57:22,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0480129718781s 2018-08-25 08:57:22,083 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-0147e5c5-1a3d-42e7-8d1f-f8d18f0c9cfb 2018-08-25 08:57:22,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-25 08:57:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:22,158 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:57:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7e64d23-fb3d-4d85-8acb-a8151f607fa9 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-08-25 08:57:22,158 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c used request id req-d7e64d23-fb3d-4d85-8acb-a8151f607fa9 2018-08-25 08:57:22,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0736701488495s 2018-08-25 08:57:22,158 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c used request id req-d7e64d23-fb3d-4d85-8acb-a8151f607fa9 2018-08-25 08:57:22,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:22,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:22,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:22 GMT Server: Apache x-compute-request-id: req-30dfe330-cea9-48d8-bfa3-2011a22ab9ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-30dfe330-cea9-48d8-bfa3-2011a22ab9ab Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "08b052bce15544f2868070e7af190a6a", "attachments": [], "links": [{"href": "http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "self"}, {"href": "http://172.30.9.35:8776/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-25T08:56:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "updated_at": "2018-08-25T08:57:22.000000", "volume_type": null, "name": "cinder_test-volume_2eb59691-1595-4e33-9ad4-861df81fe812", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "463f38f8-58c5-4ea5-b8c1-987e9ddbfd8c", "size": 2}]} 2018-08-25 08:57:22,225 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-30dfe330-cea9-48d8-bfa3-2011a22ab9ab 2018-08-25 08:57:22,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0665249824524s 2018-08-25 08:57:22,226 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-30dfe330-cea9-48d8-bfa3-2011a22ab9ab 2018-08-25 08:57:22,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:24,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 08:57:24,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:24,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:24 GMT Server: Apache x-compute-request-id: req-717e4075-0471-4217-8de6-fe011767a4a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-717e4075-0471-4217-8de6-fe011767a4a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 08:57:24,267 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-717e4075-0471-4217-8de6-fe011767a4a5 2018-08-25 08:57:24,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0376949310303s 2018-08-25 08:57:24,268 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/09e6e8a75c2e46c5b32af47ce281a2a5/volumes/detail used request id req-717e4075-0471-4217-8de6-fe011767a4a5 2018-08-25 08:57:24,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 08:57:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/d86f966b-693d-49c2-a66e-0986b22e0451.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:25,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-197f0e11-8275-4370-a337-f565b76a54bb Content-Length: 0 Date: Sat, 25 Aug 2018 08:57:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:57:25,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/d86f966b-693d-49c2-a66e-0986b22e0451.json used request id req-197f0e11-8275-4370-a337-f565b76a54bb 2018-08-25 08:57:25,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03153204918s 2018-08-25 08:57:25,303 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/d86f966b-693d-49c2-a66e-0986b22e0451.json used request id req-197f0e11-8275-4370-a337-f565b76a54bb 2018-08-25 08:57:25,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 08:57:25,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:25,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a386dd61-7a81-484c-9166-e9f2a04c852d Date: Sat, 25 Aug 2018 08:57:25 GMT RESP BODY: {"floatingips": []} 2018-08-25 08:57:25,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a386dd61-7a81-484c-9166-e9f2a04c852d 2018-08-25 08:57:25,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0783259868622s 2018-08-25 08:57:25,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a386dd61-7a81-484c-9166-e9f2a04c852d 2018-08-25 08:57:25,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 08:57:25,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:25,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57: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-7d38eefb-2d47-407f-a5a3-595651702db5 x-compute-request-id: req-7d38eefb-2d47-407f-a5a3-595651702db5 Content-Type: application/json 2018-08-25 08:57:25,556 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713 used request id req-7d38eefb-2d47-407f-a5a3-595651702db5 2018-08-25 08:57:25,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.167104005814s 2018-08-25 08:57:25,557 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713 used request id req-7d38eefb-2d47-407f-a5a3-595651702db5 2018-08-25 08:57:25,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:57:25,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:26,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57: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-c473842f-7b92-440f-afc9-744f7b541f6c x-compute-request-id: req-c473842f-7b92-440f-afc9-744f7b541f6c Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:02:9c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/7ed29818-5b55-40a3-9854-d2f87df75713", "rel": "bookmark"}], "image": {"id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "links": [{"href": "http://172.30.9.35:8774/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T08:56:53.000000", "flavor": {"id": "c153e523-6202-4aa5-9e48-8742828f215f", "links": [{"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "bookmark"}]}, "id": "7ed29818-5b55-40a3-9854-d2f87df75713", "security_groups": [{"name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}], "user_id": "08b052bce15544f2868070e7af190a6a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T08:57:25Z", "hostId": "b18f1d58c272fe58c068dce12217756c7f191a9a9f4084046d28e1d4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812", "name": "cinder_test-vm_2eb59691-1595-4e33-9ad4-861df81fe812", "created": "2018-08-25T08:56:47Z", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 08:57:26,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c473842f-7b92-440f-afc9-744f7b541f6c 2018-08-25 08:57:26,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761344909668s 2018-08-25 08:57:26,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c473842f-7b92-440f-afc9-744f7b541f6c 2018-08-25 08:57:26,321 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 08:57:28,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 08:57:28,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:28,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57: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-50085650-2319-4005-9645-e93de86b2e2e x-compute-request-id: req-50085650-2319-4005-9645-e93de86b2e2e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 08:57:28,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-50085650-2319-4005-9645-e93de86b2e2e 2018-08-25 08:57:28,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0672879219055s 2018-08-25 08:57:28,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-50085650-2319-4005-9645-e93de86b2e2e 2018-08-25 08:57:28,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 08:57:28,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:28,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-6c9f1d31-0f67-496f-a009-d3157f8182b3 Date: Sat, 25 Aug 2018 08:57:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:26Z", "updated_at": "2018-08-25T08:56:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "153721ac-28a0-4327-b91c-43f4bb65d986", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:27Z", "revision_number": 0, "id": "3debe1b0-0014-456f-8c20-5473b58c7954", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:27Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "882dcebc-bcbd-4c37-a2e3-b076e1949696", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:26Z", "revision_number": 0, "id": "e08be49e-a15c-435d-920a-b2019c599f78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:26Z", "security_group_id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 3, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7", "name": "cinder_test-sg_2eb59691-1595-4e33-9ad4-861df81fe812"}, {"description": "Default security group", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:18Z", "updated_at": "2018-08-25T08:56:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "1e59ff61-bf64-465e-92bc-1e8efe1d63b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "5c2b02e5-0295-4e6d-afd5-67ed9fba56a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "8f186c16-6dbe-4372-991c-a0a7016a1a8a", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "deeb6868-707d-49fe-898e-03d5a8f1ca74", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "name": "default"}]} 2018-08-25 08:57:28,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-6c9f1d31-0f67-496f-a009-d3157f8182b3 2018-08-25 08:57:28,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0426981449127s 2018-08-25 08:57:28,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-6c9f1d31-0f67-496f-a009-d3157f8182b3 2018-08-25 08:57:28,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 08:57:28,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:28,583 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2211ff6-95da-4145-b5f8-b3e0cce80de0 Content-Length: 0 Date: Sat, 25 Aug 2018 08:57:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:57:28,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7.json used request id req-c2211ff6-95da-4145-b5f8-b3e0cce80de0 2018-08-25 08:57:28,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.142245054245s 2018-08-25 08:57:28,583 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/18dfb7bd-95a1-4ff4-9d80-dd3e96da63f7.json used request id req-c2211ff6-95da-4145-b5f8-b3e0cce80de0 2018-08-25 08:57:28,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 08:57:28,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:28,632 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:57: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-f38ec920-8384-4d17-a92c-41e78d5eb21f x-compute-request-id: req-f38ec920-8384-4d17-a92c-41e78d5eb21f Content-Length: 0 Content-Type: application/json 2018-08-25 08:57:28,632 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812 used request id req-f38ec920-8384-4d17-a92c-41e78d5eb21f 2018-08-25 08:57:28,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0481150150299s 2018-08-25 08:57:28,632 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/cinder_test-kp_2eb59691-1595-4e33-9ad4-861df81fe812 used request id req-f38ec920-8384-4d17-a92c-41e78d5eb21f 2018-08-25 08:57:28,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 08:57:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743/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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" -d '{"subnet_id": "906a270f-de57-4213-af1b-f97370e063dc"}' 2018-08-25 08:57:30,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e328ddd8-5785-4b74-8244-fe768d16ff92 Date: Sat, 25 Aug 2018 08:57:30 GMT RESP BODY: {"network_id": "cee0fd43-59da-47ac-bc15-dad661077953", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "subnet_id": "906a270f-de57-4213-af1b-f97370e063dc", "subnet_ids": ["906a270f-de57-4213-af1b-f97370e063dc"], "port_id": "6935f516-48f5-4e2c-9e8b-2b84e20862d4", "id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743"} 2018-08-25 08:57:30,623 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743/remove_router_interface.json used request id req-e328ddd8-5785-4b74-8244-fe768d16ff92 2018-08-25 08:57:30,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.99029803276s 2018-08-25 08:57:30,623 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743/remove_router_interface.json used request id req-e328ddd8-5785-4b74-8244-fe768d16ff92 returning object 45d6ef14-adc2-443c-8c8e-a57e5f03a743 2018-08-25 08:57:30,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 08:57:30,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:30,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-fffb227e-6832-4dcc-9417-55db335ba7ec Date: Sat, 25 Aug 2018 08:57:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:19Z", "admin_state_up": true, "updated_at": "2018-08-25T08:57:29Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "45d6ef14-adc2-443c-8c8e-a57e5f03a743", "name": "cinder_test-router_2eb59691-1595-4e33-9ad4-861df81fe812"}]} 2018-08-25 08:57:30,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-fffb227e-6832-4dcc-9417-55db335ba7ec 2018-08-25 08:57:30,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11288189888s 2018-08-25 08:57:30,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-fffb227e-6832-4dcc-9417-55db335ba7ec 2018-08-25 08:57:30,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 08:57:30,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:31,889 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95fa14ee-5682-40c6-9ff6-73e8a5d24532 Content-Length: 0 Date: Sat, 25 Aug 2018 08:57:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:57:31,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743.json used request id req-95fa14ee-5682-40c6-9ff6-73e8a5d24532 2018-08-25 08:57:31,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.15092515945s 2018-08-25 08:57:31,889 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/45d6ef14-adc2-443c-8c8e-a57e5f03a743.json used request id req-95fa14ee-5682-40c6-9ff6-73e8a5d24532 2018-08-25 08:57:31,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 08:57:31,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:31,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c4474a37-86a9-45f9-9976-8c6e99fc1a7f Date: Sat, 25 Aug 2018 08:57:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cee0fd43-59da-47ac-bc15-dad661077953","tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T08:56:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","id":"906a270f-de57-4213-af1b-f97370e063dc","subnetpool_id":null,"name":"cinder_test-subnet_2eb59691-1595-4e33-9ad4-861df81fe812"}]} 2018-08-25 08:57:31,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c4474a37-86a9-45f9-9976-8c6e99fc1a7f 2018-08-25 08:57:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0387089252472s 2018-08-25 08:57:31,929 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c4474a37-86a9-45f9-9976-8c6e99fc1a7f 2018-08-25 08:57:31,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 08:57:31,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/906a270f-de57-4213-af1b-f97370e063dc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:33,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73797f04-5fb8-467c-a788-0b40319c22e3 Date: Sat, 25 Aug 2018 08:57:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:57:33,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/906a270f-de57-4213-af1b-f97370e063dc.json used request id req-73797f04-5fb8-467c-a788-0b40319c22e3 2018-08-25 08:57:33,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08405208588s 2018-08-25 08:57:33,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/906a270f-de57-4213-af1b-f97370e063dc.json used request id req-73797f04-5fb8-467c-a788-0b40319c22e3 2018-08-25 08:57:33,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:57:33,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:33,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-2386c5fa-03c0-465e-8e49-6e38ffd78e4e Date: Sat, 25 Aug 2018 08:57:33 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"cee0fd43-59da-47ac-bc15-dad661077953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09e6e8a75c2e46c5b32af47ce281a2a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:57:32Z","qos_policy_id":null,"name":"cinder_test-net_2eb59691-1595-4e33-9ad4-861df81fe812","admin_state_up":true,"tenant_id":"09e6e8a75c2e46c5b32af47ce281a2a5","created_at":"2018-08-25T08:56:18Z","mtu":1450}]} 2018-08-25 08:57:33,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2386c5fa-03c0-465e-8e49-6e38ffd78e4e 2018-08-25 08:57:33,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0967330932617s 2018-08-25 08:57:33,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2386c5fa-03c0-465e-8e49-6e38ffd78e4e 2018-08-25 08:57:33,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 08:57:33,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/cee0fd43-59da-47ac-bc15-dad661077953.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:34,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c962e9f8-c58a-48a1-b5b7-bf45b0deab60 Date: Sat, 25 Aug 2018 08:57:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 08:57:34,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/cee0fd43-59da-47ac-bc15-dad661077953.json used request id req-c962e9f8-c58a-48a1-b5b7-bf45b0deab60 2018-08-25 08:57:34,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12187600136s 2018-08-25 08:57:34,236 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/cee0fd43-59da-47ac-bc15-dad661077953.json used request id req-c962e9f8-c58a-48a1-b5b7-bf45b0deab60 2018-08-25 08:57:34,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:57:34,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:34,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-d31ca976-6e7d-43f7-b616-62cb7e53ef7c Date: Sat, 25 Aug 2018 08:57:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:56:25Z", "file": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/file", "owner": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "10d9b981-8a9f-4f1e-8375-443e23d9ad46", "size": 12716032, "self": "/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2eb59691-1595-4e33-9ad4-861df81fe812", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:56:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:57:34,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-d31ca976-6e7d-43f7-b616-62cb7e53ef7c 2018-08-25 08:57:34,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290277004242s 2018-08-25 08:57:34,531 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-d31ca976-6e7d-43f7-b616-62cb7e53ef7c 2018-08-25 08:57:34,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 08:57:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa96ce11f46d4b9367ca496237c8fe2049c1edb8" 2018-08-25 08:57:34,995 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f30ea83-8268-4fbd-a60b-567e5f2c0b6f Date: Sat, 25 Aug 2018 08:57:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:57:34,995 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46 used request id req-6f30ea83-8268-4fbd-a60b-567e5f2c0b6f 2018-08-25 08:57:34,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.462399959564s 2018-08-25 08:57:34,995 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/10d9b981-8a9f-4f1e-8375-443e23d9ad46 used request id req-6f30ea83-8268-4fbd-a60b-567e5f2c0b6f 2018-08-25 08:57:34,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 08:57:34,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:35,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57: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-c0785da7-ea11-4669-9cce-8e4be65218d3 x-compute-request-id: req-c0785da7-ea11-4669-9cce-8e4be65218d3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_2eb59691-1595-4e33-9ad4-861df81fe812", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c153e523-6202-4aa5-9e48-8742828f215f", "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": "c153e523-6202-4aa5-9e48-8742828f215f"}]} 2018-08-25 08:57:35,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c0785da7-ea11-4669-9cce-8e4be65218d3 2018-08-25 08:57:35,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229771137238s 2018-08-25 08:57:35,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c0785da7-ea11-4669-9cce-8e4be65218d3 2018-08-25 08:57:35,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 08:57:35,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:35,057 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 08:57: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-f4c85b07-3146-4e7d-a3b7-719e8a465462 x-compute-request-id: req-f4c85b07-3146-4e7d-a3b7-719e8a465462 Content-Length: 0 Content-Type: application/json 2018-08-25 08:57:35,057 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f used request id req-f4c85b07-3146-4e7d-a3b7-719e8a465462 2018-08-25 08:57:35,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0364520549774s 2018-08-25 08:57:35,057 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/c153e523-6202-4aa5-9e48-8742828f215f used request id req-f4c85b07-3146-4e7d-a3b7-719e8a465462 2018-08-25 08:57:35,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:35,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:35,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc38f4da-f514-4898-9fef-5ec8831a1f92 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812", "links": {"self": "http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "08b052bce15544f2868070e7af190a6a", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:35,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-dc38f4da-f514-4898-9fef-5ec8831a1f92 2018-08-25 08:57:35,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.185897111893s 2018-08-25 08:57:35,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-dc38f4da-f514-4898-9fef-5ec8831a1f92 2018-08-25 08:57:35,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:35,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:35,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a94181-c186-4c6a-919a-825b8c053de4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_2eb59691-1595-4e33-9ad4-861df81fe812", "links": {"self": "http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "08b052bce15544f2868070e7af190a6a", "description": null}} 2018-08-25 08:57:35,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a used request id req-e6a94181-c186-4c6a-919a-825b8c053de4 2018-08-25 08:57:35,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191702127457s 2018-08-25 08:57:35,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a used request id req-e6a94181-c186-4c6a-919a-825b8c053de4 2018-08-25 08:57:35,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 08:57:35,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:35,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-771d7cc5-d285-4476-8579-3530f7687d5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:35,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a used request id req-771d7cc5-d285-4476-8579-3530f7687d5c 2018-08-25 08:57:35,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.259527921677s 2018-08-25 08:57:35,703 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/08b052bce15544f2868070e7af190a6a used request id req-771d7cc5-d285-4476-8579-3530f7687d5c 2018-08-25 08:57:35,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:35,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:35,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0e18e3-1956-497e-9e46-1140527d793e Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5"}, "tags": [], "enabled": true, "id": "09e6e8a75c2e46c5b32af47ce281a2a5", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_2eb59691-1595-4e33-9ad4-861df81fe812"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-25 08:57:35,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-ff0e18e3-1956-497e-9e46-1140527d793e 2018-08-25 08:57:35,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189813137054s 2018-08-25 08:57:35,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-ff0e18e3-1956-497e-9e46-1140527d793e 2018-08-25 08:57:35,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 08:57:35,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a7d029763d178ded71347eb433e5b8455faf1b32" 2018-08-25 08:57:36,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dc69463-85d4-42fc-b754-65f0b8d378e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:36,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5 used request id req-8dc69463-85d4-42fc-b754-65f0b8d378e4 2018-08-25 08:57:36,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.164453029633s 2018-08-25 08:57:36,068 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/09e6e8a75c2e46c5b32af47ce281a2a5 used request id req-8dc69463-85d4-42fc-b754-65f0b8d378e4 2018-08-25 08:57:36,122 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-25 08:57:36,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:36,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:36,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:36,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:36,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:36,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:36,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:36,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:36,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc410829-b3f9-4ee9-b515-836aa95f4ca3 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:57:36,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-fc410829-b3f9-4ee9-b515-836aa95f4ca3 2018-08-25 08:57:36,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:37,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["ouKnbqSSR_iffDEaESGCYA"], "issued_at": "2018-08-25T08:57:36.000000Z"}} 2018-08-25 08:57:37,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:37,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:57:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54a610a3-c133-4250-8755-f8e6f89e8c31 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:57:37,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-54a610a3-c133-4250-8755-f8e6f89e8c31 2018-08-25 08:57:37,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:37,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:37,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e692d3a6-8931-4a65-b8cc-383d4ad41dc0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:57:37,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-e692d3a6-8931-4a65-b8cc-383d4ad41dc0 2018-08-25 08:57:37,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0986750125885s 2018-08-25 08:57:37,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-e692d3a6-8931-4a65-b8cc-383d4ad41dc0 2018-08-25 08:57:37,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:57:37,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}}' 2018-08-25 08:57:37,380 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:57:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b98f6f6-ccd2-4298-a71e-e9631db432a6 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.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}} 2018-08-25 08:57:37,380 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-3b98f6f6-ccd2-4298-a71e-e9631db432a6 2018-08-25 08:57:37,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.215919017792s 2018-08-25 08:57:37,380 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-3b98f6f6-ccd2-4298-a71e-e9631db432a6 2018-08-25 08:57:37,381 - 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'ada868fa96af4310bf0115759e8ce26e', '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_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485'}) 2018-08-25 08:57:37,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:57:37,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "14c20f5a-8d2f-4850-a845-aee1bdc1336d", "email": null, "name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}}' 2018-08-25 08:57:37,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:57:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1c2ec8d-a431-4d33-bd9d-cdd18df3d7c4 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:57:37,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-f1c2ec8d-a431-4d33-bd9d-cdd18df3d7c4 2018-08-25 08:57:37,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.468612909317s 2018-08-25 08:57:37,856 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-f1c2ec8d-a431-4d33-bd9d-cdd18df3d7c4 2018-08-25 08:57:37,857 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd7f1afa7292e440983593cd696280573', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485'}) 2018-08-25 08:57:37,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:37,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4932e2-7f91-41e5-913c-a0ebb5e919f1 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:38,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-4f4932e2-7f91-41e5-913c-a0ebb5e919f1 2018-08-25 08:57:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1783618927s 2018-08-25 08:57:38,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-4f4932e2-7f91-41e5-913c-a0ebb5e919f1 2018-08-25 08:57:38,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:38,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486135b3-64e4-4632-bcf4-5d0402acec56 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:38,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-486135b3-64e4-4632-bcf4-5d0402acec56 2018-08-25 08:57:38,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176075935364s 2018-08-25 08:57:38,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-486135b3-64e4-4632-bcf4-5d0402acec56 2018-08-25 08:57:38,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:38,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc08cec-669e-486d-8c5a-b79cc1ea048a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:38,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-0dc08cec-669e-486d-8c5a-b79cc1ea048a 2018-08-25 08:57:38,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101378917694s 2018-08-25 08:57:38,325 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-0dc08cec-669e-486d-8c5a-b79cc1ea048a 2018-08-25 08:57:38,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:38,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026d8a01-c39d-48ab-90f7-b627ace852d8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:57:38,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-026d8a01-c39d-48ab-90f7-b627ace852d8 2018-08-25 08:57:38,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174558877945s 2018-08-25 08:57:38,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-026d8a01-c39d-48ab-90f7-b627ace852d8 2018-08-25 08:57:38,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:38,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55865992-eaf7-404f-bf20-f85f07b6850f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:38,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-55865992-eaf7-404f-bf20-f85f07b6850f 2018-08-25 08:57:38,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200960159302s 2018-08-25 08:57:38,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-55865992-eaf7-404f-bf20-f85f07b6850f 2018-08-25 08:57:38,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:38,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2330180-c49c-4721-9aa2-93ffabae5cc2 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-25 08:57:38,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d2330180-c49c-4721-9aa2-93ffabae5cc2 2018-08-25 08:57:38,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0990550518036s 2018-08-25 08:57:38,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d2330180-c49c-4721-9aa2-93ffabae5cc2 2018-08-25 08:57:38,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:57:38,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=ada868fa96af4310bf0115759e8ce26e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:38,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f71eb24-9cb9-4c70-b77f-a2c81d2d8177 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=ada868fa96af4310bf0115759e8ce26e", "previous": null, "next": null}} 2018-08-25 08:57:38,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=ada868fa96af4310bf0115759e8ce26e used request id req-4f71eb24-9cb9-4c70-b77f-a2c81d2d8177 2018-08-25 08:57:38,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.146538972855s 2018-08-25 08:57:38,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=ada868fa96af4310bf0115759e8ce26e used request id req-4f71eb24-9cb9-4c70-b77f-a2c81d2d8177 2018-08-25 08:57:38,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:57:38,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:39,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2f232e9-eb84-4004-bb8c-ebb17acb3048 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:39,145 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-f2f232e9-eb84-4004-bb8c-ebb17acb3048 2018-08-25 08:57:39,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.168810844421s 2018-08-25 08:57:39,145 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-f2f232e9-eb84-4004-bb8c-ebb17acb3048 2018-08-25 08:57:39,146 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485', 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'ada868fa96af4310bf0115759e8ce26e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '14c20f5a-8d2f-4850-a845-aee1bdc1336d', 'username': u'api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:57:39,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:39,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:39,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:39,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:39,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:39,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:39,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:39,151 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485', 'password': '14c20f5a-8d2f-4850-a845-aee1bdc1336d', 'project_name': 'api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'ada868fa96af4310bf0115759e8ce26e', 'project_domain_name': 'Default'} 2018-08-25 08:57:39,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:39,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:39,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a7e91d-a0fa-48c8-8cd2-f8d4c3466f4a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:39,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d2a7e91d-a0fa-48c8-8cd2-f8d4c3466f4a 2018-08-25 08:57:39,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0981869697571s 2018-08-25 08:57:39,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d2a7e91d-a0fa-48c8-8cd2-f8d4c3466f4a 2018-08-25 08:57:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:39,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:39,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4b57bc-8e88-4a6e-8763-232aea4e8f95 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:39,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-da4b57bc-8e88-4a6e-8763-232aea4e8f95 2018-08-25 08:57:39,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.162245035172s 2018-08-25 08:57:39,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-da4b57bc-8e88-4a6e-8763-232aea4e8f95 2018-08-25 08:57:39,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:39,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:39,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-677f9a71-fff1-4cc6-a093-7e26c4718cbb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:57:39,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-677f9a71-fff1-4cc6-a093-7e26c4718cbb 2018-08-25 08:57:39,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178495168686s 2018-08-25 08:57:39,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-677f9a71-fff1-4cc6-a093-7e26c4718cbb 2018-08-25 08:57:39,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:39,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7cd98ea-473f-4a64-b8d9-064c35145d70 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:39,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-a7cd98ea-473f-4a64-b8d9-064c35145d70 2018-08-25 08:57:39,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204944133759s 2018-08-25 08:57:39,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-a7cd98ea-473f-4a64-b8d9-064c35145d70 2018-08-25 08:57:39,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:39,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:39,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-666eea19-174c-4e24-b4fc-8adb4576b284 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-25 08:57:39,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-666eea19-174c-4e24-b4fc-8adb4576b284 2018-08-25 08:57:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.099112033844s 2018-08-25 08:57:39,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-666eea19-174c-4e24-b4fc-8adb4576b284 2018-08-25 08:57:39,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:57:39,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=ada868fa96af4310bf0115759e8ce26e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3da5f17-9175-4e0a-a84f-181c3b1d9783 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=ada868fa96af4310bf0115759e8ce26e", "previous": null, "next": null}} 2018-08-25 08:57:40,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=ada868fa96af4310bf0115759e8ce26e used request id req-d3da5f17-9175-4e0a-a84f-181c3b1d9783 2018-08-25 08:57:40,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101433038712s 2018-08-25 08:57:40,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=ada868fa96af4310bf0115759e8ce26e used request id req-d3da5f17-9175-4e0a-a84f-181c3b1d9783 2018-08-25 08:57:40,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:57:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/78c6ae9c2dcf4a3497e1cabb59379c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25509598-d92b-4d94-a58a-b45ca4a0d08e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:40,178 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-25509598-d92b-4d94-a58a-b45ca4a0d08e 2018-08-25 08:57:40,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144145965576s 2018-08-25 08:57:40,178 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-25509598-d92b-4d94-a58a-b45ca4a0d08e 2018-08-25 08:57:40,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:40,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a26d93-67bd-42c0-8abb-82e152320e86 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:40,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-16a26d93-67bd-42c0-8abb-82e152320e86 2018-08-25 08:57:40,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103926897049s 2018-08-25 08:57:40,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-16a26d93-67bd-42c0-8abb-82e152320e86 2018-08-25 08:57:40,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-25 08:57:40,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-25 08:57:40,404 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae802b54-cfaa-44d1-8ae7-82ab8ebf68a8 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}} 2018-08-25 08:57:40,404 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/roles used request id req-ae802b54-cfaa-44d1-8ae7-82ab8ebf68a8 2018-08-25 08:57:40,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.11362695694s 2018-08-25 08:57:40,405 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/roles used request id req-ae802b54-cfaa-44d1-8ae7-82ab8ebf68a8 2018-08-25 08:57:40,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:40,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d731be80-4e13-40aa-be8c-71a7e15d66fd Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:40,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d731be80-4e13-40aa-be8c-71a7e15d66fd 2018-08-25 08:57:40,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0990221500397s 2018-08-25 08:57:40,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d731be80-4e13-40aa-be8c-71a7e15d66fd 2018-08-25 08:57:40,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1c95e7-8f36-4ea5-8fd1-f9505bdb813e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:57:40,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-ab1c95e7-8f36-4ea5-8fd1-f9505bdb813e 2018-08-25 08:57:40,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.165421009064s 2018-08-25 08:57:40,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-ab1c95e7-8f36-4ea5-8fd1-f9505bdb813e 2018-08-25 08:57:40,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:40,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df7b83c-9a27-477f-bd4d-e4f1be47f31d Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:40,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-6df7b83c-9a27-477f-bd4d-e4f1be47f31d 2018-08-25 08:57:40,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114157915115s 2018-08-25 08:57:40,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-6df7b83c-9a27-477f-bd4d-e4f1be47f31d 2018-08-25 08:57:40,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:40,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:40,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf39c70-8260-47f5-b98c-9b1d7b9ff94a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-25 08:57:40,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-1bf39c70-8260-47f5-b98c-9b1d7b9ff94a 2018-08-25 08:57:40,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105903863907s 2018-08-25 08:57:40,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-1bf39c70-8260-47f5-b98c-9b1d7b9ff94a 2018-08-25 08:57:40,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:57:40,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=ada868fa96af4310bf0115759e8ce26e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:41,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35961ccf-3e03-414c-821b-696d27921bd2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=ada868fa96af4310bf0115759e8ce26e", "previous": null, "next": null}} 2018-08-25 08:57:41,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=ada868fa96af4310bf0115759e8ce26e used request id req-35961ccf-3e03-414c-821b-696d27921bd2 2018-08-25 08:57:41,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101660966873s 2018-08-25 08:57:41,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=d7f1afa7292e440983593cd696280573&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=ada868fa96af4310bf0115759e8ce26e used request id req-35961ccf-3e03-414c-821b-696d27921bd2 2018-08-25 08:57:41,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:57:41,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/04219f2f0af542dea0f915ed4785267d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}388700ecaff929671c1c66bfbe9acbba876c76f7" 2018-08-25 08:57:41,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f5f1a78-acee-4d2a-ae76-52a7415e2981 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:41,157 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/04219f2f0af542dea0f915ed4785267d used request id req-4f5f1a78-acee-4d2a-ae76-52a7415e2981 2018-08-25 08:57:41,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.133646011353s 2018-08-25 08:57:41,158 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e/users/d7f1afa7292e440983593cd696280573/roles/04219f2f0af542dea0f915ed4785267d used request id req-4f5f1a78-acee-4d2a-ae76-52a7415e2981 2018-08-25 08:57:41,158 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-25 08:57:41,158 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-25 08:57:41,159 - openstack_tests - INFO - OS Credentials = > 2018-08-25 08:57:41,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-25 08:57:41,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:41,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "04219f2f0af542dea0f915ed4785267d", "name": "heat_stack_owner"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ada868fa96af4310bf0115759e8ce26e", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/ada868fa96af4310bf0115759e8ce26e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/ada868fa96af4310bf0115759e8ce26e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/ada868fa96af4310bf0115759e8ce26e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/ada868fa96af4310bf0115759e8ce26e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/ada868fa96af4310bf0115759e8ce26e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/ada868fa96af4310bf0115759e8ce26e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_ada868fa96af4310bf0115759e8ce26e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_ada868fa96af4310bf0115759e8ce26e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/ada868fa96af4310bf0115759e8ce26e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/ada868fa96af4310bf0115759e8ce26e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/ada868fa96af4310bf0115759e8ce26e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ada868fa96af4310bf0115759e8ce26e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/ada868fa96af4310bf0115759e8ce26e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/ada868fa96af4310bf0115759e8ce26e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "id": "d7f1afa7292e440983593cd696280573"}, "audit_ids": ["k4xCqvsYRBSOKqIyn62bPA"], "issued_at": "2018-08-25T08:57:41.000000Z"}} 2018-08-25 08:57:41,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.35:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b12625e5eb0e46c0f9329ea86a29bbbed4a814" 2018-08-25 08:57:41,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-60e51054-a2b2-4be3-87cb-f41a91b4718e Date: Sat, 25 Aug 2018 08:57:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:57:41,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks?router%3Aexternal=True used request id req-60e51054-a2b2-4be3-87cb-f41a91b4718e 2018-08-25 08:57:41,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.35:9696/v2.0/subnets?network_id=5fb29300-7aa0-4e6d-a540-d41fdf8afa84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5b12625e5eb0e46c0f9329ea86a29bbbed4a814" 2018-08-25 08:57:41,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-571190a7-12e9-4894-b8d5-a5e0290d57b5 Date: Sat, 25 Aug 2018 08:57:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 08:57:41,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets?network_id=5fb29300-7aa0-4e6d-a540-d41fdf8afa84 used request id req-571190a7-12e9-4894-b8d5-a5e0290d57b5 2018-08-25 08:57:41,895 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-25 08:57:41,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:41,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:41,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:41,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:41,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:41,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:41,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:41,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-25 08:57:41,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:41,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb675a5-8902-4510-b65c-1e2cd1cba5d2 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:57:41,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-ecb675a5-8902-4510-b65c-1e2cd1cba5d2 2018-08-25 08:57:41,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:42,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["uCRNvJ-0ROaCspZMW2AcYg"], "issued_at": "2018-08-25T08:57:42.000000Z"}} 2018-08-25 08:57:42,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}f5b6b9ca54280494deb02b86dd3eeb4c625630a8" 2018-08-25 08:57:42,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08: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-88f3f193-8baa-4a07-8e63-560fa16edf33 x-compute-request-id: req-88f3f193-8baa-4a07-8e63-560fa16edf33 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.35: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-08-25 08:57:42,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/ used request id req-88f3f193-8baa-4a07-8e63-560fa16edf33 2018-08-25 08:57:42,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.573470115662s 2018-08-25 08:57:42,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/ used request id req-88f3f193-8baa-4a07-8e63-560fa16edf33 2018-08-25 08:57:42,475 - 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.35: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-08-25 08:57:42,475 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-25 08:57:42,476 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-25 08:57:42,476 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-25 08:57:42,535 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-25 08:57:42,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:42,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:42,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:42,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:42,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a24c04a-feb9-4f9a-95dc-10f8cbe4a0a9 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:57:42,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-7a24c04a-feb9-4f9a-95dc-10f8cbe4a0a9 2018-08-25 08:57:42,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:42,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["i4Zdi9cVQ0W72v_I5x-H0g"], "issued_at": "2018-08-25T08:57:42.000000Z"}} 2018-08-25 08:57:42,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:42,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:57:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde15b99-20fb-4cb3-a0dc-9f9a88281b08 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:57:42,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-fde15b99-20fb-4cb3-a0dc-9f9a88281b08 2018-08-25 08:57:42,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:42,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:43,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc8c147-b02a-44cc-994c-8052aadcb4cf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 08:57:43,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-dbc8c147-b02a-44cc-994c-8052aadcb4cf 2018-08-25 08:57:43,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110556840897s 2018-08-25 08:57:43,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-dbc8c147-b02a-44cc-994c-8052aadcb4cf 2018-08-25 08:57:43,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 08:57:43,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}}' 2018-08-25 08:57:43,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:57:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca885ca0-5b30-4e07-8ce7-a43a67f6f690 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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}} 2018-08-25 08:57:43,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-ca885ca0-5b30-4e07-8ce7-a43a67f6f690 2018-08-25 08:57:43,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.126815080643s 2018-08-25 08:57:43,228 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-ca885ca0-5b30-4e07-8ce7-a43a67f6f690 2018-08-25 08:57:43,228 - 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'7d45507f261549d581b9ae4504aeec06', '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_52bc6d7f-1cf3-44ad-b584-616a3db8606b'}) 2018-08-25 08:57:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 08:57:43,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d2a06e41-eaae-4489-ae13-1c298278cfd6", "email": null, "name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}}' 2018-08-25 08:57:43,673 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 08:57:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a219275-9239-4a12-8e37-79787908ce40 Content-Length: 333 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}} 2018-08-25 08:57:43,673 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-8a219275-9239-4a12-8e37-79787908ce40 2018-08-25 08:57:43,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.439110040665s 2018-08-25 08:57:43,674 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-8a219275-9239-4a12-8e37-79787908ce40 2018-08-25 08:57:43,674 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'10a4b8f5dd5542f69253ba261e5d5aa8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b'}) 2018-08-25 08:57:43,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:43,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:43,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0a0f9fd-2376-469f-bc25-7ad517b2ac3d Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:43,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d0a0f9fd-2376-469f-bc25-7ad517b2ac3d 2018-08-25 08:57:43,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176661014557s 2018-08-25 08:57:43,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d0a0f9fd-2376-469f-bc25-7ad517b2ac3d 2018-08-25 08:57:43,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:43,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc7d5e3-057c-44a6-99ab-e21b9293a46a Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:44,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-edc7d5e3-057c-44a6-99ab-e21b9293a46a 2018-08-25 08:57:44,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179077863693s 2018-08-25 08:57:44,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-edc7d5e3-057c-44a6-99ab-e21b9293a46a 2018-08-25 08:57:44,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:44,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afdf972-4e9f-4b38-a1d2-10640a3f2035 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:44,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2afdf972-4e9f-4b38-a1d2-10640a3f2035 2018-08-25 08:57:44,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0986020565033s 2018-08-25 08:57:44,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2afdf972-4e9f-4b38-a1d2-10640a3f2035 2018-08-25 08:57:44,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:44,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ae9e0f-8486-4ebd-b5da-9bc58803596b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:57:44,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-98ae9e0f-8486-4ebd-b5da-9bc58803596b 2018-08-25 08:57:44,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101425170898s 2018-08-25 08:57:44,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-98ae9e0f-8486-4ebd-b5da-9bc58803596b 2018-08-25 08:57:44,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:44,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-908e207a-64e8-41ba-ab9c-6b826c2c03e7 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:44,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-908e207a-64e8-41ba-ab9c-6b826c2c03e7 2018-08-25 08:57:44,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119067192078s 2018-08-25 08:57:44,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-908e207a-64e8-41ba-ab9c-6b826c2c03e7 2018-08-25 08:57:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47144826-939c-4ce4-bbd5-47a006ba06ca Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 08:57:44,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-47144826-939c-4ce4-bbd5-47a006ba06ca 2018-08-25 08:57:44,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.17054605484s 2018-08-25 08:57:44,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-47144826-939c-4ce4-bbd5-47a006ba06ca 2018-08-25 08:57:44,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:57:44,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=7d45507f261549d581b9ae4504aeec06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c00cd31-cf4a-4451-8dfc-8d06ec830c1f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=7d45507f261549d581b9ae4504aeec06", "previous": null, "next": null}} 2018-08-25 08:57:44,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=7d45507f261549d581b9ae4504aeec06 used request id req-5c00cd31-cf4a-4451-8dfc-8d06ec830c1f 2018-08-25 08:57:44,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.139937877655s 2018-08-25 08:57:44,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=7d45507f261549d581b9ae4504aeec06 used request id req-5c00cd31-cf4a-4451-8dfc-8d06ec830c1f 2018-08-25 08:57:44,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:57:44,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:44,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27e0b988-9441-47b6-aff4-a652776fe0c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:44,907 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-27e0b988-9441-47b6-aff4-a652776fe0c7 2018-08-25 08:57:44,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.201698064804s 2018-08-25 08:57:44,907 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-27e0b988-9441-47b6-aff4-a652776fe0c7 2018-08-25 08:57:44,908 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b', 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'7d45507f261549d581b9ae4504aeec06', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd2a06e41-eaae-4489-ae13-1c298278cfd6', 'username': u'snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 08:57:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:44,914 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b', 'password': 'd2a06e41-eaae-4489-ae13-1c298278cfd6', 'project_name': 'snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '7d45507f261549d581b9ae4504aeec06', 'project_domain_name': 'Default'} 2018-08-25 08:57:44,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111bba3e-d1a2-4527-a5e8-620c64535c28 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:45,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-111bba3e-d1a2-4527-a5e8-620c64535c28 2018-08-25 08:57:45,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102307081223s 2018-08-25 08:57:45,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-111bba3e-d1a2-4527-a5e8-620c64535c28 2018-08-25 08:57:45,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:45,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d423d5-a3f7-42fe-a705-cee4acf4e2c1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:45,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-76d423d5-a3f7-42fe-a705-cee4acf4e2c1 2018-08-25 08:57:45,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0952031612396s 2018-08-25 08:57:45,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-76d423d5-a3f7-42fe-a705-cee4acf4e2c1 2018-08-25 08:57:45,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:45,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c164283-0310-4d81-8fa6-2a3c856e1bdc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:57:45,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-0c164283-0310-4d81-8fa6-2a3c856e1bdc 2018-08-25 08:57:45,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0966050624847s 2018-08-25 08:57:45,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-0c164283-0310-4d81-8fa6-2a3c856e1bdc 2018-08-25 08:57:45,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:45,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f9d293-d66a-4225-86a1-d94e39d2ccac Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:45,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-11f9d293-d66a-4225-86a1-d94e39d2ccac 2018-08-25 08:57:45,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124504089355s 2018-08-25 08:57:45,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-11f9d293-d66a-4225-86a1-d94e39d2ccac 2018-08-25 08:57:45,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:45,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65479e7-8e64-4657-baed-1ffee5c8d535 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 08:57:45,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-e65479e7-8e64-4657-baed-1ffee5c8d535 2018-08-25 08:57:45,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110625982285s 2018-08-25 08:57:45,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-e65479e7-8e64-4657-baed-1ffee5c8d535 2018-08-25 08:57:45,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:57:45,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=7d45507f261549d581b9ae4504aeec06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-515c51d0-32ca-4973-ad1f-f2e1783a2831 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=7d45507f261549d581b9ae4504aeec06", "previous": null, "next": null}} 2018-08-25 08:57:45,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=7d45507f261549d581b9ae4504aeec06 used request id req-515c51d0-32ca-4973-ad1f-f2e1783a2831 2018-08-25 08:57:45,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0980150699615s 2018-08-25 08:57:45,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=7d45507f261549d581b9ae4504aeec06 used request id req-515c51d0-32ca-4973-ad1f-f2e1783a2831 2018-08-25 08:57:45,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:57:45,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/78c6ae9c2dcf4a3497e1cabb59379c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a3c8466-db5a-46fb-a879-a49a8002fd53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:45,709 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-1a3c8466-db5a-46fb-a879-a49a8002fd53 2018-08-25 08:57:45,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.131864070892s 2018-08-25 08:57:45,709 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-1a3c8466-db5a-46fb-a879-a49a8002fd53 2018-08-25 08:57:45,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:45,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:45,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41276e6c-5058-409b-a670-0fe3dc87cca9 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:45,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-41276e6c-5058-409b-a670-0fe3dc87cca9 2018-08-25 08:57:45,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.229333877563s 2018-08-25 08:57:45,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-41276e6c-5058-409b-a670-0fe3dc87cca9 2018-08-25 08:57:45,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:57:45,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:46,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eeb3ada-200d-41e9-b76a-04ac0be69bcd Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:57:46,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2eeb3ada-200d-41e9-b76a-04ac0be69bcd 2018-08-25 08:57:46,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101645946503s 2018-08-25 08:57:46,049 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2eeb3ada-200d-41e9-b76a-04ac0be69bcd 2018-08-25 08:57:46,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 08:57:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:46,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e49c51-51a1-49b4-b76f-6b0e35556d41 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 08:57:46,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-c2e49c51-51a1-49b4-b76f-6b0e35556d41 2018-08-25 08:57:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0963180065155s 2018-08-25 08:57:46,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-c2e49c51-51a1-49b4-b76f-6b0e35556d41 2018-08-25 08:57:46,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 08:57:46,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:46,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4afc0855-468e-441a-8be8-b12efc31901b Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 08:57:46,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-4afc0855-468e-441a-8be8-b12efc31901b 2018-08-25 08:57:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121798992157s 2018-08-25 08:57:46,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-4afc0855-468e-441a-8be8-b12efc31901b 2018-08-25 08:57:46,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 08:57:46,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:46,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aef5218-9014-4115-b298-dd43baf8486c Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 08:57:46,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-3aef5218-9014-4115-b298-dd43baf8486c 2018-08-25 08:57:46,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102941036224s 2018-08-25 08:57:46,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-3aef5218-9014-4115-b298-dd43baf8486c 2018-08-25 08:57:46,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 08:57:46,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=7d45507f261549d581b9ae4504aeec06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:46,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f907d8b7-66ed-43af-9358-c9b30f0fd510 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=7d45507f261549d581b9ae4504aeec06", "previous": null, "next": null}} 2018-08-25 08:57:46,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=7d45507f261549d581b9ae4504aeec06 used request id req-f907d8b7-66ed-43af-9358-c9b30f0fd510 2018-08-25 08:57:46,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.139471054077s 2018-08-25 08:57:46,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=10a4b8f5dd5542f69253ba261e5d5aa8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=7d45507f261549d581b9ae4504aeec06 used request id req-f907d8b7-66ed-43af-9358-c9b30f0fd510 2018-08-25 08:57:46,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 08:57:46,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/04219f2f0af542dea0f915ed4785267d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec00804756ae262ec1f05e7077c45d313a00fc87" 2018-08-25 08:57:46,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 08:57:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5accf23-00d9-4deb-bb4b-b8ca4f0cdf60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 08:57:46,673 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/04219f2f0af542dea0f915ed4785267d used request id req-e5accf23-00d9-4deb-bb4b-b8ca4f0cdf60 2018-08-25 08:57:46,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.133337020874s 2018-08-25 08:57:46,673 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06/users/10a4b8f5dd5542f69253ba261e5d5aa8/roles/04219f2f0af542dea0f915ed4785267d used request id req-e5accf23-00d9-4deb-bb4b-b8ca4f0cdf60 2018-08-25 08:57:46,673 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-25 08:57:46,673 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-25 08:57:46,674 - openstack_tests - INFO - OS Credentials = > 2018-08-25 08:57:46,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-25 08:57:46,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:47,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "04219f2f0af542dea0f915ed4785267d", "name": "heat_stack_owner"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d45507f261549d581b9ae4504aeec06", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/7d45507f261549d581b9ae4504aeec06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/7d45507f261549d581b9ae4504aeec06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/7d45507f261549d581b9ae4504aeec06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/7d45507f261549d581b9ae4504aeec06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/7d45507f261549d581b9ae4504aeec06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/7d45507f261549d581b9ae4504aeec06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_7d45507f261549d581b9ae4504aeec06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_7d45507f261549d581b9ae4504aeec06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/7d45507f261549d581b9ae4504aeec06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/7d45507f261549d581b9ae4504aeec06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/7d45507f261549d581b9ae4504aeec06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/7d45507f261549d581b9ae4504aeec06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/7d45507f261549d581b9ae4504aeec06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/7d45507f261549d581b9ae4504aeec06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "id": "10a4b8f5dd5542f69253ba261e5d5aa8"}, "audit_ids": ["9VAKaMPCQrWjPNUMQod7dQ"], "issued_at": "2018-08-25T08:57:47.000000Z"}} 2018-08-25 08:57:47,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.35:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eb595d7041ef7eaa1dffb09c1311f8bdfeeccf2" 2018-08-25 08:57:47,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-80f76fd1-3b5a-43aa-8975-a823c13c9b97 Date: Sat, 25 Aug 2018 08:57:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:57:47,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks?router%3Aexternal=True used request id req-80f76fd1-3b5a-43aa-8975-a823c13c9b97 2018-08-25 08:57:47,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.35:9696/v2.0/subnets?network_id=5fb29300-7aa0-4e6d-a540-d41fdf8afa84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eb595d7041ef7eaa1dffb09c1311f8bdfeeccf2" 2018-08-25 08:57:47,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-13c1baff-e9ee-48de-afb4-babced56dd3e Date: Sat, 25 Aug 2018 08:57:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 08:57:47,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets?network_id=5fb29300-7aa0-4e6d-a540-d41fdf8afa84 used request id req-13c1baff-e9ee-48de-afb4-babced56dd3e 2018-08-25 08:57:47,455 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-25 08:57:47,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:47,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:47,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:47,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:47,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:47,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:47,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:47,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:47,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-25 08:57:47,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:47,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd309dd7-c80d-48ed-ac7e-60fa907aeda5 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:57:47,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-cd309dd7-c80d-48ed-ac7e-60fa907aeda5 2018-08-25 08:57:47,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:47,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["drqg2O5gSu2yVSYNhQsmMQ"], "issued_at": "2018-08-25T08:57:47.000000Z"}} 2018-08-25 08:57:47,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}fb55185a374c48683da11a1cd24abf0b227e4dde" 2018-08-25 08:57:48,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57: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-b8dd0427-796c-49e7-a22b-e481ea7d4a7e x-compute-request-id: req-b8dd0427-796c-49e7-a22b-e481ea7d4a7e 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.35: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-08-25 08:57:48,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/ used request id req-b8dd0427-796c-49e7-a22b-e481ea7d4a7e 2018-08-25 08:57:48,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.576314926147s 2018-08-25 08:57:48,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/ used request id req-b8dd0427-796c-49e7-a22b-e481ea7d4a7e 2018-08-25 08:57:48,037 - 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.35: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-08-25 08:57:48,038 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-25 08:57:48,038 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-25 08:57:48,038 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-25 08:57:48,044 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:29 | PASS | | singlevm2 | functest | healthcheck | 00:24 | PASS | | vping_ssh | functest | healthcheck | 00:37 | PASS | | vping_userdata | functest | healthcheck | 00:36 | PASS | | cinder_test | functest | healthcheck | 00:60 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-25 08:57:48,056 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-25 08:57:48,125 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-25 08:57:48,196 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-25 08:57:48,297 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-25 08:57:51,076 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-242 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 08:57:51,081 - 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.35,192.30.9.3 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.35:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Yrqkb7vXWjmuHpoRrfP6VB8qy 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=89d58111967c4124b09131409c7a2a28 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-25 08:57:51,082 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-25 08:57:51,083 - 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-08-25 08:57:51,124 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-25 08:57:52,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 08:57:52,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 08:57:52,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 08:57:52,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 08:57:52,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 08:57:52,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 08:57:52,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:57:52,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c7f1973-c5ee-4298-80a6-23ba94704598 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 08:57:52,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-9c7f1973-c5ee-4298-80a6-23ba94704598 2018-08-25 08:57:52,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 08:57:52,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T09:57:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["EbDBeNZUQJqkIbUSmueK3A"], "issued_at": "2018-08-25T08:57:52.000000Z"}} 2018-08-25 08:57:52,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:57:52,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:57:52,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-df3fe622-3f98-4f54-907e-8b78542a4618 Date: Sat, 25 Aug 2018 08:57:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 08:57:52,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-df3fe622-3f98-4f54-907e-8b78542a4618 2018-08-25 08:57:52,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246452093124s 2018-08-25 08:57:52,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-df3fe622-3f98-4f54-907e-8b78542a4618 2018-08-25 08:57:52,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 08:57:58,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0a9e96a4-bed1-4187-a13e-e143bf109841 | 2018-08-25T08:57:57.808950 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0a9e96a4-bed1-4187-a13e-e143bf109841 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 08:58:02,128 - 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-08-25 08:58:02,128 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 08:58:08,439 - 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=f557cb93-42fd-4224-bdd0-5629a3f3da84) as the default verifier for the future CLI operations. 2018-08-25 08:58:11,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 08:58:11,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:12,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-9474884a-d54c-431b-aeaf-f22d3e1e8bb6 Date: Sat, 25 Aug 2018 08:58:12 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-08-25 08:58:12,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-9474884a-d54c-431b-aeaf-f22d3e1e8bb6 2018-08-25 08:58:12,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.331145048141s 2018-08-25 08:58:12,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-9474884a-d54c-431b-aeaf-f22d3e1e8bb6 2018-08-25 08:58:12,196 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-25 08:58:12,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 08:58:12,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"network": {"shared": true, "name": "tempest_smoke-net_61316962-8258-460a-a42c-81d6ad2ad52d", "admin_state_up": true}}' 2018-08-25 08:58:12,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-da6fa608-c099-4e04-9d1b-3404e7e51f77 Date: Sat, 25 Aug 2018 08:58:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a9327bdc-69ee-4909-b156-77b0b99ea31a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:58:12Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke-net_61316962-8258-460a-a42c-81d6ad2ad52d","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:58:12Z","mtu":1450}} 2018-08-25 08:58:12,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-da6fa608-c099-4e04-9d1b-3404e7e51f77 2018-08-25 08:58:12,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.300442934036s 2018-08-25 08:58:12,497 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-da6fa608-c099-4e04-9d1b-3404e7e51f77 2018-08-25 08:58:12,498 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T08:58:12Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a9327bdc-69ee-4909-b156-77b0b99ea31a', u'provider:segmentation_id': 18, 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_61316962-8258-460a-a42c-81d6ad2ad52d', u'created_at': u'2018-08-25T08:58:12Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 08:58:12,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 08:58:12,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:12,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1432 X-Openstack-Request-Id: req-913549b1-ba9b-4e04-b185-d34091507940 Date: Sat, 25 Aug 2018 08:58:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a9327bdc-69ee-4909-b156-77b0b99ea31a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T08:58:12Z","qos_policy_id":null,"name":"tempest_smoke-net_61316962-8258-460a-a42c-81d6ad2ad52d","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:58:12Z","provider:network_type":"vxlan"}]} 2018-08-25 08:58:12,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-913549b1-ba9b-4e04-b185-d34091507940 2018-08-25 08:58:12,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255703210831s 2018-08-25 08:58:12,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-913549b1-ba9b-4e04-b185-d34091507940 2018-08-25 08:58:12,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 08:58:12,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"subnet": {"name": "tempest_smoke-subnet_61316962-8258-460a-a42c-81d6ad2ad52d", "enable_dhcp": true, "network_id": "a9327bdc-69ee-4909-b156-77b0b99ea31a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 08:58:13,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-5cbef17a-704b-49e2-b0bc-32d47c44cc76 Date: Sat, 25 Aug 2018 08:58:13 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T08:58:12Z","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":"8edbe71e-fda3-43a6-8ea8-bfec98e36760","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_61316962-8258-460a-a42c-81d6ad2ad52d","enable_dhcp":true,"segment_id":null,"network_id":"a9327bdc-69ee-4909-b156-77b0b99ea31a","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:58:12Z","ip_version":4}} 2018-08-25 08:58:13,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5cbef17a-704b-49e2-b0bc-32d47c44cc76 2018-08-25 08:58:13,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.45113492012s 2018-08-25 08:58:13,208 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-5cbef17a-704b-49e2-b0bc-32d47c44cc76 2018-08-25 08:58:13,208 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:58:12Z', 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'8edbe71e-fda3-43a6-8ea8-bfec98e36760', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_61316962-8258-460a-a42c-81d6ad2ad52d', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'a9327bdc-69ee-4909-b156-77b0b99ea31a', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:58:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:58:13,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 08:58:13,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "tempest_smoke-router_61316962-8258-460a-a42c-81d6ad2ad52d", "admin_state_up": true}}' 2018-08-25 08:58:14,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-f65cc42d-b2ac-4e39-941f-ffc598a82e2f Date: Sat, 25 Aug 2018 08:58:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:58:13Z", "admin_state_up": true, "updated_at": "2018-08-25T08:58:14Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "1267afc0-b76f-4e4b-b296-57234a868d06", "name": "tempest_smoke-router_61316962-8258-460a-a42c-81d6ad2ad52d"}} 2018-08-25 08:58:14,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-f65cc42d-b2ac-4e39-941f-ffc598a82e2f 2018-08-25 08:58:14,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.478703022s 2018-08-25 08:58:14,688 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-f65cc42d-b2ac-4e39-941f-ffc598a82e2f 2018-08-25 08:58:14,688 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T08:58:14Z', u'revision_number': 2, u'ha': False, u'id': u'1267afc0-b76f-4e4b-b296-57234a868d06', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-router_61316962-8258-460a-a42c-81d6ad2ad52d', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T08:58:13Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 08:58:14,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 08:58:14,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06/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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"subnet_id": "8edbe71e-fda3-43a6-8ea8-bfec98e36760"}' 2018-08-25 08:58:16,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dabffe59-94f6-4bc2-bbf3-de73bae87d9b Date: Sat, 25 Aug 2018 08:58:16 GMT RESP BODY: {"network_id": "a9327bdc-69ee-4909-b156-77b0b99ea31a", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "8edbe71e-fda3-43a6-8ea8-bfec98e36760", "subnet_ids": ["8edbe71e-fda3-43a6-8ea8-bfec98e36760"], "port_id": "fd3cc517-89e9-4369-ab5c-70b2be3df165", "id": "1267afc0-b76f-4e4b-b296-57234a868d06"} 2018-08-25 08:58:16,788 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06/add_router_interface.json used request id req-dabffe59-94f6-4bc2-bbf3-de73bae87d9b 2018-08-25 08:58:16,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09934616089s 2018-08-25 08:58:16,789 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06/add_router_interface.json used request id req-dabffe59-94f6-4bc2-bbf3-de73bae87d9b returning object 1267afc0-b76f-4e4b-b296-57234a868d06 2018-08-25 08:58:16,789 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 08:58:16,921 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 08:58:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:58:16,928 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 08:58:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 08:58:16,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:58:16,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:17,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-861da635-e99b-4db6-be65-a3be87f1d879 Date: Sat, 25 Aug 2018 08:58:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:58:17,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-861da635-e99b-4db6-be65-a3be87f1d879 2018-08-25 08:58:17,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.27656006813s 2018-08-25 08:58:17,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-861da635-e99b-4db6-be65-a3be87f1d879 2018-08-25 08:58:17,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:58:17,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d"}' 2018-08-25 08:58:17,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-28076d45-6919-4637-bdab-5530614d5d39 Date: Sat, 25 Aug 2018 08:58:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:17Z", "file": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "size": null, "self": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "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_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": null, "created_at": "2018-08-25T08:58:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:58:17,284 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-28076d45-6919-4637-bdab-5530614d5d39 2018-08-25 08:58:17,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0664827823639s 2018-08-25 08:58:17,284 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-28076d45-6919-4637-bdab-5530614d5d39 returning object 8ecce096-6bc3-4a2c-a9d1-349bdd612b70 2018-08-25 08:58:17,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:58:17,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/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}c4e07180dddac834ce17b802341a39f7134496e4" -d '' 2018-08-25 08:58:17,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-54dd931a-48f1-499c-9148-dbd5a139bde6 Date: Sat, 25 Aug 2018 08:58:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:58:17,935 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file used request id req-54dd931a-48f1-499c-9148-dbd5a139bde6 2018-08-25 08:58:17,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.650114059448s 2018-08-25 08:58:17,936 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file used request id req-54dd931a-48f1-499c-9148-dbd5a139bde6 2018-08-25 08:58:17,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:58:17,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:17,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-df94ab25-f0eb-497b-8ad5-99445c4b3ad7 Date: Sat, 25 Aug 2018 08:58:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:17Z", "file": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "size": 12716032, "self": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:58:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:58:17,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-df94ab25-f0eb-497b-8ad5-99445c4b3ad7 2018-08-25 08:58:17,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248861312866s 2018-08-25 08:58:17,965 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-df94ab25-f0eb-497b-8ad5-99445c4b3ad7 2018-08-25 08:58:17,967 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'8ecce096-6bc3-4a2c-a9d1-349bdd612b70', 'size': 12716032, u'self': u'/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:58:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T08:58:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d', '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/8ecce096-6bc3-4a2c-a9d1-349bdd612b70', 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_61316962-8258-460a-a42c-81d6ad2ad52d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d', 'created': u'2018-08-25T08:58:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:58: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/8ecce096-6bc3-4a2c-a9d1-349bdd612b70', 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_61316962-8258-460a-a42c-81d6ad2ad52d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:58:17,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:58:17,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_61316962-8258-460a-a42c-81d6ad2ad52d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:58:18,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58: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-b97ad678-859b-4907-880c-905262720bf2 x-compute-request-id: req-b97ad678-859b-4907-880c-905262720bf2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_61316962-8258-460a-a42c-81d6ad2ad52d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0", "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": "e78126cf-d06a-4a1b-9ed1-90b895491bf0"}} 2018-08-25 08:58:18,340 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-b97ad678-859b-4907-880c-905262720bf2 2018-08-25 08:58:18,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.372396945953s 2018-08-25 08:58:18,340 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-b97ad678-859b-4907-880c-905262720bf2 2018-08-25 08:58:18,341 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_61316962-8258-460a-a42c-81d6ad2ad52d', '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'89d58111967c4124b09131409c7a2a28', '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'e78126cf-d06a-4a1b-9ed1-90b895491bf0', 'swap': 0}) 2018-08-25 08:58:18,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:58:18,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0/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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"extra_specs": {}}' 2018-08-25 08:58:18,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58: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-4a0156d6-4500-418d-8978-7e460eb465ae x-compute-request-id: req-4a0156d6-4500-418d-8978-7e460eb465ae Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:58:18,362 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0/os-extra_specs used request id req-4a0156d6-4500-418d-8978-7e460eb465ae 2018-08-25 08:58:18,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202260017395s 2018-08-25 08:58:18,363 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0/os-extra_specs used request id req-4a0156d6-4500-418d-8978-7e460eb465ae 2018-08-25 08:58:18,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 08:58:18,373 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 08:58:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecdc3ec8-0e1a-409a-9c44-ff571bae08d4 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 08:58:18,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-ecdc3ec8-0e1a-409a-9c44-ff571bae08d4 2018-08-25 08:58:18,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:58:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:18,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c48ce3b-171e-492a-8843-20f801bb76cf Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:58:18,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-8c48ce3b-171e-492a-8843-20f801bb76cf 2018-08-25 08:58:18,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.300269842148s 2018-08-25 08:58:18,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-8c48ce3b-171e-492a-8843-20f801bb76cf 2018-08-25 08:58:18,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 08:58:18,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:18,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd02a8b-2468-44ce-8ee0-2fc6ccf028b7 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 08:58:18,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fbd02a8b-2468-44ce-8ee0-2fc6ccf028b7 2018-08-25 08:58:18,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200545787811s 2018-08-25 08:58:18,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fbd02a8b-2468-44ce-8ee0-2fc6ccf028b7 2018-08-25 08:58:18,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 08:58:18,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:18,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58: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-8e062b18-0622-4392-b37a-56983090870f x-compute-request-id: req-8e062b18-0622-4392-b37a-56983090870f Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 08:58:18,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-8e062b18-0622-4392-b37a-56983090870f 2018-08-25 08:58:18,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.04234790802s 2018-08-25 08:58:18,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-8e062b18-0622-4392-b37a-56983090870f 2018-08-25 08:58:18,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:58:18,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:18,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-520648ad-941c-45b8-9c00-723e8a507f83 Date: Sat, 25 Aug 2018 08:58:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:17Z", "file": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "size": 12716032, "self": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:58:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:58:18,969 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-520648ad-941c-45b8-9c00-723e8a507f83 2018-08-25 08:58:18,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242178440094s 2018-08-25 08:58:18,970 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-520648ad-941c-45b8-9c00-723e8a507f83 2018-08-25 08:58:18,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 08:58:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d"}' 2018-08-25 08:58:19,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-97c3cdd5-4b60-4d51-bf52-6028587f31e5 Date: Sat, 25 Aug 2018 08:58:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:18Z", "file": "/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "b807fd69-5c17-4aa3-9d01-c741af93ee66", "size": null, "self": "/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66", "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_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": null, "created_at": "2018-08-25T08:58:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 08:58:19,032 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-97c3cdd5-4b60-4d51-bf52-6028587f31e5 2018-08-25 08:58:19,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0546891689301s 2018-08-25 08:58:19,032 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-97c3cdd5-4b60-4d51-bf52-6028587f31e5 returning object b807fd69-5c17-4aa3-9d01-c741af93ee66 2018-08-25 08:58:19,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 08:58:19,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/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}c4e07180dddac834ce17b802341a39f7134496e4" -d '' 2018-08-25 08:58:20,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6c94104-ca8a-4e2b-999e-798ad184adc0 Date: Sat, 25 Aug 2018 08:58:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 08:58:20,020 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/file used request id req-f6c94104-ca8a-4e2b-999e-798ad184adc0 2018-08-25 08:58:20,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.987105846405s 2018-08-25 08:58:20,020 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/file used request id req-f6c94104-ca8a-4e2b-999e-798ad184adc0 2018-08-25 08:58:20,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 08:58:20,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 08:58:20,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-a484a729-684b-46db-afea-796339458aa7 Date: Sat, 25 Aug 2018 08:58:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:19Z", "file": "/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "b807fd69-5c17-4aa3-9d01-c741af93ee66", "size": 12716032, "self": "/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:58:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:17Z", "file": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "size": 12716032, "self": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:58:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 08:58:20,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a484a729-684b-46db-afea-796339458aa7 2018-08-25 08:58:20,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358219146729s 2018-08-25 08:58:20,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a484a729-684b-46db-afea-796339458aa7 2018-08-25 08:58:20,064 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'b807fd69-5c17-4aa3-9d01-c741af93ee66', 'size': 12716032, u'self': u'/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/b807fd69-5c17-4aa3-9d01-c741af93ee66/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T08:58:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T08:58:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d', '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/b807fd69-5c17-4aa3-9d01-c741af93ee66', 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_61316962-8258-460a-a42c-81d6ad2ad52d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_61316962-8258-460a-a42c-81d6ad2ad52d', 'created': u'2018-08-25T08:58:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T08:58:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66', 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_61316962-8258-460a-a42c-81d6ad2ad52d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 08:58:20,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 08:58:20,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 08:58:20,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58: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-a16f60d7-c884-49f1-a912-4402c13bb20d x-compute-request-id: req-a16f60d7-c884-49f1-a912-4402c13bb20d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac", "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": "3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac"}} 2018-08-25 08:58:20,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-a16f60d7-c884-49f1-a912-4402c13bb20d 2018-08-25 08:58:20,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0575039386749s 2018-08-25 08:58:20,123 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-a16f60d7-c884-49f1-a912-4402c13bb20d 2018-08-25 08:58:20,124 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_61316962-8258-460a-a42c-81d6ad2ad52d', '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'89d58111967c4124b09131409c7a2a28', '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'3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac', 'swap': 0}) 2018-08-25 08:58:20,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 08:58:20,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac/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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"extra_specs": {}}' 2018-08-25 08:58:20,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 08:58: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-1564df18-863b-4801-8b5f-c8a77ca53fb6 x-compute-request-id: req-1564df18-863b-4801-8b5f-c8a77ca53fb6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 08:58:20,145 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac/os-extra_specs used request id req-1564df18-863b-4801-8b5f-c8a77ca53fb6 2018-08-25 08:58:20,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203988552094s 2018-08-25 08:58:20,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac/os-extra_specs used request id req-1564df18-863b-4801-8b5f-c8a77ca53fb6 2018-08-25 08:58:20,145 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_61316962-8258-460a-a42c-81d6ad2ad52d', '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'89d58111967c4124b09131409c7a2a28', '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'3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac', 'swap': 0}) 2018-08-25 08:58:23,604 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-25 08:58:23,604 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-25 08:58:23,605 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-25 08:58:23,608 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-25 08:58:23,611 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-25 08:58:27,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f557cb93-42fd-4224-bdd0-5629a3f3da84/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-25 08:58:27,276 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-25 08:58:27,279 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-25 08:58:27,279 - 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-08-25 08:58:34,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:34.621 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-25 08:58:37,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:37.592 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.452s] 2018-08-25 08:58:37,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:37.644 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.052s] 2018-08-25 08:58:40,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:40.142 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.695s] 2018-08-25 08:58:42,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:42.723 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.889s] 2018-08-25 08:58:44,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:44.981 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.096s] 2018-08-25 08:58:45,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:45.910 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.928s] 2018-08-25 08:58:49,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:49.360 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.866s] 2018-08-25 08:58:50,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:50.384 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.267s] 2018-08-25 08:58:59,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:59.962 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.784s] 2018-08-25 08:58:59,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:58:59.973 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-08-25 08:59:05,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:05.475 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.946s] 2018-08-25 08:59:07,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:07.057 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.819s] 2018-08-25 08:59:10,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:10.878 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.102s] 2018-08-25 08:59:10,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:10.881 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-08-25 08:59:13,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:13.790 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.349s] 2018-08-25 08:59:17,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:17.341 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.703s] 2018-08-25 08:59:20,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:20.254 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-08-25 08:59:20,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:20.255 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-25 08:59:23,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:23.118 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.332s] 2018-08-25 08:59:29,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:29.690 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.995s] 2018-08-25 08:59:30,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:30.337 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.647s] 2018-08-25 08:59:31,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:31.230 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.878s] 2018-08-25 08:59:31,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:31.309 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.971s] 2018-08-25 08:59:37,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:37.037 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-25 08:59:41,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:41.889 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.416s] 2018-08-25 08:59:47,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:47.678 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.788s] 2018-08-25 08:59:50,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:50.035 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.381s] 2018-08-25 08:59:50,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:50.266 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.231s] 2018-08-25 08:59:50,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:50.382 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.115s] 2018-08-25 08:59:50,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:50.440 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.058s] 2018-08-25 08:59:50,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:50.778 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.337s] 2018-08-25 08:59:50,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:50.839 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.062s] 2018-08-25 08:59:52,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:52.179 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.095s] 2018-08-25 08:59:52,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:52.180 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-25 08:59:54,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 08:59:54.464 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.785s] 2018-08-25 09:00:04,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:04.544 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.288s] 2018-08-25 09:00:07,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.018 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.481s] 2018-08-25 09:00:07,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.358 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-25 09:00:07,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.359 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.338s] 2018-08-25 09:00:07,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.596 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.239s] 2018-08-25 09:00:07,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.631 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.085s] 2018-08-25 09:00:07,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.641 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.045s] 2018-08-25 09:00:07,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.723 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.094s] 2018-08-25 09:00:07,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:07.997 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.355s] 2018-08-25 09:00:08,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:08.043 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.046s] 2018-08-25 09:00:09,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:09.921 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.144s] 2018-08-25 09:00:10,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:10.088 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.166s] 2018-08-25 09:00:10,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:10.317 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.228s] 2018-08-25 09:00:10,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:10.324 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-25 09:00:13,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:13.914 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.869s] 2018-08-25 09:00:14,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:14.549 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.145s] 2018-08-25 09:00:14,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:14.565 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2018-08-25 09:00:17,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:17.359 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.188s] 2018-08-25 09:00:27,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:27.503 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.401s] 2018-08-25 09:00:33,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:33.934 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.116s] 2018-08-25 09:00:34,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:34.065 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.131s] 2018-08-25 09:00:34,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:34.127 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.061s] 2018-08-25 09:00:34,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:34.520 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.394s] 2018-08-25 09:00:34,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:34.548 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.045s] 2018-08-25 09:00:34,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:34.932 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.396s] 2018-08-25 09:00:39,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:39.721 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-08-25 09:00:39,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:39.815 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.094s] 2018-08-25 09:00:40,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:40.553 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.619s] 2018-08-25 09:00:40,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:40.969 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.419s] 2018-08-25 09:00:44,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:44.786 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-25 09:00:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:45.404 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.435s] 2018-08-25 09:00:48,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:48.033 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.172s] 2018-08-25 09:00:49,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:49.207 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.164s] 2018-08-25 09:00:54,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:54.682 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.809s] 2018-08-25 09:00:57,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:57.556 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.143s] 2018-08-25 09:00:58,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:58.281 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.598s] 2018-08-25 09:00:58,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:00:58.948 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.968s] 2018-08-25 09:01:04,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:04.954 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.672s] 2018-08-25 09:01:06,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:06.207 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.577s] 2018-08-25 09:01:08,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:08.873 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.664s] 2018-08-25 09:01:09,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:09.864 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.719s] 2018-08-25 09:01:11,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:11.443 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.570s] 2018-08-25 09:01:15,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:15.179 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-25 09:01:15,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:15.729 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.865s] 2018-08-25 09:01:17,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:17.614 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.884s] 2018-08-25 09:01:17,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:17.695 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.081s] 2018-08-25 09:01:17,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:17.739 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.045s] 2018-08-25 09:01:18,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:18.689 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.774s] 2018-08-25 09:01:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:23.936 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.245s] 2018-08-25 09:01:26,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:26.216 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.279s] 2018-08-25 09:01:26,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:26.263 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.048s] 2018-08-25 09:01:26,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:26.304 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.041s] 2018-08-25 09:01:26,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:26.547 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.889s] 2018-08-25 09:01:28,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:28.463 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.913s] 2018-08-25 09:01:28,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:28.502 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.043s] 2018-08-25 09:01:44,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:44.453 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.183s] 2018-08-25 09:01:47,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:47.240 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.302s] 2018-08-25 09:01:51,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:51.734 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.280s] 2018-08-25 09:01:58,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:01:58.132 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.398s] 2018-08-25 09:02:00,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:00.129 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.178s] 2018-08-25 09:02:02,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:02.088 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.955s] 2018-08-25 09:02:08,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:08.185 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.053s] 2018-08-25 09:02:14,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:14.350 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-25 09:02:20,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:20.251 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.532s] 2018-08-25 09:02:20,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:20.427 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.176s] 2018-08-25 09:02:30,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:30.931 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.273s] 2018-08-25 09:02:33,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:33.250 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.317s] 2018-08-25 09:02:35,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:02:35.567 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.316s] 2018-08-25 09:02:38,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6ca24d04-857f-4d1f-88ad-5a6b536d21b2 2018-08-25 09:02:38,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6ca24d04-857f-4d1f-88ad-5a6b536d21b2']'. 2018-08-25 09:02:39,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-25 09:02:39,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6ca24d04-857f-4d1f-88ad-5a6b536d21b2 | 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-25 08:58:29 | 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-25 09:02:37 | 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:08 | 2018-08-25 09:02:39,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f557cb93-42fd-4224-bdd0-5629a3f3da84) | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0a9e96a4-bed1-4187-a13e-e143bf109841) | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-25 09:02:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 240.954 | 2018-08-25 09:02:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-25 09:02:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-25 09:02:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-25 09:02:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-25 09:02:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-25 09:02:39,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:02:39,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-25 09:02:39,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-25 09:02:39,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-25 09:02:39,351 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 09:02:39,352 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 04:27 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-25 09:02:39,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:02:39,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:40,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6cc1651-9929-43ea-8976-2f5b0d55c01f Date: Sat, 25 Aug 2018 09:02:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:02:40,074 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66 used request id req-e6cc1651-9929-43ea-8976-2f5b0d55c01f 2018-08-25 09:02:40,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.715372800827s 2018-08-25 09:02:40,074 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/b807fd69-5c17-4aa3-9d01-c741af93ee66 used request id req-e6cc1651-9929-43ea-8976-2f5b0d55c01f 2018-08-25 09:02:40,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:02:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:40,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:02: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-c151a4a9-cb81-46d6-ad74-f0b47a4e01f3 x-compute-request-id: req-c151a4a9-cb81-46d6-ad74-f0b47a4e01f3 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_61316962-8258-460a-a42c-81d6ad2ad52d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac", "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": "3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac"}, {"name": "tempest_smoke-flavor_61316962-8258-460a-a42c-81d6ad2ad52d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0", "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": "e78126cf-d06a-4a1b-9ed1-90b895491bf0"}]} 2018-08-25 09:02:40,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c151a4a9-cb81-46d6-ad74-f0b47a4e01f3 2018-08-25 09:02:40,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219221115112s 2018-08-25 09:02:40,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c151a4a9-cb81-46d6-ad74-f0b47a4e01f3 2018-08-25 09:02:40,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:02:40,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:40,134 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:02: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-76fc52a6-9112-47cc-aa2a-1831a28a9de1 x-compute-request-id: req-76fc52a6-9112-47cc-aa2a-1831a28a9de1 Content-Length: 0 Content-Type: application/json 2018-08-25 09:02:40,134 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac used request id req-76fc52a6-9112-47cc-aa2a-1831a28a9de1 2018-08-25 09:02:40,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0343599319458s 2018-08-25 09:02:40,134 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/3ddbc1ca-9930-4b01-a7c2-ea656adaf0ac used request id req-76fc52a6-9112-47cc-aa2a-1831a28a9de1 2018-08-25 09:02:40,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 09:02:40,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06/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}c4e07180dddac834ce17b802341a39f7134496e4" -d '{"subnet_id": "8edbe71e-fda3-43a6-8ea8-bfec98e36760"}' 2018-08-25 09:02:42,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f2e7c9c-e445-45bc-a440-ee69465fc7e0 Date: Sat, 25 Aug 2018 09:02:42 GMT RESP BODY: {"network_id": "a9327bdc-69ee-4909-b156-77b0b99ea31a", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "8edbe71e-fda3-43a6-8ea8-bfec98e36760", "subnet_ids": ["8edbe71e-fda3-43a6-8ea8-bfec98e36760"], "port_id": "fd3cc517-89e9-4369-ab5c-70b2be3df165", "id": "1267afc0-b76f-4e4b-b296-57234a868d06"} 2018-08-25 09:02:42,228 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06/remove_router_interface.json used request id req-8f2e7c9c-e445-45bc-a440-ee69465fc7e0 2018-08-25 09:02:42,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.09317994118s 2018-08-25 09:02:42,228 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06/remove_router_interface.json used request id req-8f2e7c9c-e445-45bc-a440-ee69465fc7e0 returning object 1267afc0-b76f-4e4b-b296-57234a868d06 2018-08-25 09:02:42,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 09:02:42,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:42,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-077be57b-55b1-47db-8ef4-60df61384771 Date: Sat, 25 Aug 2018 09:02:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:58:13Z", "admin_state_up": true, "updated_at": "2018-08-25T09:02:41Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "1267afc0-b76f-4e4b-b296-57234a868d06", "name": "tempest_smoke-router_61316962-8258-460a-a42c-81d6ad2ad52d"}]} 2018-08-25 09:02:42,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-077be57b-55b1-47db-8ef4-60df61384771 2018-08-25 09:02:42,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119853973389s 2018-08-25 09:02:42,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-077be57b-55b1-47db-8ef4-60df61384771 2018-08-25 09:02:42,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 09:02:42,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:43,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9e64572-9b23-49ae-b3b1-70342ad069bc Content-Length: 0 Date: Sat, 25 Aug 2018 09:02:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:02:43,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06.json used request id req-b9e64572-9b23-49ae-b3b1-70342ad069bc 2018-08-25 09:02:43,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.16478896141s 2018-08-25 09:02:43,516 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/1267afc0-b76f-4e4b-b296-57234a868d06.json used request id req-b9e64572-9b23-49ae-b3b1-70342ad069bc 2018-08-25 09:02:43,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 09:02:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:43,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-71725b5a-11dd-4dc2-8934-6b86a1b91817 Date: Sat, 25 Aug 2018 09:02:43 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4},{"updated_at":"2018-08-25T08:58:12Z","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":"8edbe71e-fda3-43a6-8ea8-bfec98e36760","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_61316962-8258-460a-a42c-81d6ad2ad52d","enable_dhcp":true,"segment_id":null,"network_id":"a9327bdc-69ee-4909-b156-77b0b99ea31a","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:58:12Z","ip_version":4}]} 2018-08-25 09:02:43,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-71725b5a-11dd-4dc2-8934-6b86a1b91817 2018-08-25 09:02:43,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0397732257843s 2018-08-25 09:02:43,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-71725b5a-11dd-4dc2-8934-6b86a1b91817 2018-08-25 09:02:43,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 09:02:43,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/8edbe71e-fda3-43a6-8ea8-bfec98e36760.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:44,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53461662-6f19-4c93-bd64-100198959df6 Date: Sat, 25 Aug 2018 09:02:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:02:44,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/8edbe71e-fda3-43a6-8ea8-bfec98e36760.json used request id req-53461662-6f19-4c93-bd64-100198959df6 2018-08-25 09:02:44,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.987387895584s 2018-08-25 09:02:44,546 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/8edbe71e-fda3-43a6-8ea8-bfec98e36760.json used request id req-53461662-6f19-4c93-bd64-100198959df6 2018-08-25 09:02:44,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:02:44,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:44,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1438 X-Openstack-Request-Id: req-f326f37a-1ee7-4be5-9e80-2ca178c24b9d Date: Sat, 25 Aug 2018 09:02:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a9327bdc-69ee-4909-b156-77b0b99ea31a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:02:44Z","qos_policy_id":null,"name":"tempest_smoke-net_61316962-8258-460a-a42c-81d6ad2ad52d","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T08:58:12Z","provider:network_type":"vxlan"}]} 2018-08-25 09:02:44,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f326f37a-1ee7-4be5-9e80-2ca178c24b9d 2018-08-25 09:02:44,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0787320137024s 2018-08-25 09:02:44,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f326f37a-1ee7-4be5-9e80-2ca178c24b9d 2018-08-25 09:02:44,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 09:02:44,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/a9327bdc-69ee-4909-b156-77b0b99ea31a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:45,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de69b902-cd3d-441a-b7e9-b43028c7d4e3 Date: Sat, 25 Aug 2018 09:02:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:02:45,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/a9327bdc-69ee-4909-b156-77b0b99ea31a.json used request id req-de69b902-cd3d-441a-b7e9-b43028c7d4e3 2018-08-25 09:02:45,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.0935959816s 2018-08-25 09:02:45,720 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/a9327bdc-69ee-4909-b156-77b0b99ea31a.json used request id req-de69b902-cd3d-441a-b7e9-b43028c7d4e3 2018-08-25 09:02:45,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:02:45,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:45,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-1ac5b53e-eb5b-4253-a8b4-1bac11e4547a Date: Sat, 25 Aug 2018 09:02:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T08:58:17Z", "file": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "size": 12716032, "self": "/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_61316962-8258-460a-a42c-81d6ad2ad52d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T08:58:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:02:45,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-1ac5b53e-eb5b-4253-a8b4-1bac11e4547a 2018-08-25 09:02:45,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267860889435s 2018-08-25 09:02:45,752 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-1ac5b53e-eb5b-4253-a8b4-1bac11e4547a 2018-08-25 09:02:45,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:02:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:46,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d25d461a-c22a-4b0e-acbb-df65f7c6a70c Date: Sat, 25 Aug 2018 09:02:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:02:46,099 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70 used request id req-d25d461a-c22a-4b0e-acbb-df65f7c6a70c 2018-08-25 09:02:46,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.346246004105s 2018-08-25 09:02:46,100 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/8ecce096-6bc3-4a2c-a9d1-349bdd612b70 used request id req-d25d461a-c22a-4b0e-acbb-df65f7c6a70c 2018-08-25 09:02:46,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:02:46,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:46,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:02: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-06b2d783-fa87-472f-87c1-2beeee39111b x-compute-request-id: req-06b2d783-fa87-472f-87c1-2beeee39111b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_61316962-8258-460a-a42c-81d6ad2ad52d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0", "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": "e78126cf-d06a-4a1b-9ed1-90b895491bf0"}]} 2018-08-25 09:02:46,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-06b2d783-fa87-472f-87c1-2beeee39111b 2018-08-25 09:02:46,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0232050418854s 2018-08-25 09:02:46,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-06b2d783-fa87-472f-87c1-2beeee39111b 2018-08-25 09:02:46,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:02:46,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4e07180dddac834ce17b802341a39f7134496e4" 2018-08-25 09:02:46,153 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:02: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-12f321a0-1f9c-4dc3-8b96-12b061623081 x-compute-request-id: req-12f321a0-1f9c-4dc3-8b96-12b061623081 Content-Length: 0 Content-Type: application/json 2018-08-25 09:02:46,153 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0 used request id req-12f321a0-1f9c-4dc3-8b96-12b061623081 2018-08-25 09:02:46,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0274200439453s 2018-08-25 09:02:46,153 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/e78126cf-d06a-4a1b-9ed1-90b895491bf0 used request id req-12f321a0-1f9c-4dc3-8b96-12b061623081 2018-08-25 09:02:46,213 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:02:46,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:02:46,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:02:46,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:02:46,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdacd3e9-38f9-4bae-abe7-891e4231a46f 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:02:46,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-fdacd3e9-38f9-4bae-abe7-891e4231a46f 2018-08-25 09:02:46,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:02:46,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T10:02:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["fo7-bQ4ASoS4ilAx0T72vQ"], "issued_at": "2018-08-25T09:02:46.000000Z"}} 2018-08-25 09:02:46,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:02:46,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:02:47,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d654a10d-939a-48a1-881c-fd4e038fbbe1 Date: Sat, 25 Aug 2018 09:02:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:02:47,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d654a10d-939a-48a1-881c-fd4e038fbbe1 2018-08-25 09:02:47,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.420372009277s 2018-08-25 09:02:47,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d654a10d-939a-48a1-881c-fd4e038fbbe1 2018-08-25 09:02:47,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 09:02:50,218 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 09:02:52,973 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 55030d30-84ed-41f1-9af8-2fb567d06ced | 2018-08-25T09:02:52.673554 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 55030d30-84ed-41f1-9af8-2fb567d06ced ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 09:02:56,711 - 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-08-25 09:02:56,712 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 09:02:59,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 09:03:02,700 - 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=d3ef983e-f93d-4641-ad50-313f884d3976) as the default verifier for the future CLI operations. 2018-08-25 09:03:05,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 09:03:05,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:05,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-d5588a90-5391-4328-b0d3-dc231a63fa55 Date: Sat, 25 Aug 2018 09:03:05 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-08-25 09:03:05,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-d5588a90-5391-4328-b0d3-dc231a63fa55 2018-08-25 09:03:05,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.00808382034302s 2018-08-25 09:03:05,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-d5588a90-5391-4328-b0d3-dc231a63fa55 2018-08-25 09:03:05,892 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-25 09:03:05,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 09:03:05,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"network": {"shared": true, "name": "neutron-tempest-plugin-api-net_11339616-f823-422e-8542-ed689f7280a6", "admin_state_up": true}}' 2018-08-25 09:03:06,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 739 X-Openstack-Request-Id: req-201dbde8-9d28-4c81-bc2f-f9c6e398ce63 Date: Sat, 25 Aug 2018 09:03:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"03369a96-003a-4b48-ab22-6f489d4634f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":61,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:03:05Z","is_default":false,"qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_11339616-f823-422e-8542-ed689f7280a6","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:03:05Z","mtu":1450}} 2018-08-25 09:03:06,086 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-201dbde8-9d28-4c81-bc2f-f9c6e398ce63 2018-08-25 09:03:06,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.194121837616s 2018-08-25 09:03:06,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-201dbde8-9d28-4c81-bc2f-f9c6e398ce63 2018-08-25 09:03:06,087 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T09:03:05Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'03369a96-003a-4b48-ab22-6f489d4634f6', 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'neutron-tempest-plugin-api-net_11339616-f823-422e-8542-ed689f7280a6', u'created_at': u'2018-08-25T09:03:05Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 09:03:06,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:03:06,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:06,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1445 X-Openstack-Request-Id: req-608af9dc-dc87-43c7-9d8e-20559e5bca51 Date: Sat, 25 Aug 2018 09:03:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"03369a96-003a-4b48-ab22-6f489d4634f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":61,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:03:05Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_11339616-f823-422e-8542-ed689f7280a6","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:03:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T08:49:58Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:03:06,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-608af9dc-dc87-43c7-9d8e-20559e5bca51 2018-08-25 09:03:06,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104886054993s 2018-08-25 09:03:06,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-608af9dc-dc87-43c7-9d8e-20559e5bca51 2018-08-25 09:03:06,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 09:03:06,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_11339616-f823-422e-8542-ed689f7280a6", "enable_dhcp": true, "network_id": "03369a96-003a-4b48-ab22-6f489d4634f6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 09:03:06,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-b4255e8a-a958-41db-aea2-cbd3e040acbf Date: Sat, 25 Aug 2018 09:03:06 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T09:03:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7ae47476-1ce4-483f-811a-15020548fc41","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_11339616-f823-422e-8542-ed689f7280a6","enable_dhcp":true,"segment_id":null,"network_id":"03369a96-003a-4b48-ab22-6f489d4634f6","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:03:06Z","ip_version":4}} 2018-08-25 09:03:06,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b4255e8a-a958-41db-aea2-cbd3e040acbf 2018-08-25 09:03:06,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.432129859924s 2018-08-25 09:03:06,627 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b4255e8a-a958-41db-aea2-cbd3e040acbf 2018-08-25 09:03:06,628 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:03:06Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7ae47476-1ce4-483f-811a-15020548fc41', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_11339616-f823-422e-8542-ed689f7280a6', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'03369a96-003a-4b48-ab22-6f489d4634f6', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T09:03:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 09:03:06,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 09:03:06,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "neutron-tempest-plugin-api-router_11339616-f823-422e-8542-ed689f7280a6", "admin_state_up": true}}' 2018-08-25 09:03:08,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-5e706899-dd00-4ba6-b782-1187b1bf355e Date: Sat, 25 Aug 2018 09:03:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.216"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T09:03:06Z", "admin_state_up": true, "updated_at": "2018-08-25T09:03:07Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "58f1837a-6e79-45ee-99ea-ef8348c4c764", "name": "neutron-tempest-plugin-api-router_11339616-f823-422e-8542-ed689f7280a6"}} 2018-08-25 09:03:08,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-5e706899-dd00-4ba6-b782-1187b1bf355e 2018-08-25 09:03:08,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.67382979393s 2018-08-25 09:03:08,303 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-5e706899-dd00-4ba6-b782-1187b1bf355e 2018-08-25 09:03:08,303 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:03:07Z', u'revision_number': 2, u'ha': False, u'id': u'58f1837a-6e79-45ee-99ea-ef8348c4c764', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.216'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-router_11339616-f823-422e-8542-ed689f7280a6', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T09:03:06Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 09:03:08,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 09:03:08,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764/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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"subnet_id": "7ae47476-1ce4-483f-811a-15020548fc41"}' 2018-08-25 09:03:10,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6850909f-4023-4aa8-948f-29ca5e5423e1 Date: Sat, 25 Aug 2018 09:03:10 GMT RESP BODY: {"network_id": "03369a96-003a-4b48-ab22-6f489d4634f6", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "7ae47476-1ce4-483f-811a-15020548fc41", "subnet_ids": ["7ae47476-1ce4-483f-811a-15020548fc41"], "port_id": "f2f0b7ca-4684-49ed-bd1e-fc6ead41a438", "id": "58f1837a-6e79-45ee-99ea-ef8348c4c764"} 2018-08-25 09:03:10,370 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764/add_router_interface.json used request id req-6850909f-4023-4aa8-948f-29ca5e5423e1 2018-08-25 09:03:10,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06689786911s 2018-08-25 09:03:10,371 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764/add_router_interface.json used request id req-6850909f-4023-4aa8-948f-29ca5e5423e1 returning object 58f1837a-6e79-45ee-99ea-ef8348c4c764 2018-08-25 09:03:10,371 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 09:03:10,500 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 09:03:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:03:10,508 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 09:03:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 09:03:10,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:03:10,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:10,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3c7015c8-e339-4bc7-b5e1-64b771996b5e Date: Sat, 25 Aug 2018 09:03:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:03:10,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3c7015c8-e339-4bc7-b5e1-64b771996b5e 2018-08-25 09:03:10,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.36221909523s 2018-08-25 09:03:10,873 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3c7015c8-e339-4bc7-b5e1-64b771996b5e 2018-08-25 09:03:10,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:03:10,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6"}' 2018-08-25 09:03:10,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-59c99f5d-9319-4431-af7b-1d1f584ed533 Date: Sat, 25 Aug 2018 09:03:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:10Z", "file": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "0093f725-69bf-47f0-a9ed-4af757128aed", "size": null, "self": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed", "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_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "checksum": null, "created_at": "2018-08-25T09:03:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:03:10,930 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-59c99f5d-9319-4431-af7b-1d1f584ed533 2018-08-25 09:03:10,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.050124168396s 2018-08-25 09:03:10,931 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-59c99f5d-9319-4431-af7b-1d1f584ed533 returning object 0093f725-69bf-47f0-a9ed-4af757128aed 2018-08-25 09:03:10,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:03:10,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '' 2018-08-25 09:03:12,047 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-256bd93a-430a-43bb-889d-aa9a24412e53 Date: Sat, 25 Aug 2018 09:03:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:03:12,048 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file used request id req-256bd93a-430a-43bb-889d-aa9a24412e53 2018-08-25 09:03:12,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11640000343s 2018-08-25 09:03:12,048 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file used request id req-256bd93a-430a-43bb-889d-aa9a24412e53 2018-08-25 09:03:12,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:03:12,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:12,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-a3ab19e0-f47f-4477-896f-b18698ebac63 Date: Sat, 25 Aug 2018 09:03:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:12Z", "file": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "0093f725-69bf-47f0-a9ed-4af757128aed", "size": 12716032, "self": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:03:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:03:12,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a3ab19e0-f47f-4477-896f-b18698ebac63 2018-08-25 09:03:12,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0307660102844s 2018-08-25 09:03:12,086 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a3ab19e0-f47f-4477-896f-b18698ebac63 2018-08-25 09:03:12,088 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'0093f725-69bf-47f0-a9ed-4af757128aed', 'size': 12716032, u'self': u'/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:03:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:03:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6', '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/0093f725-69bf-47f0-a9ed-4af757128aed', 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_11339616-f823-422e-8542-ed689f7280a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6', 'created': u'2018-08-25T09:03:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:03:10Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed', 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_11339616-f823-422e-8542-ed689f7280a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:03:12,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:03:12,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_11339616-f823-422e-8542-ed689f7280a6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:03:12,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03: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-f3adab8b-fd0c-4ccc-8ec1-3c1736021280 x-compute-request-id: req-f3adab8b-fd0c-4ccc-8ec1-3c1736021280 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_11339616-f823-422e-8542-ed689f7280a6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c811888b-b524-4ea1-a27c-5072309b8d59", "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": "c811888b-b524-4ea1-a27c-5072309b8d59"}} 2018-08-25 09:03:12,414 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-f3adab8b-fd0c-4ccc-8ec1-3c1736021280 2018-08-25 09:03:12,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.325325012207s 2018-08-25 09:03:12,415 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-f3adab8b-fd0c-4ccc-8ec1-3c1736021280 2018-08-25 09:03:12,416 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_11339616-f823-422e-8542-ed689f7280a6', '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'89d58111967c4124b09131409c7a2a28', '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'c811888b-b524-4ea1-a27c-5072309b8d59', 'swap': 0}) 2018-08-25 09:03:12,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:03:12,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59/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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"extra_specs": {}}' 2018-08-25 09:03:12,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03: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-fe8dd7c9-bebb-49b7-982f-3f47a2ca9aca x-compute-request-id: req-fe8dd7c9-bebb-49b7-982f-3f47a2ca9aca Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:03:12,437 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59/os-extra_specs used request id req-fe8dd7c9-bebb-49b7-982f-3f47a2ca9aca 2018-08-25 09:03:12,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207581520081s 2018-08-25 09:03:12,437 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59/os-extra_specs used request id req-fe8dd7c9-bebb-49b7-982f-3f47a2ca9aca 2018-08-25 09:03:13,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:03:13,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 09:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde7a442-4b80-49ad-8dfe-854bc094ad32 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 09:03:13,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-fde7a442-4b80-49ad-8dfe-854bc094ad32 2018-08-25 09:03:13,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:03:13,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:13,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b2a18f-ef2a-48c4-9f11-bf966b477977 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:03:13,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-51b2a18f-ef2a-48c4-9f11-bf966b477977 2018-08-25 09:03:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102434873581s 2018-08-25 09:03:13,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-51b2a18f-ef2a-48c4-9f11-bf966b477977 2018-08-25 09:03:13,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:03:13,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:13,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6677e0a8-8d5f-4daf-955d-059bc929f499 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:03:13,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-6677e0a8-8d5f-4daf-955d-059bc929f499 2018-08-25 09:03:13,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179364919662s 2018-08-25 09:03:13,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-6677e0a8-8d5f-4daf-955d-059bc929f499 2018-08-25 09:03:13,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 09:03:13,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:13,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03: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-837f3926-376d-441a-a9fd-213d28491865 x-compute-request-id: req-837f3926-376d-441a-a9fd-213d28491865 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 09:03:13,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-837f3926-376d-441a-a9fd-213d28491865 2018-08-25 09:03:13,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0390980243683s 2018-08-25 09:03:13,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-837f3926-376d-441a-a9fd-213d28491865 2018-08-25 09:03:13,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:03:13,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:13,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-6314acd7-0895-4000-904a-bfdbe1684566 Date: Sat, 25 Aug 2018 09:03:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:12Z", "file": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "0093f725-69bf-47f0-a9ed-4af757128aed", "size": 12716032, "self": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:03:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:03:13,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-6314acd7-0895-4000-904a-bfdbe1684566 2018-08-25 09:03:13,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0235788822174s 2018-08-25 09:03:13,946 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-6314acd7-0895-4000-904a-bfdbe1684566 2018-08-25 09:03:13,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:03:13,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6"}' 2018-08-25 09:03:14,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-034b3be1-94e1-433d-9c6f-544f00c86b45 Date: Sat, 25 Aug 2018 09:03:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:13Z", "file": "/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89", "size": null, "self": "/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89", "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_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6", "checksum": null, "created_at": "2018-08-25T09:03:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:03:14,004 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-034b3be1-94e1-433d-9c6f-544f00c86b45 2018-08-25 09:03:14,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0497360229492s 2018-08-25 09:03:14,005 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-034b3be1-94e1-433d-9c6f-544f00c86b45 returning object fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89 2018-08-25 09:03:14,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:03:14,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '' 2018-08-25 09:03:14,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-241b9730-81ad-4585-954a-5e469390d641 Date: Sat, 25 Aug 2018 09:03:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:03:14,387 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/file used request id req-241b9730-81ad-4585-954a-5e469390d641 2018-08-25 09:03:14,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.381031990051s 2018-08-25 09:03:14,387 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/file used request id req-241b9730-81ad-4585-954a-5e469390d641 2018-08-25 09:03:14,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:03:14,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:03:14,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-c6a2931d-8c05-4f87-acd0-529f6d0aea34 Date: Sat, 25 Aug 2018 09:03:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:14Z", "file": "/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89", "size": 12716032, "self": "/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:03:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:12Z", "file": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "0093f725-69bf-47f0-a9ed-4af757128aed", "size": 12716032, "self": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:03:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:03:14,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c6a2931d-8c05-4f87-acd0-529f6d0aea34 2018-08-25 09:03:14,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0275089740753s 2018-08-25 09:03:14,419 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c6a2931d-8c05-4f87-acd0-529f6d0aea34 2018-08-25 09:03:14,421 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89', 'size': 12716032, u'self': u'/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:03:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:03:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6', '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/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89', 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_11339616-f823-422e-8542-ed689f7280a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_11339616-f823-422e-8542-ed689f7280a6', 'created': u'2018-08-25T09:03:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:03:13Z', 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/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89', 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_11339616-f823-422e-8542-ed689f7280a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:03:14,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:03:14,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_11339616-f823-422e-8542-ed689f7280a6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:03:14,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03: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-718ccbe4-02d9-4015-b4fe-3505d27d0897 x-compute-request-id: req-718ccbe4-02d9-4015-b4fe-3505d27d0897 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_11339616-f823-422e-8542-ed689f7280a6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59", "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": "4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59"}} 2018-08-25 09:03:14,452 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-718ccbe4-02d9-4015-b4fe-3505d27d0897 2018-08-25 09:03:14,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0305438041687s 2018-08-25 09:03:14,453 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-718ccbe4-02d9-4015-b4fe-3505d27d0897 2018-08-25 09:03:14,453 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_11339616-f823-422e-8542-ed689f7280a6', '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'89d58111967c4124b09131409c7a2a28', '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'4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59', 'swap': 0}) 2018-08-25 09:03:14,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:03:14,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59/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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"extra_specs": {}}' 2018-08-25 09:03:14,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:03: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-613f71ef-b7aa-4b63-820c-2f6f36e10b21 x-compute-request-id: req-613f71ef-b7aa-4b63-820c-2f6f36e10b21 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:03:14,475 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59/os-extra_specs used request id req-613f71ef-b7aa-4b63-820c-2f6f36e10b21 2018-08-25 09:03:14,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213289260864s 2018-08-25 09:03:14,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59/os-extra_specs used request id req-613f71ef-b7aa-4b63-820c-2f6f36e10b21 2018-08-25 09:03:14,476 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_11339616-f823-422e-8542-ed689f7280a6', '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'89d58111967c4124b09131409c7a2a28', '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'4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59', 'swap': 0}) 2018-08-25 09:03:17,888 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-25 09:03:17,889 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-25 09:03:17,889 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-25 09:03:17,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-25 09:03:17,895 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-25 09:03:21,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d3ef983e-f93d-4641-ad50-313f884d3976/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-25 09:03:21,394 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-25 09:03:21,410 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-25 09:03:21,411 - 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-08-25 09:13:54,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6b2048ca-7035-4a15-a14e-b8e9026a682b 2018-08-25 09:13:54,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6b2048ca-7035-4a15-a14e-b8e9026a682b']'. 2018-08-25 09:13:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-25 09:13:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-25 09:13:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:13:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6b2048ca-7035-4a15-a14e-b8e9026a682b | 2018-08-25 09:13:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-25 09:13:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-25 09:03:23 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-25 09:13:53 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:30 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d3ef983e-f93d-4641-ad50-313f884d3976) | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 55030d30-84ed-41f1-9af8-2fb567d06ced) | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 618.616 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 473 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 74 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-25 09:13:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-25 09:13:55,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-25 09:13:55,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:13:55,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-25 09:13:55,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-25 09:13:55,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 100.0% 2018-08-25 09:13:55,654 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 09:13:55,654 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 10:50 | PASS | +------------------------------------+------------------+------------------+----------------+ 2018-08-25 09:13:55,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:13:55,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:13:56,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9938d4cb-9a36-44c1-aff2-1b9f907cb952 Date: Sat, 25 Aug 2018 09:13:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:13:56,501 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89 used request id req-9938d4cb-9a36-44c1-aff2-1b9f907cb952 2018-08-25 09:13:56,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.844235897064s 2018-08-25 09:13:56,502 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/fa507cd8-19f8-4eb1-8bb7-2a1880d7ce89 used request id req-9938d4cb-9a36-44c1-aff2-1b9f907cb952 2018-08-25 09:13:56,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:13:56,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:13:56,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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-81aece9a-fb34-4803-ae22-42573ab7b77e x-compute-request-id: req-81aece9a-fb34-4803-ae22-42573ab7b77e Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_alt_11339616-f823-422e-8542-ed689f7280a6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59", "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": "4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59"}, {"name": "neutron-tempest-plugin-api-flavor_11339616-f823-422e-8542-ed689f7280a6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c811888b-b524-4ea1-a27c-5072309b8d59", "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": "c811888b-b524-4ea1-a27c-5072309b8d59"}]} 2018-08-25 09:13:56,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-81aece9a-fb34-4803-ae22-42573ab7b77e 2018-08-25 09:13:56,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.249969005585s 2018-08-25 09:13:56,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-81aece9a-fb34-4803-ae22-42573ab7b77e 2018-08-25 09:13:56,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:13:56,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:13:56,795 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09: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 x-openstack-request-id: req-1557b0e6-f936-4dff-ad34-cc986f144de2 x-compute-request-id: req-1557b0e6-f936-4dff-ad34-cc986f144de2 Content-Length: 0 Content-Type: application/json 2018-08-25 09:13:56,796 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59 used request id req-1557b0e6-f936-4dff-ad34-cc986f144de2 2018-08-25 09:13:56,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0417618751526s 2018-08-25 09:13:56,796 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/4ef6ac72-f8d0-4bfe-915d-8ad2b8865d59 used request id req-1557b0e6-f936-4dff-ad34-cc986f144de2 2018-08-25 09:13:56,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 09:13:56,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764/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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" -d '{"subnet_id": "7ae47476-1ce4-483f-811a-15020548fc41"}' 2018-08-25 09:13:58,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-df10b45d-4731-4a4b-be20-fa32813e73c6 Date: Sat, 25 Aug 2018 09:13:58 GMT RESP BODY: {"network_id": "03369a96-003a-4b48-ab22-6f489d4634f6", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "7ae47476-1ce4-483f-811a-15020548fc41", "subnet_ids": ["7ae47476-1ce4-483f-811a-15020548fc41"], "port_id": "f2f0b7ca-4684-49ed-bd1e-fc6ead41a438", "id": "58f1837a-6e79-45ee-99ea-ef8348c4c764"} 2018-08-25 09:13:58,735 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764/remove_router_interface.json used request id req-df10b45d-4731-4a4b-be20-fa32813e73c6 2018-08-25 09:13:58,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.93939805031s 2018-08-25 09:13:58,736 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764/remove_router_interface.json used request id req-df10b45d-4731-4a4b-be20-fa32813e73c6 returning object 58f1837a-6e79-45ee-99ea-ef8348c4c764 2018-08-25 09:13:58,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 09:13:58,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:13:58,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1722 X-Openstack-Request-Id: req-59847985-6e09-4f57-aeba-4f86e6a7359e Date: Sat, 25 Aug 2018 09:13:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.216"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T09:03:06Z", "admin_state_up": true, "updated_at": "2018-08-25T09:13:57Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "58f1837a-6e79-45ee-99ea-ef8348c4c764", "name": "neutron-tempest-plugin-api-router_11339616-f823-422e-8542-ed689f7280a6"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}]} 2018-08-25 09:13:58,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-59847985-6e09-4f57-aeba-4f86e6a7359e 2018-08-25 09:13:58,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117833137512s 2018-08-25 09:13:58,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-59847985-6e09-4f57-aeba-4f86e6a7359e 2018-08-25 09:13:58,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 09:13:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:00,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f76e79ce-c902-4db9-9514-256502b174ad Content-Length: 0 Date: Sat, 25 Aug 2018 09:14:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:14:00,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764.json used request id req-f76e79ce-c902-4db9-9514-256502b174ad 2018-08-25 09:14:00,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49289298058s 2018-08-25 09:14:00,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/58f1837a-6e79-45ee-99ea-ef8348c4c764.json used request id req-f76e79ce-c902-4db9-9514-256502b174ad 2018-08-25 09:14:00,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 09:14:00,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:00,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-b9841b31-f4d5-4189-b3ff-552c09399d1d Date: Sat, 25 Aug 2018 09:14:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T09:03:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7ae47476-1ce4-483f-811a-15020548fc41","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_11339616-f823-422e-8542-ed689f7280a6","enable_dhcp":true,"segment_id":null,"network_id":"03369a96-003a-4b48-ab22-6f489d4634f6","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:03:06Z","ip_version":4},{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 09:14:00,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b9841b31-f4d5-4189-b3ff-552c09399d1d 2018-08-25 09:14:00,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0408730506897s 2018-08-25 09:14:00,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b9841b31-f4d5-4189-b3ff-552c09399d1d 2018-08-25 09:14:00,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 09:14:00,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/7ae47476-1ce4-483f-811a-15020548fc41.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:01,198 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08c01db7-1e7c-44a4-95a0-9caf9ae9bd09 Date: Sat, 25 Aug 2018 09:14:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:14:01,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/7ae47476-1ce4-483f-811a-15020548fc41.json used request id req-08c01db7-1e7c-44a4-95a0-9caf9ae9bd09 2018-08-25 09:14:01,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.805298089981s 2018-08-25 09:14:01,199 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/7ae47476-1ce4-483f-811a-15020548fc41.json used request id req-08c01db7-1e7c-44a4-95a0-9caf9ae9bd09 2018-08-25 09:14:01,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:14:01,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:01,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1450 X-Openstack-Request-Id: req-c3db88a4-7348-4537-bbed-b65eb9d5a890 Date: Sat, 25 Aug 2018 09:14:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03369a96-003a-4b48-ab22-6f489d4634f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":61,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:14:01Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_11339616-f823-422e-8542-ed689f7280a6","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:03:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:14:01,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c3db88a4-7348-4537-bbed-b65eb9d5a890 2018-08-25 09:14:01,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0861880779266s 2018-08-25 09:14:01,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c3db88a4-7348-4537-bbed-b65eb9d5a890 2018-08-25 09:14:01,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 09:14:01,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/03369a96-003a-4b48-ab22-6f489d4634f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:02,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-054b21fe-472e-4677-9a4a-3166e9fe62d6 Date: Sat, 25 Aug 2018 09:14:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:14:02,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/03369a96-003a-4b48-ab22-6f489d4634f6.json used request id req-054b21fe-472e-4677-9a4a-3166e9fe62d6 2018-08-25 09:14:02,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1478638649s 2018-08-25 09:14:02,435 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/03369a96-003a-4b48-ab22-6f489d4634f6.json used request id req-054b21fe-472e-4677-9a4a-3166e9fe62d6 2018-08-25 09:14:02,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:14:02,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:02,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-89e406a8-080c-4b53-87bc-83f709b1732f Date: Sat, 25 Aug 2018 09:14:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:03:12Z", "file": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "0093f725-69bf-47f0-a9ed-4af757128aed", "size": 12716032, "self": "/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/0093f725-69bf-47f0-a9ed-4af757128aed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_11339616-f823-422e-8542-ed689f7280a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:03:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:14:02,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-89e406a8-080c-4b53-87bc-83f709b1732f 2018-08-25 09:14:02,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248489379883s 2018-08-25 09:14:02,464 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-89e406a8-080c-4b53-87bc-83f709b1732f 2018-08-25 09:14:02,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:14:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:02,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88ad28b5-5602-4799-9137-0abe5b7fdf6c Date: Sat, 25 Aug 2018 09:14:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:14:02,771 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed used request id req-88ad28b5-5602-4799-9137-0abe5b7fdf6c 2018-08-25 09:14:02,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.305088996887s 2018-08-25 09:14:02,771 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/0093f725-69bf-47f0-a9ed-4af757128aed used request id req-88ad28b5-5602-4799-9137-0abe5b7fdf6c 2018-08-25 09:14:02,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:14:02,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:02,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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-75dff426-e9d6-4cef-9993-1f8f95080784 x-compute-request-id: req-75dff426-e9d6-4cef-9993-1f8f95080784 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_11339616-f823-422e-8542-ed689f7280a6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/c811888b-b524-4ea1-a27c-5072309b8d59", "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": "c811888b-b524-4ea1-a27c-5072309b8d59"}]} 2018-08-25 09:14:02,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-75dff426-e9d6-4cef-9993-1f8f95080784 2018-08-25 09:14:02,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0211408138275s 2018-08-25 09:14:02,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-75dff426-e9d6-4cef-9993-1f8f95080784 2018-08-25 09:14:02,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:14:02,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}faa4988751bab5cb8b9dbf20c5ec3a5aa63dd770" 2018-08-25 09:14:02,824 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09: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 x-openstack-request-id: req-cec33dee-ddea-4873-b9fe-a7960e8fa94d x-compute-request-id: req-cec33dee-ddea-4873-b9fe-a7960e8fa94d Content-Length: 0 Content-Type: application/json 2018-08-25 09:14:02,824 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59 used request id req-cec33dee-ddea-4873-b9fe-a7960e8fa94d 2018-08-25 09:14:02,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0294058322906s 2018-08-25 09:14:02,825 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/c811888b-b524-4ea1-a27c-5072309b8d59 used request id req-cec33dee-ddea-4873-b9fe-a7960e8fa94d 2018-08-25 09:14:02,882 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-25 09:14:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:14:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:14:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:14:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:14:02,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:14:02,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:14:02,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:14:02,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:14:02,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:14:02,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:14:02,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:14:02,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:14:02,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:14:02,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d060546b-5979-481b-beac-ceb7f3a37eae 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:14:02,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-d060546b-5979-481b-beac-ceb7f3a37eae 2018-08-25 09:14:02,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:14:03,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T10:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["9TYLEKz_TyaWWB_jaHhpZw"], "issued_at": "2018-08-25T09:14:03.000000Z"}} 2018-08-25 09:14:03,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:14:03,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:03,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-7a531ee9-42a1-4436-b00d-5718da95ec54 Date: Sat, 25 Aug 2018 09:14:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:14:03,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7a531ee9-42a1-4436-b00d-5718da95ec54 2018-08-25 09:14:03,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338263988495s 2018-08-25 09:14:03,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7a531ee9-42a1-4436-b00d-5718da95ec54 2018-08-25 09:14:03,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:14:03,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 09:14:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfe6bf7d-960a-44e3-ab32-730480aa0a3d 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 09:14:03,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-dfe6bf7d-960a-44e3-ab32-730480aa0a3d 2018-08-25 09:14:03,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 09:14:03,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:03,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d59bb8-7882-409a-bc28-d2cc19bbc79d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 09:14:03,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-65d59bb8-7882-409a-bc28-d2cc19bbc79d 2018-08-25 09:14:03,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178879022598s 2018-08-25 09:14:03,873 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-65d59bb8-7882-409a-bc28-d2cc19bbc79d 2018-08-25 09:14:03,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 09:14:03,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d"}}' 2018-08-25 09:14:04,077 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 09:14:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4077023b-6162-4ba8-b4be-7045392ed1e5 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.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3"}, "tags": [], "enabled": true, "id": "199e0f164a994a338a0d12cdc49470a3", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d"}} 2018-08-25 09:14:04,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-4077023b-6162-4ba8-b4be-7045392ed1e5 2018-08-25 09:14:04,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.197242975235s 2018-08-25 09:14:04,078 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-4077023b-6162-4ba8-b4be-7045392ed1e5 2018-08-25 09:14:04,078 - 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'199e0f164a994a338a0d12cdc49470a3', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d'}) 2018-08-25 09:14:04,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 09:14:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "365b0296-0b50-4a67-9eb7-dafeae88d46b", "email": null, "name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d"}}' 2018-08-25 09:14:04,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 09:14:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d920ded8-9f3e-4aa5-816d-99ff9fdca1d4 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": {"self": "http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3ce9719bfdc4db7839b0e2a700e2bb7", "domain_id": "default", "password_expires_at": null}} 2018-08-25 09:14:04,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-d920ded8-9f3e-4aa5-816d-99ff9fdca1d4 2018-08-25 09:14:04,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.441812992096s 2018-08-25 09:14:04,527 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-d920ded8-9f3e-4aa5-816d-99ff9fdca1d4 2018-08-25 09:14:04,527 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c3ce9719bfdc4db7839b0e2a700e2bb7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d'}) 2018-08-25 09:14:04,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:14:04,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:04,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2989586-629d-4d33-80d8-80af484e9430 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:14:04,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e2989586-629d-4d33-80d8-80af484e9430 2018-08-25 09:14:04,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.257938861847s 2018-08-25 09:14:04,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e2989586-629d-4d33-80d8-80af484e9430 2018-08-25 09:14:04,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:14:04,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:04,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ee81c35-3291-473c-9dd6-f05d44e0ae88 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:14:04,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-9ee81c35-3291-473c-9dd6-f05d44e0ae88 2018-08-25 09:14:04,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102285861969s 2018-08-25 09:14:04,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-9ee81c35-3291-473c-9dd6-f05d44e0ae88 2018-08-25 09:14:04,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:14:04,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:05,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13f003d7-0232-4d46-b9d5-fe198523b739 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:14:05,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-13f003d7-0232-4d46-b9d5-fe198523b739 2018-08-25 09:14:05,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.219481945038s 2018-08-25 09:14:05,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-13f003d7-0232-4d46-b9d5-fe198523b739 2018-08-25 09:14:05,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 09:14:05,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:05,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc693c1-22a4-4589-b2d4-e71e039985b3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 09:14:05,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-ebc693c1-22a4-4589-b2d4-e71e039985b3 2018-08-25 09:14:05,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.135980129242s 2018-08-25 09:14:05,262 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-ebc693c1-22a4-4589-b2d4-e71e039985b3 2018-08-25 09:14:05,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 09:14:05,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:05,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5787f9-50eb-4ad9-8981-bb8bd538955f Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": {"self": "http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3ce9719bfdc4db7839b0e2a700e2bb7", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 09:14:05,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-7c5787f9-50eb-4ad9-8981-bb8bd538955f 2018-08-25 09:14:05,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198188066483s 2018-08-25 09:14:05,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-7c5787f9-50eb-4ad9-8981-bb8bd538955f 2018-08-25 09:14:05,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 09:14:05,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:05,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b692d8eb-714d-4f7f-8832-36621f157a07 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3"}, "tags": [], "enabled": true, "id": "199e0f164a994a338a0d12cdc49470a3", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 09:14:05,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-b692d8eb-714d-4f7f-8832-36621f157a07 2018-08-25 09:14:05,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106848955154s 2018-08-25 09:14:05,580 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-b692d8eb-714d-4f7f-8832-36621f157a07 2018-08-25 09:14:05,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 09:14:05,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=199e0f164a994a338a0d12cdc49470a3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:05,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6beba19a-f50e-49c4-be54-32b1502a03e0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=199e0f164a994a338a0d12cdc49470a3", "previous": null, "next": null}} 2018-08-25 09:14:05,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=199e0f164a994a338a0d12cdc49470a3 used request id req-6beba19a-f50e-49c4-be54-32b1502a03e0 2018-08-25 09:14:05,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.17613196373s 2018-08-25 09:14:05,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=199e0f164a994a338a0d12cdc49470a3 used request id req-6beba19a-f50e-49c4-be54-32b1502a03e0 2018-08-25 09:14:05,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 09:14:05,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3/users/c3ce9719bfdc4db7839b0e2a700e2bb7/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:05,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 09:14:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-396794b5-23ae-4697-8377-cd1860d0c61c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 09:14:05,899 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3/users/c3ce9719bfdc4db7839b0e2a700e2bb7/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-396794b5-23ae-4697-8377-cd1860d0c61c 2018-08-25 09:14:05,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.132355213165s 2018-08-25 09:14:05,900 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3/users/c3ce9719bfdc4db7839b0e2a700e2bb7/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-396794b5-23ae-4697-8377-cd1860d0c61c 2018-08-25 09:14:05,900 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d', 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'199e0f164a994a338a0d12cdc49470a3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '365b0296-0b50-4a67-9eb7-dafeae88d46b', 'username': u'rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 09:14:05,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:14:05,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:14:05,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:14:05,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:14:05,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:14:05,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:14:05,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:14:05,904 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'password': '365b0296-0b50-4a67-9eb7-dafeae88d46b', 'project_name': 'rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '199e0f164a994a338a0d12cdc49470a3', 'project_domain_name': 'Default'} 2018-08-25 09:14:05,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:14:05,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df922fc-89fd-49b8-af17-2ed2119c37c3 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:14:06,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-3df922fc-89fd-49b8-af17-2ed2119c37c3 2018-08-25 09:14:06,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.133262872696s 2018-08-25 09:14:06,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-3df922fc-89fd-49b8-af17-2ed2119c37c3 2018-08-25 09:14:06,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:14:06,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b558290a-3759-42fa-affe-6fd9eafa2527 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:14:06,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b558290a-3759-42fa-affe-6fd9eafa2527 2018-08-25 09:14:06,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0966241359711s 2018-08-25 09:14:06,143 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b558290a-3759-42fa-affe-6fd9eafa2527 2018-08-25 09:14:06,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 09:14:06,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a309fb-0692-4e5e-97f2-48cda4c5bc72 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 09:14:06,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-d2a309fb-0692-4e5e-97f2-48cda4c5bc72 2018-08-25 09:14:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0963690280914s 2018-08-25 09:14:06,245 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-d2a309fb-0692-4e5e-97f2-48cda4c5bc72 2018-08-25 09:14:06,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 09:14:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93c67be-881a-496d-a86f-9f88adf96dcb Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": {"self": "http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3ce9719bfdc4db7839b0e2a700e2bb7", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 09:14:06,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-c93c67be-881a-496d-a86f-9f88adf96dcb 2018-08-25 09:14:06,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198030948639s 2018-08-25 09:14:06,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-c93c67be-881a-496d-a86f-9f88adf96dcb 2018-08-25 09:14:06,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 09:14:06,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ee7404-fc22-4b7b-b279-358f02a2f101 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3"}, "tags": [], "enabled": true, "id": "199e0f164a994a338a0d12cdc49470a3", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 09:14:06,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-e9ee7404-fc22-4b7b-b279-358f02a2f101 2018-08-25 09:14:06,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.174909114838s 2018-08-25 09:14:06,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-e9ee7404-fc22-4b7b-b279-358f02a2f101 2018-08-25 09:14:06,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 09:14:06,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=199e0f164a994a338a0d12cdc49470a3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eedcba16-e6ca-4a25-84d4-26382ce59a12 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=199e0f164a994a338a0d12cdc49470a3", "previous": null, "next": null}} 2018-08-25 09:14:06,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=199e0f164a994a338a0d12cdc49470a3 used request id req-eedcba16-e6ca-4a25-84d4-26382ce59a12 2018-08-25 09:14:06,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0984771251678s 2018-08-25 09:14:06,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=c3ce9719bfdc4db7839b0e2a700e2bb7&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=199e0f164a994a338a0d12cdc49470a3 used request id req-eedcba16-e6ca-4a25-84d4-26382ce59a12 2018-08-25 09:14:06,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 09:14:06,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3/users/c3ce9719bfdc4db7839b0e2a700e2bb7/roles/78c6ae9c2dcf4a3497e1cabb59379c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:14:06,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 09:14:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ce9728e-f7f4-4a18-a3a3-4f97ff015053 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 09:14:06,875 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3/users/c3ce9719bfdc4db7839b0e2a700e2bb7/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-2ce9728e-f7f4-4a18-a3a3-4f97ff015053 2018-08-25 09:14:06,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.135339975357s 2018-08-25 09:14:06,876 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3/users/c3ce9719bfdc4db7839b0e2a700e2bb7/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-2ce9728e-f7f4-4a18-a3a3-4f97ff015053 2018-08-25 09:14:06,876 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-25 09:14:07,243 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-25 09:14:07,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:14:07,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45c39bd-2336-4c7a-ac89-3709cdae7158 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:14:07,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-d45c39bd-2336-4c7a-ac89-3709cdae7158 2018-08-25 09:14:07,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:14:07,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T10:14:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "199e0f164a994a338a0d12cdc49470a3", "name": "rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/199e0f164a994a338a0d12cdc49470a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/199e0f164a994a338a0d12cdc49470a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/199e0f164a994a338a0d12cdc49470a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/199e0f164a994a338a0d12cdc49470a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/199e0f164a994a338a0d12cdc49470a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/199e0f164a994a338a0d12cdc49470a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_199e0f164a994a338a0d12cdc49470a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_199e0f164a994a338a0d12cdc49470a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/199e0f164a994a338a0d12cdc49470a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/199e0f164a994a338a0d12cdc49470a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/199e0f164a994a338a0d12cdc49470a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/199e0f164a994a338a0d12cdc49470a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/199e0f164a994a338a0d12cdc49470a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/199e0f164a994a338a0d12cdc49470a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d", "id": "c3ce9719bfdc4db7839b0e2a700e2bb7"}, "audit_ids": ["u1rUnmomTdGOSVGHfDcJPg"], "issued_at": "2018-08-25T09:14:07.000000Z"}} 2018-08-25 09:14:07,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 09:14:07,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '{"network": {"shared": true, "name": "rally_sanity-net_ecc09561-82f7-438e-a975-3bfb8af59e4d", "admin_state_up": true}}' 2018-08-25 09:14:08,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-692655fa-6d62-4a20-b5c7-1db2279d30b8 Date: Sat, 25 Aug 2018 09:14:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e159bfa8-44da-4e86-b070-9680501f1a63","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":true,"project_id":"199e0f164a994a338a0d12cdc49470a3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:14:08Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_ecc09561-82f7-438e-a975-3bfb8af59e4d","admin_state_up":true,"tenant_id":"199e0f164a994a338a0d12cdc49470a3","created_at":"2018-08-25T09:14:08Z","mtu":1450}} 2018-08-25 09:14:08,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-692655fa-6d62-4a20-b5c7-1db2279d30b8 2018-08-25 09:14:08,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.542500019073s 2018-08-25 09:14:08,197 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-692655fa-6d62-4a20-b5c7-1db2279d30b8 2018-08-25 09:14:08,197 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T09:14:08Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e159bfa8-44da-4e86-b070-9680501f1a63', u'provider:segmentation_id': 78, 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_ecc09561-82f7-438e-a975-3bfb8af59e4d', u'created_at': u'2018-08-25T09:14:08Z', u'mtu': 1450, u'tenant_id': u'199e0f164a994a338a0d12cdc49470a3', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'199e0f164a994a338a0d12cdc49470a3', u'l2_adjacency': True}) 2018-08-25 09:14:08,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:14:08,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:14:08,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1430 X-Openstack-Request-Id: req-7098fe23-f544-451e-b49d-522dbf9d5048 Date: Sat, 25 Aug 2018 09:14:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e159bfa8-44da-4e86-b070-9680501f1a63","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":true,"project_id":"199e0f164a994a338a0d12cdc49470a3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:14:08Z","qos_policy_id":null,"name":"rally_sanity-net_ecc09561-82f7-438e-a975-3bfb8af59e4d","admin_state_up":true,"tenant_id":"199e0f164a994a338a0d12cdc49470a3","created_at":"2018-08-25T09:14:08Z","provider:network_type":"vxlan"}]} 2018-08-25 09:14:08,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7098fe23-f544-451e-b49d-522dbf9d5048 2018-08-25 09:14:08,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100201129913s 2018-08-25 09:14:08,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7098fe23-f544-451e-b49d-522dbf9d5048 2018-08-25 09:14:08,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 09:14:08,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '{"subnet": {"name": "rally_sanity-subnet_ecc09561-82f7-438e-a975-3bfb8af59e4d", "enable_dhcp": true, "network_id": "e159bfa8-44da-4e86-b070-9680501f1a63", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 09:14:08,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-7dc4749c-f3b4-4fe4-833f-74b342a4d400 Date: Sat, 25 Aug 2018 09:14:08 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T09:14: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":"2dceb9bd-f0ed-4012-9952-aa09ea9aaab8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"199e0f164a994a338a0d12cdc49470a3","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_ecc09561-82f7-438e-a975-3bfb8af59e4d","enable_dhcp":true,"segment_id":null,"network_id":"e159bfa8-44da-4e86-b070-9680501f1a63","tenant_id":"199e0f164a994a338a0d12cdc49470a3","created_at":"2018-08-25T09:14:08Z","ip_version":4}} 2018-08-25 09:14:08,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7dc4749c-f3b4-4fe4-833f-74b342a4d400 2018-08-25 09:14:08,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.476047992706s 2018-08-25 09:14:08,777 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7dc4749c-f3b4-4fe4-833f-74b342a4d400 2018-08-25 09:14:08,777 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:14: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'2dceb9bd-f0ed-4012-9952-aa09ea9aaab8', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_ecc09561-82f7-438e-a975-3bfb8af59e4d', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e159bfa8-44da-4e86-b070-9680501f1a63', u'tenant_id': u'199e0f164a994a338a0d12cdc49470a3', u'created_at': u'2018-08-25T09:14: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'199e0f164a994a338a0d12cdc49470a3'}) 2018-08-25 09:14:08,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 09:14:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "rally_sanity-router_ecc09561-82f7-438e-a975-3bfb8af59e4d", "admin_state_up": true}}' 2018-08-25 09:14:10,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-2ac2be99-6f13-4c79-b944-85515eebbf8a Date: Sat, 25 Aug 2018 09:14:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "created_at": "2018-08-25T09:14:08Z", "admin_state_up": true, "updated_at": "2018-08-25T09:14:10Z", "project_id": "199e0f164a994a338a0d12cdc49470a3", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf", "name": "rally_sanity-router_ecc09561-82f7-438e-a975-3bfb8af59e4d"}} 2018-08-25 09:14:10,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-2ac2be99-6f13-4c79-b944-85515eebbf8a 2018-08-25 09:14:10,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53472495079s 2018-08-25 09:14:10,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-2ac2be99-6f13-4c79-b944-85515eebbf8a 2018-08-25 09:14:10,313 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:14:10Z', u'revision_number': 2, u'ha': False, u'id': u'c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_ecc09561-82f7-438e-a975-3bfb8af59e4d', u'admin_state_up': True, u'tenant_id': u'199e0f164a994a338a0d12cdc49470a3', u'created_at': u'2018-08-25T09:14:08Z', u'flavor_id': None, u'routes': [], u'project_id': u'199e0f164a994a338a0d12cdc49470a3'}) 2018-08-25 09:14:10,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 09:14:10,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf/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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '{"subnet_id": "2dceb9bd-f0ed-4012-9952-aa09ea9aaab8"}' 2018-08-25 09:14:12,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3a1ec4e6-c95c-465b-954a-489ffe548af8 Date: Sat, 25 Aug 2018 09:14:12 GMT RESP BODY: {"network_id": "e159bfa8-44da-4e86-b070-9680501f1a63", "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "subnet_id": "2dceb9bd-f0ed-4012-9952-aa09ea9aaab8", "subnet_ids": ["2dceb9bd-f0ed-4012-9952-aa09ea9aaab8"], "port_id": "5e959bad-8d2b-440b-9f57-bbf1bb8206dd", "id": "c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf"} 2018-08-25 09:14:12,689 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf/add_router_interface.json used request id req-3a1ec4e6-c95c-465b-954a-489ffe548af8 2018-08-25 09:14:12,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.37517380714s 2018-08-25 09:14:12,689 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf/add_router_interface.json used request id req-3a1ec4e6-c95c-465b-954a-489ffe548af8 returning object c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf 2018-08-25 09:14:12,690 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 09:14:12,812 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 09:14:12,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:14:12,818 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 09:14:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 09:14:12,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:14:12,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:14:13,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dce7aa65-cd1d-4e25-822f-5b86d229fd25 Date: Sat, 25 Aug 2018 09:14:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:14:13,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-dce7aa65-cd1d-4e25-822f-5b86d229fd25 2018-08-25 09:14:13,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.356182098389s 2018-08-25 09:14:13,177 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-dce7aa65-cd1d-4e25-822f-5b86d229fd25 2018-08-25 09:14:13,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:14:13,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d"}' 2018-08-25 09:14:13,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-70bfca96-1f23-491b-8979-36abba0f6130 Date: Sat, 25 Aug 2018 09:14:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:14:13Z", "file": "/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/file", "owner": "199e0f164a994a338a0d12cdc49470a3", "id": "f4e0246d-f061-43b8-9164-a504d07c4b2f", "size": null, "self": "/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f", "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_ecc09561-82f7-438e-a975-3bfb8af59e4d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d", "checksum": null, "created_at": "2018-08-25T09:14:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:14:13,250 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-70bfca96-1f23-491b-8979-36abba0f6130 2018-08-25 09:14:13,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0666580200195s 2018-08-25 09:14:13,251 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-70bfca96-1f23-491b-8979-36abba0f6130 returning object f4e0246d-f061-43b8-9164-a504d07c4b2f 2018-08-25 09:14:13,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:14:13,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '' 2018-08-25 09:14:14,677 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f91b6a8-f8fa-466f-8f59-90583d538584 Date: Sat, 25 Aug 2018 09:14:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:14:14,677 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/file used request id req-6f91b6a8-f8fa-466f-8f59-90583d538584 2018-08-25 09:14:14,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.42584395409s 2018-08-25 09:14:14,678 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/file used request id req-6f91b6a8-f8fa-466f-8f59-90583d538584 2018-08-25 09:14:14,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:14:14,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:14:14,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-526a0f1f-2c3d-4281-90e7-b384819c32a4 Date: Sat, 25 Aug 2018 09:14:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:14:14Z", "file": "/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/file", "owner": "199e0f164a994a338a0d12cdc49470a3", "id": "f4e0246d-f061-43b8-9164-a504d07c4b2f", "size": 12716032, "self": "/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:14:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:14:14,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-526a0f1f-2c3d-4281-90e7-b384819c32a4 2018-08-25 09:14:14,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0288820266724s 2018-08-25 09:14:14,711 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-526a0f1f-2c3d-4281-90e7-b384819c32a4 2018-08-25 09:14:14,713 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/file', 'owner': u'199e0f164a994a338a0d12cdc49470a3', 'id': u'f4e0246d-f061-43b8-9164-a504d07c4b2f', 'size': 12716032, u'self': u'/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'199e0f164a994a338a0d12cdc49470a3', 'name': 'rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:14:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:14:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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/f4e0246d-f061-43b8-9164-a504d07c4b2f', 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_ecc09561-82f7-438e-a975-3bfb8af59e4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'created': u'2018-08-25T09:14:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:14:13Z', 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/f4e0246d-f061-43b8-9164-a504d07c4b2f', 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_ecc09561-82f7-438e-a975-3bfb8af59e4d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:14:14,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:14:14,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:14:14,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14: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-707478c3-2a13-460a-9931-cc0a9cb0d6d5 x-compute-request-id: req-707478c3-2a13-460a-9931-cc0a9cb0d6d5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/b6d35646-a9f8-4546-81e7-0793739313d6", "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": "b6d35646-a9f8-4546-81e7-0793739313d6"}} 2018-08-25 09:14:14,999 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-707478c3-2a13-460a-9931-cc0a9cb0d6d5 2018-08-25 09:14:14,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.285624027252s 2018-08-25 09:14:15,000 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-707478c3-2a13-460a-9931-cc0a9cb0d6d5 2018-08-25 09:14:15,000 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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'89d58111967c4124b09131409c7a2a28', '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'b6d35646-a9f8-4546-81e7-0793739313d6', 'swap': 0}) 2018-08-25 09:14:15,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:14:15,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6/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}4a8b0f572276645886771875baded967596c4ce1" -d '{"extra_specs": {}}' 2018-08-25 09:14:15,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d50ebaf0-f658-4c1b-b1ff-b00f777f572b x-compute-request-id: req-d50ebaf0-f658-4c1b-b1ff-b00f777f572b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:14:15,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6/os-extra_specs used request id req-d50ebaf0-f658-4c1b-b1ff-b00f777f572b 2018-08-25 09:14:15,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202820301056s 2018-08-25 09:14:15,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6/os-extra_specs used request id req-d50ebaf0-f658-4c1b-b1ff-b00f777f572b 2018-08-25 09:14:15,022 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 09:14:17,857 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 09:14:20,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1c82e52e-361e-4348-a708-4cfbc0b22ba5 | 2018-08-25T09:14:20.189584 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1c82e52e-361e-4348-a708-4cfbc0b22ba5 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 09:14:24,115 - 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-08-25 09:14:24,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-25 09:14:24,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 09:14:24,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:14:24,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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-9094ad6d-1680-42cc-954d-d8173b818161 x-compute-request-id: req-9094ad6d-1680-42cc-954d-d8173b818161 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 09:14:24,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-9094ad6d-1680-42cc-954d-d8173b818161 2018-08-25 09:14:24,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.283217191696s 2018-08-25 09:14:24,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-9094ad6d-1680-42cc-954d-d8173b818161 2018-08-25 09:14:24,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:14:24,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_ecc09561-82f7-438e-a975-3bfb8af59e4d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:14:24,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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-6a559244-541b-48fc-994a-ee0db9be89d1 x-compute-request-id: req-6a559244-541b-48fc-994a-ee0db9be89d1 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588", "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": "abb841c1-9b5c-49e6-8bfc-394899c6c588"}} 2018-08-25 09:14:24,434 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-6a559244-541b-48fc-994a-ee0db9be89d1 2018-08-25 09:14:24,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0320470333099s 2018-08-25 09:14:24,434 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-6a559244-541b-48fc-994a-ee0db9be89d1 2018-08-25 09:14:24,435 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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'89d58111967c4124b09131409c7a2a28', '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'abb841c1-9b5c-49e6-8bfc-394899c6c588', 'swap': 0}) 2018-08-25 09:14:24,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:14:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588/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}4a8b0f572276645886771875baded967596c4ce1" -d '{"extra_specs": {}}' 2018-08-25 09:14:24,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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 x-openstack-request-id: req-37e0e124-3278-4913-9e15-c6fa35f7ee73 x-compute-request-id: req-37e0e124-3278-4913-9e15-c6fa35f7ee73 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:14:24,460 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588/os-extra_specs used request id req-37e0e124-3278-4913-9e15-c6fa35f7ee73 2018-08-25 09:14:24,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244519710541s 2018-08-25 09:14:24,461 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588/os-extra_specs used request id req-37e0e124-3278-4913-9e15-c6fa35f7ee73 2018-08-25 09:14:24,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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'89d58111967c4124b09131409c7a2a28', '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'abb841c1-9b5c-49e6-8bfc-394899c6c588', 'swap': 0}) 2018-08-25 09:14:24,461 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-25 09:14:24,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-08-25 09:14:24,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:14:24,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:14:24,478 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:15:40,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 50d27836-bc0d-4494-b49d-18ed63c91608 2018-08-25 09:15:40,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-25 09:15:40,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '50d27836-bc0d-4494-b49d-18ed63c91608'] 2018-08-25 09:15:41,417 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 50d27836-bc0d-4494-b49d-18ed63c91608 -------------------------------------------------------------------------------- Task 50d27836-bc0d-4494-b49d-18ed63c91608: 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 50d27836-bc0d-4494-b49d-18ed63c91608 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.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | total | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> duration | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.549027 Full duration: 9.065801 -------------------------------------------------------------------------------- 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 50d27836-bc0d-4494-b49d-18ed63c91608 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | total | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> duration | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.963958 Full duration: 9.375247 -------------------------------------------------------------------------------- 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 50d27836-bc0d-4494-b49d-18ed63c91608 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.315 | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742396 Full duration: 8.869277 -------------------------------------------------------------------------------- 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 50d27836-bc0d-4494-b49d-18ed63c91608 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.527 | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 100.0% | 1 | | total | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 100.0% | 1 | | -> duration | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 1.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.960269 Full duration: 10.541069 -------------------------------------------------------------------------------- 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 50d27836-bc0d-4494-b49d-18ed63c91608 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.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | total | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | -> duration | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.050226 Full duration: 8.861178 -------------------------------------------------------------------------------- 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 50d27836-bc0d-4494-b49d-18ed63c91608 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.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726365 Full duration: 8.87668 HINTS: * To plot HTML graphics with this data, run: rally task report 50d27836-bc0d-4494-b49d-18ed63c91608 --out output.html * To generate a JUnit report, run: rally task export 50d27836-bc0d-4494-b49d-18ed63c91608 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 50d27836-bc0d-4494-b49d-18ed63c91608 --json --out output.json 2018-08-25 09:15:41,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '50d27836-bc0d-4494-b49d-18ed63c91608', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-25 09:15:43,898 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 50d27836-bc0d-4494-b49d-18ed63c91608 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-25 09:15:43.797 766 INFO rally.api [-] Building 'json' report for the following task(s): '50d27836-bc0d-4494-b49d-18ed63c91608'. 2018-08-25 09:15:43.802 766 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:15:43,899 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '50d27836-bc0d-4494-b49d-18ed63c91608', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-25 09:15:46,393 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 50d27836-bc0d-4494-b49d-18ed63c91608 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-25 09:15:46.271 769 INFO rally.api [-] Building 'html' report for the following task(s): '50d27836-bc0d-4494-b49d-18ed63c91608'. 2018-08-25 09:15:46.294 769 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:15:46,396 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-25 09:15:46,397 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-25 09:15:46,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-08-25 09:15:46,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:15:46,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:15:46,403 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:17:22,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2f075b8d-181b-49f6-9ff4-8614a80aaa28 2018-08-25 09:17:22,353 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2f075b8d-181b-49f6-9ff4-8614a80aaa28'] 2018-08-25 09:17:23,234 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2f075b8d-181b-49f6-9ff4-8614a80aaa28 -------------------------------------------------------------------------------- Task 2f075b8d-181b-49f6-9ff4-8614a80aaa28: 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 2f075b8d-181b-49f6-9ff4-8614a80aaa28 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.962 | 2.962 | 2.962 | 2.962 | 2.962 | 2.962 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 0.543 | 100.0% | 1 | | glance_v2.delete_image | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 100.0% | 1 | | total | 4.174 | 4.174 | 4.174 | 4.174 | 4.174 | 4.174 | 100.0% | 1 | | -> duration | 4.174 | 4.174 | 4.174 | 4.174 | 4.174 | 4.174 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.173919 Full duration: 14.195717 -------------------------------------------------------------------------------- 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 2f075b8d-181b-49f6-9ff4-8614a80aaa28 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.931 | 2.931 | 2.931 | 2.931 | 2.931 | 2.931 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | glance_v2.list_images | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 2.986 | 2.986 | 2.986 | 2.986 | 2.986 | 2.986 | 100.0% | 1 | | -> duration | 2.986 | 2.986 | 2.986 | 2.986 | 2.986 | 2.986 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.986306 Full duration: 15.107422 -------------------------------------------------------------------------------- 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 2f075b8d-181b-49f6-9ff4-8614a80aaa28 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.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | -> duration | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.288644 Full duration: 9.429497 -------------------------------------------------------------------------------- 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": "e159bfa8-44da-4e86-b070-9680501f1a63" } ], "flavor": { "name": "rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2f075b8d-181b-49f6-9ff4-8614a80aaa28 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | -> glance_v2.upload_data | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 100.0% | 1 | | nova.boot_servers | 13.888 | 13.888 | 13.888 | 13.888 | 13.888 | 13.888 | 100.0% | 1 | | total | 16.653 | 16.653 | 16.653 | 16.653 | 16.653 | 16.653 | 100.0% | 1 | | -> duration | 15.653 | 15.653 | 15.653 | 15.653 | 15.653 | 15.653 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.653406 Full duration: 38.015934 HINTS: * To plot HTML graphics with this data, run: rally task report 2f075b8d-181b-49f6-9ff4-8614a80aaa28 --out output.html * To generate a JUnit report, run: rally task export 2f075b8d-181b-49f6-9ff4-8614a80aaa28 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2f075b8d-181b-49f6-9ff4-8614a80aaa28 --json --out output.json 2018-08-25 09:17:23,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2f075b8d-181b-49f6-9ff4-8614a80aaa28', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-25 09:17:25,715 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2f075b8d-181b-49f6-9ff4-8614a80aaa28 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-25 09:17:25.625 1322 INFO rally.api [-] Building 'json' report for the following task(s): '2f075b8d-181b-49f6-9ff4-8614a80aaa28'. 2018-08-25 09:17:25.630 1322 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:17:25,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2f075b8d-181b-49f6-9ff4-8614a80aaa28', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-25 09:17:28,223 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2f075b8d-181b-49f6-9ff4-8614a80aaa28 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-25 09:17:28.115 1325 INFO rally.api [-] Building 'html' report for the following task(s): '2f075b8d-181b-49f6-9ff4-8614a80aaa28'. 2018-08-25 09:17:28.136 1325 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:17:28,226 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-25 09:17:28,226 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-25 09:17:28,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-08-25 09:17:28,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:17:28,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:17:28,232 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:20:55,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c54fbd5e-697d-4791-a837-2a05cde15677 2018-08-25 09:20:55,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c54fbd5e-697d-4791-a837-2a05cde15677'] 2018-08-25 09:20:56,888 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c54fbd5e-697d-4791-a837-2a05cde15677 -------------------------------------------------------------------------------- Task c54fbd5e-697d-4791-a837-2a05cde15677: 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.36 | 3.36 | 3.36 | 3.36 | 3.36 | 3.36 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 100.0% | 1 | | total | 6.085 | 6.085 | 6.085 | 6.085 | 6.085 | 6.085 | 100.0% | 1 | | -> duration | 6.085 | 6.085 | 6.085 | 6.085 | 6.085 | 6.085 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.084953 Full duration: 23.867826 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.276 | 3.276 | 3.276 | 3.276 | 3.276 | 3.276 | 100.0% | 1 | | cinder_v2.delete_volume | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 3.879 | 3.879 | 3.879 | 3.879 | 3.879 | 3.879 | 100.0% | 1 | | -> duration | 3.879 | 3.879 | 3.879 | 3.879 | 3.879 | 3.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.878611 Full duration: 15.73464 -------------------------------------------------------------------------------- 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_ecc09561-82f7-438e-a975-3bfb8af59e4d" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c54fbd5e-697d-4791-a837-2a05cde15677 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.887 | 3.887 | 3.887 | 3.887 | 3.887 | 3.887 | 100.0% | 1 | | cinder_v2.delete_volume | 2.387 | 2.387 | 2.387 | 2.387 | 2.387 | 2.387 | 100.0% | 1 | | total | 6.274 | 6.274 | 6.274 | 6.274 | 6.274 | 6.274 | 100.0% | 1 | | -> duration | 6.274 | 6.274 | 6.274 | 6.274 | 6.274 | 6.274 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.274369 Full duration: 18.435473 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.327 | 3.327 | 3.327 | 3.327 | 3.327 | 3.327 | 100.0% | 1 | | cinder_v2.delete_volume | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 3.926 | 3.926 | 3.926 | 3.926 | 3.926 | 3.926 | 100.0% | 1 | | -> duration | 3.926 | 3.926 | 3.926 | 3.926 | 3.926 | 3.926 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.926201 Full duration: 15.942405 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.495 | 3.495 | 3.495 | 3.495 | 3.495 | 3.495 | 100.0% | 1 | | cinder_v2.extend_volume | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 100.0% | 1 | | cinder_v2.delete_volume | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 2.602 | 100.0% | 1 | | total | 8.683 | 8.683 | 8.683 | 8.683 | 8.683 | 8.683 | 100.0% | 1 | | -> duration | 8.683 | 8.683 | 8.683 | 8.683 | 8.683 | 8.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.682843 Full duration: 20.509761 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.431 | 3.431 | 3.431 | 3.431 | 3.431 | 3.431 | 100.0% | 1 | | cinder_v2.delete_volume | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 100.0% | 1 | | total | 6.228 | 6.228 | 6.228 | 6.228 | 6.228 | 6.228 | 100.0% | 1 | | -> duration | 6.228 | 6.228 | 6.228 | 6.228 | 6.228 | 6.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.228347 Full duration: 23.938971 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | cinder_v2.list_qos | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 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.084484 Full duration: 14.836469 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | cinder_v2.set_qos | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> duration | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.998558 Full duration: 15.120783 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | cinder_v2.list_types | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938999 Full duration: 14.809397 -------------------------------------------------------------------------------- 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 c54fbd5e-697d-4791-a837-2a05cde15677 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.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> duration | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.010508 Full duration: 14.291463 HINTS: * To plot HTML graphics with this data, run: rally task report c54fbd5e-697d-4791-a837-2a05cde15677 --out output.html * To generate a JUnit report, run: rally task export c54fbd5e-697d-4791-a837-2a05cde15677 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c54fbd5e-697d-4791-a837-2a05cde15677 --json --out output.json 2018-08-25 09:20:56,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c54fbd5e-697d-4791-a837-2a05cde15677', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-25 09:20:59,466 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c54fbd5e-697d-4791-a837-2a05cde15677 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-25 09:20:59.372 3114 INFO rally.api [-] Building 'json' report for the following task(s): 'c54fbd5e-697d-4791-a837-2a05cde15677'. 2018-08-25 09:20:59.381 3114 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:20:59,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c54fbd5e-697d-4791-a837-2a05cde15677', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-25 09:21:02,062 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c54fbd5e-697d-4791-a837-2a05cde15677 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-25 09:21:01.943 3117 INFO rally.api [-] Building 'html' report for the following task(s): 'c54fbd5e-697d-4791-a837-2a05cde15677'. 2018-08-25 09:21:01.969 3117 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:21:02,075 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-25 09:21:02,076 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-25 09:21:02,076 - 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-08-25 09:21:02,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:21:02,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:21:02,089 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:23:16,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c55d444e-9429-4064-9c62-ba7d24e32324 2018-08-25 09:23:16,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c55d444e-9429-4064-9c62-ba7d24e32324'] 2018-08-25 09:23:17,205 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c55d444e-9429-4064-9c62-ba7d24e32324 -------------------------------------------------------------------------------- Task c55d444e-9429-4064-9c62-ba7d24e32324: 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | total | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> duration | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855834 Full duration: 9.230717 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678468 Full duration: 8.765343 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.672091 Full duration: 9.293213 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | -> duration | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.018695 Full duration: 10.009389 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | total | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | -> duration | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.644856 Full duration: 8.952591 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> duration | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 0.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.97454 Full duration: 9.611944 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676504 Full duration: 9.00726 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 100.0% | 1 | | total | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 100.0% | 1 | | -> duration | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 1.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.697927 Full duration: 11.024455 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | total | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> duration | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65695 Full duration: 8.700411 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | gnocchi.delete_metric | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | -> duration | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.20367 Full duration: 10.296341 -------------------------------------------------------------------------------- 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 c55d444e-9429-4064-9c62-ba7d24e32324 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | gnocchi.delete_resource | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936647 Full duration: 9.951905 HINTS: * To plot HTML graphics with this data, run: rally task report c55d444e-9429-4064-9c62-ba7d24e32324 --out output.html * To generate a JUnit report, run: rally task export c55d444e-9429-4064-9c62-ba7d24e32324 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c55d444e-9429-4064-9c62-ba7d24e32324 --json --out output.json 2018-08-25 09:23:17,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c55d444e-9429-4064-9c62-ba7d24e32324', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-25 09:23:19,714 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c55d444e-9429-4064-9c62-ba7d24e32324 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-25 09:23:19.610 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'c55d444e-9429-4064-9c62-ba7d24e32324'. 2018-08-25 09:23:19.619 4252 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:23:19,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c55d444e-9429-4064-9c62-ba7d24e32324', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-25 09:23:22,337 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c55d444e-9429-4064-9c62-ba7d24e32324 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-25 09:23:22.212 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'c55d444e-9429-4064-9c62-ba7d24e32324'. 2018-08-25 09:23:22.240 4255 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:23:22,350 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-25 09:23:22,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-25 09:23:22,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-08-25 09:23:22,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:23:22,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:23:22,364 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:25:27,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 18983978-aaa8-40c7-b2e4-2a15411ccf4c 2018-08-25 09:25:27,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '18983978-aaa8-40c7-b2e4-2a15411ccf4c'] 2018-08-25 09:25:28,698 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 18983978-aaa8-40c7-b2e4-2a15411ccf4c -------------------------------------------------------------------------------- Task 18983978-aaa8-40c7-b2e4-2a15411ccf4c: 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 18983978-aaa8-40c7-b2e4-2a15411ccf4c 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.891 | 7.891 | 7.891 | 7.891 | 7.891 | 7.891 | 100.0% | 1 | | heat.update_stack | 3.192 | 3.192 | 3.192 | 3.192 | 3.192 | 3.192 | 100.0% | 1 | | heat.delete_stack | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | total | 14.088 | 14.088 | 14.088 | 14.088 | 14.088 | 14.088 | 100.0% | 1 | | -> duration | 10.088 | 10.088 | 10.088 | 10.088 | 10.088 | 10.088 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.087602 Full duration: 30.043919 -------------------------------------------------------------------------------- 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 18983978-aaa8-40c7-b2e4-2a15411ccf4c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.875 | 5.875 | 5.875 | 5.875 | 5.875 | 5.875 | 100.0% | 1 | | heat.check_stack | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | heat.delete_stack | 1.635 | 1.635 | 1.635 | 1.635 | 1.635 | 1.635 | 100.0% | 1 | | total | 8.496 | 8.496 | 8.496 | 8.496 | 8.496 | 8.496 | 100.0% | 1 | | -> duration | 6.496 | 6.496 | 6.496 | 6.496 | 6.496 | 6.496 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.496429 Full duration: 24.447144 -------------------------------------------------------------------------------- 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 18983978-aaa8-40c7-b2e4-2a15411ccf4c has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.438 | 5.438 | 5.438 | 5.438 | 5.438 | 5.438 | 100.0% | 1 | | heat.suspend_stack | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 100.0% | 1 | | heat.resume_stack | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 100.0% | 1 | | heat.delete_stack | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 9.33 | 9.33 | 9.33 | 9.33 | 9.33 | 9.33 | 100.0% | 1 | | -> duration | 7.33 | 7.33 | 7.33 | 7.33 | 7.33 | 7.33 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.330065 Full duration: 23.226455 -------------------------------------------------------------------------------- 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 18983978-aaa8-40c7-b2e4-2a15411ccf4c 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 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.691162 Full duration: 13.910264 HINTS: * To plot HTML graphics with this data, run: rally task report 18983978-aaa8-40c7-b2e4-2a15411ccf4c --out output.html * To generate a JUnit report, run: rally task export 18983978-aaa8-40c7-b2e4-2a15411ccf4c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 18983978-aaa8-40c7-b2e4-2a15411ccf4c --json --out output.json 2018-08-25 09:25:28,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '18983978-aaa8-40c7-b2e4-2a15411ccf4c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-25 09:25:31,064 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 18983978-aaa8-40c7-b2e4-2a15411ccf4c --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-25 09:25:30.960 5168 INFO rally.api [-] Building 'json' report for the following task(s): '18983978-aaa8-40c7-b2e4-2a15411ccf4c'. 2018-08-25 09:25:30.965 5168 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:25:31,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '18983978-aaa8-40c7-b2e4-2a15411ccf4c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-25 09:25:33,753 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 18983978-aaa8-40c7-b2e4-2a15411ccf4c --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-25 09:25:33.635 5171 INFO rally.api [-] Building 'html' report for the following task(s): '18983978-aaa8-40c7-b2e4-2a15411ccf4c'. 2018-08-25 09:25:33.657 5171 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:25:33,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-25 09:25:33,760 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-25 09:25:33,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-08-25 09:25:33,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:25:33,773 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:25:33,773 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:29:23,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 2018-08-25 09:29:23,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9'] 2018-08-25 09:29:24,592 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 -------------------------------------------------------------------------------- Task b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9: 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | keystone_v3.add_role | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | keystone_v3.revoke_role | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.192 | 1.192 | 1.192 | 1.192 | 1.192 | 1.192 | 100.0% | 1 | | -> duration | 1.192 | 1.192 | 1.192 | 1.192 | 1.192 | 1.192 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.19202 Full duration: 18.088456 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | keystone_v3.add_role | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | keystone_v3.list_roles | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 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.092033 Full duration: 17.857852 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | keystone_v3.list_projects | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 0.192 | 100.0% | 1 | | total | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> duration | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.118967 Full duration: 18.257508 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | keystone_v3.delete_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | total | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> duration | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.859103 Full duration: 15.089867 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.726495 Full duration: 15.157643 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | keystone_v3.create_user | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | -> keystone_v3.add_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | keystone_v3.create_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.get_project | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.get_user | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.get_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.list_services | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | keystone_v3.get_services | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 100.0% | 1 | | -> duration | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.543564 Full duration: 23.841801 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | keystone_v3.update_project | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | keystone_v3.delete_project | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | -> duration | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.492585 Full duration: 15.757079 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | total | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | -> duration | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.087148 Full duration: 17.759333 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | total | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> duration | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91588 Full duration: 17.241566 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 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.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | keystone_v3.list_users | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 100.0% | 1 | | -> duration | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.332468 Full duration: 18.072926 -------------------------------------------------------------------------------- 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 b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | keystone_v3.create_users | 6.446 | 6.446 | 6.446 | 6.446 | 6.446 | 6.446 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.446 | 6.446 | 6.446 | 6.446 | 6.446 | 6.446 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | total | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 100.0% | 1 | | -> duration | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 8.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.723911 Full duration: 29.939074 HINTS: * To plot HTML graphics with this data, run: rally task report b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 --out output.html * To generate a JUnit report, run: rally task export b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 --json --out output.json 2018-08-25 09:29:24,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-25 09:29:27,134 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-25 09:29:27.030 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9'. 2018-08-25 09:29:27.041 7086 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:29:27,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-25 09:29:29,532 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-25 09:29:29.410 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'b8ce29b2-5ad5-48d8-b7d5-481043cfa0e9'. 2018-08-25 09:29:29.439 7089 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:29:29,548 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-25 09:29:29,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-25 09:29:29,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-08-25 09:29:29,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:29:29,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:29:29,563 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:35:12,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 2018-08-25 09:35:12,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf'] 2018-08-25 09:35:13,501 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf -------------------------------------------------------------------------------- Task c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf: 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | neutron.delete_network | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | total | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 100.0% | 1 | | -> duration | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 1.837 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.836947 Full duration: 17.488794 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.855 | 1.855 | 1.855 | 1.855 | 1.855 | 1.855 | 100.0% | 1 | | neutron.delete_port | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | total | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 100.0% | 1 | | -> duration | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 2.414 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.414117 Full duration: 31.281131 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_subnet | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | neutron.create_router | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | neutron.add_interface_router | 2.426 | 2.426 | 2.426 | 2.426 | 2.426 | 2.426 | 100.0% | 1 | | neutron.remove_interface_router | 2.03 | 2.03 | 2.03 | 2.03 | 2.03 | 2.03 | 100.0% | 1 | | neutron.delete_router | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 7.116 | 7.116 | 7.116 | 7.116 | 7.116 | 7.116 | 100.0% | 1 | | -> duration | 7.116 | 7.116 | 7.116 | 7.116 | 7.116 | 7.116 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.116485 Full duration: 40.503411 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | neutron.delete_subnet | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | total | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 100.0% | 1 | | -> duration | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 2.025 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.024917 Full duration: 30.018142 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.344 | 1.344 | 1.344 | 1.344 | 1.344 | 1.344 | 100.0% | 1 | | neutron.list_networks | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 100.0% | 1 | | -> duration | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 1.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.481389 Full duration: 19.674692 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | neutron.list_ports | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | -> duration | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.588006 Full duration: 31.966623 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.857 | 0.857 | 0.857 | 0.857 | 0.857 | 0.857 | 100.0% | 1 | | neutron.create_subnet | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | neutron.create_router | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | neutron.add_interface_router | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 2.551 | 100.0% | 1 | | neutron.list_routers | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 4.172 | 4.172 | 4.172 | 4.172 | 4.172 | 4.172 | 100.0% | 1 | | -> duration | 4.172 | 4.172 | 4.172 | 4.172 | 4.172 | 4.172 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.172082 Full duration: 43.542801 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | neutron.create_subnet | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | neutron.list_subnets | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | -> duration | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.547576 Full duration: 35.908057 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | neutron.delete_security_group | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | -> duration | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.037414 Full duration: 16.791329 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | neutron.create_security_group_rule | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | neutron.delete_security_group | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> duration | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135855 Full duration: 16.816307 -------------------------------------------------------------------------------- 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 c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.create_router | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | neutron.add_gateway_router | 2.211 | 2.211 | 2.211 | 2.211 | 2.211 | 2.211 | 100.0% | 1 | | neutron.remove_gateway_router | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | total | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 100.0% | 1 | | -> duration | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 4.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.989872 Full duration: 30.490801 HINTS: * To plot HTML graphics with this data, run: rally task report c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf --out output.html * To generate a JUnit report, run: rally task export c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf --json --out output.json 2018-08-25 09:35:13,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-25 09:35:15,956 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-25 09:35:15.845 10384 INFO rally.api [-] Building 'json' report for the following task(s): 'c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf'. 2018-08-25 09:35:15.857 10384 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:35:15,957 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-25 09:35:18,470 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-25 09:35:18.343 10387 INFO rally.api [-] Building 'html' report for the following task(s): 'c4ba82bd-ea42-4e25-b933-c7a8d6bff0bf'. 2018-08-25 09:35:18.373 10387 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:35:18,489 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-25 09:35:18,490 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-25 09:35:18,490 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-08-25 09:35:18,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:35:18,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:35:18,503 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:36:29,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 77177c62-0922-4c3f-b6e1-efe1db599147 2018-08-25 09:36:29,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '77177c62-0922-4c3f-b6e1-efe1db599147'] 2018-08-25 09:36:30,323 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 77177c62-0922-4c3f-b6e1-efe1db599147 -------------------------------------------------------------------------------- Task 77177c62-0922-4c3f-b6e1-efe1db599147: 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_ecc09561-82f7-438e-a975-3bfb8af59e4d" }, "image": { "name": "rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d" }, "nics": [ { "net-id": "e159bfa8-44da-4e86-b070-9680501f1a63" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 77177c62-0922-4c3f-b6e1-efe1db599147 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.24 | 9.24 | 9.24 | 9.24 | 9.24 | 9.24 | 100.0% | 1 | | nova.live_migrate | 10.421 | 10.421 | 10.421 | 10.421 | 10.421 | 10.421 | 0.0% | 1 | | total | 19.662 | 19.662 | 19.662 | 19.662 | 19.662 | 19.662 | 0.0% | 1 | | -> duration | 18.662 | 18.662 | 18.662 | 18.662 | 18.662 | 18.662 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.661521 Full duration: 35.598272 HINTS: * To plot HTML graphics with this data, run: rally task report 77177c62-0922-4c3f-b6e1-efe1db599147 --out output.html * To generate a JUnit report, run: rally task export 77177c62-0922-4c3f-b6e1-efe1db599147 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 77177c62-0922-4c3f-b6e1-efe1db599147 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-25 09:36:30,323 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '77177c62-0922-4c3f-b6e1-efe1db599147', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-25 09:36:32,757 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 77177c62-0922-4c3f-b6e1-efe1db599147 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-25 09:36:32.654 10622 INFO rally.api [-] Building 'json' report for the following task(s): '77177c62-0922-4c3f-b6e1-efe1db599147'. 2018-08-25 09:36:32.656 10622 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:36:32,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '77177c62-0922-4c3f-b6e1-efe1db599147', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-25 09:36:35,167 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 77177c62-0922-4c3f-b6e1-efe1db599147 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-25 09:36:35.047 10625 INFO rally.api [-] Building 'html' report for the following task(s): '77177c62-0922-4c3f-b6e1-efe1db599147'. 2018-08-25 09:36:35.065 10625 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:36:35,169 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-25 09:36:35,169 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-25 09:36:35,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-08-25 09:36:35,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-25 09:36:35,182 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-25 09:36:35,182 - 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': 'e159bfa8-44da-4e86-b070-9680501f1a63', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'flavor_name': 'rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d', '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_ecc09561-82f7-438e-a975-3bfb8af59e4d', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-25 09:37:37,933 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6b2b9605-bf8f-44b7-a010-e53681af20f5 2018-08-25 09:37:37,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6b2b9605-bf8f-44b7-a010-e53681af20f5'] 2018-08-25 09:37:38,834 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6b2b9605-bf8f-44b7-a010-e53681af20f5 -------------------------------------------------------------------------------- Task 6b2b9605-bf8f-44b7-a010-e53681af20f5: 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 6b2b9605-bf8f-44b7-a010-e53681af20f5 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.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | quotas.delete_quotas | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> duration | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.092737 Full duration: 10.511667 -------------------------------------------------------------------------------- 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 6b2b9605-bf8f-44b7-a010-e53681af20f5 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.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798023 Full duration: 10.388937 -------------------------------------------------------------------------------- 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 6b2b9605-bf8f-44b7-a010-e53681af20f5 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.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741972 Full duration: 10.303273 -------------------------------------------------------------------------------- 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 6b2b9605-bf8f-44b7-a010-e53681af20f5 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.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.068385 Full duration: 10.533236 HINTS: * To plot HTML graphics with this data, run: rally task report 6b2b9605-bf8f-44b7-a010-e53681af20f5 --out output.html * To generate a JUnit report, run: rally task export 6b2b9605-bf8f-44b7-a010-e53681af20f5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6b2b9605-bf8f-44b7-a010-e53681af20f5 --json --out output.json 2018-08-25 09:37:38,835 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6b2b9605-bf8f-44b7-a010-e53681af20f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-25 09:37:41,400 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6b2b9605-bf8f-44b7-a010-e53681af20f5 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-25 09:37:41.303 11138 INFO rally.api [-] Building 'json' report for the following task(s): '6b2b9605-bf8f-44b7-a010-e53681af20f5'. 2018-08-25 09:37:41.307 11138 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:37:41,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6b2b9605-bf8f-44b7-a010-e53681af20f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-25 09:37:43,751 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6b2b9605-bf8f-44b7-a010-e53681af20f5 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-25 09:37:43.640 11141 INFO rally.api [-] Building 'html' report for the following task(s): '6b2b9605-bf8f-44b7-a010-e53681af20f5'. 2018-08-25 09:37:43.660 11141 INFO rally.api [-] The report has been successfully built. 2018-08-25 09:37:43,754 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-25 09:37:43,756 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:55 | 6 | 100.00% | | glance | 01:16 | 4 | 100.00% | | cinder | 02:57 | 10 | 100.00% | | gnocchi | 01:44 | 11 | 100.00% | | heat | 01:31 | 4 | 100.00% | | keystone | 03:27 | 11 | 100.00% | | neutron | 05:14 | 11 | 100.00% | | nova | 00:35 | 1 | 0.00% | | quotas | 00:41 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:25 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-25 09:37:43,756 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-25 09:37:43,870 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 09:37:43,871 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:37 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-25 09:37:43,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:37:43,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:44,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:37: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-4384f8d5-0c37-4522-8c08-7f6e29db85a5 x-compute-request-id: req-4384f8d5-0c37-4522-8c08-7f6e29db85a5 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588", "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": "abb841c1-9b5c-49e6-8bfc-394899c6c588"}, {"name": "rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/b6d35646-a9f8-4546-81e7-0793739313d6", "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": "b6d35646-a9f8-4546-81e7-0793739313d6"}]} 2018-08-25 09:37:44,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4384f8d5-0c37-4522-8c08-7f6e29db85a5 2018-08-25 09:37:44,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.262913942337s 2018-08-25 09:37:44,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4384f8d5-0c37-4522-8c08-7f6e29db85a5 2018-08-25 09:37:44,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:37:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:44,168 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:37: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-1bcf1e8e-e492-4b8c-a583-9d75a944a773 x-compute-request-id: req-1bcf1e8e-e492-4b8c-a583-9d75a944a773 Content-Length: 0 Content-Type: application/json 2018-08-25 09:37:44,168 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588 used request id req-1bcf1e8e-e492-4b8c-a583-9d75a944a773 2018-08-25 09:37:44,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0275990962982s 2018-08-25 09:37:44,169 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/abb841c1-9b5c-49e6-8bfc-394899c6c588 used request id req-1bcf1e8e-e492-4b8c-a583-9d75a944a773 2018-08-25 09:37:44,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 09:37:44,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf/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}01cf23f52eba25128856d06fee3d969af6de3f81" -d '{"subnet_id": "2dceb9bd-f0ed-4012-9952-aa09ea9aaab8"}' 2018-08-25 09:37:46,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6959d2b6-84bc-482d-bdff-2aba7614add1 Date: Sat, 25 Aug 2018 09:37:46 GMT RESP BODY: {"network_id": "e159bfa8-44da-4e86-b070-9680501f1a63", "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "subnet_id": "2dceb9bd-f0ed-4012-9952-aa09ea9aaab8", "subnet_ids": ["2dceb9bd-f0ed-4012-9952-aa09ea9aaab8"], "port_id": "5e959bad-8d2b-440b-9f57-bbf1bb8206dd", "id": "c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf"} 2018-08-25 09:37:46,341 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf/remove_router_interface.json used request id req-6959d2b6-84bc-482d-bdff-2aba7614add1 2018-08-25 09:37:46,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.17187714577s 2018-08-25 09:37:46,342 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf/remove_router_interface.json used request id req-6959d2b6-84bc-482d-bdff-2aba7614add1 returning object c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf 2018-08-25 09:37:46,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 09:37:46,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:46,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1708 X-Openstack-Request-Id: req-fc6851db-6de1-4472-af94-cace83454831 Date: Sat, 25 Aug 2018 09:37:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "created_at": "2018-08-25T09:14:08Z", "admin_state_up": true, "updated_at": "2018-08-25T09:37:45Z", "project_id": "199e0f164a994a338a0d12cdc49470a3", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf", "name": "rally_sanity-router_ecc09561-82f7-438e-a975-3bfb8af59e4d"}]} 2018-08-25 09:37:46,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-fc6851db-6de1-4472-af94-cace83454831 2018-08-25 09:37:46,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.12696313858s 2018-08-25 09:37:46,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-fc6851db-6de1-4472-af94-cace83454831 2018-08-25 09:37:46,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 09:37:46,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:48,081 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc1038c7-e9a1-482f-837c-4188f0575b45 Content-Length: 0 Date: Sat, 25 Aug 2018 09:37:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:37:48,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf.json used request id req-dc1038c7-e9a1-482f-837c-4188f0575b45 2018-08-25 09:37:48,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60966396332s 2018-08-25 09:37:48,082 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c0f27061-a38d-4b1f-9fe2-bbcc19d6afbf.json used request id req-dc1038c7-e9a1-482f-837c-4188f0575b45 2018-08-25 09:37:48,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 09:37:48,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:48,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1330 X-Openstack-Request-Id: req-3f640ad5-8533-4f32-b603-a9924910867f Date: Sat, 25 Aug 2018 09:37:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T09:14: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":"2dceb9bd-f0ed-4012-9952-aa09ea9aaab8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"199e0f164a994a338a0d12cdc49470a3","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_ecc09561-82f7-438e-a975-3bfb8af59e4d","enable_dhcp":true,"segment_id":null,"network_id":"e159bfa8-44da-4e86-b070-9680501f1a63","tenant_id":"199e0f164a994a338a0d12cdc49470a3","created_at":"2018-08-25T09:14:08Z","ip_version":4},{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 09:37:48,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-3f640ad5-8533-4f32-b603-a9924910867f 2018-08-25 09:37:48,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0402228832245s 2018-08-25 09:37:48,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-3f640ad5-8533-4f32-b603-a9924910867f 2018-08-25 09:37:48,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 09:37:48,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/2dceb9bd-f0ed-4012-9952-aa09ea9aaab8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:48,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ecd4a337-11c2-45e1-ac2f-7b9bc3e62457 Date: Sat, 25 Aug 2018 09:37:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:37:48,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/2dceb9bd-f0ed-4012-9952-aa09ea9aaab8.json used request id req-ecd4a337-11c2-45e1-ac2f-7b9bc3e62457 2018-08-25 09:37:48,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.852419137955s 2018-08-25 09:37:48,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/2dceb9bd-f0ed-4012-9952-aa09ea9aaab8.json used request id req-ecd4a337-11c2-45e1-ac2f-7b9bc3e62457 2018-08-25 09:37:48,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:37:48,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:49,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1436 X-Openstack-Request-Id: req-f97cdc1a-93ee-4c47-886b-9f0170cc1ccc Date: Sat, 25 Aug 2018 09:37:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e159bfa8-44da-4e86-b070-9680501f1a63","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":true,"project_id":"199e0f164a994a338a0d12cdc49470a3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:37:48Z","qos_policy_id":null,"name":"rally_sanity-net_ecc09561-82f7-438e-a975-3bfb8af59e4d","admin_state_up":true,"tenant_id":"199e0f164a994a338a0d12cdc49470a3","created_at":"2018-08-25T09:14:08Z","provider:network_type":"vxlan"}]} 2018-08-25 09:37:49,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f97cdc1a-93ee-4c47-886b-9f0170cc1ccc 2018-08-25 09:37:49,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0822069644928s 2018-08-25 09:37:49,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f97cdc1a-93ee-4c47-886b-9f0170cc1ccc 2018-08-25 09:37:49,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 09:37:49,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/e159bfa8-44da-4e86-b070-9680501f1a63.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:50,317 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6e638d5-f177-4b17-812a-ae75edda8602 Date: Sat, 25 Aug 2018 09:37:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:37:50,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/e159bfa8-44da-4e86-b070-9680501f1a63.json used request id req-e6e638d5-f177-4b17-812a-ae75edda8602 2018-08-25 09:37:50,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25458908081s 2018-08-25 09:37:50,318 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/e159bfa8-44da-4e86-b070-9680501f1a63.json used request id req-e6e638d5-f177-4b17-812a-ae75edda8602 2018-08-25 09:37:50,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:37:50,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:50,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-17d04718-73db-433d-bf59-6d3f43ef8e71 Date: Sat, 25 Aug 2018 09:37:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:14:14Z", "file": "/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/file", "owner": "199e0f164a994a338a0d12cdc49470a3", "id": "f4e0246d-f061-43b8-9164-a504d07c4b2f", "size": 12716032, "self": "/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e0246d-f061-43b8-9164-a504d07c4b2f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ecc09561-82f7-438e-a975-3bfb8af59e4d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:14:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:37:50,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-17d04718-73db-433d-bf59-6d3f43ef8e71 2018-08-25 09:37:50,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290109157562s 2018-08-25 09:37:50,613 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-17d04718-73db-433d-bf59-6d3f43ef8e71 2018-08-25 09:37:50,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:37:50,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}01cf23f52eba25128856d06fee3d969af6de3f81" 2018-08-25 09:37:50,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42ba4b7c-3f1f-42b2-88b2-d83fc4d06ae9 Date: Sat, 25 Aug 2018 09:37:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:37:50,949 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f used request id req-42ba4b7c-3f1f-42b2-88b2-d83fc4d06ae9 2018-08-25 09:37:50,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.333572864532s 2018-08-25 09:37:50,949 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f4e0246d-f061-43b8-9164-a504d07c4b2f used request id req-42ba4b7c-3f1f-42b2-88b2-d83fc4d06ae9 2018-08-25 09:37:50,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:37:50,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:50,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:37:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5fe12bc-ed35-49b6-9bb9-cb8c4db176fb x-compute-request-id: req-f5fe12bc-ed35-49b6-9bb9-cb8c4db176fb Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/b6d35646-a9f8-4546-81e7-0793739313d6", "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": "b6d35646-a9f8-4546-81e7-0793739313d6"}]} 2018-08-25 09:37:50,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-f5fe12bc-ed35-49b6-9bb9-cb8c4db176fb 2018-08-25 09:37:50,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225429534912s 2018-08-25 09:37:50,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-f5fe12bc-ed35-49b6-9bb9-cb8c4db176fb 2018-08-25 09:37:50,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:37:50,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:51,008 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09: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-1f7e14bd-e17e-4224-8968-e0e4656b1cde x-compute-request-id: req-1f7e14bd-e17e-4224-8968-e0e4656b1cde Content-Length: 0 Content-Type: application/json 2018-08-25 09:37:51,008 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6 used request id req-1f7e14bd-e17e-4224-8968-e0e4656b1cde 2018-08-25 09:37:51,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0341119766235s 2018-08-25 09:37:51,009 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/b6d35646-a9f8-4546-81e7-0793739313d6 used request id req-1f7e14bd-e17e-4224-8968-e0e4656b1cde 2018-08-25 09:37:51,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 09:37:51,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:51,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc17178-a631-4669-8c67-18b8169626c3 Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": {"self": "http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c3ce9719bfdc4db7839b0e2a700e2bb7", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 09:37:51,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-ddc17178-a631-4669-8c67-18b8169626c3 2018-08-25 09:37:51,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214933872223s 2018-08-25 09:37:51,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-ddc17178-a631-4669-8c67-18b8169626c3 2018-08-25 09:37:51,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 09:37:51,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:51,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53b2a92-21fa-43d1-9bb9-6e2a0d46c70a Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_ecc09561-82f7-438e-a975-3bfb8af59e4d", "links": {"self": "http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c3ce9719bfdc4db7839b0e2a700e2bb7", "description": null}} 2018-08-25 09:37:51,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7 used request id req-f53b2a92-21fa-43d1-9bb9-6e2a0d46c70a 2018-08-25 09:37:51,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198474884033s 2018-08-25 09:37:51,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7 used request id req-f53b2a92-21fa-43d1-9bb9-6e2a0d46c70a 2018-08-25 09:37:51,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 09:37:51,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:51,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 09:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2354e04-1070-4a9e-b853-76051d125689 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 09:37:51,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7 used request id req-d2354e04-1070-4a9e-b853-76051d125689 2018-08-25 09:37:51,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.251657962799s 2018-08-25 09:37:51,683 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/c3ce9719bfdc4db7839b0e2a700e2bb7 used request id req-d2354e04-1070-4a9e-b853-76051d125689 2018-08-25 09:37:51,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 09:37:51,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:51,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e850c59-cb3e-40ba-b0eb-18a789522d9f Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3"}, "tags": [], "enabled": true, "id": "199e0f164a994a338a0d12cdc49470a3", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_ecc09561-82f7-438e-a975-3bfb8af59e4d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}]} 2018-08-25 09:37:51,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-9e850c59-cb3e-40ba-b0eb-18a789522d9f 2018-08-25 09:37:51,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181921005249s 2018-08-25 09:37:51,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-9e850c59-cb3e-40ba-b0eb-18a789522d9f 2018-08-25 09:37:51,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 09:37:51,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a8b0f572276645886771875baded967596c4ce1" 2018-08-25 09:37:52,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 09:37:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e0e3e45-7939-45cd-8d2b-b092d8e538a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 09:37:52,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3 used request id req-7e0e3e45-7939-45cd-8d2b-b092d8e538a5 2018-08-25 09:37:52,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.24077296257s 2018-08-25 09:37:52,118 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/199e0f164a994a338a0d12cdc49470a3 used request id req-7e0e3e45-7939-45cd-8d2b-b092d8e538a5 2018-08-25 09:37:52,118 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-25 09:37:52,182 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:37:52,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:37:52,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:37:52,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:37:52,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79b12089-a8a3-4e01-acd2-1916218f9c84 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:37:52,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-79b12089-a8a3-4e01-acd2-1916218f9c84 2018-08-25 09:37:52,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:37:52,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T10:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["zcGoGXgFTYCRffWTcYmgeQ"], "issued_at": "2018-08-25T09:37:52.000000Z"}} 2018-08-25 09:37:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:37:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:37:52,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-8a41e71b-b2da-427a-82fc-5543332972d5 Date: Sat, 25 Aug 2018 09:37:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:37:52,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a41e71b-b2da-427a-82fc-5543332972d5 2018-08-25 09:37:52,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362687110901s 2018-08-25 09:37:52,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a41e71b-b2da-427a-82fc-5543332972d5 2018-08-25 09:37:52,991 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 09:37:55,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 09:37:58,511 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 095e77f2-679c-4f73-b2b9-d688f682c1b8 | 2018-08-25T09:37:58.126703 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 095e77f2-679c-4f73-b2b9-d688f682c1b8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 09:38:02,234 - 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-08-25 09:38:02,235 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 09:38:05,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 09:38:08,442 - 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=f1b6b1ba-6f3d-42f8-90a0-8d44000f1c94) as the default verifier for the future CLI operations. 2018-08-25 09:38:11,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 09:38:11,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:11,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-07879402-779d-4977-aeb8-4f6aff03ec08 Date: Sat, 25 Aug 2018 09:38:11 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-08-25 09:38:11,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-07879402-779d-4977-aeb8-4f6aff03ec08 2018-08-25 09:38:11,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.189469099045s 2018-08-25 09:38:11,993 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-07879402-779d-4977-aeb8-4f6aff03ec08 2018-08-25 09:38:12,003 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-25 09:38:12,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 09:38:12,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"network": {"shared": true, "name": "refstack_defcore-net_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "admin_state_up": true}}' 2018-08-25 09:38:12,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ac4602a9-73e9-43fe-b1a1-9fd639b71d1b Date: Sat, 25 Aug 2018 09:38:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"520e0c0a-63be-48a3-8290-78c070df918c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:38:12Z","is_default":false,"qos_policy_id":null,"name":"refstack_defcore-net_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:38:12Z","mtu":1450}} 2018-08-25 09:38:12,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-ac4602a9-73e9-43fe-b1a1-9fd639b71d1b 2018-08-25 09:38:12,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.289258956909s 2018-08-25 09:38:12,293 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-ac4602a9-73e9-43fe-b1a1-9fd639b71d1b 2018-08-25 09:38:12,294 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T09:38:12Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'520e0c0a-63be-48a3-8290-78c070df918c', u'provider:segmentation_id': 76, 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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'created_at': u'2018-08-25T09:38:12Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 09:38:12,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:38:12,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:12,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-9e078985-e960-49c5-a0d0-a59a90d00c15 Date: Sat, 25 Aug 2018 09:38:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"520e0c0a-63be-48a3-8290-78c070df918c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:38:12Z","qos_policy_id":null,"name":"refstack_defcore-net_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:38:12Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:38:12,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-9e078985-e960-49c5-a0d0-a59a90d00c15 2018-08-25 09:38:12,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0977790355682s 2018-08-25 09:38:12,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-9e078985-e960-49c5-a0d0-a59a90d00c15 2018-08-25 09:38:12,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 09:38:12,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"subnet": {"name": "refstack_defcore-subnet_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "enable_dhcp": true, "network_id": "520e0c0a-63be-48a3-8290-78c070df918c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 09:38:12,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-4be1f1e5-5f0d-4dc1-baa7-3bf1ffe34944 Date: Sat, 25 Aug 2018 09:38:12 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T09:38:12Z","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":"929dac99-55f1-437d-94ad-f93491af8936","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3","enable_dhcp":true,"segment_id":null,"network_id":"520e0c0a-63be-48a3-8290-78c070df918c","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:38:12Z","ip_version":4}} 2018-08-25 09:38:12,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-4be1f1e5-5f0d-4dc1-baa7-3bf1ffe34944 2018-08-25 09:38:12,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.529402017593s 2018-08-25 09:38:12,924 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-4be1f1e5-5f0d-4dc1-baa7-3bf1ffe34944 2018-08-25 09:38:12,925 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:38:12Z', 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'929dac99-55f1-437d-94ad-f93491af8936', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'520e0c0a-63be-48a3-8290-78c070df918c', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T09:38:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 09:38:12,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 09:38:12,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "refstack_defcore-router_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "admin_state_up": true}}' 2018-08-25 09:38:14,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ca0c10fb-d655-4ec3-a3e4-a6a5d548363f Date: Sat, 25 Aug 2018 09:38:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T09:38:12Z", "admin_state_up": true, "updated_at": "2018-08-25T09:38:14Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "7f136d77-5e9b-4b5a-af2e-007be713f84f", "name": "refstack_defcore-router_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3"}} 2018-08-25 09:38:14,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ca0c10fb-d655-4ec3-a3e4-a6a5d548363f 2018-08-25 09:38:14,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55303311348s 2018-08-25 09:38:14,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ca0c10fb-d655-4ec3-a3e4-a6a5d548363f 2018-08-25 09:38:14,479 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:38:14Z', u'revision_number': 2, u'ha': False, u'id': u'7f136d77-5e9b-4b5a-af2e-007be713f84f', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-router_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T09:38:12Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 09:38:14,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 09:38:14,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f/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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"subnet_id": "929dac99-55f1-437d-94ad-f93491af8936"}' 2018-08-25 09:38:16,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-adf8a906-e463-4081-87f3-a3652a22ed2b Date: Sat, 25 Aug 2018 09:38:16 GMT RESP BODY: {"network_id": "520e0c0a-63be-48a3-8290-78c070df918c", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "929dac99-55f1-437d-94ad-f93491af8936", "subnet_ids": ["929dac99-55f1-437d-94ad-f93491af8936"], "port_id": "be96029e-159b-4468-ba01-e543456551fb", "id": "7f136d77-5e9b-4b5a-af2e-007be713f84f"} 2018-08-25 09:38:16,704 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f/add_router_interface.json used request id req-adf8a906-e463-4081-87f3-a3652a22ed2b 2018-08-25 09:38:16,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22419714928s 2018-08-25 09:38:16,704 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f/add_router_interface.json used request id req-adf8a906-e463-4081-87f3-a3652a22ed2b returning object 7f136d77-5e9b-4b5a-af2e-007be713f84f 2018-08-25 09:38:16,704 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 09:38:16,775 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 09:38:16,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:38:16,781 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 09:38:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 09:38:16,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:38:16,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:17,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2357bb39-8819-4b1c-8a84-78b2302a4e13 Date: Sat, 25 Aug 2018 09:38:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:38:17,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-2357bb39-8819-4b1c-8a84-78b2302a4e13 2018-08-25 09:38:17,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275231838226s 2018-08-25 09:38:17,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-2357bb39-8819-4b1c-8a84-78b2302a4e13 2018-08-25 09:38:17,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:38:17,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3"}' 2018-08-25 09:38:17,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6b2183be-a64a-4422-95e5-fc940da51ba7 Date: Sat, 25 Aug 2018 09:38:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:17Z", "file": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "size": null, "self": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": null, "created_at": "2018-08-25T09:38:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:38:17,159 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-6b2183be-a64a-4422-95e5-fc940da51ba7 2018-08-25 09:38:17,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0868289470673s 2018-08-25 09:38:17,160 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-6b2183be-a64a-4422-95e5-fc940da51ba7 returning object 48c0a588-3b1a-4cce-a401-11f4acfdc0eb 2018-08-25 09:38:17,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:38:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '' 2018-08-25 09:38:17,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03e9ddec-da7f-4aba-9dd6-3aa036639c1f Date: Sat, 25 Aug 2018 09:38:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:38:17,893 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file used request id req-03e9ddec-da7f-4aba-9dd6-3aa036639c1f 2018-08-25 09:38:17,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.732758998871s 2018-08-25 09:38:17,894 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file used request id req-03e9ddec-da7f-4aba-9dd6-3aa036639c1f 2018-08-25 09:38:17,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:38:17,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:17,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-84d573a5-40cf-4d9b-8116-ed6b72385f7c Date: Sat, 25 Aug 2018 09:38:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:17Z", "file": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "size": 12716032, "self": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:38:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:38:17,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-84d573a5-40cf-4d9b-8116-ed6b72385f7c 2018-08-25 09:38:17,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0263500213623s 2018-08-25 09:38:17,926 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-84d573a5-40cf-4d9b-8116-ed6b72385f7c 2018-08-25 09:38:17,928 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'48c0a588-3b1a-4cce-a401-11f4acfdc0eb', 'size': 12716032, u'self': u'/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:38:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:38:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', '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/48c0a588-3b1a-4cce-a401-11f4acfdc0eb', 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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', 'created': u'2018-08-25T09:38:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:38: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/48c0a588-3b1a-4cce-a401-11f4acfdc0eb', 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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:38:17,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:38:17,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:38:18,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38: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-bf944fba-948f-4cd3-87f2-11f8122956c1 x-compute-request-id: req-bf944fba-948f-4cd3-87f2-11f8122956c1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2", "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": "f509f7bc-7f62-4b5d-b969-4bceaa0118b2"}} 2018-08-25 09:38:18,332 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-bf944fba-948f-4cd3-87f2-11f8122956c1 2018-08-25 09:38:18,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.403317928314s 2018-08-25 09:38:18,333 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-bf944fba-948f-4cd3-87f2-11f8122956c1 2018-08-25 09:38:18,333 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', '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'89d58111967c4124b09131409c7a2a28', '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'f509f7bc-7f62-4b5d-b969-4bceaa0118b2', 'swap': 0}) 2018-08-25 09:38:18,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:38:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2/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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"extra_specs": {}}' 2018-08-25 09:38:18,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38: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-5ef488d5-b9e2-4fc1-8502-5bf75f76f481 x-compute-request-id: req-5ef488d5-b9e2-4fc1-8502-5bf75f76f481 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:38:18,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2/os-extra_specs used request id req-5ef488d5-b9e2-4fc1-8502-5bf75f76f481 2018-08-25 09:38:18,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217390060425s 2018-08-25 09:38:18,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2/os-extra_specs used request id req-5ef488d5-b9e2-4fc1-8502-5bf75f76f481 2018-08-25 09:38:18,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:38:18,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ddc85ec-b4f2-4377-a5e8-cb561a7cce8e 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 09:38:18,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-0ddc85ec-b4f2-4377-a5e8-cb561a7cce8e 2018-08-25 09:38:18,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:38:18,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:19,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88bcb97-5fc9-4dd3-9d2b-cf0ade7ff692 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:38:19,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b88bcb97-5fc9-4dd3-9d2b-cf0ade7ff692 2018-08-25 09:38:19,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180759906769s 2018-08-25 09:38:19,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b88bcb97-5fc9-4dd3-9d2b-cf0ade7ff692 2018-08-25 09:38:19,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:38:19,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:19,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063a7491-a352-4103-9d6c-13b0b5752fe4 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:38:19,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-063a7491-a352-4103-9d6c-13b0b5752fe4 2018-08-25 09:38:19,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174205064774s 2018-08-25 09:38:19,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-063a7491-a352-4103-9d6c-13b0b5752fe4 2018-08-25 09:38:19,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 09:38:19,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:19,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38: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-7d1f4630-2558-4e11-b5c6-340fea06dddb x-compute-request-id: req-7d1f4630-2558-4e11-b5c6-340fea06dddb Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 09:38:19,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-7d1f4630-2558-4e11-b5c6-340fea06dddb 2018-08-25 09:38:19,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0352261066437s 2018-08-25 09:38:19,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-7d1f4630-2558-4e11-b5c6-340fea06dddb 2018-08-25 09:38:19,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:38:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:19,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-ee8e59f3-bacc-4c4e-8211-556565eab76b Date: Sat, 25 Aug 2018 09:38:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:17Z", "file": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "size": 12716032, "self": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:38:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:38:19,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ee8e59f3-bacc-4c4e-8211-556565eab76b 2018-08-25 09:38:19,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0237638950348s 2018-08-25 09:38:19,434 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ee8e59f3-bacc-4c4e-8211-556565eab76b 2018-08-25 09:38:19,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:38:19,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3"}' 2018-08-25 09:38:19,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f92ff5cb-d74b-4866-858d-ae1d565b985d Date: Sat, 25 Aug 2018 09:38:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:19Z", "file": "/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "d7ef4b63-8b09-4b11-bf83-81b356839838", "size": null, "self": "/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838", "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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": null, "created_at": "2018-08-25T09:38:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:38:19,486 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-f92ff5cb-d74b-4866-858d-ae1d565b985d 2018-08-25 09:38:19,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0440130233765s 2018-08-25 09:38:19,486 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-f92ff5cb-d74b-4866-858d-ae1d565b985d returning object d7ef4b63-8b09-4b11-bf83-81b356839838 2018-08-25 09:38:19,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:38:19,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838/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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '' 2018-08-25 09:38:19,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-480509ed-000c-40f6-8c71-d22f164d6f9c Date: Sat, 25 Aug 2018 09:38:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:38:19,948 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838/file used request id req-480509ed-000c-40f6-8c71-d22f164d6f9c 2018-08-25 09:38:19,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.460805177689s 2018-08-25 09:38:19,948 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838/file used request id req-480509ed-000c-40f6-8c71-d22f164d6f9c 2018-08-25 09:38:19,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:38:19,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:38:19,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-3b8ca47e-7e77-475a-8958-2e2d73dfd24d Date: Sat, 25 Aug 2018 09:38:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:19Z", "file": "/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "d7ef4b63-8b09-4b11-bf83-81b356839838", "size": 12716032, "self": "/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/d7ef4b63-8b09-4b11-bf83-81b356839838/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/d7ef4b63-8b09-4b11-bf83-81b356839838/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:38:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:17Z", "file": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "size": 12716032, "self": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:38:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:38:19,979 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3b8ca47e-7e77-475a-8958-2e2d73dfd24d 2018-08-25 09:38:19,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0269858837128s 2018-08-25 09:38:19,980 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3b8ca47e-7e77-475a-8958-2e2d73dfd24d 2018-08-25 09:38:19,982 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/d7ef4b63-8b09-4b11-bf83-81b356839838/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'd7ef4b63-8b09-4b11-bf83-81b356839838', 'size': 12716032, u'self': u'/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/d7ef4b63-8b09-4b11-bf83-81b356839838/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:38:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:38:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', '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/d7ef4b63-8b09-4b11-bf83-81b356839838', 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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', 'created': u'2018-08-25T09:38:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:38: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/d7ef4b63-8b09-4b11-bf83-81b356839838', 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_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:38:19,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:38:19,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:38:20,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38: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-fae03874-3c15-4534-8f40-7921eb692465 x-compute-request-id: req-fae03874-3c15-4534-8f40-7921eb692465 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8", "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": "b2664a3c-aaae-4165-a3ea-4a82741af4c8"}} 2018-08-25 09:38:20,017 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-fae03874-3c15-4534-8f40-7921eb692465 2018-08-25 09:38:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0337009429932s 2018-08-25 09:38:20,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-fae03874-3c15-4534-8f40-7921eb692465 2018-08-25 09:38:20,018 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', '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'89d58111967c4124b09131409c7a2a28', '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'b2664a3c-aaae-4165-a3ea-4a82741af4c8', 'swap': 0}) 2018-08-25 09:38:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:38:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8/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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"extra_specs": {}}' 2018-08-25 09:38:20,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:38: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-9461e59a-d626-4842-853e-f17567ef7629 x-compute-request-id: req-9461e59a-d626-4842-853e-f17567ef7629 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:38:20,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8/os-extra_specs used request id req-9461e59a-d626-4842-853e-f17567ef7629 2018-08-25 09:38:20,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211970806122s 2018-08-25 09:38:20,040 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8/os-extra_specs used request id req-9461e59a-d626-4842-853e-f17567ef7629 2018-08-25 09:38:20,040 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3', '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'89d58111967c4124b09131409c7a2a28', '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'b2664a3c-aaae-4165-a3ea-4a82741af4c8', 'swap': 0}) 2018-08-25 09:38:23,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-25 09:38:23,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-25 09:38:23,539 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-25 09:38:23,541 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-25 09:38:27,791 - 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-08-25 09:38:27,791 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-25 09:38:27,791 - 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-08-25 09:38:27,791 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-25 09:38:27,791 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-25 09:38:27,791 - 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-08-25 09:38:27,791 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-25 09:38:27,791 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-25 09:38:27,791 - 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-08-25 09:38:27,791 - 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-08-25 09:38:27,792 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-25 09:38:27,792 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,792 - 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-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - 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-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-25 09:38:27,793 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-25 09:38:27,793 - 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-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-25 09:38:27,794 - 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-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-25 09:38:27,794 - 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-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-25 09:38:27,794 - 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-08-25 09:38:27,794 - 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-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-25 09:38:27,794 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-25 09:38:27,795 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - 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-08-25 09:38:27,795 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-25 09:38:27,796 - 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-08-25 09:38:27,796 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-25 09:38:27,797 - 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-08-25 09:38:27,797 - 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-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-25 09:38:27,797 - 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-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-25 09:38:27,797 - 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-08-25 09:38:27,797 - 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-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-25 09:38:27,797 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-25 09:38:27,797 - 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-08-25 09:38:27,798 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-25 09:38:28,073 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-25 09:38:28,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-25 09:38:40,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:40.899 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.365s] 2018-08-25 09:38:41,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:41.149 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-08-25 09:38:41,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:41.479 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.661s] 2018-08-25 09:38:41,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:41.540 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.061s] 2018-08-25 09:38:41,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:41.544 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.646s] 2018-08-25 09:38:42,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:42.159 11183 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.812s] 2018-08-25 09:38:42,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:42.961 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [1.522s] 2018-08-25 09:38:43,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:43.223 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.630s] 2018-08-25 09:38:43,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:43.519 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.972s] 2018-08-25 09:38:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:43.526 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-08-25 09:38:43,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:43.542 11183 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-08-25 09:38:44,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:44.638 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [1.414s] 2018-08-25 09:38:45,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:45.473 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [2.511s] 2018-08-25 09:38:45,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:45.700 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.590s] 2018-08-25 09:38:46,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:46.233 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [1.595s] 2018-08-25 09:38:46,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:46.268 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.035s] 2018-08-25 09:38:47,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:47.118 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.849s] 2018-08-25 09:38:47,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:47.875 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.756s] 2018-08-25 09:38:47,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:47.893 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.018s] 2018-08-25 09:38:48,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:48.138 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.245s] 2018-08-25 09:38:48,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:48.154 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.016s] 2018-08-25 09:38:48,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:48.981 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.825s] 2018-08-25 09:38:49,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:49.730 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.749s] 2018-08-25 09:38:49,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:49.806 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.075s] 2018-08-25 09:38:49,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:49.869 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.063s] 2018-08-25 09:38:49,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:49.950 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.081s] 2018-08-25 09:38:50,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:50.021 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.070s] 2018-08-25 09:38:50,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:50.035 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2018-08-25 09:38:50,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:50.098 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.062s] 2018-08-25 09:38:50,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:50.372 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [8.648s] 2018-08-25 09:38:50,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:50.871 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.771s] 2018-08-25 09:38:50,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:50.919 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.048s] 2018-08-25 09:38:51,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:51.661 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.742s] 2018-08-25 09:38:52,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:52.328 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [6.341s] 2018-08-25 09:38:53,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:53.191 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.863s] 2018-08-25 09:38:53,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:53.758 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.876s] 2018-08-25 09:38:58,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:58.787 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.027s] 2018-08-25 09:38:58,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:58.890 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.871s] 2018-08-25 09:38:59,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:38:59.640 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.750s] 2018-08-25 09:39:00,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:00.332 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.692s] 2018-08-25 09:39:00,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:00.393 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [5.048s] 2018-08-25 09:39:01,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:01.030 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.243s] 2018-08-25 09:39:03,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:03.700 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.668s] 2018-08-25 09:39:05,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:05.962 11183 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [1.471s] 2018-08-25 09:39:06,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:06.051 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.351s] 2018-08-25 09:39:07,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:07.043 11183 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [1.081s] 2018-08-25 09:39:08,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:08.290 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2018-08-25 09:39:10,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:10.221 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.782s] 2018-08-25 09:39:10,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:10.781 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.559s] 2018-08-25 09:39:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:11.217 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.435s] 2018-08-25 09:39:11,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:11.615 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.562s] 2018-08-25 09:39:12,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:12.041 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.824s] 2018-08-25 09:39:12,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:12.995 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.953s] 2018-08-25 09:39:13,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.240 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.624s] 2018-08-25 09:39:13,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.416 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.176s] 2018-08-25 09:39:13,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.444 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2018-08-25 09:39:13,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.501 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.057s] 2018-08-25 09:39:13,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.527 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.025s] 2018-08-25 09:39:13,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.868 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.873s] 2018-08-25 09:39:13,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:13.977 11183 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [1.040s] 2018-08-25 09:39:14,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:14.399 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [33.351s] 2018-08-25 09:39:14,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:14.789 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [10.586s] 2018-08-25 09:39:15,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:15.071 11183 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [1.094s] 2018-08-25 09:39:17,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:17.612 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [9.444s] 2018-08-25 09:39:18,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:18.824 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [3.634s] 2018-08-25 09:39:21,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:21.312 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.536s] 2018-08-25 09:39:22,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:22.092 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.268s] 2018-08-25 09:39:22,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:22.310 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [31.931s] 2018-08-25 09:39:23,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:23.263 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.952s] 2018-08-25 09:39:25,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:25.011 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.917s] 2018-08-25 09:39:25,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:25.348 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [10.558s] 2018-08-25 09:39:25,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:25.972 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.624s] 2018-08-25 09:39:26,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:26.573 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.601s] 2018-08-25 09:39:26,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:26.786 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.214s] 2018-08-25 09:39:27,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:27.641 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.853s] 2018-08-25 09:39:27,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:27.678 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.668s] 2018-08-25 09:39:27,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:27.786 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.145s] 2018-08-25 09:39:28,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.288 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.501s] 2018-08-25 09:39:28,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.344 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.056s] 2018-08-25 09:39:28,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.432 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.087s] 2018-08-25 09:39:28,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.497 11183 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.392s] 2018-08-25 09:39:28,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.555 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.123s] 2018-08-25 09:39:28,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.585 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.971s] 2018-08-25 09:39:28,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.652 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.096s] 2018-08-25 09:39:28,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.707 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.055s] 2018-08-25 09:39:28,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:28.985 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.277s] 2018-08-25 09:39:29,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:29.151 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.165s] 2018-08-25 09:39:29,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:29.407 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.255s] 2018-08-25 09:39:29,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:29.504 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.098s] 2018-08-25 09:39:29,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:29.526 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.847s] 2018-08-25 09:39:31,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:31.316 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.446s] 2018-08-25 09:39:31,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:31.637 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.897s] 2018-08-25 09:39:31,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:31.732 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.415s] 2018-08-25 09:39:31,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:31.852 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.325s] 2018-08-25 09:39:31,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:31.896 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.547s] 2018-08-25 09:39:32,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:32.190 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.458s] 2018-08-25 09:39:32,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:32.698 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.844s] 2018-08-25 09:39:32,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:32.699 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.508s] 2018-08-25 09:39:33,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.126 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.427s] 2018-08-25 09:39:33,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.281 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.154s] 2018-08-25 09:39:33,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.446 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.165s] 2018-08-25 09:39:33,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.613 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.167s] 2018-08-25 09:39:33,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.622 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.926s] 2018-08-25 09:39:33,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.742 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.128s] 2018-08-25 09:39:33,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:33.911 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.169s] 2018-08-25 09:39:34,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:34.193 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.282s] 2018-08-25 09:39:34,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:34.599 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.975s] 2018-08-25 09:39:37,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:37.123 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [2.522s] 2018-08-25 09:39:37,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:37.353 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.630s] 2018-08-25 09:39:37,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:37.439 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.086s] 2018-08-25 09:39:38,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:38.097 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.975s] 2018-08-25 09:39:38,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:38.637 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.198s] 2018-08-25 09:39:38,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:38.770 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.672s] 2018-08-25 09:39:38,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:38.774 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.137s] 2018-08-25 09:39:38,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:38.775 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-25 09:39:39,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:39.645 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.874s] 2018-08-25 09:39:39,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:39.934 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.037s] 2018-08-25 09:39:40,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:40.384 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.416s] 2018-08-25 09:39:40,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:40.491 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.108s] 2018-08-25 09:39:41,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:41.543 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.051s] 2018-08-25 09:39:41,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:41.579 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.932s] 2018-08-25 09:39:41,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:41.650 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.105s] 2018-08-25 09:39:41,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:41.651 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-25 09:39:42,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:42.412 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.832s] 2018-08-25 09:39:43,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:43.395 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.982s] 2018-08-25 09:39:43,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:43.765 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.125s] 2018-08-25 09:39:44,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:44.425 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.030s] 2018-08-25 09:39:45,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:45.302 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.876s] 2018-08-25 09:39:47,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:47.070 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.135s] 2018-08-25 09:39:50,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:50.500 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [9.245s] 2018-08-25 09:39:51,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:51.655 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.081s] 2018-08-25 09:39:51,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:51.913 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.256s] 2018-08-25 09:39:52,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:52.448 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.534s] 2018-08-25 09:39:52,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:52.467 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.019s] 2018-08-25 09:39:52,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:52.483 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2018-08-25 09:39:52,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:52.525 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.042s] 2018-08-25 09:39:52,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:52.626 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.101s] 2018-08-25 09:39:52,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:52.728 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.102s] 2018-08-25 09:39:53,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:53.601 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.871s] 2018-08-25 09:39:53,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:53.615 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-08-25 09:39:53,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:53.719 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.103s] 2018-08-25 09:39:54,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:54.574 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.503s] 2018-08-25 09:39:55,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:55.912 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.146s] 2018-08-25 09:39:58,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:39:58.918 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.418s] 2018-08-25 09:40:00,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:00.393 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.190s] 2018-08-25 09:40:00,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:00.436 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.043s] 2018-08-25 09:40:00,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:00.585 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.011s] 2018-08-25 09:40:00,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:00.711 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.080s] 2018-08-25 09:40:02,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:02.600 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [40.285s] 2018-08-25 09:40:03,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:03.306 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [4.387s] 2018-08-25 09:40:03,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:03.397 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.090s] 2018-08-25 09:40:03,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:03.458 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.061s] 2018-08-25 09:40:05,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:05.208 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.495s] 2018-08-25 09:40:06,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:06.218 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.189s] 2018-08-25 09:40:06,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:06.690 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-08-25 09:40:06,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:06.700 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2018-08-25 09:40:07,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.290 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.589s] 2018-08-25 09:40:07,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.326 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.036s] 2018-08-25 09:40:07,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.376 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.048s] 2018-08-25 09:40:07,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.458 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.081s] 2018-08-25 09:40:07,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.519 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.061s] 2018-08-25 09:40:07,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.575 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.054s] 2018-08-25 09:40:07,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.628 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.053s] 2018-08-25 09:40:07,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.697 11183 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.069s] 2018-08-25 09:40:07,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.770 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.185s] 2018-08-25 09:40:07,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:07.946 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.936s] 2018-08-25 09:40:09,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:09.181 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.233s] 2018-08-25 09:40:09,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:09.452 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.234s] 2018-08-25 09:40:12,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:12.560 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.788s] 2018-08-25 09:40:12,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:12.781 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.222s] 2018-08-25 09:40:13,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.307 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.525s] 2018-08-25 09:40:13,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.471 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.163s] 2018-08-25 09:40:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.572 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.101s] 2018-08-25 09:40:13,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.627 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.054s] 2018-08-25 09:40:13,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.746 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.119s] 2018-08-25 09:40:13,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.895 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.148s] 2018-08-25 09:40:13,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:13.984 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.090s] 2018-08-25 09:40:14,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:14.023 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.838s] 2018-08-25 09:40:14,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:14.053 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.447s] 2018-08-25 09:40:14,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:14.063 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.079s] 2018-08-25 09:40:15,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:15.450 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.429s] 2018-08-25 09:40:16,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:16.912 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.347s] 2018-08-25 09:40:17,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:17.297 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.696s] 2018-08-25 09:40:17,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:17.759 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.299s] 2018-08-25 09:40:17,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:17.857 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.099s] 2018-08-25 09:40:17,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:17.921 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.063s] 2018-08-25 09:40:18,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:18.020 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.567s] 2018-08-25 09:40:18,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:18.864 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.799s] 2018-08-25 09:40:19,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:19.645 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.625s] 2018-08-25 09:40:20,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:20.895 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.247s] 2018-08-25 09:40:21,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:21.338 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.445s] 2018-08-25 09:40:24,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:24.813 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [89.035s] 2018-08-25 09:40:43,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:43.125 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.993s] 2018-08-25 09:40:45,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:45.948 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [28.644s] 2018-08-25 09:40:50,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:50.411 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-25 09:40:50,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:50.794 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.669s] 2018-08-25 09:40:51,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:51.179 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.364s] 2018-08-25 09:40:53,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:53.252 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.431s] 2018-08-25 09:40:57,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:57.150 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.355s] 2018-08-25 09:40:57,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:57.473 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.319s] 2018-08-25 09:40:57,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:40:57.909 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.435s] 2018-08-25 09:41:02,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:41:02.779 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.628s] 2018-08-25 09:41:08,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:41:08.934 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.067s] 2018-08-25 09:41:19,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:41:19.265 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [21.352s] 2018-08-25 09:41:30,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:41:30.289 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [27.505s] 2018-08-25 09:41:31,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:41:31.531 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.246s] 2018-08-25 09:42:01,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:42:01.310 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.135s] 2018-08-25 09:42:22,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:42:22.162 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.847s] 2018-08-25 09:42:39,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:42:39.808 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.643s] 2018-08-25 09:43:00,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:00.473 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.124s] 2018-08-25 09:43:00,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:00.527 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.054s] 2018-08-25 09:43:00,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:00.913 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.386s] 2018-08-25 09:43:02,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:02.663 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.749s] 2018-08-25 09:43:07,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:07.082 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.418s] 2018-08-25 09:43:07,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:07.313 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.231s] 2018-08-25 09:43:07,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-25 09:43:07.361 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.048s] 2018-08-25 09:43:19,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: db92ab89-c159-42fd-99ff-58763d41b6a6 2018-08-25 09:43:19,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'db92ab89-c159-42fd-99ff-58763d41b6a6']'. 2018-08-25 09:43:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-25 09:43:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-25 09:43:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:43:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | db92ab89-c159-42fd-99ff-58763d41b6a6 | 2018-08-25 09:43:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-25 09:43:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-25 09:38:30 | 2018-08-25 09:43:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-25 09:43:19 | 2018-08-25 09:43:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:49 | 2018-08-25 09:43:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f1b6b1ba-6f3d-42f8-90a0-8d44000f1c94) | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 095e77f2-679c-4f73-b2b9-d688f682c1b8) | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 216 | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 270.642 | 2018-08-25 09:43:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 216 | 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-25 09:43:20,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-25 09:43:20,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-08-25 09:43:20,845 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 09:43:20,845 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-25 09:43:20,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:43:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:22,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a8877b4-3cd1-4cf1-8bdc-bdc1448e2642 Date: Sat, 25 Aug 2018 09:43:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:43:22,260 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838 used request id req-1a8877b4-3cd1-4cf1-8bdc-bdc1448e2642 2018-08-25 09:43:22,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.40838503838s 2018-08-25 09:43:22,261 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/d7ef4b63-8b09-4b11-bf83-81b356839838 used request id req-1a8877b4-3cd1-4cf1-8bdc-bdc1448e2642 2018-08-25 09:43:22,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:43:22,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:22,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43: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-d19ccb41-b79d-430b-a755-5707c9788ba0 x-compute-request-id: req-d19ccb41-b79d-430b-a755-5707c9788ba0 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8", "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": "b2664a3c-aaae-4165-a3ea-4a82741af4c8"}, {"name": "refstack_defcore-flavor_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2", "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": "f509f7bc-7f62-4b5d-b969-4bceaa0118b2"}]} 2018-08-25 09:43:22,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d19ccb41-b79d-430b-a755-5707c9788ba0 2018-08-25 09:43:22,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.280115842819s 2018-08-25 09:43:22,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d19ccb41-b79d-430b-a755-5707c9788ba0 2018-08-25 09:43:22,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:43:22,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:22,577 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:43: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-175cd812-d4ef-4a4e-92f8-a4d78ef35f10 x-compute-request-id: req-175cd812-d4ef-4a4e-92f8-a4d78ef35f10 Content-Length: 0 Content-Type: application/json 2018-08-25 09:43:22,577 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8 used request id req-175cd812-d4ef-4a4e-92f8-a4d78ef35f10 2018-08-25 09:43:22,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326588153839s 2018-08-25 09:43:22,577 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/b2664a3c-aaae-4165-a3ea-4a82741af4c8 used request id req-175cd812-d4ef-4a4e-92f8-a4d78ef35f10 2018-08-25 09:43:22,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 09:43:22,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f/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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" -d '{"subnet_id": "929dac99-55f1-437d-94ad-f93491af8936"}' 2018-08-25 09:43:25,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1084944-d30a-4548-971e-c57276ffa05f Date: Sat, 25 Aug 2018 09:43:25 GMT RESP BODY: {"network_id": "520e0c0a-63be-48a3-8290-78c070df918c", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "929dac99-55f1-437d-94ad-f93491af8936", "subnet_ids": ["929dac99-55f1-437d-94ad-f93491af8936"], "port_id": "be96029e-159b-4468-ba01-e543456551fb", "id": "7f136d77-5e9b-4b5a-af2e-007be713f84f"} 2018-08-25 09:43:25,020 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f/remove_router_interface.json used request id req-e1084944-d30a-4548-971e-c57276ffa05f 2018-08-25 09:43:25,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.44294905663s 2018-08-25 09:43:25,021 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f/remove_router_interface.json used request id req-e1084944-d30a-4548-971e-c57276ffa05f returning object 7f136d77-5e9b-4b5a-af2e-007be713f84f 2018-08-25 09:43:25,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 09:43:25,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:25,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-ddbd912c-f3a6-479a-939f-fe860cbe5efb Date: Sat, 25 Aug 2018 09:43:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T09:38:12Z", "admin_state_up": true, "updated_at": "2018-08-25T09:43:23Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "7f136d77-5e9b-4b5a-af2e-007be713f84f", "name": "refstack_defcore-router_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}]} 2018-08-25 09:43:25,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ddbd912c-f3a6-479a-939f-fe860cbe5efb 2018-08-25 09:43:25,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.135959148407s 2018-08-25 09:43:25,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ddbd912c-f3a6-479a-939f-fe860cbe5efb 2018-08-25 09:43:25,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 09:43:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:26,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e7bbbd1-250e-4c8c-a9df-21d3ab6c8a5b Content-Length: 0 Date: Sat, 25 Aug 2018 09:43:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:43:26,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f.json used request id req-1e7bbbd1-250e-4c8c-a9df-21d3ab6c8a5b 2018-08-25 09:43:26,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26637196541s 2018-08-25 09:43:26,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/7f136d77-5e9b-4b5a-af2e-007be713f84f.json used request id req-1e7bbbd1-250e-4c8c-a9df-21d3ab6c8a5b 2018-08-25 09:43:26,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 09:43:26,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:26,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1334 X-Openstack-Request-Id: req-059b26ac-a869-4581-a965-199ed4375420 Date: Sat, 25 Aug 2018 09:43:26 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4},{"updated_at":"2018-08-25T09:38:12Z","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":"929dac99-55f1-437d-94ad-f93491af8936","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3","enable_dhcp":true,"segment_id":null,"network_id":"520e0c0a-63be-48a3-8290-78c070df918c","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:38:12Z","ip_version":4}]} 2018-08-25 09:43:26,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-059b26ac-a869-4581-a965-199ed4375420 2018-08-25 09:43:26,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0605001449585s 2018-08-25 09:43:26,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-059b26ac-a869-4581-a965-199ed4375420 2018-08-25 09:43:26,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 09:43:26,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/929dac99-55f1-437d-94ad-f93491af8936.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:27,331 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc8199c0-0f8c-4aa4-a33a-c5911d6552a3 Date: Sat, 25 Aug 2018 09:43:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:43:27,331 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/929dac99-55f1-437d-94ad-f93491af8936.json used request id req-cc8199c0-0f8c-4aa4-a33a-c5911d6552a3 2018-08-25 09:43:27,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.841604948044s 2018-08-25 09:43:27,332 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/929dac99-55f1-437d-94ad-f93491af8936.json used request id req-cc8199c0-0f8c-4aa4-a33a-c5911d6552a3 2018-08-25 09:43:27,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:43:27,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:27,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-5a6832cb-d6f3-40ad-b24b-55be36cc406b Date: Sat, 25 Aug 2018 09:43:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"520e0c0a-63be-48a3-8290-78c070df918c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":76,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:43:27Z","qos_policy_id":null,"name":"refstack_defcore-net_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:38:12Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:43:27,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5a6832cb-d6f3-40ad-b24b-55be36cc406b 2018-08-25 09:43:27,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0844569206238s 2018-08-25 09:43:27,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5a6832cb-d6f3-40ad-b24b-55be36cc406b 2018-08-25 09:43:27,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 09:43:27,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/520e0c0a-63be-48a3-8290-78c070df918c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:28,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1ee7174-333a-4e28-ac9f-58b44fe54c32 Date: Sat, 25 Aug 2018 09:43:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:43:28,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/520e0c0a-63be-48a3-8290-78c070df918c.json used request id req-f1ee7174-333a-4e28-ac9f-58b44fe54c32 2018-08-25 09:43:28,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.859233856201s 2018-08-25 09:43:28,278 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/520e0c0a-63be-48a3-8290-78c070df918c.json used request id req-f1ee7174-333a-4e28-ac9f-58b44fe54c32 2018-08-25 09:43:28,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:43:28,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:28,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-a5001e87-421e-4357-af22-d240ea49e650 Date: Sat, 25 Aug 2018 09:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:38:17Z", "file": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "size": 12716032, "self": "/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:38:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:43:28,305 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a5001e87-421e-4357-af22-d240ea49e650 2018-08-25 09:43:28,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.023442029953s 2018-08-25 09:43:28,306 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-a5001e87-421e-4357-af22-d240ea49e650 2018-08-25 09:43:28,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:43:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:28,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67721d20-b30c-4399-bb70-ebef04f1c7e6 Date: Sat, 25 Aug 2018 09:43:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:43:28,615 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb used request id req-67721d20-b30c-4399-bb70-ebef04f1c7e6 2018-08-25 09:43:28,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.308096885681s 2018-08-25 09:43:28,616 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/48c0a588-3b1a-4cce-a401-11f4acfdc0eb used request id req-67721d20-b30c-4399-bb70-ebef04f1c7e6 2018-08-25 09:43:28,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:43:28,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:28,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ebb63bb-e870-46cf-b787-7a299760919f x-compute-request-id: req-4ebb63bb-e870-46cf-b787-7a299760919f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_5ff1cbbb-9670-4900-9ec6-fedd0a6857a3", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2", "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": "f509f7bc-7f62-4b5d-b969-4bceaa0118b2"}]} 2018-08-25 09:43:28,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4ebb63bb-e870-46cf-b787-7a299760919f 2018-08-25 09:43:28,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0222768783569s 2018-08-25 09:43:28,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4ebb63bb-e870-46cf-b787-7a299760919f 2018-08-25 09:43:28,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:43:28,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf0eeb40206e44f9b364dbba785ce82bd88c7c59" 2018-08-25 09:43:28,669 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a1a8b1c-ee3d-40ba-aa65-a91efbd9238b x-compute-request-id: req-1a1a8b1c-ee3d-40ba-aa65-a91efbd9238b Content-Length: 0 Content-Type: application/json 2018-08-25 09:43:28,669 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2 used request id req-1a1a8b1c-ee3d-40ba-aa65-a91efbd9238b 2018-08-25 09:43:28,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0289859771729s 2018-08-25 09:43:28,670 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/f509f7bc-7f62-4b5d-b969-4bceaa0118b2 used request id req-1a1a8b1c-ee3d-40ba-aa65-a91efbd9238b 2018-08-25 09:43:28,730 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:43:28,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:43:28,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:43:28,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:43:28,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:43:28,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:43:28,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:43:28,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:43:28,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb82b1b-44f4-4ce3-9963-e7fee93a5372 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:43:28,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-adb82b1b-44f4-4ce3-9963-e7fee93a5372 2018-08-25 09:43:28,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:43:29,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T10:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["ME-ILBkRRMunwbAJH9vODQ"], "issued_at": "2018-08-25T09:43:29.000000Z"}} 2018-08-25 09:43:29,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:43:29,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:29,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-8dc3c1d6-454f-4064-af30-8d7effeaabea Date: Sat, 25 Aug 2018 09:43:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:43:29,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8dc3c1d6-454f-4064-af30-8d7effeaabea 2018-08-25 09:43:29,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.550276041031s 2018-08-25 09:43:29,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8dc3c1d6-454f-4064-af30-8d7effeaabea 2018-08-25 09:43:29,731 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 09:43:32,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 09:43:35,258 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c407bcd0-7808-4e93-bcb5-100fe1ef8868 | 2018-08-25T09:43:34.886604 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c407bcd0-7808-4e93-bcb5-100fe1ef8868 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 09:43:38,949 - 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-08-25 09:43:38,949 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 09:43:41,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 09:43:45,145 - 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=d4f53015-fe16-40f8-8768-89012fa1213e) as the default verifier for the future CLI operations. 2018-08-25 09:43:48,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 09:43:48,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:48,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-9993b8c5-0742-4fcc-ad70-a9f371d17d2f Date: Sat, 25 Aug 2018 09:43:48 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-08-25 09:43:48,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-9993b8c5-0742-4fcc-ad70-a9f371d17d2f 2018-08-25 09:43:48,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.350651979446s 2018-08-25 09:43:48,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-9993b8c5-0742-4fcc-ad70-a9f371d17d2f 2018-08-25 09:43:48,592 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-25 09:43:48,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 09:43:48,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"network": {"shared": true, "name": "patrole-net_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "admin_state_up": true}}' 2018-08-25 09:43:49,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-96f9ccb1-9ffc-4556-b56e-26fe4dab8744 Date: Sat, 25 Aug 2018 09:43:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d59fdac-67a9-4fd3-82d6-418ceef6be2c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:43:48Z","is_default":false,"qos_policy_id":null,"name":"patrole-net_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:43:48Z","mtu":1450}} 2018-08-25 09:43:49,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-96f9ccb1-9ffc-4556-b56e-26fe4dab8744 2018-08-25 09:43:49,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.449502944946s 2018-08-25 09:43:49,042 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-96f9ccb1-9ffc-4556-b56e-26fe4dab8744 2018-08-25 09:43:49,043 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T09:43:48Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7d59fdac-67a9-4fd3-82d6-418ceef6be2c', u'provider:segmentation_id': 42, 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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'created_at': u'2018-08-25T09:43:48Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 09:43:49,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:43:49,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:49,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1425 X-Openstack-Request-Id: req-db4736a7-3413-4fe4-b8f2-5d585125cf09 Date: Sat, 25 Aug 2018 09:43:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"7d59fdac-67a9-4fd3-82d6-418ceef6be2c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:43:48Z","qos_policy_id":null,"name":"patrole-net_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:43:48Z","provider:network_type":"vxlan"}]} 2018-08-25 09:43:49,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-db4736a7-3413-4fe4-b8f2-5d585125cf09 2018-08-25 09:43:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10049700737s 2018-08-25 09:43:49,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-db4736a7-3413-4fe4-b8f2-5d585125cf09 2018-08-25 09:43:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 09:43:49,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"subnet": {"name": "patrole-subnet_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "enable_dhcp": true, "network_id": "7d59fdac-67a9-4fd3-82d6-418ceef6be2c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 09:43:49,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-86b42fdc-0816-42f8-901b-bbd4bc66f764 Date: Sat, 25 Aug 2018 09:43:49 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T09:43:49Z","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":"17660918-5288-4a71-81b2-386c917f307a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e","enable_dhcp":true,"segment_id":null,"network_id":"7d59fdac-67a9-4fd3-82d6-418ceef6be2c","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:43:49Z","ip_version":4}} 2018-08-25 09:43:49,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-86b42fdc-0816-42f8-901b-bbd4bc66f764 2018-08-25 09:43:49,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.456721067429s 2018-08-25 09:43:49,603 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-86b42fdc-0816-42f8-901b-bbd4bc66f764 2018-08-25 09:43:49,604 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:43:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'17660918-5288-4a71-81b2-386c917f307a', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'7d59fdac-67a9-4fd3-82d6-418ceef6be2c', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T09:43:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 09:43:49,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 09:43:49,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "patrole-router_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "admin_state_up": true}}' 2018-08-25 09:43:51,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-cecddeff-7d5b-4198-932c-503d4154177c Date: Sat, 25 Aug 2018 09:43:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T09:43:49Z", "admin_state_up": true, "updated_at": "2018-08-25T09:43:50Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "201faeac-2ed5-4ca1-b93a-a87fc05204f7", "name": "patrole-router_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e"}} 2018-08-25 09:43:51,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-cecddeff-7d5b-4198-932c-503d4154177c 2018-08-25 09:43:51,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52774596214s 2018-08-25 09:43:51,133 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-cecddeff-7d5b-4198-932c-503d4154177c 2018-08-25 09:43:51,133 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:43:50Z', u'revision_number': 2, u'ha': False, u'id': u'201faeac-2ed5-4ca1-b93a-a87fc05204f7', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-router_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T09:43:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 09:43:51,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 09:43:51,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7/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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"subnet_id": "17660918-5288-4a71-81b2-386c917f307a"}' 2018-08-25 09:43:53,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-521248fc-acd9-47b3-9336-5d68ca405ab3 Date: Sat, 25 Aug 2018 09:43:53 GMT RESP BODY: {"network_id": "7d59fdac-67a9-4fd3-82d6-418ceef6be2c", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "17660918-5288-4a71-81b2-386c917f307a", "subnet_ids": ["17660918-5288-4a71-81b2-386c917f307a"], "port_id": "976490f7-2ed3-4560-885e-2549893a9230", "id": "201faeac-2ed5-4ca1-b93a-a87fc05204f7"} 2018-08-25 09:43:53,179 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7/add_router_interface.json used request id req-521248fc-acd9-47b3-9336-5d68ca405ab3 2018-08-25 09:43:53,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.04554104805s 2018-08-25 09:43:53,180 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7/add_router_interface.json used request id req-521248fc-acd9-47b3-9336-5d68ca405ab3 returning object 201faeac-2ed5-4ca1-b93a-a87fc05204f7 2018-08-25 09:43:53,180 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 09:43:53,313 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 09:43:53,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:43:53,319 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 09:43:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 09:43:53,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:43:53,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:53,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4fd01583-40aa-471a-bd7a-ac09ef638b50 Date: Sat, 25 Aug 2018 09:43:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:43:53,599 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4fd01583-40aa-471a-bd7a-ac09ef638b50 2018-08-25 09:43:53,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278123855591s 2018-08-25 09:43:53,600 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4fd01583-40aa-471a-bd7a-ac09ef638b50 2018-08-25 09:43:53,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:43:53,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e"}' 2018-08-25 09:43:53,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1903418c-1e22-4ba2-bdf6-ee212cefa831 Date: Sat, 25 Aug 2018 09:43:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:53Z", "file": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "03f88734-c5c1-4d67-a592-b022850348b9", "size": null, "self": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9", "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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": null, "created_at": "2018-08-25T09:43:53Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:43:53,672 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-1903418c-1e22-4ba2-bdf6-ee212cefa831 2018-08-25 09:43:53,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0641131401062s 2018-08-25 09:43:53,673 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-1903418c-1e22-4ba2-bdf6-ee212cefa831 returning object 03f88734-c5c1-4d67-a592-b022850348b9 2018-08-25 09:43:53,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:43:53,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '' 2018-08-25 09:43:54,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f352280-ebf3-4525-ad9b-0a695caca12c Date: Sat, 25 Aug 2018 09:43:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:43:54,337 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file used request id req-8f352280-ebf3-4525-ad9b-0a695caca12c 2018-08-25 09:43:54,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.663772106171s 2018-08-25 09:43:54,337 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file used request id req-8f352280-ebf3-4525-ad9b-0a695caca12c 2018-08-25 09:43:54,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:43:54,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:54,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-b35df1cd-83e6-4ca1-86d0-e2d11b829532 Date: Sat, 25 Aug 2018 09:43:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:54Z", "file": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "03f88734-c5c1-4d67-a592-b022850348b9", "size": 12716032, "self": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:43:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:43:54,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b35df1cd-83e6-4ca1-86d0-e2d11b829532 2018-08-25 09:43:54,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0277359485626s 2018-08-25 09:43:54,370 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b35df1cd-83e6-4ca1-86d0-e2d11b829532 2018-08-25 09:43:54,372 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'03f88734-c5c1-4d67-a592-b022850348b9', 'size': 12716032, u'self': u'/v2/images/03f88734-c5c1-4d67-a592-b022850348b9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:43:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:43:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', '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/03f88734-c5c1-4d67-a592-b022850348b9', 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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', 'created': u'2018-08-25T09:43:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:43: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/03f88734-c5c1-4d67-a592-b022850348b9', 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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:43:54,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:43:54,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:43:54,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ebe0812-83c5-41f3-a20b-e8c9054fdfdb x-compute-request-id: req-2ebe0812-83c5-41f3-a20b-e8c9054fdfdb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/0b462178-fea3-4ae0-b890-5a5568592452", "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": "0b462178-fea3-4ae0-b890-5a5568592452"}} 2018-08-25 09:43:54,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-2ebe0812-83c5-41f3-a20b-e8c9054fdfdb 2018-08-25 09:43:54,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.299122095108s 2018-08-25 09:43:54,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-2ebe0812-83c5-41f3-a20b-e8c9054fdfdb 2018-08-25 09:43:54,674 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', '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'89d58111967c4124b09131409c7a2a28', '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'0b462178-fea3-4ae0-b890-5a5568592452', 'swap': 0}) 2018-08-25 09:43:54,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:43:54,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452/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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"extra_specs": {}}' 2018-08-25 09:43:54,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1243a8d-f8c6-4e59-9463-f44d5bb41b4d x-compute-request-id: req-c1243a8d-f8c6-4e59-9463-f44d5bb41b4d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:43:54,695 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452/os-extra_specs used request id req-c1243a8d-f8c6-4e59-9463-f44d5bb41b4d 2018-08-25 09:43:54,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202820301056s 2018-08-25 09:43:54,695 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452/os-extra_specs used request id req-c1243a8d-f8c6-4e59-9463-f44d5bb41b4d 2018-08-25 09:43:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:43:54,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abc52b1d-b428-4de2-91cd-6fa52eabc374 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 09:43:54,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-abc52b1d-b428-4de2-91cd-6fa52eabc374 2018-08-25 09:43:54,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:43:54,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:54,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba74b51-f7a7-4ce9-acae-6c0bcdc259da Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:43:54,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-8ba74b51-f7a7-4ce9-acae-6c0bcdc259da 2018-08-25 09:43:54,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191596031189s 2018-08-25 09:43:54,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-8ba74b51-f7a7-4ce9-acae-6c0bcdc259da 2018-08-25 09:43:54,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:43:54,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:55,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa68759-573a-408e-9c57-e033db9da568 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:43:55,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-efa68759-573a-408e-9c57-e033db9da568 2018-08-25 09:43:55,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175094127655s 2018-08-25 09:43:55,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-efa68759-573a-408e-9c57-e033db9da568 2018-08-25 09:43:55,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 09:43:55,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:55,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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-0f03e25b-4fad-468e-8a5e-ef5a416757c3 x-compute-request-id: req-0f03e25b-4fad-468e-8a5e-ef5a416757c3 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 09:43:55,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-0f03e25b-4fad-468e-8a5e-ef5a416757c3 2018-08-25 09:43:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0513050556183s 2018-08-25 09:43:55,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-0f03e25b-4fad-468e-8a5e-ef5a416757c3 2018-08-25 09:43:55,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:43:55,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:55,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-b6fbaa16-be09-48c7-a776-96d673b7675c Date: Sat, 25 Aug 2018 09:43:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:54Z", "file": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "03f88734-c5c1-4d67-a592-b022850348b9", "size": 12716032, "self": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:43:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:43:55,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b6fbaa16-be09-48c7-a776-96d673b7675c 2018-08-25 09:43:55,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245988368988s 2018-08-25 09:43:55,221 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b6fbaa16-be09-48c7-a776-96d673b7675c 2018-08-25 09:43:55,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:43:55,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e"}' 2018-08-25 09:43:55,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8411f1d2-1cc8-4df5-ad50-20e2fbdada49 Date: Sat, 25 Aug 2018 09:43:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:55Z", "file": "/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f3f3b8e3-cde0-4a65-9388-ed538a6346cd", "size": null, "self": "/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd", "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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": null, "created_at": "2018-08-25T09:43:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:43:55,264 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-8411f1d2-1cc8-4df5-ad50-20e2fbdada49 2018-08-25 09:43:55,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0356538295746s 2018-08-25 09:43:55,265 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-8411f1d2-1cc8-4df5-ad50-20e2fbdada49 returning object f3f3b8e3-cde0-4a65-9388-ed538a6346cd 2018-08-25 09:43:55,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:43:55,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '' 2018-08-25 09:43:56,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e741a0ad-6475-4571-9756-abf29bc9e0d1 Date: Sat, 25 Aug 2018 09:43:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:43:56,487 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/file used request id req-e741a0ad-6475-4571-9756-abf29bc9e0d1 2018-08-25 09:43:56,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22220206261s 2018-08-25 09:43:56,488 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/file used request id req-e741a0ad-6475-4571-9756-abf29bc9e0d1 2018-08-25 09:43:56,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:43:56,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:43:56,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-53bdc922-1bca-4d4d-8baf-38c225712302 Date: Sat, 25 Aug 2018 09:43:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:56Z", "file": "/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f3f3b8e3-cde0-4a65-9388-ed538a6346cd", "size": 12716032, "self": "/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:43:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:54Z", "file": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "03f88734-c5c1-4d67-a592-b022850348b9", "size": 12716032, "self": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:43:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:43:56,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-53bdc922-1bca-4d4d-8baf-38c225712302 2018-08-25 09:43:56,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0310781002045s 2018-08-25 09:43:56,524 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-53bdc922-1bca-4d4d-8baf-38c225712302 2018-08-25 09:43:56,526 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'f3f3b8e3-cde0-4a65-9388-ed538a6346cd', 'size': 12716032, u'self': u'/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:43:56Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T09:43:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', '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/f3f3b8e3-cde0-4a65-9388-ed538a6346cd', 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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', 'created': u'2018-08-25T09:43:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T09:43:55Z', 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/f3f3b8e3-cde0-4a65-9388-ed538a6346cd', 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_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:43:56,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:43:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 09:43:56,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4aedb887-e6a2-44c7-9e07-a5f6b9397964 x-compute-request-id: req-4aedb887-e6a2-44c7-9e07-a5f6b9397964 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408", "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": "9c48f3e7-6da5-46d3-8614-3b1c6e524408"}} 2018-08-25 09:43:56,566 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-4aedb887-e6a2-44c7-9e07-a5f6b9397964 2018-08-25 09:43:56,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0392150878906s 2018-08-25 09:43:56,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-4aedb887-e6a2-44c7-9e07-a5f6b9397964 2018-08-25 09:43:56,568 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', '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'89d58111967c4124b09131409c7a2a28', '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'9c48f3e7-6da5-46d3-8614-3b1c6e524408', 'swap': 0}) 2018-08-25 09:43:56,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:43:56,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408/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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"extra_specs": {}}' 2018-08-25 09:43:56,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ccfbf58-c87a-4539-9c6f-c6a58b94a38b x-compute-request-id: req-0ccfbf58-c87a-4539-9c6f-c6a58b94a38b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:43:56,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408/os-extra_specs used request id req-0ccfbf58-c87a-4539-9c6f-c6a58b94a38b 2018-08-25 09:43:56,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220890045166s 2018-08-25 09:43:56,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408/os-extra_specs used request id req-0ccfbf58-c87a-4539-9c6f-c6a58b94a38b 2018-08-25 09:43:56,591 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e', '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'89d58111967c4124b09131409c7a2a28', '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'9c48f3e7-6da5-46d3-8614-3b1c6e524408', 'swap': 0}) 2018-08-25 09:44:00,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-25 09:44:00,088 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-25 09:44:00,088 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-25 09:44:00,091 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-25 09:44:00,102 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-25 09:44:03,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d4f53015-fe16-40f8-8768-89012fa1213e/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-08-25 09:44:03,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-25 09:44:03,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-25 09:44:03,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-08-25 09:46:00,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d5adc93f-d765-4bfb-ac7f-da26ce72752a 2018-08-25 09:46:00,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd5adc93f-d765-4bfb-ac7f-da26ce72752a']'. 2018-08-25 09:46:01,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-25 09:46:01,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-25 09:46:01,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:46:01,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d5adc93f-d765-4bfb-ac7f-da26ce72752a | 2018-08-25 09:46:01,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-25 09:44:06 | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-25 09:45:59 | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d4f53015-fe16-40f8-8768-89012fa1213e) | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c407bcd0-7808-4e93-bcb5-100fe1ef8868) | 2018-08-25 09:46:01,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 97.052 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 127 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-25 09:46:01,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-25 09:46:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-25 09:46:01,374 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 09:46:01,375 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 09:46:01,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:46:01,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:02,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbaf2f5f-1c29-498a-9554-91faeabf6634 Date: Sat, 25 Aug 2018 09:46:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:46:02,423 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd used request id req-bbaf2f5f-1c29-498a-9554-91faeabf6634 2018-08-25 09:46:02,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.04191279411s 2018-08-25 09:46:02,423 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f3f3b8e3-cde0-4a65-9388-ed538a6346cd used request id req-bbaf2f5f-1c29-498a-9554-91faeabf6634 2018-08-25 09:46:02,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:46:02,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:02,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46: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-b26941d1-cdcc-473f-9ebc-3d059edb9606 x-compute-request-id: req-b26941d1-cdcc-473f-9ebc-3d059edb9606 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/0b462178-fea3-4ae0-b890-5a5568592452", "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": "0b462178-fea3-4ae0-b890-5a5568592452"}, {"name": "patrole-flavor_alt_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408", "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": "9c48f3e7-6da5-46d3-8614-3b1c6e524408"}]} 2018-08-25 09:46:02,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-b26941d1-cdcc-473f-9ebc-3d059edb9606 2018-08-25 09:46:02,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258719921112s 2018-08-25 09:46:02,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-b26941d1-cdcc-473f-9ebc-3d059edb9606 2018-08-25 09:46:02,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:46:02,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:02,481 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-053752d5-28bb-43d6-80ea-3b0f38a5057f x-compute-request-id: req-053752d5-28bb-43d6-80ea-3b0f38a5057f Content-Length: 0 Content-Type: application/json 2018-08-25 09:46:02,482 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408 used request id req-053752d5-28bb-43d6-80ea-3b0f38a5057f 2018-08-25 09:46:02,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0291841030121s 2018-08-25 09:46:02,482 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/9c48f3e7-6da5-46d3-8614-3b1c6e524408 used request id req-053752d5-28bb-43d6-80ea-3b0f38a5057f 2018-08-25 09:46:02,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 09:46:02,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7/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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" -d '{"subnet_id": "17660918-5288-4a71-81b2-386c917f307a"}' 2018-08-25 09:46:04,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-04f7db07-edad-49bf-b85a-761096c1aae9 Date: Sat, 25 Aug 2018 09:46:04 GMT RESP BODY: {"network_id": "7d59fdac-67a9-4fd3-82d6-418ceef6be2c", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "17660918-5288-4a71-81b2-386c917f307a", "subnet_ids": ["17660918-5288-4a71-81b2-386c917f307a"], "port_id": "976490f7-2ed3-4560-885e-2549893a9230", "id": "201faeac-2ed5-4ca1-b93a-a87fc05204f7"} 2018-08-25 09:46:04,360 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7/remove_router_interface.json used request id req-04f7db07-edad-49bf-b85a-761096c1aae9 2018-08-25 09:46:04,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87737393379s 2018-08-25 09:46:04,360 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7/remove_router_interface.json used request id req-04f7db07-edad-49bf-b85a-761096c1aae9 returning object 201faeac-2ed5-4ca1-b93a-a87fc05204f7 2018-08-25 09:46:04,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 09:46:04,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:04,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1703 X-Openstack-Request-Id: req-4ef008f0-cda1-4169-86fd-356312b986b5 Date: Sat, 25 Aug 2018 09:46:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T09:43:49Z", "admin_state_up": true, "updated_at": "2018-08-25T09:46:03Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "201faeac-2ed5-4ca1-b93a-a87fc05204f7", "name": "patrole-router_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}]} 2018-08-25 09:46:04,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-4ef008f0-cda1-4169-86fd-356312b986b5 2018-08-25 09:46:04,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11844587326s 2018-08-25 09:46:04,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-4ef008f0-cda1-4169-86fd-356312b986b5 2018-08-25 09:46:04,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 09:46:04,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:05,994 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa9c7696-071b-4d0f-92d1-adb3590d9d54 Content-Length: 0 Date: Sat, 25 Aug 2018 09:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:46:05,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7.json used request id req-aa9c7696-071b-4d0f-92d1-adb3590d9d54 2018-08-25 09:46:05,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.51305913925s 2018-08-25 09:46:05,995 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/201faeac-2ed5-4ca1-b93a-a87fc05204f7.json used request id req-aa9c7696-071b-4d0f-92d1-adb3590d9d54 2018-08-25 09:46:05,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 09:46:05,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:06,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1325 X-Openstack-Request-Id: req-fa162ff0-e4fc-43a9-9fc6-c9b72eff6470 Date: Sat, 25 Aug 2018 09:46:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T09:43:49Z","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":"17660918-5288-4a71-81b2-386c917f307a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e","enable_dhcp":true,"segment_id":null,"network_id":"7d59fdac-67a9-4fd3-82d6-418ceef6be2c","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:43:49Z","ip_version":4},{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 09:46:06,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-fa162ff0-e4fc-43a9-9fc6-c9b72eff6470 2018-08-25 09:46:06,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0400080680847s 2018-08-25 09:46:06,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-fa162ff0-e4fc-43a9-9fc6-c9b72eff6470 2018-08-25 09:46:06,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 09:46:06,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/17660918-5288-4a71-81b2-386c917f307a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:06,866 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a375d6b3-dece-43ff-ad1a-9ed5e51484cc Date: Sat, 25 Aug 2018 09:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:46:06,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/17660918-5288-4a71-81b2-386c917f307a.json used request id req-a375d6b3-dece-43ff-ad1a-9ed5e51484cc 2018-08-25 09:46:06,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.828830003738s 2018-08-25 09:46:06,866 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/17660918-5288-4a71-81b2-386c917f307a.json used request id req-a375d6b3-dece-43ff-ad1a-9ed5e51484cc 2018-08-25 09:46:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:46:06,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:06,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1431 X-Openstack-Request-Id: req-bb4f2c86-7bc7-4a71-9045-852b6dcebc24 Date: Sat, 25 Aug 2018 09:46:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d59fdac-67a9-4fd3-82d6-418ceef6be2c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":42,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T09:46:06Z","qos_policy_id":null,"name":"patrole-net_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T09:43:48Z","provider:network_type":"vxlan"}]} 2018-08-25 09:46:06,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bb4f2c86-7bc7-4a71-9045-852b6dcebc24 2018-08-25 09:46:06,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0906338691711s 2018-08-25 09:46:06,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bb4f2c86-7bc7-4a71-9045-852b6dcebc24 2018-08-25 09:46:06,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 09:46:06,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/7d59fdac-67a9-4fd3-82d6-418ceef6be2c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:08,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-278c61f0-87a9-4f5a-bafe-4df2a06537e4 Date: Sat, 25 Aug 2018 09:46:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 09:46:08,105 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/7d59fdac-67a9-4fd3-82d6-418ceef6be2c.json used request id req-278c61f0-87a9-4f5a-bafe-4df2a06537e4 2018-08-25 09:46:08,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14654898643s 2018-08-25 09:46:08,106 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/7d59fdac-67a9-4fd3-82d6-418ceef6be2c.json used request id req-278c61f0-87a9-4f5a-bafe-4df2a06537e4 2018-08-25 09:46:08,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:46:08,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:08,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-36ae837b-b50b-41f9-982d-f1e0bebb91ba Date: Sat, 25 Aug 2018 09:46:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:43:54Z", "file": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "03f88734-c5c1-4d67-a592-b022850348b9", "size": 12716032, "self": "/v2/images/03f88734-c5c1-4d67-a592-b022850348b9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/03f88734-c5c1-4d67-a592-b022850348b9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T09:43:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:46:08,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-36ae837b-b50b-41f9-982d-f1e0bebb91ba 2018-08-25 09:46:08,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0271890163422s 2018-08-25 09:46:08,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-36ae837b-b50b-41f9-982d-f1e0bebb91ba 2018-08-25 09:46:08,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 09:46:08,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:08,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a8d2da4-7d63-40d3-9ee5-cb3dc20e4fe7 Date: Sat, 25 Aug 2018 09:46:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:46:08,423 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9 used request id req-4a8d2da4-7d63-40d3-9ee5-cb3dc20e4fe7 2018-08-25 09:46:08,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.283972978592s 2018-08-25 09:46:08,423 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/03f88734-c5c1-4d67-a592-b022850348b9 used request id req-4a8d2da4-7d63-40d3-9ee5-cb3dc20e4fe7 2018-08-25 09:46:08,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 09:46:08,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:08,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46: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-d09f4cbf-0bc8-4777-8cd2-cd9fe9514e30 x-compute-request-id: req-d09f4cbf-0bc8-4777-8cd2-cd9fe9514e30 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_4f92baa0-b3a2-4ebd-971c-11125a1a3d9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/0b462178-fea3-4ae0-b890-5a5568592452", "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": "0b462178-fea3-4ae0-b890-5a5568592452"}]} 2018-08-25 09:46:08,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d09f4cbf-0bc8-4777-8cd2-cd9fe9514e30 2018-08-25 09:46:08,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0287210941315s 2018-08-25 09:46:08,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d09f4cbf-0bc8-4777-8cd2-cd9fe9514e30 2018-08-25 09:46:08,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 09:46:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ffd9814596fe87eec5701fc46d34b465fa75bf7" 2018-08-25 09:46:08,512 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:46: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-a8bd4f35-a8c9-45b5-9829-f62d62d35251 x-compute-request-id: req-a8bd4f35-a8c9-45b5-9829-f62d62d35251 Content-Length: 0 Content-Type: application/json 2018-08-25 09:46:08,513 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452 used request id req-a8bd4f35-a8c9-45b5-9829-f62d62d35251 2018-08-25 09:46:08,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0582809448242s 2018-08-25 09:46:08,513 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/0b462178-fea3-4ae0-b890-5a5568592452 used request id req-a8bd4f35-a8c9-45b5-9829-f62d62d35251 2018-08-25 09:46:08,566 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:46:08,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:46:08,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:46:08,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:46:08,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55fd3bc-c82d-47d0-9d19-568f83d44ca9 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:46:08,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-d55fd3bc-c82d-47d0-9d19-568f83d44ca9 2018-08-25 09:46:08,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:46:09,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T10:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["is1plRSZS9OR4oElqdFcAQ"], "issued_at": "2018-08-25T09:46:08.000000Z"}} 2018-08-25 09:46:09,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 09:46:09,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:09,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-edba6f48-c8e4-4e87-9af1-e25ab8ea1832 Date: Sat, 25 Aug 2018 09:46:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 09:46:09,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-edba6f48-c8e4-4e87-9af1-e25ab8ea1832 2018-08-25 09:46:09,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332047939301s 2018-08-25 09:46:09,338 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-edba6f48-c8e4-4e87-9af1-e25ab8ea1832 2018-08-25 09:46:09,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:46:09,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 09:46:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd91ae44-8743-4388-9359-9536b2bb5666 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 09:46:09,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-bd91ae44-8743-4388-9359-9536b2bb5666 2018-08-25 09:46:09,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 09:46:09,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:09,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b975698c-fb2f-4b15-a7b5-9b04fbfcc61a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 09:46:09,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-b975698c-fb2f-4b15-a7b5-9b04fbfcc61a 2018-08-25 09:46:09,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176563978195s 2018-08-25 09:46:09,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-b975698c-fb2f-4b15-a7b5-9b04fbfcc61a 2018-08-25 09:46:09,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 09:46:09,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6"}}' 2018-08-25 09:46:09,651 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 09:46:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04f2b612-8751-45f6-9d4e-1d2664aa24f6 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.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68"}, "tags": [], "enabled": true, "id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6"}} 2018-08-25 09:46:09,652 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-04f2b612-8751-45f6-9d4e-1d2664aa24f6 2018-08-25 09:46:09,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.118635892868s 2018-08-25 09:46:09,652 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-04f2b612-8751-45f6-9d4e-1d2664aa24f6 2018-08-25 09:46:09,653 - 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'331f0b42a3dc4db48ee0fcd5e4c80c68', '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_9d030458-7bef-4134-9478-2aa332033ef6'}) 2018-08-25 09:46:09,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 09:46:09,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "13552836-4f6c-45d2-9101-1c87df2af7c2", "email": null, "name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6"}}' 2018-08-25 09:46:10,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 09:46:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fb8a7c3-858e-442c-8977-46786f8429b8 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6", "links": {"self": "http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e4a5a897821456683ae7118cf881e59", "domain_id": "default", "password_expires_at": null}} 2018-08-25 09:46:10,100 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-0fb8a7c3-858e-442c-8977-46786f8429b8 2018-08-25 09:46:10,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.441186904907s 2018-08-25 09:46:10,100 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-0fb8a7c3-858e-442c-8977-46786f8429b8 2018-08-25 09:46:10,101 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e4a5a897821456683ae7118cf881e59', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6'}) 2018-08-25 09:46:10,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:46:10,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:10,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f8bacd-2166-4293-ae8f-1079fc4b02ab Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:46:10,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-97f8bacd-2166-4293-ae8f-1079fc4b02ab 2018-08-25 09:46:10,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192986965179s 2018-08-25 09:46:10,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-97f8bacd-2166-4293-ae8f-1079fc4b02ab 2018-08-25 09:46:10,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:46:10,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:10,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fc9f219-38ed-4924-87a0-c2f40862691f Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:46:10,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-0fc9f219-38ed-4924-87a0-c2f40862691f 2018-08-25 09:46:10,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.146552085876s 2018-08-25 09:46:10,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-0fc9f219-38ed-4924-87a0-c2f40862691f 2018-08-25 09:46:10,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:46:10,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:10,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6fe80a6-3b6d-49c5-82a9-bbb24b84c2a0 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:46:10,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a6fe80a6-3b6d-49c5-82a9-bbb24b84c2a0 2018-08-25 09:46:10,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193476915359s 2018-08-25 09:46:10,649 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a6fe80a6-3b6d-49c5-82a9-bbb24b84c2a0 2018-08-25 09:46:10,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 09:46:10,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:10,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d3457a-59be-4bd2-a0e0-029392ab508d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 09:46:10,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-f8d3457a-59be-4bd2-a0e0-029392ab508d 2018-08-25 09:46:10,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.167504072189s 2018-08-25 09:46:10,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-f8d3457a-59be-4bd2-a0e0-029392ab508d 2018-08-25 09:46:10,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 09:46:10,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:11,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2924bee3-6790-4674-955c-2bc02cfcb291 Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6", "links": {"self": "http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e4a5a897821456683ae7118cf881e59", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 09:46:11,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-2924bee3-6790-4674-955c-2bc02cfcb291 2018-08-25 09:46:11,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.181087970734s 2018-08-25 09:46:11,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-2924bee3-6790-4674-955c-2bc02cfcb291 2018-08-25 09:46:11,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 09:46:11,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:11,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f73fc7-472e-4b20-8017-f5f4b12da06c Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68"}, "tags": [], "enabled": true, "id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6"}]} 2018-08-25 09:46:11,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-55f73fc7-472e-4b20-8017-f5f4b12da06c 2018-08-25 09:46:11,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105788230896s 2018-08-25 09:46:11,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-55f73fc7-472e-4b20-8017-f5f4b12da06c 2018-08-25 09:46:11,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 09:46:11,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:11,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-892d0bfd-790e-4fef-9c32-71a512c9e9a7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68", "previous": null, "next": null}} 2018-08-25 09:46:11,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68 used request id req-892d0bfd-790e-4fef-9c32-71a512c9e9a7 2018-08-25 09:46:11,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.139127016068s 2018-08-25 09:46:11,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68 used request id req-892d0bfd-790e-4fef-9c32-71a512c9e9a7 2018-08-25 09:46:11,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 09:46:11,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68/users/0e4a5a897821456683ae7118cf881e59/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:11,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 09:46:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c2fe747-ebbb-4b36-aa91-e097f60c5da8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 09:46:11,408 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68/users/0e4a5a897821456683ae7118cf881e59/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-2c2fe747-ebbb-4b36-aa91-e097f60c5da8 2018-08-25 09:46:11,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134417057037s 2018-08-25 09:46:11,408 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68/users/0e4a5a897821456683ae7118cf881e59/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-2c2fe747-ebbb-4b36-aa91-e097f60c5da8 2018-08-25 09:46:11,409 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6', 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'331f0b42a3dc4db48ee0fcd5e4c80c68', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '13552836-4f6c-45d2-9101-1c87df2af7c2', 'username': u'vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 09:46:11,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 09:46:11,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 09:46:11,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 09:46:11,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 09:46:11,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 09:46:11,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 09:46:11,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 09:46:11,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 09:46:11,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 09:46:11,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 09:46:11,415 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6', 'password': '13552836-4f6c-45d2-9101-1c87df2af7c2', 'project_name': 'vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '331f0b42a3dc4db48ee0fcd5e4c80c68', 'project_domain_name': 'Default'} 2018-08-25 09:46:11,419 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-25 09:46:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:46:11,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d653b1-a1da-41c5-9b55-ab338b9b76fb 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 09:46:11,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-d3d653b1-a1da-41c5-9b55-ab338b9b76fb 2018-08-25 09:46:11,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 09:46:11,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T10:46:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "name": "vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/331f0b42a3dc4db48ee0fcd5e4c80c68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6", "id": "0e4a5a897821456683ae7118cf881e59"}, "audit_ids": ["qnE4BwhNR1iVJbdY-6YljA"], "issued_at": "2018-08-25T09:46:11.000000Z"}} 2018-08-25 09:46:11,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 09:46:11,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "vmtp-router_9d030458-7bef-4134-9478-2aa332033ef6", "admin_state_up": true}}' 2018-08-25 09:46:13,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-0ecedd4f-93fd-4d69-9c2b-547556aa8153 Date: Sat, 25 Aug 2018 09:46:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "created_at": "2018-08-25T09:46:12Z", "admin_state_up": true, "updated_at": "2018-08-25T09:46:13Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "id": "72da45d3-93c0-45cb-a32c-6902193de70b", "name": "vmtp-router_9d030458-7bef-4134-9478-2aa332033ef6"}} 2018-08-25 09:46:13,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-0ecedd4f-93fd-4d69-9c2b-547556aa8153 2018-08-25 09:46:13,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.69434499741s 2018-08-25 09:46:13,514 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-0ecedd4f-93fd-4d69-9c2b-547556aa8153 2018-08-25 09:46:13,515 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T09:46:13Z', u'revision_number': 2, u'id': u'72da45d3-93c0-45cb-a32c-6902193de70b', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmtp-router_9d030458-7bef-4134-9478-2aa332033ef6', u'admin_state_up': True, u'tenant_id': u'331f0b42a3dc4db48ee0fcd5e4c80c68', u'created_at': u'2018-08-25T09:46:12Z', u'flavor_id': None, u'routes': [], u'project_id': u'331f0b42a3dc4db48ee0fcd5e4c80c68'}) 2018-08-25 09:46:13,515 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-25 09:46:15,001 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-25 09:46:15,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 09:46:15,006 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 09:46:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 09:46:15,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:46:15,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 09:46:15,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0653c807-276a-4255-b42b-b4fbe5b9f72c Date: Sat, 25 Aug 2018 09:46:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:46:15,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0653c807-276a-4255-b42b-b4fbe5b9f72c 2018-08-25 09:46:15,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.276548862457s 2018-08-25 09:46:15,285 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0653c807-276a-4255-b42b-b4fbe5b9f72c 2018-08-25 09:46:15,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 09:46:15,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6"}' 2018-08-25 09:46:15,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e6e29cf4-3dc9-4b81-ab77-0b38d476e9d4 Date: Sat, 25 Aug 2018 09:46:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:46:15Z", "file": "/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/file", "owner": "331f0b42a3dc4db48ee0fcd5e4c80c68", "id": "6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d", "size": null, "self": "/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d", "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_9d030458-7bef-4134-9478-2aa332033ef6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6", "checksum": null, "created_at": "2018-08-25T09:46:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 09:46:15,351 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-e6e29cf4-3dc9-4b81-ab77-0b38d476e9d4 2018-08-25 09:46:15,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0591039657593s 2018-08-25 09:46:15,352 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-e6e29cf4-3dc9-4b81-ab77-0b38d476e9d4 returning object 6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d 2018-08-25 09:46:15,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 09:46:15,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" -d '' 2018-08-25 09:46:19,346 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2d249d3-04c8-464a-8e0c-a15926a9b7a2 Date: Sat, 25 Aug 2018 09:46:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 09:46:19,346 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/file used request id req-b2d249d3-04c8-464a-8e0c-a15926a9b7a2 2018-08-25 09:46:19,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.99426102638s 2018-08-25 09:46:19,348 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/file used request id req-b2d249d3-04c8-464a-8e0c-a15926a9b7a2 2018-08-25 09:46:19,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 09:46:19,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 09:46:19,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-42823a4e-d3b1-454b-b97a-00015d19cb54 Date: Sat, 25 Aug 2018 09:46:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:46:19Z", "file": "/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/file", "owner": "331f0b42a3dc4db48ee0fcd5e4c80c68", "id": "6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d", "size": 263193088, "self": "/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T09:46:15Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 09:46:19,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-42823a4e-d3b1-454b-b97a-00015d19cb54 2018-08-25 09:46:19,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0386910438538s 2018-08-25 09:46:19,394 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-42823a4e-d3b1-454b-b97a-00015d19cb54 2018-08-25 09:46:19,397 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/file', 'owner': u'331f0b42a3dc4db48ee0fcd5e4c80c68', 'id': u'6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d', 'size': 263193088, u'self': u'/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'331f0b42a3dc4db48ee0fcd5e4c80c68', 'name': 'vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T09:46:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T09:46:19Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6', '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/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d', 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_9d030458-7bef-4134-9478-2aa332033ef6', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6', 'created': u'2018-08-25T09:46:15Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-25T09:46:15Z', 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/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d', 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_9d030458-7bef-4134-9478-2aa332033ef6', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-25 09:46:19,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 09:46:19,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_9d030458-7bef-4134-9478-2aa332033ef6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-25 09:46:19,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46: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-59de36ba-daa9-4bbb-abaa-2df27cb74217 x-compute-request-id: req-59de36ba-daa9-4bbb-abaa-2df27cb74217 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_9d030458-7bef-4134-9478-2aa332033ef6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265", "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": "5ad46dd1-d0f4-4039-a859-4111ce987265"}} 2018-08-25 09:46:19,696 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-59de36ba-daa9-4bbb-abaa-2df27cb74217 2018-08-25 09:46:19,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.297399997711s 2018-08-25 09:46:19,696 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-59de36ba-daa9-4bbb-abaa-2df27cb74217 2018-08-25 09:46:19,697 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_9d030458-7bef-4134-9478-2aa332033ef6', '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'89d58111967c4124b09131409c7a2a28', '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'5ad46dd1-d0f4-4039-a859-4111ce987265', 'swap': 0}) 2018-08-25 09:46:19,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 09:46:19,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265/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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" -d '{"extra_specs": {}}' 2018-08-25 09:46:19,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46: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-69dc8d32-dc2e-4332-bd1e-9e6713021464 x-compute-request-id: req-69dc8d32-dc2e-4332-bd1e-9e6713021464 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 09:46:19,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265/os-extra_specs used request id req-69dc8d32-dc2e-4332-bd1e-9e6713021464 2018-08-25 09:46:19,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206789970398s 2018-08-25 09:46:19,719 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265/os-extra_specs used request id req-69dc8d32-dc2e-4332-bd1e-9e6713021464 2018-08-25 09:46:19,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:46:19,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:19,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ced099e-7ffa-4550-965c-21d63ab02299 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:46:19,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-5ced099e-7ffa-4550-965c-21d63ab02299 2018-08-25 09:46:19,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10174703598s 2018-08-25 09:46:19,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-5ced099e-7ffa-4550-965c-21d63ab02299 2018-08-25 09:46:19,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 09:46:19,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:19,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ece774-6b0e-410f-ace9-f6c241c9be80 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 09:46:19,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-f9ece774-6b0e-410f-ace9-f6c241c9be80 2018-08-25 09:46:19,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.123251914978s 2018-08-25 09:46:19,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-f9ece774-6b0e-410f-ace9-f6c241c9be80 2018-08-25 09:46:19,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 09:46:19,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:20,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b565fd-06fa-466a-a454-b7286ad38bac Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 09:46:20,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-05b565fd-06fa-466a-a454-b7286ad38bac 2018-08-25 09:46:20,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.11455488205s 2018-08-25 09:46:20,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-05b565fd-06fa-466a-a454-b7286ad38bac 2018-08-25 09:46:20,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 09:46:20,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:20,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20ef5547-5bd8-4c43-ba5f-a9f66c17da2f Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6", "links": {"self": "http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e4a5a897821456683ae7118cf881e59", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 09:46:20,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-20ef5547-5bd8-4c43-ba5f-a9f66c17da2f 2018-08-25 09:46:20,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202888965607s 2018-08-25 09:46:20,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-20ef5547-5bd8-4c43-ba5f-a9f66c17da2f 2018-08-25 09:46:20,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 09:46:20,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:20,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a88b245-3208-4f2d-a04f-5dea83a7ced3 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68"}, "tags": [], "enabled": true, "id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6"}]} 2018-08-25 09:46:20,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-5a88b245-3208-4f2d-a04f-5dea83a7ced3 2018-08-25 09:46:20,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184893131256s 2018-08-25 09:46:20,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-5a88b245-3208-4f2d-a04f-5dea83a7ced3 2018-08-25 09:46:20,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 09:46:20,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:20,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe153b4-162f-4941-9463-63daee00fe5e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68", "previous": null, "next": null}} 2018-08-25 09:46:20,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68 used request id req-ebe153b4-162f-4941-9463-63daee00fe5e 2018-08-25 09:46:20,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.177062034607s 2018-08-25 09:46:20,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=0e4a5a897821456683ae7118cf881e59&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=331f0b42a3dc4db48ee0fcd5e4c80c68 used request id req-ebe153b4-162f-4941-9463-63daee00fe5e 2018-08-25 09:46:20,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 09:46:20,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68/users/0e4a5a897821456683ae7118cf881e59/roles/78c6ae9c2dcf4a3497e1cabb59379c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 09:46:20,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 09:46:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c26808e-8ec2-4bfc-b915-8394156fc37e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 09:46:20,811 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68/users/0e4a5a897821456683ae7118cf881e59/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-9c26808e-8ec2-4bfc-b915-8394156fc37e 2018-08-25 09:46:20,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.147344112396s 2018-08-25 09:46:20,811 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68/users/0e4a5a897821456683ae7118cf881e59/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-9c26808e-8ec2-4bfc-b915-8394156fc37e 2018-08-25 09:46:20,812 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_9d030458-7bef-4134-9478-2aa332033ef6' 2018-08-25 09:46:20,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 09:46:20,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" -d '{"keypair": {"name": "vmtp_9d030458-7bef-4134-9478-2aa332033ef6"}}' 2018-08-25 09:46:21,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 09: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-14aeb62c-8cf5-4266-b74c-f9eb25534afb x-compute-request-id: req-14aeb62c-8cf5-4266-b74c-f9eb25534afb Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYHmjlCQlx0bZYv1XfmFlxcyA9cNM6bF7xR4gOouGFuhi7uD+q4bjUJBm8Bqsw3hD8bPBAJ2+6dhm3t/veevUxeuaWYGwp3sM4Co6b1Y4TKiHCJ8N8qshdEa+Q09aRxT9WaKf+NTPqEMmaVYUZkH4GZTe19dDQRRzY9GZ/spxnj6icLQoD8huuZxrxBXYK7pF5ZWcgJHujsyfZvtUS7NPLBSvAFkDpK5X63FzmsEEYWCCVtth/i8xKv0q1y/lranpvkAVrw9BLItQd5oYvnp+1yw1l1WNJl3rUGMFbOLBkQNUy6kAnmuu/gT/zyFcRMLu3meqS/nAXe8x3UEbFM2BB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2B5o5QkJcdG2WL9V35hZcXMgPXDTOmxe8UeIDqLhhboYu7g/\nquG41CQZvAarMN4Q/GzwQCdvunYZt7f73nr1MXrmlmBsKd7DOAqOm9WOEyohwifD\nfKrIXRGvkNPWkcU/Vmin/jUz6hDJmlWFGZB+BmU3tfXQ0EUc2PRmf7KcZ4+onC0K\nA/Ibrmca8QV2Cu6ReWVnICR7o7Mn2b7VEuzTywUrwBZA6SuV+txc5rBBGFgglbbY\nf4vMSr9Ktcv5a2p6b5AFa8PQSyLUHeaGL56ftcsNZdVjSZd61BjBWziwZEDVMupA\nJ5rrv4E/88hXETC7t5nqkv5wF3vMd1BGxTNgQQIDAQABAoIBAQDXWN3esrWFg5j2\nL5mK1kzxvey3LDBd+9RTCZrqMqUT0k6I5twSEx9Py7UU5XQ5ml1Emex/kIxFOR8B\nMMQ5eT3PEw6ncub0hbLyqZpWb2JFeGrxAxxIoghKrK/LWTpqQCiPmnMi27KiHh40\nudiJk6/wAXWUy59JmERZbpaf0cMFcIsZDwfCqZYRzuexr6gk5JWeZ2qo8wE9fSXk\n/v4l3HaVwcwwAk2QB1W/9qRtOY9EIqnte4LLqs1NWAC9Bpy6aZTmx0VALPSEXDbR\nd7ZO444t1cVq2IyL5t7ZTiNsTWzpvbdvXxha+skeyr6faFnH5Rpxt7n3lLbpoOHx\nZoeTnQOdAoGBAP83kqncwhUcbPABDdDMkyS87RZ94eibKkU3L/sWvELQbJU9zot8\nG55vLn5A/GGkT6vPz3fS/gbkv6t/MYhBm+NS68tn9kkF0Eic3a2Ms/gvH5jEmBtC\n15CEKZUYI5SPNVAiU/f5fpMqsPDOHfqaXDn/16xvTEo/jzgjRBnwkoEnAoGBANjI\nIdWfaRnJElZu9uG32UXEAyTtHQmuBx8lfSG2nqK2hD4L9YcOhwchkOXjbRCD/g09\nhtCCKZc/2ZiFe+KZBoGwyONaezaoozS9Yj45xxkYpV3V4DjvkGVPtPqRaY15T2Wq\n7Dir67Y3dXoPkkdbX6IBUwc7ag27ownSs/qUwCRXAoGASfefSB+1GE0+vWhwyp0f\n4DvpMuWU/cdKvvi5rTnvoiWp8q8RF5gGoSpz/R90hhALDy6RYJcEDJdrfZbFkkoB\nlibINBGTbaKDtSfRj6UB2+I8dBg2RWBf/YBwVMfEOCAxQWJRl8L1jk2HLqNuSN1H\n8X9W0KEJKVO2fHysFiCFNW0CgYB+WAYALyxeLuZVIc8ZtsEW/Cqo9tkZryfPa1YG\ntBy40I86alXrJPhlm5aLpYUHPyZuKRHNrE75K+lyDzoo0u8L3zD18OIm9RpJvqbn\nhV0Yr1iR2/kWtej+Yvojn2RZY/52TqvmS6zRQnlhbnnexM5z6Tmu2V3yKw3Wx8rF\nnLRveQKBgQCOyUBlPGhVB0Tg+E8Frad/3I/XpjZe7J87x7ICsaQbAiuenVShGyp/\nBnYbbaVyIdCqF0HzCiBQNpkfKgOPXOzm90UA8hFlFIKT78iO6+vS5etjsbbsTaOL\n7/SoRDRYLkjebiart7/hzkfa0y4WxLjKmqda80Pjdtq9vtCFRDSpEg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "0e4a5a897821456683ae7118cf881e59", "name": "vmtp_9d030458-7bef-4134-9478-2aa332033ef6", "fingerprint": "fe:9c:c5:0d:ff:f0:af:d1:8b:36:5f:26:fb:db:7b:a7"}} 2018-08-25 09:46:21,198 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-14aeb62c-8cf5-4266-b74c-f9eb25534afb 2018-08-25 09:46:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.386070013046s 2018-08-25 09:46:21,199 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-14aeb62c-8cf5-4266-b74c-f9eb25534afb 2018-08-25 09:46:21,199 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYHmjlCQlx0bZYv1XfmFlxcyA9cNM6bF7xR4gOouGFuhi7uD+q4bjUJBm8Bqsw3hD8bPBAJ2+6dhm3t/veevUxeuaWYGwp3sM4Co6b1Y4TKiHCJ8N8qshdEa+Q09aRxT9WaKf+NTPqEMmaVYUZkH4GZTe19dDQRRzY9GZ/spxnj6icLQoD8huuZxrxBXYK7pF5ZWcgJHujsyfZvtUS7NPLBSvAFkDpK5X63FzmsEEYWCCVtth/i8xKv0q1y/lranpvkAVrw9BLItQd5oYvnp+1yw1l1WNJl3rUGMFbOLBkQNUy6kAnmuu/gT/zyFcRMLu3meqS/nAXe8x3UEbFM2BB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2B5o5QkJcdG2WL9V35hZcXMgPXDTOmxe8UeIDqLhhboYu7g/\nquG41CQZvAarMN4Q/GzwQCdvunYZt7f73nr1MXrmlmBsKd7DOAqOm9WOEyohwifD\nfKrIXRGvkNPWkcU/Vmin/jUz6hDJmlWFGZB+BmU3tfXQ0EUc2PRmf7KcZ4+onC0K\nA/Ibrmca8QV2Cu6ReWVnICR7o7Mn2b7VEuzTywUrwBZA6SuV+txc5rBBGFgglbbY\nf4vMSr9Ktcv5a2p6b5AFa8PQSyLUHeaGL56ftcsNZdVjSZd61BjBWziwZEDVMupA\nJ5rrv4E/88hXETC7t5nqkv5wF3vMd1BGxTNgQQIDAQABAoIBAQDXWN3esrWFg5j2\nL5mK1kzxvey3LDBd+9RTCZrqMqUT0k6I5twSEx9Py7UU5XQ5ml1Emex/kIxFOR8B\nMMQ5eT3PEw6ncub0hbLyqZpWb2JFeGrxAxxIoghKrK/LWTpqQCiPmnMi27KiHh40\nudiJk6/wAXWUy59JmERZbpaf0cMFcIsZDwfCqZYRzuexr6gk5JWeZ2qo8wE9fSXk\n/v4l3HaVwcwwAk2QB1W/9qRtOY9EIqnte4LLqs1NWAC9Bpy6aZTmx0VALPSEXDbR\nd7ZO444t1cVq2IyL5t7ZTiNsTWzpvbdvXxha+skeyr6faFnH5Rpxt7n3lLbpoOHx\nZoeTnQOdAoGBAP83kqncwhUcbPABDdDMkyS87RZ94eibKkU3L/sWvELQbJU9zot8\nG55vLn5A/GGkT6vPz3fS/gbkv6t/MYhBm+NS68tn9kkF0Eic3a2Ms/gvH5jEmBtC\n15CEKZUYI5SPNVAiU/f5fpMqsPDOHfqaXDn/16xvTEo/jzgjRBnwkoEnAoGBANjI\nIdWfaRnJElZu9uG32UXEAyTtHQmuBx8lfSG2nqK2hD4L9YcOhwchkOXjbRCD/g09\nhtCCKZc/2ZiFe+KZBoGwyONaezaoozS9Yj45xxkYpV3V4DjvkGVPtPqRaY15T2Wq\n7Dir67Y3dXoPkkdbX6IBUwc7ag27ownSs/qUwCRXAoGASfefSB+1GE0+vWhwyp0f\n4DvpMuWU/cdKvvi5rTnvoiWp8q8RF5gGoSpz/R90hhALDy6RYJcEDJdrfZbFkkoB\nlibINBGTbaKDtSfRj6UB2+I8dBg2RWBf/YBwVMfEOCAxQWJRl8L1jk2HLqNuSN1H\n8X9W0KEJKVO2fHysFiCFNW0CgYB+WAYALyxeLuZVIc8ZtsEW/Cqo9tkZryfPa1YG\ntBy40I86alXrJPhlm5aLpYUHPyZuKRHNrE75K+lyDzoo0u8L3zD18OIm9RpJvqbn\nhV0Yr1iR2/kWtej+Yvojn2RZY/52TqvmS6zRQnlhbnnexM5z6Tmu2V3yKw3Wx8rF\nnLRveQKBgQCOyUBlPGhVB0Tg+E8Frad/3I/XpjZe7J87x7ICsaQbAiuenVShGyp/\nBnYbbaVyIdCqF0HzCiBQNpkfKgOPXOzm90UA8hFlFIKT78iO6+vS5etjsbbsTaOL\n7/SoRDRYLkjebiart7/hzkfa0y4WxLjKmqda80Pjdtq9vtCFRDSpEg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0e4a5a897821456683ae7118cf881e59', 'name': u'vmtp_9d030458-7bef-4134-9478-2aa332033ef6', 'created_at': '2018-08-25T09:46:21.199859', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'331f0b42a3dc4db48ee0fcd5e4c80c68', 'name': 'vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fe:9c:c5:0d:ff:f0:af:d1:8b:36:5f:26:fb:db:7b:a7', 'type': 'ssh', 'id': u'vmtp_9d030458-7bef-4134-9478-2aa332033ef6'}) 2018-08-25 09:46:21,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 09:46:21,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/vmtp_9d030458-7bef-4134-9478-2aa332033ef6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 09:46:21,234 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 09:46: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-40e79df1-f562-4458-82d9-3cf5d235afee x-compute-request-id: req-40e79df1-f562-4458-82d9-3cf5d235afee Content-Length: 0 Content-Type: application/json 2018-08-25 09:46:21,234 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/vmtp_9d030458-7bef-4134-9478-2aa332033ef6 used request id req-40e79df1-f562-4458-82d9-3cf5d235afee 2018-08-25 09:46:21,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.033411026001s 2018-08-25 09:46:21,234 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/vmtp_9d030458-7bef-4134-9478-2aa332033ef6 used request id req-40e79df1-f562-4458-82d9-3cf5d235afee 2018-08-25 09:46:22,338 - 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-08-25 10:04:06,475 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-25 09:46:23,183 INFO Using http://172.30.9.35:5000/v3 2018-08-25 09:46:23,183 INFO VM public key: /tmp/tmpKWh8sz 2018-08-25 09:46:23,183 INFO VM private key: /tmp/tmpfveNoM 2018-08-25 09:46:24,868 INFO Found image vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6 to launch VM, will continue 2018-08-25 09:46:25,425 INFO Using external router: vmtp-router_9d030458-7bef-4134-9478-2aa332033ef6 2018-08-25 09:46:25,426 INFO Using external network: external. 2018-08-25 09:46:26,095 INFO Created internal network: pns-internal-net_9d030458-7bef-4134-9478-2aa332033ef6. 2018-08-25 09:46:26,947 INFO Created internal network: pns-internal-net2_9d030458-7bef-4134-9478-2aa332033ef6. 2018-08-25 09:46:29,017 DEBUG Ext router associated to pns-internal-net_9d030458-7bef-4134-9478-2aa332033ef6 2018-08-25 09:46:31,480 DEBUG Ext router associated to pns-internal-net2_9d030458-7bef-4134-9478-2aa332033ef6 2018-08-25 09:46:31,551 INFO OpenStack agent: Open vSwitch agent 2018-08-25 09:46:31,551 INFO OpenStack network type: vxlan 2018-08-25 09:46:32,591 INFO [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Creating server VM... 2018-08-25 09:46:32,591 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-25 09:46:35,180 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 1 of 90... 2018-08-25 09:46:37,615 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 2 of 90... 2018-08-25 09:46:40,231 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 3 of 90... 2018-08-25 09:46:42,801 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 4 of 90... 2018-08-25 09:46:44,948 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 5 of 90... 2018-08-25 09:46:47,152 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 6 of 90... 2018-08-25 09:46:49,812 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 7 of 90... 2018-08-25 09:46:52,212 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 8 of 90... 2018-08-25 09:46:54,536 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 9 of 90... 2018-08-25 09:46:57,102 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 10 of 90... 2018-08-25 09:46:59,668 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 11 of 90... 2018-08-25 09:47:02,014 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 12 of 90... 2018-08-25 09:47:04,415 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 13 of 90... 2018-08-25 09:47:07,223 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 14 of 90... 2018-08-25 09:47:09,544 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 15 of 90... 2018-08-25 09:47:11,875 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 16 of 90... 2018-08-25 09:47:14,188 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 17 of 90... 2018-08-25 09:47:16,792 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 18 of 90... 2018-08-25 09:47:19,363 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 19 of 90... 2018-08-25 09:47:21,682 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 20 of 90... 2018-08-25 09:47:24,281 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 21 of 90... 2018-08-25 09:47:26,426 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 22 of 90... 2018-08-25 09:47:28,758 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 23 of 90... 2018-08-25 09:47:30,900 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 24 of 90... 2018-08-25 09:47:33,221 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 25 of 90... 2018-08-25 09:47:35,544 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 26 of 90... 2018-08-25 09:47:37,976 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 27 of 90... 2018-08-25 09:47:40,123 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 28 of 90... 2018-08-25 09:47:42,512 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 29 of 90... 2018-08-25 09:47:44,933 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 30 of 90... 2018-08-25 09:47:47,259 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 31 of 90... 2018-08-25 09:47:49,653 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 32 of 90... 2018-08-25 09:47:54,732 INFO [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Internal network IP: 192.168.1.27 2018-08-25 09:47:54,733 INFO [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] SSH IP: 172.30.9.207 2018-08-25 09:47:54,733 INFO [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Setup SSH for ubuntu@172.30.9.207 2018-08-25 09:48:06,256 INFO [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Installing nuttcp-8.1.4... 2018-08-25 09:48:06,326 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Copying nuttcp-8.1.4 to target... 2018-08-25 09:48:06,540 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Starting nuttcp-8.1.4 server... 2018-08-25 09:48:06,586 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] 2018-08-25 09:48:06,631 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Creating client VM... 2018-08-25 09:48:06,632 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-25 09:48:08,740 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 1 of 90... 2018-08-25 09:48:11,356 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 2 of 90... 2018-08-25 09:48:13,750 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 3 of 90... 2018-08-25 09:48:15,912 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 4 of 90... 2018-08-25 09:48:18,308 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 5 of 90... 2018-08-25 09:48:20,459 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] VM status=BUILD, retrying 6 of 90... 2018-08-25 09:48:24,774 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Internal network IP: 192.168.1.10 2018-08-25 09:48:24,774 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] SSH IP: 172.30.9.202 2018-08-25 09:48:24,774 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Setup SSH for ubuntu@172.30.9.202 2018-08-25 09:48:32,455 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Installing nuttcp-8.1.4... 2018-08-25 09:48:32,502 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Copying nuttcp-8.1.4 to target... 2018-08-25 09:48:32,606 INFO ============================================================ 2018-08-25 09:48:32,607 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-25 09:48:41,653 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] PING 192.168.1.27 (192.168.1.27) 64(92) bytes of data. 72 bytes from 192.168.1.27: icmp_seq=1 ttl=64 time=41.1 ms 72 bytes from 192.168.1.27: icmp_seq=2 ttl=64 time=0.138 ms 72 bytes from 192.168.1.27: icmp_seq=3 ttl=64 time=0.201 ms 72 bytes from 192.168.1.27: icmp_seq=4 ttl=64 time=0.108 ms 72 bytes from 192.168.1.27: icmp_seq=5 ttl=64 time=0.150 ms 72 bytes from 192.168.1.27: icmp_seq=6 ttl=64 time=0.115 ms 72 bytes from 192.168.1.27: icmp_seq=7 ttl=64 time=0.344 ms 72 bytes from 192.168.1.27: icmp_seq=8 ttl=64 time=0.231 ms 72 bytes from 192.168.1.27: icmp_seq=9 ttl=64 time=0.514 ms 72 bytes from 192.168.1.27: icmp_seq=10 ttl=64 time=0.268 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9702ms rtt min/avg/max/mdev = 0.108/4.318/41.117/12.266 ms 2018-08-25 09:48:50,698 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] PING 192.168.1.27 (192.168.1.27) 391(419) bytes of data. 399 bytes from 192.168.1.27: icmp_seq=1 ttl=64 time=0.196 ms 399 bytes from 192.168.1.27: icmp_seq=2 ttl=64 time=0.358 ms 399 bytes from 192.168.1.27: icmp_seq=3 ttl=64 time=0.189 ms 399 bytes from 192.168.1.27: icmp_seq=4 ttl=64 time=0.284 ms 399 bytes from 192.168.1.27: icmp_seq=5 ttl=64 time=0.110 ms 399 bytes from 192.168.1.27: icmp_seq=6 ttl=64 time=0.371 ms 399 bytes from 192.168.1.27: icmp_seq=7 ttl=64 time=0.112 ms 399 bytes from 192.168.1.27: icmp_seq=8 ttl=64 time=0.237 ms 399 bytes from 192.168.1.27: icmp_seq=9 ttl=64 time=0.113 ms 399 bytes from 192.168.1.27: icmp_seq=10 ttl=64 time=0.220 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.110/0.219/0.371/0.091 ms 2018-08-25 09:48:59,746 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] PING 192.168.1.27 (192.168.1.27) 1500(1528) bytes of data. 1508 bytes from 192.168.1.27: icmp_seq=1 ttl=64 time=0.563 ms 1508 bytes from 192.168.1.27: icmp_seq=2 ttl=64 time=0.145 ms 1508 bytes from 192.168.1.27: icmp_seq=3 ttl=64 time=0.375 ms 1508 bytes from 192.168.1.27: icmp_seq=4 ttl=64 time=0.155 ms 1508 bytes from 192.168.1.27: icmp_seq=5 ttl=64 time=0.341 ms 1508 bytes from 192.168.1.27: icmp_seq=6 ttl=64 time=0.166 ms 1508 bytes from 192.168.1.27: icmp_seq=7 ttl=64 time=0.256 ms 1508 bytes from 192.168.1.27: icmp_seq=8 ttl=64 time=0.164 ms 1508 bytes from 192.168.1.27: icmp_seq=9 ttl=64 time=0.312 ms 1508 bytes from 192.168.1.27: icmp_seq=10 ttl=64 time=0.302 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.145/0.277/0.563/0.126 ms 2018-08-25 09:48:59,747 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Measuring TCP Throughput (packet size=65536)... 2018-08-25 09:48:59,747 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:09,846 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=18614.7104 real_seconds=10.00 rate_Mbps=15613.2585 tx_cpu=33 rx_cpu=48 retrans=0 cwnd=3137 rtt_ms=0.23 2018-08-25 09:49:09,848 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:19,947 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=16981.8232 real_seconds=10.00 rate_Mbps=14242.1158 tx_cpu=32 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.40 2018-08-25 09:49:19,948 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:30,046 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=17128.2222 real_seconds=10.00 rate_Mbps=14364.7955 tx_cpu=31 rx_cpu=47 retrans=0 cwnd=3137 rtt_ms=0.25 2018-08-25 09:49:30,047 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Measuring UDP Throughput (packet size=128)... 2018-08-25 09:49:30,048 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:33,377 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=17.0591 real_seconds=1.00 rate_Mbps=142.7781 tx_cpu=16 rx_cpu=27 drop=0 pkt=139748 data_loss=0.00000 2018-08-25 09:49:33,380 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=1<146204/5000000<10000000 Kbps loss-rate=0 2018-08-25 09:49:33,380 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R438612K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:36,731 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=17.4531 real_seconds=1.00 rate_Mbps=146.1501 tx_cpu=12 rx_cpu=32 drop=0 pkt=142976 data_loss=0.00000 2018-08-25 09:49:36,732 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=1<149657/438612<438612 Kbps loss-rate=0 2018-08-25 09:49:36,732 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R294134K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:40,059 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=19.1132 real_seconds=1.00 rate_Mbps=159.9330 tx_cpu=16 rx_cpu=31 drop=0 pkt=156575 data_loss=0.00000 2018-08-25 09:49:40,060 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=1<163771/294134<294134 Kbps loss-rate=0 2018-08-25 09:49:40,060 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R228952K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:43,413 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=17.4003 real_seconds=1.00 rate_Mbps=145.5990 tx_cpu=16 rx_cpu=28 drop=34 pkt=142578 data_loss=0.02413 2018-08-25 09:49:43,414 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=1<149093/228952<228952 Kbps loss-rate=0 2018-08-25 09:49:43,414 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R189022K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:46,766 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=16.7256 real_seconds=1.00 rate_Mbps=139.9940 tx_cpu=13 rx_cpu=28 drop=106 pkt=137123 data_loss=0.07766 2018-08-25 09:49:46,766 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=1<143353/189022<189022 Kbps loss-rate=0 2018-08-25 09:49:46,767 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R166187K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:50,118 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=17.9226 real_seconds=1.00 rate_Mbps=149.9255 tx_cpu=16 rx_cpu=29 drop=0 pkt=146822 data_loss=0.00000 2018-08-25 09:49:50,119 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=1<153523/166187<166187 Kbps loss-rate=0 2018-08-25 09:49:50,119 DEBUG undershot, min=153523 kbps=159855 max=166187 2018-08-25 09:49:50,119 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R159855K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:53,447 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=17.4891 real_seconds=1.00 rate_Mbps=146.3378 tx_cpu=16 rx_cpu=29 drop=22 pkt=143293 data_loss=0.01544 2018-08-25 09:49:53,447 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=128 throughput=153523<149849/159855<166187 Kbps loss-rate=0 2018-08-25 09:49:53,448 DEBUG undershot, min=159855 kbps=163021 max=166187 2018-08-25 09:49:53,448 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Measuring UDP Throughput (packet size=1024)... 2018-08-25 09:49:53,448 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:49:56,775 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=144.4922 real_seconds=1.00 rate_Mbps=1210.7625 tx_cpu=20 rx_cpu=30 drop=50 pkt=148010 data_loss=0.03376 2018-08-25 09:49:56,776 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1<1239820/5000000<10000000 Kbps loss-rate=0 2018-08-25 09:49:56,776 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3119910K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:00,103 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=128.9863 real_seconds=1.00 rate_Mbps=1080.0641 tx_cpu=18 rx_cpu=27 drop=0 pkt=132082 data_loss=0.00000 2018-08-25 09:50:00,103 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1<1105985/3119910<3119910 Kbps loss-rate=0 2018-08-25 09:50:00,104 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2112947K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:03,430 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=142.1250 real_seconds=1.00 rate_Mbps=1190.9637 tx_cpu=19 rx_cpu=30 drop=236 pkt=145772 data_loss=0.16192 2018-08-25 09:50:03,431 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1<1219546/2112947<2112947 Kbps loss-rate=0 2018-08-25 09:50:03,431 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1666246K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:06,782 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=141.3896 real_seconds=1.00 rate_Mbps=1185.1190 tx_cpu=21 rx_cpu=32 drop=372 pkt=145155 data_loss=0.25629 2018-08-25 09:50:06,783 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1<1213561/1666246<1666246 Kbps loss-rate=0 2018-08-25 09:50:06,783 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1439903K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:10,110 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=144.6426 real_seconds=1.00 rate_Mbps=1212.1244 tx_cpu=21 rx_cpu=31 drop=31 pkt=148145 data_loss=0.02094 2018-08-25 09:50:10,110 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1<1241215/1439903<1439903 Kbps loss-rate=0 2018-08-25 09:50:10,111 DEBUG undershot, min=1241215 kbps=1340559 max=1439903 2018-08-25 09:50:10,111 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1340559K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:13,463 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=143.9297 real_seconds=1.00 rate_Mbps=1205.0572 tx_cpu=21 rx_cpu=29 drop=0 pkt=147384 data_loss=0.00000 2018-08-25 09:50:13,464 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1241215<1233978/1340559<1439903 Kbps loss-rate=0 2018-08-25 09:50:13,464 DEBUG undershot, min=1340559 kbps=1390231 max=1439903 2018-08-25 09:50:13,464 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1390231K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:16,792 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=140.1670 real_seconds=1.00 rate_Mbps=1174.1938 tx_cpu=19 rx_cpu=32 drop=0 pkt=143531 data_loss=0.00000 2018-08-25 09:50:16,792 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=1024 throughput=1340559<1202374/1390231<1439903 Kbps loss-rate=0 2018-08-25 09:50:16,792 DEBUG undershot, min=1390231 kbps=1415067 max=1439903 2018-08-25 09:50:16,793 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Measuring UDP Throughput (packet size=8192)... 2018-08-25 09:50:16,793 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:20,144 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=594.7031 real_seconds=1.00 rate_Mbps=4988.9060 tx_cpu=99 rx_cpu=24 drop=172 pkt=76294 data_loss=0.22545 2018-08-25 09:50:20,145 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=8192 throughput=1<5108639/5000000<10000000 Kbps loss-rate=0 2018-08-25 09:50:20,145 DEBUG undershot, min=5108639 kbps=7554319 max=10000000 2018-08-25 09:50:20,145 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7554319K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:23,471 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=900.5469 real_seconds=1.00 rate_Mbps=7554.7502 tx_cpu=83 rx_cpu=32 drop=0 pkt=115270 data_loss=0.00000 2018-08-25 09:50:23,472 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=8192 throughput=5108639<7736064/7554319<10000000 Kbps loss-rate=0 2018-08-25 09:50:23,472 DEBUG undershot, min=7736064 kbps=8868032 max=10000000 2018-08-25 09:50:23,472 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8868032K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:26,800 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=972.4062 real_seconds=1.00 rate_Mbps=8150.2479 tx_cpu=26 rx_cpu=34 drop=49 pkt=124517 data_loss=0.03936 2018-08-25 09:50:26,800 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=8192 throughput=7736064<8345853/8868032<10000000 Kbps loss-rate=0 2018-08-25 09:50:26,801 DEBUG undershot, min=8345853 kbps=9172926 max=10000000 2018-08-25 09:50:26,801 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9172926K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:30,154 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=860.0547 real_seconds=1.00 rate_Mbps=7200.6348 tx_cpu=22 rx_cpu=27 drop=0 pkt=110087 data_loss=0.00000 2018-08-25 09:50:30,155 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=8192 throughput=8345853<7373450/9172926<10000000 Kbps loss-rate=0 2018-08-25 09:50:30,155 DEBUG undershot, min=9172926 kbps=9586463 max=10000000 2018-08-25 09:50:30,155 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9586463K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:50:33,480 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] megabytes=948.2109 real_seconds=1.00 rate_Mbps=7946.2316 tx_cpu=26 rx_cpu=34 drop=22 pkt=121393 data_loss=0.01813 2018-08-25 09:50:33,480 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] pkt-size=8192 throughput=9172926<8136941/9586463<10000000 Kbps loss-rate=0 2018-08-25 09:50:33,481 DEBUG undershot, min=9586463 kbps=9793231 max=10000000 2018-08-25 09:50:33,491 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.10', 'ip_to': u'192.168.1.27', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.23, 'throughput_kbps': 15987976, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.4, 'throughput_kbps': 14583926, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 14709550, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 149849, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1202374, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 8136941, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.318', 'rtt_max_ms': '41.117', 'rtt_min_ms': '0.108', 'rtt_stddev': '12.266', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.219', 'rtt_max_ms': '0.371', 'rtt_min_ms': '0.110', 'rtt_stddev': '0.091', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.277', 'rtt_max_ms': '0.563', 'rtt_min_ms': '0.145', 'rtt_stddev': '0.126', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-25 09:50:33,493 INFO Deleting floating ip 4f3a5473-008b-431e-8278-05fc75407633 2018-08-25 09:50:34,672 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Floating IP 172.30.9.202 deleted 2018-08-25 09:50:34,832 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef61] Instance deleted 2018-08-25 09:50:34,896 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Creating client VM... 2018-08-25 09:50:34,897 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-25 09:50:36,571 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] VM status=BUILD, retrying 1 of 90... 2018-08-25 09:50:39,346 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] VM status=BUILD, retrying 2 of 90... 2018-08-25 09:50:41,499 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] VM status=BUILD, retrying 3 of 90... 2018-08-25 09:50:44,376 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] VM status=BUILD, retrying 4 of 90... 2018-08-25 09:50:47,217 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] VM status=BUILD, retrying 5 of 90... 2018-08-25 09:50:51,796 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Internal network IP: 192.168.2.3 2018-08-25 09:50:51,796 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] SSH IP: 172.30.9.210 2018-08-25 09:50:51,796 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Setup SSH for ubuntu@172.30.9.210 2018-08-25 09:51:04,320 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Installing nuttcp-8.1.4... 2018-08-25 09:51:04,367 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Copying nuttcp-8.1.4 to target... 2018-08-25 09:51:04,536 INFO ============================================================ 2018-08-25 09:51:04,536 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-25 09:51:13,583 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] PING 192.168.1.27 (192.168.1.27) 64(92) bytes of data. 72 bytes from 192.168.1.27: icmp_seq=1 ttl=63 time=1.67 ms 72 bytes from 192.168.1.27: icmp_seq=2 ttl=63 time=0.479 ms 72 bytes from 192.168.1.27: icmp_seq=3 ttl=63 time=0.543 ms 72 bytes from 192.168.1.27: icmp_seq=4 ttl=63 time=0.472 ms 72 bytes from 192.168.1.27: icmp_seq=5 ttl=63 time=0.358 ms 72 bytes from 192.168.1.27: icmp_seq=6 ttl=63 time=0.396 ms 72 bytes from 192.168.1.27: icmp_seq=7 ttl=63 time=0.624 ms 72 bytes from 192.168.1.27: icmp_seq=8 ttl=63 time=0.350 ms 72 bytes from 192.168.1.27: icmp_seq=9 ttl=63 time=0.454 ms 72 bytes from 192.168.1.27: icmp_seq=10 ttl=63 time=0.541 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9621ms rtt min/avg/max/mdev = 0.350/0.588/1.670/0.370 ms 2018-08-25 09:51:22,631 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] PING 192.168.1.27 (192.168.1.27) 391(419) bytes of data. 399 bytes from 192.168.1.27: icmp_seq=1 ttl=63 time=0.300 ms 399 bytes from 192.168.1.27: icmp_seq=2 ttl=63 time=0.470 ms 399 bytes from 192.168.1.27: icmp_seq=3 ttl=63 time=0.275 ms 399 bytes from 192.168.1.27: icmp_seq=4 ttl=63 time=0.476 ms 399 bytes from 192.168.1.27: icmp_seq=5 ttl=63 time=0.221 ms 399 bytes from 192.168.1.27: icmp_seq=6 ttl=63 time=0.384 ms 399 bytes from 192.168.1.27: icmp_seq=7 ttl=63 time=0.281 ms 399 bytes from 192.168.1.27: icmp_seq=8 ttl=63 time=0.259 ms 399 bytes from 192.168.1.27: icmp_seq=9 ttl=63 time=0.443 ms 399 bytes from 192.168.1.27: icmp_seq=10 ttl=63 time=0.626 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.221/0.373/0.626/0.123 ms 2018-08-25 09:51:31,678 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] PING 192.168.1.27 (192.168.1.27) 1500(1528) bytes of data. 1508 bytes from 192.168.1.27: icmp_seq=1 ttl=63 time=1.80 ms 1508 bytes from 192.168.1.27: icmp_seq=2 ttl=63 time=0.502 ms 1508 bytes from 192.168.1.27: icmp_seq=3 ttl=63 time=0.313 ms 1508 bytes from 192.168.1.27: icmp_seq=4 ttl=63 time=0.308 ms 1508 bytes from 192.168.1.27: icmp_seq=5 ttl=63 time=0.436 ms 1508 bytes from 192.168.1.27: icmp_seq=6 ttl=63 time=0.385 ms 1508 bytes from 192.168.1.27: icmp_seq=7 ttl=63 time=0.307 ms 1508 bytes from 192.168.1.27: icmp_seq=8 ttl=63 time=0.281 ms 1508 bytes from 192.168.1.27: icmp_seq=9 ttl=63 time=0.439 ms 1508 bytes from 192.168.1.27: icmp_seq=10 ttl=63 time=0.348 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.281/0.512/1.807/0.437 ms 2018-08-25 09:51:31,679 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring TCP Throughput (packet size=65536)... 2018-08-25 09:51:31,680 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:51:41,805 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=2142.8615 real_seconds=10.00 rate_Mbps=1797.2446 tx_cpu=4 rx_cpu=7 retrans=15 cwnd=318 rtt_ms=0.20 2018-08-25 09:51:41,805 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:51:51,906 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=2417.1887 real_seconds=10.00 rate_Mbps=2026.7410 tx_cpu=4 rx_cpu=10 retrans=278 cwnd=394 rtt_ms=0.35 2018-08-25 09:51:51,907 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:02,033 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=2090.5611 real_seconds=10.00 rate_Mbps=1753.1107 tx_cpu=4 rx_cpu=7 retrans=73 cwnd=383 rtt_ms=0.31 2018-08-25 09:52:02,034 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring UDP Throughput (packet size=128)... 2018-08-25 09:52:02,034 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:05,386 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=17.9696 real_seconds=1.00 rate_Mbps=150.0379 tx_cpu=25 rx_cpu=19 drop=56898 pkt=204105 data_loss=27.87696 2018-08-25 09:52:05,387 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<153638/5000000<10000000 Kbps loss-rate=27 2018-08-25 09:52:05,387 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R460914K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:08,713 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=17.6881 real_seconds=1.00 rate_Mbps=148.2830 tx_cpu=22 rx_cpu=22 drop=64476 pkt=209377 data_loss=30.79421 2018-08-25 09:52:08,713 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<151841/460914<460914 Kbps loss-rate=30 2018-08-25 09:52:08,714 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R306377K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:12,042 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=18.2377 real_seconds=1.01 rate_Mbps=150.7358 tx_cpu=21 rx_cpu=19 drop=31291 pkt=180694 data_loss=17.31709 2018-08-25 09:52:12,042 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<154353/306377<306377 Kbps loss-rate=17 2018-08-25 09:52:12,043 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R230365K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:15,371 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=17.9187 real_seconds=1.01 rate_Mbps=149.1355 tx_cpu=21 rx_cpu=19 drop=45643 pkt=192433 data_loss=23.71905 2018-08-25 09:52:15,371 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<152714/230365<230365 Kbps loss-rate=23 2018-08-25 09:52:15,372 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R191539K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:18,697 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=18.5422 real_seconds=1.01 rate_Mbps=154.7061 tx_cpu=88 rx_cpu=20 drop=34832 pkt=186730 data_loss=18.65387 2018-08-25 09:52:18,697 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<158419/191539<191539 Kbps loss-rate=18 2018-08-25 09:52:18,698 DEBUG overshot, min=1 kbps=158419 max=191539 2018-08-25 09:52:18,698 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R158419K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:22,050 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=18.1998 real_seconds=1.00 rate_Mbps=152.2134 tx_cpu=91 rx_cpu=19 drop=5613 pkt=154706 data_loss=3.62828 2018-08-25 09:52:22,051 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<155866/158419<191539 Kbps loss-rate=3 2018-08-25 09:52:22,051 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring UDP Throughput (packet size=1024)... 2018-08-25 09:52:22,052 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:25,405 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=144.1689 real_seconds=1.01 rate_Mbps=1198.3401 tx_cpu=28 rx_cpu=20 drop=47776 pkt=195405 data_loss=24.44976 2018-08-25 09:52:25,406 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1227100/5000000<10000000 Kbps loss-rate=24 2018-08-25 09:52:25,406 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3113550K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:28,732 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=142.5850 real_seconds=1.00 rate_Mbps=1195.7127 tx_cpu=29 rx_cpu=20 drop=40447 pkt=186454 data_loss=21.69274 2018-08-25 09:52:28,732 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1224409/3113550<3113550 Kbps loss-rate=21 2018-08-25 09:52:28,733 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2168979K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:32,059 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=140.9160 real_seconds=1.00 rate_Mbps=1177.6952 tx_cpu=27 rx_cpu=20 drop=36562 pkt=180860 data_loss=20.21565 2018-08-25 09:52:32,060 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1205959/2168979<2168979 Kbps loss-rate=20 2018-08-25 09:52:32,060 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1687469K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:35,386 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=141.5488 real_seconds=1.01 rate_Mbps=1181.2575 tx_cpu=30 rx_cpu=20 drop=54569 pkt=199515 data_loss=27.35085 2018-08-25 09:52:35,386 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1209607/1687469<1687469 Kbps loss-rate=27 2018-08-25 09:52:35,387 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1448538K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:38,714 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=141.6309 real_seconds=1.00 rate_Mbps=1186.9083 tx_cpu=30 rx_cpu=20 drop=24177 pkt=169207 data_loss=14.28839 2018-08-25 09:52:38,714 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1215394/1448538<1448538 Kbps loss-rate=14 2018-08-25 09:52:38,715 DEBUG overshot, min=1 kbps=1215394 max=1448538 2018-08-25 09:52:38,715 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1215394K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:42,044 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=137.1846 real_seconds=1.00 rate_Mbps=1147.2460 tx_cpu=84 rx_cpu=21 drop=7886 pkt=148363 data_loss=5.31529 2018-08-25 09:52:42,045 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1174779/1215394<1448538 Kbps loss-rate=5 2018-08-25 09:52:42,045 DEBUG overshot, min=1 kbps=1174779 max=1215394 2018-08-25 09:52:42,045 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1174779K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:45,380 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=138.8350 real_seconds=1.00 rate_Mbps=1164.9116 tx_cpu=95 rx_cpu=22 drop=1239 pkt=143406 data_loss=0.86394 2018-08-25 09:52:45,381 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1192869/1174779<1215394 Kbps loss-rate=0 2018-08-25 09:52:45,381 DEBUG undershot, min=1192869 kbps=1204131 max=1215394 2018-08-25 09:52:45,381 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring UDP Throughput (packet size=8192)... 2018-08-25 09:52:45,382 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:48,734 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=199.9062 real_seconds=1.00 rate_Mbps=1671.9077 tx_cpu=86 rx_cpu=10 drop=50706 pkt=76294 data_loss=66.46133 2018-08-25 09:52:48,734 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1712033/5000000<10000000 Kbps loss-rate=66 2018-08-25 09:52:48,735 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3356016K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:52,061 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=197.8984 real_seconds=1.00 rate_Mbps=1659.8999 tx_cpu=99 rx_cpu=11 drop=25878 pkt=51209 data_loss=50.53409 2018-08-25 09:52:52,062 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1699737/3356016<3356016 Kbps loss-rate=50 2018-08-25 09:52:52,062 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2527876K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:55,390 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=194.5938 real_seconds=1.00 rate_Mbps=1633.0713 tx_cpu=99 rx_cpu=10 drop=13665 pkt=38573 data_loss=35.42633 2018-08-25 09:52:55,390 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1672265/2527876<2527876 Kbps loss-rate=35 2018-08-25 09:52:55,390 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2100070K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:52:58,717 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=198.0547 real_seconds=1.00 rate_Mbps=1656.3133 tx_cpu=99 rx_cpu=10 drop=6694 pkt=32045 data_loss=20.88938 2018-08-25 09:52:58,718 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1696064/2100070<2100070 Kbps loss-rate=20 2018-08-25 09:52:58,718 DEBUG overshot, min=1 kbps=1696064 max=2100070 2018-08-25 09:52:58,719 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1696064K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:53:02,046 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=200.4609 real_seconds=1.00 rate_Mbps=1677.6307 tx_cpu=99 rx_cpu=10 drop=221 pkt=25880 data_loss=0.85396 2018-08-25 09:53:02,047 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1717893/1696064<2100070 Kbps loss-rate=0 2018-08-25 09:53:02,047 DEBUG undershot, min=1717893 kbps=1908981 max=2100070 2018-08-25 09:53:02,048 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1908981K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:53:05,401 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=201.1406 real_seconds=1.00 rate_Mbps=1687.1346 tx_cpu=99 rx_cpu=9 drop=3383 pkt=29129 data_loss=11.61386 2018-08-25 09:53:05,401 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1717893<1727625/1908981<2100070 Kbps loss-rate=11 2018-08-25 09:53:05,401 DEBUG overshot, min=1717893 kbps=1727625 max=1908981 2018-08-25 09:53:05,402 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1727625K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:53:08,730 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=205.4453 real_seconds=1.00 rate_Mbps=1723.4123 tx_cpu=99 rx_cpu=8 drop=65 pkt=26362 data_loss=0.24656 2018-08-25 09:53:08,730 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1717893<1764774/1727625<1908981 Kbps loss-rate=0 2018-08-25 09:53:08,731 DEBUG undershot, min=1764774 kbps=1836877 max=1908981 2018-08-25 09:53:08,732 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1836877K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:53:12,084 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=215.8516 real_seconds=1.00 rate_Mbps=1806.3499 tx_cpu=99 rx_cpu=10 drop=400 pkt=28029 data_loss=1.42709 2018-08-25 09:53:12,084 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1764774<1849702/1836877<1908981 Kbps loss-rate=1 2018-08-25 09:53:12,084 DEBUG undershot, min=1849702 kbps=1879341 max=1908981 2018-08-25 09:53:12,098 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.3', 'ip_to': u'192.168.1.27', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 15, 'rtt_ms': 0.2, 'throughput_kbps': 1840378, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 278, 'rtt_ms': 0.35, 'throughput_kbps': 2075382, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 73, 'rtt_ms': 0.31, 'throughput_kbps': 1795185, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.63, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 155866, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.86, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1192869, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.43, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1849702, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.588', 'rtt_max_ms': '1.670', 'rtt_min_ms': '0.350', 'rtt_stddev': '0.370', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.373', 'rtt_max_ms': '0.626', 'rtt_min_ms': '0.221', 'rtt_stddev': '0.123', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.512', 'rtt_max_ms': '1.807', 'rtt_min_ms': '0.281', 'rtt_stddev': '0.437', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-25 09:53:12,100 INFO ============================================================ 2018-08-25 09:53:12,100 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-25 09:53:21,170 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] PING 172.30.9.207 (172.30.9.207) 64(92) bytes of data. 72 bytes from 172.30.9.207: icmp_seq=1 ttl=63 time=0.540 ms 72 bytes from 172.30.9.207: icmp_seq=2 ttl=63 time=0.318 ms 72 bytes from 172.30.9.207: icmp_seq=3 ttl=63 time=0.607 ms 72 bytes from 172.30.9.207: icmp_seq=4 ttl=63 time=0.420 ms 72 bytes from 172.30.9.207: icmp_seq=5 ttl=63 time=0.513 ms 72 bytes from 172.30.9.207: icmp_seq=6 ttl=63 time=0.387 ms 72 bytes from 172.30.9.207: icmp_seq=7 ttl=63 time=0.536 ms 72 bytes from 172.30.9.207: icmp_seq=8 ttl=63 time=0.299 ms 72 bytes from 172.30.9.207: icmp_seq=9 ttl=63 time=0.624 ms 72 bytes from 172.30.9.207: icmp_seq=10 ttl=63 time=0.449 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.299/0.469/0.624/0.108 ms 2018-08-25 09:53:30,215 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] PING 172.30.9.207 (172.30.9.207) 391(419) bytes of data. 399 bytes from 172.30.9.207: icmp_seq=1 ttl=63 time=0.383 ms 399 bytes from 172.30.9.207: icmp_seq=2 ttl=63 time=0.408 ms 399 bytes from 172.30.9.207: icmp_seq=3 ttl=63 time=0.310 ms 399 bytes from 172.30.9.207: icmp_seq=4 ttl=63 time=0.410 ms 399 bytes from 172.30.9.207: icmp_seq=5 ttl=63 time=0.461 ms 399 bytes from 172.30.9.207: icmp_seq=6 ttl=63 time=0.333 ms 399 bytes from 172.30.9.207: icmp_seq=7 ttl=63 time=0.283 ms 399 bytes from 172.30.9.207: icmp_seq=8 ttl=63 time=0.536 ms 399 bytes from 172.30.9.207: icmp_seq=9 ttl=63 time=0.351 ms 399 bytes from 172.30.9.207: icmp_seq=10 ttl=63 time=0.601 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.283/0.407/0.601/0.098 ms 2018-08-25 09:53:39,262 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] PING 172.30.9.207 (172.30.9.207) 1500(1528) bytes of data. 1508 bytes from 172.30.9.207: icmp_seq=1 ttl=63 time=1.44 ms 1508 bytes from 172.30.9.207: icmp_seq=2 ttl=63 time=0.350 ms 1508 bytes from 172.30.9.207: icmp_seq=3 ttl=63 time=0.909 ms 1508 bytes from 172.30.9.207: icmp_seq=4 ttl=63 time=0.374 ms 1508 bytes from 172.30.9.207: icmp_seq=5 ttl=63 time=0.335 ms 1508 bytes from 172.30.9.207: icmp_seq=6 ttl=63 time=0.351 ms 1508 bytes from 172.30.9.207: icmp_seq=7 ttl=63 time=0.383 ms 1508 bytes from 172.30.9.207: icmp_seq=8 ttl=63 time=0.376 ms 1508 bytes from 172.30.9.207: icmp_seq=9 ttl=63 time=0.276 ms 1508 bytes from 172.30.9.207: icmp_seq=10 ttl=63 time=0.494 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.276/0.528/1.440/0.349 ms 2018-08-25 09:53:39,263 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring TCP Throughput (packet size=65536)... 2018-08-25 09:53:39,264 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:53:49,365 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=2126.7563 real_seconds=10.00 rate_Mbps=1783.2939 tx_cpu=4 rx_cpu=6 retrans=23 cwnd=352 rtt_ms=0.34 2018-08-25 09:53:49,366 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:53:59,465 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=2125.8004 real_seconds=10.00 rate_Mbps=1782.5802 tx_cpu=4 rx_cpu=6 retrans=29 cwnd=360 rtt_ms=0.44 2018-08-25 09:53:59,465 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:09,565 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=2583.1646 real_seconds=10.00 rate_Mbps=2166.1970 tx_cpu=4 rx_cpu=8 retrans=54 cwnd=405 rtt_ms=0.35 2018-08-25 09:54:09,566 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring UDP Throughput (packet size=128)... 2018-08-25 09:54:09,566 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:12,891 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=17.5245 real_seconds=1.00 rate_Mbps=146.8568 tx_cpu=25 rx_cpu=22 drop=67246 pkt=210806 data_loss=31.89926 2018-08-25 09:54:12,892 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<150381/5000000<10000000 Kbps loss-rate=31 2018-08-25 09:54:12,892 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R451143K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:16,219 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=16.7834 real_seconds=1.01 rate_Mbps=139.9382 tx_cpu=20 rx_cpu=19 drop=51207 pkt=188697 data_loss=27.13736 2018-08-25 09:54:16,220 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<143296/451143<451143 Kbps loss-rate=27 2018-08-25 09:54:16,220 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R297219K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:19,571 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=15.9001 real_seconds=1.01 rate_Mbps=132.2428 tx_cpu=24 rx_cpu=18 drop=75195 pkt=205449 data_loss=36.60045 2018-08-25 09:54:19,572 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<135416/297219<297219 Kbps loss-rate=36 2018-08-25 09:54:19,572 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R216317K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:22,899 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=16.5479 real_seconds=1.00 rate_Mbps=138.7471 tx_cpu=17 rx_cpu=20 drop=71745 pkt=207305 data_loss=34.60827 2018-08-25 09:54:22,899 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<142077/216317<216317 Kbps loss-rate=34 2018-08-25 09:54:22,900 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R179197K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:26,227 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=16.9495 real_seconds=1.00 rate_Mbps=142.1636 tx_cpu=71 rx_cpu=19 drop=36054 pkt=174904 data_loss=20.61347 2018-08-25 09:54:26,228 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<145575/179197<179197 Kbps loss-rate=20 2018-08-25 09:54:26,228 DEBUG overshot, min=1 kbps=145575 max=179197 2018-08-25 09:54:26,228 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R145575K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:29,580 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=16.5944 real_seconds=1.00 rate_Mbps=138.7590 tx_cpu=78 rx_cpu=21 drop=6222 pkt=142163 data_loss=4.37654 2018-08-25 09:54:29,580 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=128 throughput=1<142089/145575<179197 Kbps loss-rate=4 2018-08-25 09:54:29,580 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring UDP Throughput (packet size=1024)... 2018-08-25 09:54:29,581 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:32,932 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=137.9805 real_seconds=1.00 rate_Mbps=1157.3148 tx_cpu=28 rx_cpu=19 drop=63044 pkt=204336 data_loss=30.85310 2018-08-25 09:54:32,932 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1185090/5000000<10000000 Kbps loss-rate=30 2018-08-25 09:54:32,933 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3092545K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:36,260 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=136.7822 real_seconds=1.01 rate_Mbps=1141.2418 tx_cpu=30 rx_cpu=21 drop=57967 pkt=198032 data_loss=29.27154 2018-08-25 09:54:36,261 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1168631/3092545<3092545 Kbps loss-rate=29 2018-08-25 09:54:36,261 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2130588K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:39,587 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=141.5781 real_seconds=1.01 rate_Mbps=1170.8568 tx_cpu=31 rx_cpu=20 drop=36314 pkt=181290 data_loss=20.03090 2018-08-25 09:54:39,587 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1198957/2130588<2130588 Kbps loss-rate=20 2018-08-25 09:54:39,587 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1664772K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:42,917 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=135.8906 real_seconds=1.00 rate_Mbps=1135.0287 tx_cpu=55 rx_cpu=18 drop=47101 pkt=186253 data_loss=25.28874 2018-08-25 09:54:42,917 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1162269/1664772<1664772 Kbps loss-rate=25 2018-08-25 09:54:42,917 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1413520K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:46,245 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=128.3027 real_seconds=1.00 rate_Mbps=1076.0575 tx_cpu=54 rx_cpu=19 drop=41167 pkt=172549 data_loss=23.85818 2018-08-25 09:54:46,245 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1101882/1413520<1413520 Kbps loss-rate=23 2018-08-25 09:54:46,246 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1257701K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:49,597 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=132.6055 real_seconds=1.00 rate_Mbps=1108.1764 tx_cpu=83 rx_cpu=19 drop=17740 pkt=153528 data_loss=11.55488 2018-08-25 09:54:49,597 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1134772/1257701<1257701 Kbps loss-rate=11 2018-08-25 09:54:49,598 DEBUG overshot, min=1 kbps=1134772 max=1257701 2018-08-25 09:54:49,598 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1134772K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:52,923 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=132.0264 real_seconds=1.00 rate_Mbps=1103.9451 tx_cpu=91 rx_cpu=19 drop=3327 pkt=138522 data_loss=2.40177 2018-08-25 09:54:52,923 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=1024 throughput=1<1130439/1134772<1257701 Kbps loss-rate=2 2018-08-25 09:54:52,924 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Measuring UDP Throughput (packet size=8192)... 2018-08-25 09:54:52,924 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:56,252 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=197.8125 real_seconds=1.00 rate_Mbps=1651.3706 tx_cpu=18 rx_cpu=9 drop=47883 pkt=73203 data_loss=65.41125 2018-08-25 09:54:56,252 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1691003/5000000<10000000 Kbps loss-rate=65 2018-08-25 09:54:56,253 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3345501K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:54:59,579 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=198.4609 real_seconds=1.00 rate_Mbps=1659.3054 tx_cpu=99 rx_cpu=11 drop=25646 pkt=51049 data_loss=50.23801 2018-08-25 09:54:59,579 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1699128/3345501<3345501 Kbps loss-rate=50 2018-08-25 09:54:59,579 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2522314K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:55:02,908 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=196.9766 real_seconds=1.00 rate_Mbps=1646.7766 tx_cpu=96 rx_cpu=13 drop=13275 pkt=38488 data_loss=34.49126 2018-08-25 09:55:02,908 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1686299/2522314<2522314 Kbps loss-rate=34 2018-08-25 09:55:02,909 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2104306K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:55:06,261 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=207.7812 real_seconds=1.00 rate_Mbps=1737.8878 tx_cpu=99 rx_cpu=11 drop=5513 pkt=32109 data_loss=17.16967 2018-08-25 09:55:06,261 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1779597/2104306<2104306 Kbps loss-rate=17 2018-08-25 09:55:06,261 DEBUG overshot, min=1 kbps=1779597 max=2104306 2018-08-25 09:55:06,262 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1779597K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:55:09,613 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=208.9844 real_seconds=1.00 rate_Mbps=1752.0928 tx_cpu=99 rx_cpu=10 drop=405 pkt=27155 data_loss=1.49141 2018-08-25 09:55:09,614 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1<1794143/1779597<2104306 Kbps loss-rate=1 2018-08-25 09:55:09,614 DEBUG undershot, min=1794143 kbps=1949224 max=2104306 2018-08-25 09:55:09,614 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1949224K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:55:12,941 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=192.4766 real_seconds=1.00 rate_Mbps=1609.4762 tx_cpu=99 rx_cpu=8 drop=5106 pkt=29743 data_loss=17.16705 2018-08-25 09:55:12,941 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1794143<1648103/1949224<2104306 Kbps loss-rate=17 2018-08-25 09:55:12,941 DEBUG overshot, min=1794143 kbps=1648103 max=1949224 2018-08-25 09:55:12,942 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1648103K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 09:55:16,294 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] megabytes=196.2500 real_seconds=1.00 rate_Mbps=1646.3005 tx_cpu=99 rx_cpu=9 drop=28 pkt=25148 data_loss=0.11137 2018-08-25 09:55:16,294 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] pkt-size=8192 throughput=1794143<1685811/1648103<1949224 Kbps loss-rate=0 2018-08-25 09:55:16,294 DEBUG undershot, min=1871683 kbps=1910453 max=1949224 2018-08-25 09:55:16,305 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.3', 'ip_to': u'172.30.9.207', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 23, 'rtt_ms': 0.34, 'throughput_kbps': 1826092, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 29, 'rtt_ms': 0.44, 'throughput_kbps': 1825362, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 54, 'rtt_ms': 0.35, 'throughput_kbps': 2218185, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.38, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 142089, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.4, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1130439, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1685811, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.469', 'rtt_max_ms': '0.624', 'rtt_min_ms': '0.299', 'rtt_stddev': '0.108', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.407', 'rtt_max_ms': '0.601', 'rtt_min_ms': '0.283', 'rtt_stddev': '0.098', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.528', 'rtt_max_ms': '1.440', 'rtt_min_ms': '0.276', 'rtt_stddev': '0.349', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-25 09:55:16,306 INFO Deleting floating ip 802e46b8-4b9c-449a-a6f6-ad7273833cc2 2018-08-25 09:55:17,781 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Floating IP 172.30.9.210 deleted 2018-08-25 09:55:18,663 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef62] Instance deleted 2018-08-25 09:55:18,728 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Creating client VM... 2018-08-25 09:55:18,728 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-25 09:55:23,263 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 1 of 90... 2018-08-25 09:55:26,212 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 2 of 90... 2018-08-25 09:55:28,376 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 3 of 90... 2018-08-25 09:55:30,762 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 4 of 90... 2018-08-25 09:55:33,082 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 5 of 90... 2018-08-25 09:55:35,395 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 6 of 90... 2018-08-25 09:55:37,982 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 7 of 90... 2018-08-25 09:55:40,642 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 8 of 90... 2018-08-25 09:55:44,026 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 9 of 90... 2018-08-25 09:55:46,330 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 10 of 90... 2018-08-25 09:55:49,395 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 11 of 90... 2018-08-25 09:55:51,805 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 12 of 90... 2018-08-25 09:55:54,280 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 13 of 90... 2018-08-25 09:55:56,424 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 14 of 90... 2018-08-25 09:55:58,894 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 15 of 90... 2018-08-25 09:56:01,040 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 16 of 90... 2018-08-25 09:56:03,461 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 17 of 90... 2018-08-25 09:56:06,246 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 18 of 90... 2018-08-25 09:56:08,414 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 19 of 90... 2018-08-25 09:56:10,802 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 20 of 90... 2018-08-25 09:56:13,417 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 21 of 90... 2018-08-25 09:56:15,794 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 22 of 90... 2018-08-25 09:56:17,945 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 23 of 90... 2018-08-25 09:56:20,266 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 24 of 90... 2018-08-25 09:56:22,416 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 25 of 90... 2018-08-25 09:56:24,739 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 26 of 90... 2018-08-25 09:56:26,884 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 27 of 90... 2018-08-25 09:56:29,032 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 28 of 90... 2018-08-25 09:56:32,523 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 29 of 90... 2018-08-25 09:56:35,331 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 30 of 90... 2018-08-25 09:56:37,484 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 31 of 90... 2018-08-25 09:56:39,864 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 32 of 90... 2018-08-25 09:56:42,039 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 33 of 90... 2018-08-25 09:56:44,239 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 34 of 90... 2018-08-25 09:56:46,570 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] VM status=BUILD, retrying 35 of 90... 2018-08-25 09:56:51,445 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Internal network IP: 192.168.1.14 2018-08-25 09:56:51,445 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] SSH IP: 172.30.9.201 2018-08-25 09:56:51,445 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Setup SSH for ubuntu@172.30.9.201 2018-08-25 09:57:00,833 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Installing nuttcp-8.1.4... 2018-08-25 09:57:00,880 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Copying nuttcp-8.1.4 to target... 2018-08-25 09:57:01,047 INFO ============================================================ 2018-08-25 09:57:01,047 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-25 09:57:10,092 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] PING 192.168.1.27 (192.168.1.27) 64(92) bytes of data. 72 bytes from 192.168.1.27: icmp_seq=1 ttl=64 time=42.2 ms 72 bytes from 192.168.1.27: icmp_seq=2 ttl=64 time=0.523 ms 72 bytes from 192.168.1.27: icmp_seq=3 ttl=64 time=0.313 ms 72 bytes from 192.168.1.27: icmp_seq=4 ttl=64 time=0.442 ms 72 bytes from 192.168.1.27: icmp_seq=5 ttl=64 time=0.388 ms 72 bytes from 192.168.1.27: icmp_seq=6 ttl=64 time=0.421 ms 72 bytes from 192.168.1.27: icmp_seq=7 ttl=64 time=0.531 ms 72 bytes from 192.168.1.27: icmp_seq=8 ttl=64 time=0.596 ms 72 bytes from 192.168.1.27: icmp_seq=9 ttl=64 time=0.542 ms 72 bytes from 192.168.1.27: icmp_seq=10 ttl=64 time=0.510 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.313/4.647/42.208/12.520 ms 2018-08-25 09:57:19,132 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] PING 192.168.1.27 (192.168.1.27) 391(419) bytes of data. 399 bytes from 192.168.1.27: icmp_seq=1 ttl=64 time=0.350 ms 399 bytes from 192.168.1.27: icmp_seq=2 ttl=64 time=0.499 ms 399 bytes from 192.168.1.27: icmp_seq=3 ttl=64 time=0.532 ms 399 bytes from 192.168.1.27: icmp_seq=4 ttl=64 time=0.443 ms 399 bytes from 192.168.1.27: icmp_seq=5 ttl=64 time=0.501 ms 399 bytes from 192.168.1.27: icmp_seq=6 ttl=64 time=0.147 ms 399 bytes from 192.168.1.27: icmp_seq=7 ttl=64 time=0.435 ms 399 bytes from 192.168.1.27: icmp_seq=8 ttl=64 time=0.310 ms 399 bytes from 192.168.1.27: icmp_seq=9 ttl=64 time=0.490 ms 399 bytes from 192.168.1.27: icmp_seq=10 ttl=64 time=0.383 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.147/0.409/0.532/0.110 ms 2018-08-25 09:57:28,175 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] PING 192.168.1.27 (192.168.1.27) 1500(1528) bytes of data. 1508 bytes from 192.168.1.27: icmp_seq=1 ttl=64 time=1.34 ms 1508 bytes from 192.168.1.27: icmp_seq=2 ttl=64 time=0.596 ms 1508 bytes from 192.168.1.27: icmp_seq=3 ttl=64 time=0.395 ms 1508 bytes from 192.168.1.27: icmp_seq=4 ttl=64 time=0.378 ms 1508 bytes from 192.168.1.27: icmp_seq=5 ttl=64 time=0.496 ms 1508 bytes from 192.168.1.27: icmp_seq=6 ttl=64 time=0.547 ms 1508 bytes from 192.168.1.27: icmp_seq=7 ttl=64 time=0.512 ms 1508 bytes from 192.168.1.27: icmp_seq=8 ttl=64 time=0.588 ms 1508 bytes from 192.168.1.27: icmp_seq=9 ttl=64 time=0.414 ms 1508 bytes from 192.168.1.27: icmp_seq=10 ttl=64 time=0.327 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.327/0.559/1.344/0.276 ms 2018-08-25 09:57:28,176 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Measuring TCP Throughput (packet size=65536)... 2018-08-25 09:57:28,177 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:57:38,272 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=5419.4785 real_seconds=10.00 rate_Mbps=4547.5328 tx_cpu=9 rx_cpu=13 retrans=3 cwnd=424 rtt_ms=0.70 2018-08-25 09:57:38,273 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:57:48,367 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=6083.6768 real_seconds=10.00 rate_Mbps=5104.1686 tx_cpu=9 rx_cpu=16 retrans=1 cwnd=763 rtt_ms=0.19 2018-08-25 09:57:48,367 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:57:58,461 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=5162.2500 real_seconds=10.00 rate_Mbps=4331.7386 tx_cpu=9 rx_cpu=13 retrans=5 cwnd=369 rtt_ms=0.25 2018-08-25 09:57:58,462 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Measuring UDP Throughput (packet size=128)... 2018-08-25 09:57:58,462 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:01,789 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=24.7346 real_seconds=1.00 rate_Mbps=207.2107 tx_cpu=16 rx_cpu=26 drop=90 pkt=202716 data_loss=0.04445 2018-08-25 09:58:01,790 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=128 throughput=1<212183/5000000<10000000 Kbps loss-rate=0 2018-08-25 09:58:01,790 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R636549K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:05,142 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=25.9398 real_seconds=1.00 rate_Mbps=217.3755 tx_cpu=17 rx_cpu=26 drop=80 pkt=212579 data_loss=0.03777 2018-08-25 09:58:05,143 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=128 throughput=1<222592/636549<636549 Kbps loss-rate=0 2018-08-25 09:58:05,143 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R429570K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:08,467 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=23.9814 real_seconds=1.00 rate_Mbps=201.0803 tx_cpu=17 rx_cpu=24 drop=15639 pkt=212095 data_loss=7.37375 2018-08-25 09:58:08,468 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=128 throughput=1<205906/429570<429570 Kbps loss-rate=7 2018-08-25 09:58:08,468 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R317738K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:11,794 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=25.7769 real_seconds=1.00 rate_Mbps=215.5652 tx_cpu=18 rx_cpu=26 drop=6752 pkt=217916 data_loss=3.09837 2018-08-25 09:58:11,795 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=128 throughput=1<220738/317738<317738 Kbps loss-rate=3 2018-08-25 09:58:11,795 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R269238K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:15,120 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=25.9366 real_seconds=1.00 rate_Mbps=217.0965 tx_cpu=18 rx_cpu=24 drop=10675 pkt=223148 data_loss=4.78383 2018-08-25 09:58:15,121 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=128 throughput=1<222306/269238<269238 Kbps loss-rate=4 2018-08-25 09:58:15,121 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Measuring UDP Throughput (packet size=1024)... 2018-08-25 09:58:15,122 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:18,472 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=173.9932 real_seconds=1.00 rate_Mbps=1455.1629 tx_cpu=28 rx_cpu=24 drop=24859 pkt=203028 data_loss=12.24409 2018-08-25 09:58:18,472 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1<1490086/5000000<10000000 Kbps loss-rate=12 2018-08-25 09:58:18,472 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3245043K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:21,798 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=201.5264 real_seconds=1.00 rate_Mbps=1692.0197 tx_cpu=35 rx_cpu=26 drop=2740 pkt=209103 data_loss=1.31032 2018-08-25 09:58:21,799 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1<1732628/3245043<3245043 Kbps loss-rate=1 2018-08-25 09:58:21,799 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2488835K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:25,126 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=198.2910 real_seconds=1.00 rate_Mbps=1664.0645 tx_cpu=28 rx_cpu=28 drop=953 pkt=204003 data_loss=0.46717 2018-08-25 09:58:25,126 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1<1704002/2488835<2488835 Kbps loss-rate=0 2018-08-25 09:58:25,127 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2096418K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:28,451 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=193.5186 real_seconds=1.00 rate_Mbps=1624.5128 tx_cpu=31 rx_cpu=28 drop=234 pkt=198397 data_loss=0.11794 2018-08-25 09:58:28,451 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1<1663501/2096418<2096418 Kbps loss-rate=0 2018-08-25 09:58:28,452 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1879959K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:31,802 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=192.8115 real_seconds=1.00 rate_Mbps=1618.1420 tx_cpu=32 rx_cpu=27 drop=2296 pkt=199735 data_loss=1.14953 2018-08-25 09:58:31,803 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1<1656977/1879959<1879959 Kbps loss-rate=1 2018-08-25 09:58:31,803 DEBUG undershot, min=1656977 kbps=1768468 max=1879959 2018-08-25 09:58:31,804 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1768468K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:35,128 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=196.6455 real_seconds=1.00 rate_Mbps=1650.5262 tx_cpu=31 rx_cpu=28 drop=463 pkt=201828 data_loss=0.22943 2018-08-25 09:58:35,128 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1656977<1690138/1768468<1879959 Kbps loss-rate=0 2018-08-25 09:58:35,128 DEBUG undershot, min=1690138 kbps=1785048 max=1879959 2018-08-25 09:58:35,129 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1785048K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:38,453 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=196.9023 real_seconds=1.00 rate_Mbps=1652.7001 tx_cpu=48 rx_cpu=26 drop=2877 pkt=204505 data_loss=1.40683 2018-08-25 09:58:38,453 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1690138<1692364/1785048<1879959 Kbps loss-rate=1 2018-08-25 09:58:38,454 DEBUG undershot, min=1692364 kbps=1786161 max=1879959 2018-08-25 09:58:38,454 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1786161K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:41,804 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=199.5957 real_seconds=1.00 rate_Mbps=1674.5327 tx_cpu=39 rx_cpu=26 drop=4999 pkt=209385 data_loss=2.38745 2018-08-25 09:58:41,805 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=1024 throughput=1692364<1714721/1786161<1879959 Kbps loss-rate=2 2018-08-25 09:58:41,805 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Measuring UDP Throughput (packet size=8192)... 2018-08-25 09:58:41,806 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:45,130 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=316.7031 real_seconds=1.00 rate_Mbps=2657.8306 tx_cpu=76 rx_cpu=14 drop=35756 pkt=76294 data_loss=46.86608 2018-08-25 09:58:45,131 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=8192 throughput=1<2721618/5000000<10000000 Kbps loss-rate=46 2018-08-25 09:58:45,131 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3860809K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:48,456 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=318.4375 real_seconds=1.00 rate_Mbps=2671.0043 tx_cpu=99 rx_cpu=15 drop=18152 pkt=58912 data_loss=30.81206 2018-08-25 09:58:48,457 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=8192 throughput=1<2735108/3860809<3860809 Kbps loss-rate=30 2018-08-25 09:58:48,457 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3297958K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:51,809 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=320.3125 real_seconds=1.00 rate_Mbps=2686.7423 tx_cpu=99 rx_cpu=15 drop=9323 pkt=50323 data_loss=18.52631 2018-08-25 09:58:51,809 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=8192 throughput=1<2751224/3297958<3297958 Kbps loss-rate=18 2018-08-25 09:58:51,809 DEBUG overshot, min=1 kbps=2751224 max=3297958 2018-08-25 09:58:51,810 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2751224K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:55,134 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=326.4766 real_seconds=1.00 rate_Mbps=2742.8778 tx_cpu=99 rx_cpu=16 drop=192 pkt=41981 data_loss=0.45735 2018-08-25 09:58:55,134 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=8192 throughput=1<2808706/2751224<3297958 Kbps loss-rate=0 2018-08-25 09:58:55,134 DEBUG undershot, min=2808706 kbps=3053332 max=3297958 2018-08-25 09:58:55,135 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3053332K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:58:58,459 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=327.2031 real_seconds=1.00 rate_Mbps=2742.8478 tx_cpu=99 rx_cpu=15 drop=4709 pkt=46591 data_loss=10.10711 2018-08-25 09:58:58,459 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=8192 throughput=2808706<2808676/3053332<3297958 Kbps loss-rate=10 2018-08-25 09:58:58,459 DEBUG overshot, min=2808706 kbps=2808676 max=3053332 2018-08-25 09:58:58,460 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2808676K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 09:59:01,810 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] megabytes=328.0234 real_seconds=1.00 rate_Mbps=2755.1094 tx_cpu=99 rx_cpu=16 drop=870 pkt=42857 data_loss=2.03001 2018-08-25 09:59:01,810 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] pkt-size=8192 throughput=2808706<2821232/2808676<3053332 Kbps loss-rate=2 2018-08-25 09:59:01,820 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.14', 'ip_to': u'192.168.1.27', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3, 'rtt_ms': 0.7, 'throughput_kbps': 4656673, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1, 'rtt_ms': 0.19, 'throughput_kbps': 5226668, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 5, 'rtt_ms': 0.25, 'throughput_kbps': 4435700, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.78, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 222306, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.39, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1714721, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.03, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2821232, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.647', 'rtt_max_ms': '42.208', 'rtt_min_ms': '0.313', 'rtt_stddev': '12.520', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.409', 'rtt_max_ms': '0.532', 'rtt_min_ms': '0.147', 'rtt_stddev': '0.110', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.559', 'rtt_max_ms': '1.344', 'rtt_min_ms': '0.327', 'rtt_stddev': '0.276', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-25 09:59:01,821 INFO Deleting floating ip cdf55502-e490-4b6e-877e-021604e4909e 2018-08-25 09:59:03,005 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Floating IP 172.30.9.201 deleted 2018-08-25 09:59:03,149 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef63] Instance deleted 2018-08-25 09:59:03,263 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Creating client VM... 2018-08-25 09:59:03,264 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-25 09:59:05,785 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] VM status=BUILD, retrying 1 of 90... 2018-08-25 09:59:08,102 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] VM status=BUILD, retrying 2 of 90... 2018-08-25 09:59:10,434 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] VM status=BUILD, retrying 3 of 90... 2018-08-25 09:59:12,934 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] VM status=BUILD, retrying 4 of 90... 2018-08-25 09:59:15,092 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] VM status=BUILD, retrying 5 of 90... 2018-08-25 09:59:17,484 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] VM status=BUILD, retrying 6 of 90... 2018-08-25 09:59:22,351 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Internal network IP: 192.168.2.15 2018-08-25 09:59:22,351 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] SSH IP: 172.30.9.218 2018-08-25 09:59:22,351 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Setup SSH for ubuntu@172.30.9.218 2018-08-25 09:59:30,250 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Installing nuttcp-8.1.4... 2018-08-25 09:59:30,296 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Copying nuttcp-8.1.4 to target... 2018-08-25 09:59:30,462 INFO ============================================================ 2018-08-25 09:59:30,462 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-25 09:59:39,509 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] PING 192.168.1.27 (192.168.1.27) 64(92) bytes of data. 72 bytes from 192.168.1.27: icmp_seq=1 ttl=63 time=1.11 ms 72 bytes from 192.168.1.27: icmp_seq=2 ttl=63 time=0.477 ms 72 bytes from 192.168.1.27: icmp_seq=3 ttl=63 time=0.361 ms 72 bytes from 192.168.1.27: icmp_seq=4 ttl=63 time=0.253 ms 72 bytes from 192.168.1.27: icmp_seq=5 ttl=63 time=0.231 ms 72 bytes from 192.168.1.27: icmp_seq=6 ttl=63 time=0.253 ms 72 bytes from 192.168.1.27: icmp_seq=7 ttl=63 time=0.322 ms 72 bytes from 192.168.1.27: icmp_seq=8 ttl=63 time=0.256 ms 72 bytes from 192.168.1.27: icmp_seq=9 ttl=63 time=0.226 ms 72 bytes from 192.168.1.27: icmp_seq=10 ttl=63 time=0.405 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.226/0.390/1.119/0.255 ms 2018-08-25 09:59:48,553 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] PING 192.168.1.27 (192.168.1.27) 391(419) bytes of data. 399 bytes from 192.168.1.27: icmp_seq=1 ttl=63 time=0.260 ms 399 bytes from 192.168.1.27: icmp_seq=2 ttl=63 time=0.408 ms 399 bytes from 192.168.1.27: icmp_seq=3 ttl=63 time=0.424 ms 399 bytes from 192.168.1.27: icmp_seq=4 ttl=63 time=0.520 ms 399 bytes from 192.168.1.27: icmp_seq=5 ttl=63 time=0.349 ms 399 bytes from 192.168.1.27: icmp_seq=6 ttl=63 time=0.479 ms 399 bytes from 192.168.1.27: icmp_seq=7 ttl=63 time=0.417 ms 399 bytes from 192.168.1.27: icmp_seq=8 ttl=63 time=0.378 ms 399 bytes from 192.168.1.27: icmp_seq=9 ttl=63 time=0.467 ms 399 bytes from 192.168.1.27: icmp_seq=10 ttl=63 time=0.376 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.260/0.407/0.520/0.074 ms 2018-08-25 09:59:57,601 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] PING 192.168.1.27 (192.168.1.27) 1500(1528) bytes of data. 1508 bytes from 192.168.1.27: icmp_seq=1 ttl=63 time=1.55 ms 1508 bytes from 192.168.1.27: icmp_seq=2 ttl=63 time=0.489 ms 1508 bytes from 192.168.1.27: icmp_seq=3 ttl=63 time=0.439 ms 1508 bytes from 192.168.1.27: icmp_seq=4 ttl=63 time=0.380 ms 1508 bytes from 192.168.1.27: icmp_seq=5 ttl=63 time=0.484 ms 1508 bytes from 192.168.1.27: icmp_seq=6 ttl=63 time=0.443 ms 1508 bytes from 192.168.1.27: icmp_seq=7 ttl=63 time=0.517 ms 1508 bytes from 192.168.1.27: icmp_seq=8 ttl=63 time=0.442 ms 1508 bytes from 192.168.1.27: icmp_seq=9 ttl=63 time=0.395 ms 1508 bytes from 192.168.1.27: icmp_seq=10 ttl=63 time=0.519 ms --- 192.168.1.27 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.380/0.566/1.555/0.333 ms 2018-08-25 09:59:57,602 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring TCP Throughput (packet size=65536)... 2018-08-25 09:59:57,603 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:07,704 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=2241.3187 real_seconds=10.00 rate_Mbps=1879.5203 tx_cpu=5 rx_cpu=7 retrans=64 cwnd=334 rtt_ms=0.38 2018-08-25 10:00:07,704 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:17,805 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=2110.3353 real_seconds=10.00 rate_Mbps=1769.5328 tx_cpu=4 rx_cpu=6 retrans=29 cwnd=326 rtt_ms=0.69 2018-08-25 10:00:17,805 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:27,902 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=2149.3787 real_seconds=10.00 rate_Mbps=1802.6521 tx_cpu=4 rx_cpu=7 retrans=90 cwnd=346 rtt_ms=0.45 2018-08-25 10:00:27,903 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring UDP Throughput (packet size=128)... 2018-08-25 10:00:27,903 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:31,230 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=18.3531 real_seconds=1.01 rate_Mbps=153.1297 tx_cpu=15 rx_cpu=19 drop=58896 pkt=209245 data_loss=28.14710 2018-08-25 10:00:31,231 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<156804/5000000<10000000 Kbps loss-rate=28 2018-08-25 10:00:31,231 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R470412K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:34,558 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=18.0045 real_seconds=1.01 rate_Mbps=150.2397 tx_cpu=15 rx_cpu=20 drop=59986 pkt=207479 data_loss=28.91183 2018-08-25 10:00:34,558 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<153845/470412<470412 Kbps loss-rate=28 2018-08-25 10:00:34,558 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R312128K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:37,885 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=17.9584 real_seconds=1.00 rate_Mbps=149.9237 tx_cpu=17 rx_cpu=17 drop=67405 pkt=214520 data_loss=31.42115 2018-08-25 10:00:37,886 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<153521/312128<312128 Kbps loss-rate=31 2018-08-25 10:00:37,886 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R232824K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:41,217 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=17.6733 real_seconds=1.01 rate_Mbps=147.4410 tx_cpu=40 rx_cpu=18 drop=72635 pkt=217415 data_loss=33.40857 2018-08-25 10:00:41,218 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<150979/232824<232824 Kbps loss-rate=33 2018-08-25 10:00:41,219 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R191901K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:44,574 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=18.0487 real_seconds=1.00 rate_Mbps=150.9555 tx_cpu=99 rx_cpu=19 drop=39548 pkt=187403 data_loss=21.10306 2018-08-25 10:00:44,574 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<154578/191901<191901 Kbps loss-rate=21 2018-08-25 10:00:44,575 DEBUG overshot, min=1 kbps=154578 max=191901 2018-08-25 10:00:44,575 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R154578K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:47,928 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=18.3695 real_seconds=1.00 rate_Mbps=154.1054 tx_cpu=99 rx_cpu=20 drop=472 pkt=150955 data_loss=0.31258 2018-08-25 10:00:47,929 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<157803/154578<191901 Kbps loss-rate=0 2018-08-25 10:00:47,929 DEBUG undershot, min=157803 kbps=174852 max=191901 2018-08-25 10:00:47,929 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R174852K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:51,281 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=18.7739 real_seconds=1.00 rate_Mbps=156.9937 tx_cpu=99 rx_cpu=19 drop=16957 pkt=170752 data_loss=9.93053 2018-08-25 10:00:51,281 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=157803<160761/174852<191901 Kbps loss-rate=9 2018-08-25 10:00:51,282 DEBUG overshot, min=157803 kbps=160761 max=174852 2018-08-25 10:00:51,282 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R160761K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:54,634 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=17.9629 real_seconds=1.00 rate_Mbps=150.1879 tx_cpu=99 rx_cpu=18 drop=9841 pkt=156993 data_loss=6.26846 2018-08-25 10:00:54,635 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=157803<153792/160761<174852 Kbps loss-rate=6 2018-08-25 10:00:54,635 DEBUG overshot, min=157803 kbps=153792 max=160761 2018-08-25 10:00:54,635 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring UDP Throughput (packet size=1024)... 2018-08-25 10:00:54,636 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:00:57,989 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=142.3760 real_seconds=1.00 rate_Mbps=1193.6320 tx_cpu=25 rx_cpu=19 drop=50511 pkt=196304 data_loss=25.73099 2018-08-25 10:00:57,989 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1222279/5000000<10000000 Kbps loss-rate=25 2018-08-25 10:00:57,990 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3111139K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:01,317 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=144.7812 real_seconds=1.00 rate_Mbps=1209.2842 tx_cpu=25 rx_cpu=19 drop=44750 pkt=193006 data_loss=23.18583 2018-08-25 10:01:01,317 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1238307/3111139<3111139 Kbps loss-rate=23 2018-08-25 10:01:01,317 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2174723K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:04,645 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=141.8369 real_seconds=1.00 rate_Mbps=1189.8547 tx_cpu=32 rx_cpu=19 drop=62290 pkt=207531 data_loss=30.01480 2018-08-25 10:01:04,646 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1218411/2174723<2174723 Kbps loss-rate=30 2018-08-25 10:01:04,646 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1696567K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:07,974 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=143.4102 real_seconds=1.00 rate_Mbps=1197.4470 tx_cpu=31 rx_cpu=19 drop=53069 pkt=199921 data_loss=26.54498 2018-08-25 10:01:07,974 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1226185/1696567<1696567 Kbps loss-rate=26 2018-08-25 10:01:07,975 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1461376K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:11,326 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=146.3105 real_seconds=1.00 rate_Mbps=1223.0623 tx_cpu=99 rx_cpu=20 drop=28569 pkt=178391 data_loss=16.01487 2018-08-25 10:01:11,327 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1252415/1461376<1461376 Kbps loss-rate=16 2018-08-25 10:01:11,327 DEBUG overshot, min=1 kbps=1252415 max=1461376 2018-08-25 10:01:11,327 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1252415K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:14,655 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=148.4268 real_seconds=1.00 rate_Mbps=1245.2035 tx_cpu=99 rx_cpu=20 drop=894 pkt=152883 data_loss=0.58473 2018-08-25 10:01:14,655 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1275088/1252415<1461376 Kbps loss-rate=0 2018-08-25 10:01:14,655 DEBUG undershot, min=1275088 kbps=1368232 max=1461376 2018-08-25 10:01:14,656 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1368232K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:17,983 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=149.2285 real_seconds=1.00 rate_Mbps=1248.1948 tx_cpu=96 rx_cpu=19 drop=14211 pkt=167021 data_loss=8.50850 2018-08-25 10:01:17,983 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1275088<1278151/1368232<1461376 Kbps loss-rate=8 2018-08-25 10:01:17,984 DEBUG overshot, min=1275088 kbps=1278151 max=1368232 2018-08-25 10:01:17,984 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1278151K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:21,310 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=147.8340 real_seconds=1.00 rate_Mbps=1236.7352 tx_cpu=99 rx_cpu=21 drop=4642 pkt=156024 data_loss=2.97518 2018-08-25 10:01:21,311 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1275088<1266416/1278151<1368232 Kbps loss-rate=2 2018-08-25 10:01:21,311 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring UDP Throughput (packet size=8192)... 2018-08-25 10:01:21,311 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:24,639 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=196.2109 real_seconds=1.00 rate_Mbps=1645.2144 tx_cpu=99 rx_cpu=8 drop=51179 pkt=76294 data_loss=67.08130 2018-08-25 10:01:24,639 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1684699/5000000<10000000 Kbps loss-rate=67 2018-08-25 10:01:24,640 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3342349K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:27,966 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=199.6016 real_seconds=1.00 rate_Mbps=1674.4027 tx_cpu=100 rx_cpu=8 drop=25451 pkt=51000 data_loss=49.90391 2018-08-25 10:01:27,966 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1714588/3342349<3342349 Kbps loss-rate=49 2018-08-25 10:01:27,967 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2528468K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:31,294 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=199.4688 real_seconds=1.00 rate_Mbps=1668.2338 tx_cpu=99 rx_cpu=8 drop=13050 pkt=38582 data_loss=33.82405 2018-08-25 10:01:31,295 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1708271/2528468<2528468 Kbps loss-rate=33 2018-08-25 10:01:31,295 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2118369K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:34,623 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=203.0938 real_seconds=1.00 rate_Mbps=1699.0694 tx_cpu=99 rx_cpu=9 drop=6328 pkt=32324 data_loss=19.57675 2018-08-25 10:01:34,624 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1739847/2118369<2118369 Kbps loss-rate=19 2018-08-25 10:01:34,624 DEBUG overshot, min=1 kbps=1739847 max=2118369 2018-08-25 10:01:34,624 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1739847K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:37,950 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=207.4062 real_seconds=1.00 rate_Mbps=1740.2274 tx_cpu=99 rx_cpu=9 drop=0 pkt=26548 data_loss=0.00000 2018-08-25 10:01:37,950 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1781992/1739847<2118369 Kbps loss-rate=0 2018-08-25 10:01:37,950 DEBUG undershot, min=1781992 kbps=1950180 max=2118369 2018-08-25 10:01:37,951 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1950180K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:41,278 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=206.9922 real_seconds=1.00 rate_Mbps=1731.2708 tx_cpu=99 rx_cpu=10 drop=3263 pkt=29758 data_loss=10.96512 2018-08-25 10:01:41,278 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1781992<1772821/1950180<2118369 Kbps loss-rate=10 2018-08-25 10:01:41,278 DEBUG overshot, min=1781992 kbps=1772821 max=1950180 2018-08-25 10:01:41,279 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1772821K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:44,629 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=210.4844 real_seconds=1.00 rate_Mbps=1766.2926 tx_cpu=99 rx_cpu=10 drop=109 pkt=27051 data_loss=0.40291 2018-08-25 10:01:44,629 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1781992<1808683/1772821<1950180 Kbps loss-rate=0 2018-08-25 10:01:44,630 DEBUG undershot, min=1808683 kbps=1879431 max=1950180 2018-08-25 10:01:44,630 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1879431K -p5001 -P5002 -fparse 192.168.1.27 2018-08-25 10:01:47,954 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=216.1250 real_seconds=1.00 rate_Mbps=1807.4517 tx_cpu=99 rx_cpu=11 drop=1014 pkt=28678 data_loss=3.53582 2018-08-25 10:01:47,954 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1808683<1850830/1879431<1950180 Kbps loss-rate=3 2018-08-25 10:01:47,964 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'192.168.1.27', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 64, 'rtt_ms': 0.38, 'throughput_kbps': 1924628, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 29, 'rtt_ms': 0.69, 'throughput_kbps': 1812001, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 90, 'rtt_ms': 0.45, 'throughput_kbps': 1845915, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 6.27, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 153792, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.98, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1266416, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.54, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1850830, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.390', 'rtt_max_ms': '1.119', 'rtt_min_ms': '0.226', 'rtt_stddev': '0.255', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.407', 'rtt_max_ms': '0.520', 'rtt_min_ms': '0.260', 'rtt_stddev': '0.074', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.566', 'rtt_max_ms': '1.555', 'rtt_min_ms': '0.380', 'rtt_stddev': '0.333', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-25 10:01:47,965 INFO ============================================================ 2018-08-25 10:01:47,966 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-25 10:01:57,007 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] PING 172.30.9.207 (172.30.9.207) 64(92) bytes of data. 72 bytes from 172.30.9.207: icmp_seq=1 ttl=63 time=0.464 ms 72 bytes from 172.30.9.207: icmp_seq=2 ttl=63 time=0.299 ms 72 bytes from 172.30.9.207: icmp_seq=3 ttl=63 time=0.577 ms 72 bytes from 172.30.9.207: icmp_seq=4 ttl=63 time=0.334 ms 72 bytes from 172.30.9.207: icmp_seq=5 ttl=63 time=0.288 ms 72 bytes from 172.30.9.207: icmp_seq=6 ttl=63 time=0.597 ms 72 bytes from 172.30.9.207: icmp_seq=7 ttl=63 time=0.300 ms 72 bytes from 172.30.9.207: icmp_seq=8 ttl=63 time=0.280 ms 72 bytes from 172.30.9.207: icmp_seq=9 ttl=63 time=0.285 ms 72 bytes from 172.30.9.207: icmp_seq=10 ttl=63 time=0.398 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.280/0.382/0.597/0.117 ms 2018-08-25 10:02:06,055 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] PING 172.30.9.207 (172.30.9.207) 391(419) bytes of data. 399 bytes from 172.30.9.207: icmp_seq=1 ttl=63 time=0.437 ms 399 bytes from 172.30.9.207: icmp_seq=2 ttl=63 time=0.335 ms 399 bytes from 172.30.9.207: icmp_seq=3 ttl=63 time=0.539 ms 399 bytes from 172.30.9.207: icmp_seq=4 ttl=63 time=0.470 ms 399 bytes from 172.30.9.207: icmp_seq=5 ttl=63 time=0.369 ms 399 bytes from 172.30.9.207: icmp_seq=6 ttl=63 time=0.371 ms 399 bytes from 172.30.9.207: icmp_seq=7 ttl=63 time=0.498 ms 399 bytes from 172.30.9.207: icmp_seq=8 ttl=63 time=0.484 ms 399 bytes from 172.30.9.207: icmp_seq=9 ttl=63 time=0.651 ms 399 bytes from 172.30.9.207: icmp_seq=10 ttl=63 time=0.462 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.335/0.461/0.651/0.090 ms 2018-08-25 10:02:15,103 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] PING 172.30.9.207 (172.30.9.207) 1500(1528) bytes of data. 1508 bytes from 172.30.9.207: icmp_seq=1 ttl=63 time=1.82 ms 1508 bytes from 172.30.9.207: icmp_seq=2 ttl=63 time=0.630 ms 1508 bytes from 172.30.9.207: icmp_seq=3 ttl=63 time=0.497 ms 1508 bytes from 172.30.9.207: icmp_seq=4 ttl=63 time=0.550 ms 1508 bytes from 172.30.9.207: icmp_seq=5 ttl=63 time=0.673 ms 1508 bytes from 172.30.9.207: icmp_seq=6 ttl=63 time=0.514 ms 1508 bytes from 172.30.9.207: icmp_seq=7 ttl=63 time=0.881 ms 1508 bytes from 172.30.9.207: icmp_seq=8 ttl=63 time=0.475 ms 1508 bytes from 172.30.9.207: icmp_seq=9 ttl=63 time=0.827 ms 1508 bytes from 172.30.9.207: icmp_seq=10 ttl=63 time=0.664 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.475/0.753/1.821/0.378 ms 2018-08-25 10:02:15,103 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring TCP Throughput (packet size=65536)... 2018-08-25 10:02:15,104 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:25,231 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=2282.1198 real_seconds=10.00 rate_Mbps=1913.7246 tx_cpu=4 rx_cpu=7 retrans=45 cwnd=342 rtt_ms=0.48 2018-08-25 10:02:25,232 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:35,334 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=2094.2307 real_seconds=10.00 rate_Mbps=1756.2027 tx_cpu=4 rx_cpu=6 retrans=58 cwnd=324 rtt_ms=0.39 2018-08-25 10:02:35,335 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:45,432 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=2056.0161 real_seconds=10.00 rate_Mbps=1724.3610 tx_cpu=4 rx_cpu=6 retrans=34 cwnd=315 rtt_ms=0.58 2018-08-25 10:02:45,432 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring UDP Throughput (packet size=128)... 2018-08-25 10:02:45,433 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:48,760 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=16.6865 real_seconds=1.00 rate_Mbps=139.9098 tx_cpu=16 rx_cpu=18 drop=58504 pkt=195200 data_loss=29.97134 2018-08-25 10:02:48,761 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<143267/5000000<10000000 Kbps loss-rate=29 2018-08-25 10:02:48,761 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R429801K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:52,113 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=16.8926 real_seconds=1.00 rate_Mbps=141.5323 tx_cpu=14 rx_cpu=17 drop=42079 pkt=180463 data_loss=23.31723 2018-08-25 10:02:52,114 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<144929/429801<429801 Kbps loss-rate=23 2018-08-25 10:02:52,114 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R287365K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:55,440 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=16.8270 real_seconds=1.01 rate_Mbps=140.3788 tx_cpu=16 rx_cpu=18 drop=66120 pkt=203967 data_loss=32.41707 2018-08-25 10:02:55,440 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<143747/287365<287365 Kbps loss-rate=32 2018-08-25 10:02:55,440 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R215556K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:02:58,768 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=17.2559 real_seconds=1.01 rate_Mbps=143.8910 tx_cpu=80 rx_cpu=19 drop=60381 pkt=201741 data_loss=29.92983 2018-08-25 10:02:58,768 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<147344/215556<215556 Kbps loss-rate=29 2018-08-25 10:02:58,769 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R181450K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:02,096 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=16.9185 real_seconds=1.00 rate_Mbps=141.4582 tx_cpu=99 rx_cpu=18 drop=38601 pkt=177197 data_loss=21.78405 2018-08-25 10:03:02,096 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<144853/181450<181450 Kbps loss-rate=21 2018-08-25 10:03:02,096 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R163151K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:05,424 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=17.4131 real_seconds=1.00 rate_Mbps=145.5554 tx_cpu=99 rx_cpu=18 drop=16679 pkt=159327 data_loss=10.46835 2018-08-25 10:03:05,425 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<149048/163151<163151 Kbps loss-rate=10 2018-08-25 10:03:05,425 DEBUG overshot, min=1 kbps=149048 max=163151 2018-08-25 10:03:05,425 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R149048K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:08,775 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=17.2976 real_seconds=1.00 rate_Mbps=144.5602 tx_cpu=99 rx_cpu=18 drop=3852 pkt=145554 data_loss=2.64636 2018-08-25 10:03:08,776 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=128 throughput=1<148029/149048<163151 Kbps loss-rate=2 2018-08-25 10:03:08,776 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring UDP Throughput (packet size=1024)... 2018-08-25 10:03:08,777 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:12,104 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=135.5527 real_seconds=1.00 rate_Mbps=1136.6395 tx_cpu=32 rx_cpu=19 drop=60614 pkt=199420 data_loss=30.39517 2018-08-25 10:03:12,104 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1163918/5000000<10000000 Kbps loss-rate=30 2018-08-25 10:03:12,104 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3081959K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:15,435 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=132.5010 real_seconds=1.01 rate_Mbps=1105.9557 tx_cpu=31 rx_cpu=19 drop=66043 pkt=201724 data_loss=32.73928 2018-08-25 10:03:15,436 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1132498/3081959<3081959 Kbps loss-rate=32 2018-08-25 10:03:15,436 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2107228K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:18,787 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=133.2168 real_seconds=1.00 rate_Mbps=1112.1950 tx_cpu=30 rx_cpu=18 drop=44016 pkt=180430 data_loss=24.39507 2018-08-25 10:03:18,788 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1138887/2107228<2107228 Kbps loss-rate=24 2018-08-25 10:03:18,788 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1623057K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:22,116 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=137.0234 real_seconds=1.00 rate_Mbps=1149.3302 tx_cpu=99 rx_cpu=18 drop=57817 pkt=198129 data_loss=29.18153 2018-08-25 10:03:22,116 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1176914/1623057<1623057 Kbps loss-rate=29 2018-08-25 10:03:22,117 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1399985K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:25,443 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=137.9414 real_seconds=1.00 rate_Mbps=1153.2361 tx_cpu=99 rx_cpu=19 drop=29645 pkt=170897 data_loss=17.34671 2018-08-25 10:03:25,444 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1180913/1399985<1399985 Kbps loss-rate=17 2018-08-25 10:03:25,444 DEBUG overshot, min=1 kbps=1180913 max=1399985 2018-08-25 10:03:25,444 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1180913K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:28,795 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=135.2275 real_seconds=1.00 rate_Mbps=1130.3017 tx_cpu=99 rx_cpu=18 drop=5681 pkt=144154 data_loss=3.94096 2018-08-25 10:03:28,795 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=1024 throughput=1<1157428/1180913<1399985 Kbps loss-rate=3 2018-08-25 10:03:28,796 INFO [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Measuring UDP Throughput (packet size=8192)... 2018-08-25 10:03:28,796 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:32,126 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=195.1016 real_seconds=1.00 rate_Mbps=1633.2530 tx_cpu=46 rx_cpu=8 drop=50248 pkt=75221 data_loss=66.80049 2018-08-25 10:03:32,127 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1672451/5000000<10000000 Kbps loss-rate=66 2018-08-25 10:03:32,127 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3336225K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:35,452 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=196.2344 real_seconds=1.00 rate_Mbps=1645.4701 tx_cpu=99 rx_cpu=8 drop=25789 pkt=50907 data_loss=50.65903 2018-08-25 10:03:35,452 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1684961/3336225<3336225 Kbps loss-rate=50 2018-08-25 10:03:35,453 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2510593K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:38,804 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=194.5391 real_seconds=1.00 rate_Mbps=1631.8972 tx_cpu=99 rx_cpu=8 drop=13408 pkt=38309 data_loss=34.99960 2018-08-25 10:03:38,804 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1671062/2510593<2510593 Kbps loss-rate=35 2018-08-25 10:03:38,804 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2090827K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:42,132 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=196.6250 real_seconds=1.00 rate_Mbps=1649.4430 tx_cpu=99 rx_cpu=8 drop=6736 pkt=31904 data_loss=21.11334 2018-08-25 10:03:42,132 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1689029/2090827<2090827 Kbps loss-rate=21 2018-08-25 10:03:42,132 DEBUG overshot, min=1 kbps=1689029 max=2090827 2018-08-25 10:03:42,133 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1689029K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:45,461 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=198.0859 real_seconds=1.00 rate_Mbps=1660.5743 tx_cpu=99 rx_cpu=9 drop=418 pkt=25773 data_loss=1.62189 2018-08-25 10:03:45,461 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1<1700428/1689029<2090827 Kbps loss-rate=1 2018-08-25 10:03:45,461 DEBUG undershot, min=1700428 kbps=1895627 max=2090827 2018-08-25 10:03:45,462 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1895627K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:48,812 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=194.0391 real_seconds=1.00 rate_Mbps=1622.5175 tx_cpu=99 rx_cpu=8 drop=4088 pkt=28925 data_loss=14.13310 2018-08-25 10:03:48,813 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1700428<1661457/1895627<2090827 Kbps loss-rate=14 2018-08-25 10:03:48,813 DEBUG overshot, min=1700428 kbps=1661457 max=1895627 2018-08-25 10:03:48,813 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1661457K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:52,140 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=198.0625 real_seconds=1.00 rate_Mbps=1661.1879 tx_cpu=99 rx_cpu=8 drop=0 pkt=25352 data_loss=0.00000 2018-08-25 10:03:52,141 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1700428<1701056/1661457<1895627 Kbps loss-rate=0 2018-08-25 10:03:52,141 DEBUG undershot, min=1701056 kbps=1798341 max=1895627 2018-08-25 10:03:52,141 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1798341K -p5001 -P5002 -fparse 172.30.9.207 2018-08-25 10:03:55,469 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] megabytes=206.7578 real_seconds=1.00 rate_Mbps=1728.9450 tx_cpu=99 rx_cpu=9 drop=976 pkt=27441 data_loss=3.55672 2018-08-25 10:03:55,469 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] pkt-size=8192 throughput=1701056<1770439/1798341<1895627 Kbps loss-rate=3 2018-08-25 10:03:55,479 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.15', 'ip_to': u'172.30.9.207', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 45, 'rtt_ms': 0.48, 'throughput_kbps': 1959653, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 58, 'rtt_ms': 0.39, 'throughput_kbps': 1798351, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 34, 'rtt_ms': 0.58, 'throughput_kbps': 1765745, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.65, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 148029, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.94, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1157428, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.56, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1770439, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.382', 'rtt_max_ms': '0.597', 'rtt_min_ms': '0.280', 'rtt_stddev': '0.117', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.461', 'rtt_max_ms': '0.651', 'rtt_min_ms': '0.335', 'rtt_stddev': '0.090', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.753', 'rtt_max_ms': '1.821', 'rtt_min_ms': '0.475', 'rtt_stddev': '0.378', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-25 10:03:55,481 INFO Deleting floating ip 0a1bdb5d-bf92-494b-b0a7-fc0c772e9d62 2018-08-25 10:03:56,970 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Floating IP 172.30.9.218 deleted 2018-08-25 10:03:57,382 DEBUG [TestClient_9d030458-7bef-4134-9478-2aa332033ef64] Instance deleted 2018-08-25 10:03:57,398 INFO Cleaning up... 2018-08-25 10:03:57,398 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Terminating nuttcp-8.1.4 2018-08-25 10:03:57,410 INFO Deleting floating ip 5de9f593-2802-47a6-b9fc-306fed38972b 2018-08-25 10:03:58,951 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Floating IP 172.30.9.207 deleted 2018-08-25 10:03:59,124 DEBUG [TestServer_9d030458-7bef-4134-9478-2aa332033ef61] Instance deleted 2018-08-25 10:04:04,704 INFO Network pns-internal-net_9d030458-7bef-4134-9478-2aa332033ef6 deleted. 2018-08-25 10:04:06,191 INFO Network pns-internal-net2_9d030458-7bef-4134-9478-2aa332033ef6 deleted. 2018-08-25 10:04:06,236 INFO Removed public key pns_public_key 2018-08-25 10:04:06,237 INFO Deleting security group 2018-08-25 10:04:06,378 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 17 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 12 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '15093817', 'rtt_ms': '0.293333'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 149849, 'loss_rate': 0.02}, 1024: {'tp_kbps': 1202374, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 8136941, 'loss_rate': 0.02}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.219/0.110/0.371/0.091', | | | | | '64-byte': '4.318/0.108/41.117/12.266', '1500-byte': '0.277/0.145/0.563/0.126'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '4773013', 'rtt_ms': '0.38'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 222306, 'loss_rate': 4.78}, 1024: {'tp_kbps': 1714721, | | | | | 'loss_rate': 2.39}, 8192: {'tp_kbps': 2821232, 'loss_rate': 2.03}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.409/0.147/0.532/0.110', | | | | | '64-byte': '4.647/0.313/42.208/12.520', '1500-byte': '0.559/0.327/1.344/0.276'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '1903648', 'rtt_ms': '0.286667'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 155866, 'loss_rate': 3.63}, 1024: {'tp_kbps': 1192869, | | | | | 'loss_rate': 0.86}, 8192: {'tp_kbps': 1849702, 'loss_rate': 1.43}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.373/0.221/0.626/0.123', | | | | | '64-byte': '0.588/0.350/1.670/0.370', '1500-byte': '0.512/0.281/1.807/0.437'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '1860848', 'rtt_ms': '0.506667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 153792, 'loss_rate': 6.27}, 1024: {'tp_kbps': 1266416, | | | | | 'loss_rate': 2.98}, 8192: {'tp_kbps': 1850830, 'loss_rate': 3.54}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.407/0.260/0.520/0.074', | | | | | '64-byte': '0.390/0.226/1.119/0.255', '1500-byte': '0.566/0.380/1.555/0.333'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '1956546', 'rtt_ms': '0.376667'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 142089, 'loss_rate': 4.38}, 1024: {'tp_kbps': 1130439, | | | | | 'loss_rate': 2.4}, 8192: {'tp_kbps': 1685811, 'loss_rate': 0.11}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.407/0.283/0.601/0.098', | | | | | '64-byte': '0.469/0.299/0.624/0.108', '1500-byte': '0.528/0.276/1.440/0.349'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '1841249', 'rtt_ms': '0.483333'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 148029, 'loss_rate': 2.65}, 1024: {'tp_kbps': 1157428, | | | | | 'loss_rate': 3.94}, 8192: {'tp_kbps': 1770439, 'loss_rate': 3.56}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.461/0.335/0.651/0.090', | | | | | '64-byte': '0.382/0.280/0.597/0.117', '1500-byte': '0.753/0.475/1.821/0.378'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2018-08-25 10:04:06,383 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-25 10:04:06,791 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp_genchart -c /home/opnfv/functest/results/vmtp/vmtp.html /home/opnfv/functest/results/vmtp/vmtp.json Generating chart drawing code to /home/opnfv/functest/results/vmtp/vmtp.html... 2018-08-25 10:04:06,913 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 10:04:06,913 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 17:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 10:04:06,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 10:04:06,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 10:04:07,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1700 X-Openstack-Request-Id: req-aaa0f59a-b8fd-4d91-91c7-d9e7bb0a9f82 Date: Sat, 25 Aug 2018 10:04:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "created_at": "2018-08-25T09:46:12Z", "admin_state_up": true, "updated_at": "2018-08-25T10:04:02Z", "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "flavor_id": null, "revision_number": 6, "routes": [], "ha": false, "id": "72da45d3-93c0-45cb-a32c-6902193de70b", "name": "vmtp-router_9d030458-7bef-4134-9478-2aa332033ef6"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}]} 2018-08-25 10:04:07,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-aaa0f59a-b8fd-4d91-91c7-d9e7bb0a9f82 2018-08-25 10:04:07,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.349471092224s 2018-08-25 10:04:07,270 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-aaa0f59a-b8fd-4d91-91c7-d9e7bb0a9f82 2018-08-25 10:04:07,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 10:04:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/72da45d3-93c0-45cb-a32c-6902193de70b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 10:04:08,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a84094f4-44e6-40a5-98e1-a45c0e3cb459 Content-Length: 0 Date: Sat, 25 Aug 2018 10:04:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:04:08,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/72da45d3-93c0-45cb-a32c-6902193de70b.json used request id req-a84094f4-44e6-40a5-98e1-a45c0e3cb459 2018-08-25 10:04:08,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24917888641s 2018-08-25 10:04:08,520 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/72da45d3-93c0-45cb-a32c-6902193de70b.json used request id req-a84094f4-44e6-40a5-98e1-a45c0e3cb459 2018-08-25 10:04:08,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:04:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 10:04:09,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-3cf8f6bf-d2f0-4e5e-91c3-e12f5e9f7e2c Date: Sat, 25 Aug 2018 10:04:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T09:46:19Z", "file": "/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/file", "owner": "331f0b42a3dc4db48ee0fcd5e4c80c68", "id": "6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d", "size": 263193088, "self": "/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_9d030458-7bef-4134-9478-2aa332033ef6", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T09:46:15Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:04:09,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3cf8f6bf-d2f0-4e5e-91c3-e12f5e9f7e2c 2018-08-25 10:04:09,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.681308031082s 2018-08-25 10:04:09,206 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-3cf8f6bf-d2f0-4e5e-91c3-e12f5e9f7e2c 2018-08-25 10:04:09,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 10:04:09,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 10:04:09,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-678466fb-ed2e-4680-9078-f4b20ec0fb14 Date: Sat, 25 Aug 2018 10:04:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:04:09,509 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d used request id req-678466fb-ed2e-4680-9078-f4b20ec0fb14 2018-08-25 10:04:09,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.301156997681s 2018-08-25 10:04:09,509 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/6a1cd61c-ee71-4fd7-91c2-f4b4e38ea94d used request id req-678466fb-ed2e-4680-9078-f4b20ec0fb14 2018-08-25 10:04:09,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:04:09,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:09,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-e7218abb-1a2f-495b-b8b5-5748a5b330b4 x-compute-request-id: req-e7218abb-1a2f-495b-b8b5-5748a5b330b4 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_9d030458-7bef-4134-9478-2aa332033ef6", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265", "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": "5ad46dd1-d0f4-4039-a859-4111ce987265"}]} 2018-08-25 10:04:09,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-e7218abb-1a2f-495b-b8b5-5748a5b330b4 2018-08-25 10:04:09,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.303714036942s 2018-08-25 10:04:09,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-e7218abb-1a2f-495b-b8b5-5748a5b330b4 2018-08-25 10:04:09,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 10:04:09,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:09,843 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:04: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-201649d2-46f4-41ff-8327-5d4dd04b4715 x-compute-request-id: req-201649d2-46f4-41ff-8327-5d4dd04b4715 Content-Length: 0 Content-Type: application/json 2018-08-25 10:04:09,843 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265 used request id req-201649d2-46f4-41ff-8327-5d4dd04b4715 2018-08-25 10:04:09,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0275568962097s 2018-08-25 10:04:09,844 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/5ad46dd1-d0f4-4039-a859-4111ce987265 used request id req-201649d2-46f4-41ff-8327-5d4dd04b4715 2018-08-25 10:04:09,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:04:09,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:10,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708c3a6d-27cb-47e9-8a4c-8839f935da2d Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6", "links": {"self": "http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e4a5a897821456683ae7118cf881e59", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:04:10,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-708c3a6d-27cb-47e9-8a4c-8839f935da2d 2018-08-25 10:04:10,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195966959s 2018-08-25 10:04:10,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-708c3a6d-27cb-47e9-8a4c-8839f935da2d 2018-08-25 10:04:10,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:04:10,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:10,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb4c406-b393-45b9-9f5a-0e45aa95300c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_9d030458-7bef-4134-9478-2aa332033ef6", "links": {"self": "http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0e4a5a897821456683ae7118cf881e59", "description": null}} 2018-08-25 10:04:10,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59 used request id req-deb4c406-b393-45b9-9f5a-0e45aa95300c 2018-08-25 10:04:10,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.178853034973s 2018-08-25 10:04:10,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59 used request id req-deb4c406-b393-45b9-9f5a-0e45aa95300c 2018-08-25 10:04:10,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 10:04:10,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:10,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:04:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21eeb2ba-eac2-4eb8-85bf-496f071bb01f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:04:10,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59 used request id req-21eeb2ba-eac2-4eb8-85bf-496f071bb01f 2018-08-25 10:04:10,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.267837047577s 2018-08-25 10:04:10,494 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/0e4a5a897821456683ae7118cf881e59 used request id req-21eeb2ba-eac2-4eb8-85bf-496f071bb01f 2018-08-25 10:04:10,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:04:10,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:10,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e83bcef-eff8-48c1-a2e6-ce525e9c8938 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68"}, "tags": [], "enabled": true, "id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_9d030458-7bef-4134-9478-2aa332033ef6"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}]} 2018-08-25 10:04:10,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-9e83bcef-eff8-48c1-a2e6-ce525e9c8938 2018-08-25 10:04:10,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188384056091s 2018-08-25 10:04:10,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-9e83bcef-eff8-48c1-a2e6-ce525e9c8938 2018-08-25 10:04:10,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 10:04:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1b0b26c16cf3c041e1ee367638721aa7aed3f5e8" 2018-08-25 10:04:10,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:04:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b43dbecb-b853-491f-af84-217d9053590e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:04:10,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68 used request id req-b43dbecb-b853-491f-af84-217d9053590e 2018-08-25 10:04:10,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.226253986359s 2018-08-25 10:04:10,921 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/331f0b42a3dc4db48ee0fcd5e4c80c68 used request id req-b43dbecb-b853-491f-af84-217d9053590e 2018-08-25 10:04:10,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:04:10,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 10:04:11,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-b0f37ce0-0260-4e3d-a5b0-973b9aae3c82 Date: Sat, 25 Aug 2018 10:04:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:04:11,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b0f37ce0-0260-4e3d-a5b0-973b9aae3c82 2018-08-25 10:04:11,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306826114655s 2018-08-25 10:04:11,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b0f37ce0-0260-4e3d-a5b0-973b9aae3c82 2018-08-25 10:04:11,230 - shade - DEBUG - Network pns-internal-net_9d030458-7bef-4134-9478-2aa332033ef6 not found for deleting 2018-08-25 10:04:11,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:04:11,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}011e1211aa01954b8b5daf32af4bb91b02f9f5be" 2018-08-25 10:04:11,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-b962f7a6-6d7f-4b89-a83f-3638cb34f54a Date: Sat, 25 Aug 2018 10:04:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:04:11,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b962f7a6-6d7f-4b89-a83f-3638cb34f54a 2018-08-25 10:04:11,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0803208351135s 2018-08-25 10:04:11,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b962f7a6-6d7f-4b89-a83f-3638cb34f54a 2018-08-25 10:04:11,313 - shade - DEBUG - Network pns-internal-net2_9d030458-7bef-4134-9478-2aa332033ef6 not found for deleting 2018-08-25 10:04:11,374 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:04:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:04:11,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:04:11,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:04:11,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:04:11,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:04:11,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:04:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:04:11,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516a8dd5-91f2-46b9-b0d6-52212043bb01 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:04:11,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-516a8dd5-91f2-46b9-b0d6-52212043bb01 2018-08-25 10:04:11,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:04:11,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:04:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["1vHrBsPGQQCjM0GiH4-1JA"], "issued_at": "2018-08-25T10:04:11.000000Z"}} 2018-08-25 10:04:11,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:04:11,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:12,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-429d93c2-e9cb-484e-8df8-7296f1829a57 Date: Sat, 25 Aug 2018 10:04:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:04:12,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-429d93c2-e9cb-484e-8df8-7296f1829a57 2018-08-25 10:04:12,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.329828023911s 2018-08-25 10:04:12,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-429d93c2-e9cb-484e-8df8-7296f1829a57 2018-08-25 10:04:12,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:04:12,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:04:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39830cb1-5c66-49ee-a089-ad2363c4ab0f 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 10:04:12,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-39830cb1-5c66-49ee-a089-ad2363c4ab0f 2018-08-25 10:04:12,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:04:12,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:12,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46149ca1-d1c5-4806-b11c-4f86ed76a456 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 10:04:12,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-46149ca1-d1c5-4806-b11c-4f86ed76a456 2018-08-25 10:04:12,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101927042007s 2018-08-25 10:04:12,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-46149ca1-d1c5-4806-b11c-4f86ed76a456 2018-08-25 10:04:12,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 10:04:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}}' 2018-08-25 10:04:12,474 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:04:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e1a9554-2ef8-4855-814d-0eb365f476a7 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.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192"}, "tags": [], "enabled": true, "id": "26a124945aee4e3aa5a258cfaf101192", "parent_id": "default", "domain_id": "default", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}} 2018-08-25 10:04:12,474 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-2e1a9554-2ef8-4855-814d-0eb365f476a7 2018-08-25 10:04:12,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.21076798439s 2018-08-25 10:04:12,475 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-2e1a9554-2ef8-4855-814d-0eb365f476a7 2018-08-25 10:04:12,475 - 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'26a124945aee4e3aa5a258cfaf101192', '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_6f8150fc-1160-41f1-beca-00263ebec8ab'}) 2018-08-25 10:04:12,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 10:04:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f322ffff-06ed-4c86-bab3-b673e9075fd6", "email": null, "name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab"}}' 2018-08-25 10:04:12,892 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:04:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6155bcd9-c0c0-4e66-b0d0-3e7b989c1953 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": {"self": "http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad4b0f943f494679b50d8ea95444d63d", "domain_id": "default", "password_expires_at": null}} 2018-08-25 10:04:12,892 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-6155bcd9-c0c0-4e66-b0d0-3e7b989c1953 2018-08-25 10:04:12,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.410766124725s 2018-08-25 10:04:12,893 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-6155bcd9-c0c0-4e66-b0d0-3e7b989c1953 2018-08-25 10:04:12,893 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ad4b0f943f494679b50d8ea95444d63d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab'}) 2018-08-25 10:04:12,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:04:12,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:12,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667f1f14-65eb-457a-86ec-3aa5d80de22c Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:04:13,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-667f1f14-65eb-457a-86ec-3aa5d80de22c 2018-08-25 10:04:13,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102754831314s 2018-08-25 10:04:13,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-667f1f14-65eb-457a-86ec-3aa5d80de22c 2018-08-25 10:04:13,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:04:13,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:13,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deac4fec-2d39-4c1e-af4b-a6c971c1301b Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:04:13,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-deac4fec-2d39-4c1e-af4b-a6c971c1301b 2018-08-25 10:04:13,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.208915948868s 2018-08-25 10:04:13,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-deac4fec-2d39-4c1e-af4b-a6c971c1301b 2018-08-25 10:04:13,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:04:13,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:13,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42eb5258-cb9f-4280-8229-2ab469c5a9ae Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:04:13,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-42eb5258-cb9f-4280-8229-2ab469c5a9ae 2018-08-25 10:04:13,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174267053604s 2018-08-25 10:04:13,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-42eb5258-cb9f-4280-8229-2ab469c5a9ae 2018-08-25 10:04:13,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:04:13,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:13,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77304976-944d-411c-90d3-cd1fbc8320f0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:04:13,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-77304976-944d-411c-90d3-cd1fbc8320f0 2018-08-25 10:04:13,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.099378824234s 2018-08-25 10:04:13,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-77304976-944d-411c-90d3-cd1fbc8320f0 2018-08-25 10:04:13,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:04:13,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:13,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f424a8-2ce3-4102-b468-57d6102c5a27 Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": {"self": "http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad4b0f943f494679b50d8ea95444d63d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:04:13,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-e4f424a8-2ce3-4102-b468-57d6102c5a27 2018-08-25 10:04:13,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.18262720108s 2018-08-25 10:04:13,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-e4f424a8-2ce3-4102-b468-57d6102c5a27 2018-08-25 10:04:13,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:04:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:13,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76399c59-300e-421f-94b9-e43aa8b33b5b Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192"}, "tags": [], "enabled": true, "id": "26a124945aee4e3aa5a258cfaf101192", "parent_id": "default", "domain_id": "default", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 10:04:13,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-76399c59-300e-421f-94b9-e43aa8b33b5b 2018-08-25 10:04:13,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103323936462s 2018-08-25 10:04:13,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-76399c59-300e-421f-94b9-e43aa8b33b5b 2018-08-25 10:04:13,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:04:13,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=26a124945aee4e3aa5a258cfaf101192" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:13,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989a84af-0f47-457b-97e5-5c2b77cd5dcc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=26a124945aee4e3aa5a258cfaf101192", "previous": null, "next": null}} 2018-08-25 10:04:13,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=26a124945aee4e3aa5a258cfaf101192 used request id req-989a84af-0f47-457b-97e5-5c2b77cd5dcc 2018-08-25 10:04:13,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100212097168s 2018-08-25 10:04:13,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=26a124945aee4e3aa5a258cfaf101192 used request id req-989a84af-0f47-457b-97e5-5c2b77cd5dcc 2018-08-25 10:04:13,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:04:13,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:04:14,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:04:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c47b10ec-cead-42b1-bee7-325aec35b1ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:04:14,043 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-c47b10ec-cead-42b1-bee7-325aec35b1ec 2018-08-25 10:04:14,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.132873058319s 2018-08-25 10:04:14,044 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-c47b10ec-cead-42b1-bee7-325aec35b1ec 2018-08-25 10:04:14,044 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab', 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'26a124945aee4e3aa5a258cfaf101192', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f322ffff-06ed-4c86-bab3-b673e9075fd6', 'username': u'shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:04:14,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:04:14,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:04:14,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:04:14,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:04:14,050 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab', 'password': 'f322ffff-06ed-4c86-bab3-b673e9075fd6', 'project_name': 'shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '26a124945aee4e3aa5a258cfaf101192', 'project_domain_name': 'Default'} 2018-08-25 10:04:14,050 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-25 10:04:14,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:04:14,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e41dc84-8ec6-419c-a48f-553a725d8520 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:04:14,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-4e41dc84-8ec6-419c-a48f-553a725d8520 2018-08-25 10:04:14,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:04:14,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T11:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26a124945aee4e3aa5a258cfaf101192", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/26a124945aee4e3aa5a258cfaf101192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/26a124945aee4e3aa5a258cfaf101192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/26a124945aee4e3aa5a258cfaf101192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/26a124945aee4e3aa5a258cfaf101192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/26a124945aee4e3aa5a258cfaf101192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/26a124945aee4e3aa5a258cfaf101192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_26a124945aee4e3aa5a258cfaf101192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_26a124945aee4e3aa5a258cfaf101192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/26a124945aee4e3aa5a258cfaf101192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/26a124945aee4e3aa5a258cfaf101192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/26a124945aee4e3aa5a258cfaf101192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/26a124945aee4e3aa5a258cfaf101192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/26a124945aee4e3aa5a258cfaf101192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/26a124945aee4e3aa5a258cfaf101192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "id": "ad4b0f943f494679b50d8ea95444d63d"}, "audit_ids": ["gNnZUAFgRUa8TmrutR4oPA"], "issued_at": "2018-08-25T10:04:14.000000Z"}} 2018-08-25 10:04:14,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 10:04:14,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"network": {"name": "shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab", "admin_state_up": true}}' 2018-08-25 10:04:15,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-64a4a43d-ceab-4fd1-baac-1a7d9dc79e04 Date: Sat, 25 Aug 2018 10:04:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"495875a3-3e52-4744-b32c-daa98585f3ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"26a124945aee4e3aa5a258cfaf101192","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:04:14Z","is_default":false,"name":"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab","qos_policy_id":null,"admin_state_up":true,"tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:14Z","mtu":1450}} 2018-08-25 10:04:15,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-64a4a43d-ceab-4fd1-baac-1a7d9dc79e04 2018-08-25 10:04:15,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.591049909592s 2018-08-25 10:04:15,047 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-64a4a43d-ceab-4fd1-baac-1a7d9dc79e04 2018-08-25 10:04:15,048 - 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-08-25T10:04:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'495875a3-3e52-4744-b32c-daa98585f3ed', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab', u'admin_state_up': True, u'tenant_id': u'26a124945aee4e3aa5a258cfaf101192', u'created_at': u'2018-08-25T10:04:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'26a124945aee4e3aa5a258cfaf101192', u'l2_adjacency': True}) 2018-08-25 10:04:15,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:04:15,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:15,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1226 X-Openstack-Request-Id: req-819d0981-48b1-4685-abd7-353ff3314b3f Date: Sat, 25 Aug 2018 10:04:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"495875a3-3e52-4744-b32c-daa98585f3ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"26a124945aee4e3aa5a258cfaf101192","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:04:14Z","qos_policy_id":null,"name":"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab","admin_state_up":true,"tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:04:15,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-819d0981-48b1-4685-abd7-353ff3314b3f 2018-08-25 10:04:15,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112572908401s 2018-08-25 10:04:15,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-819d0981-48b1-4685-abd7-353ff3314b3f 2018-08-25 10:04:15,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 10:04:15,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"subnet": {"name": "shaker-subnet_6f8150fc-1160-41f1-beca-00263ebec8ab", "enable_dhcp": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 10:04:15,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b1b3ba93-45dd-4f5b-a428-846d5deabc5b Date: Sat, 25 Aug 2018 10:04:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"495875a3-3e52-4744-b32c-daa98585f3ed","tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:04:15Z","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":"26a124945aee4e3aa5a258cfaf101192","id":"a3d3141d-86b6-4287-aed1-83588794d3a7","subnetpool_id":null,"name":"shaker-subnet_6f8150fc-1160-41f1-beca-00263ebec8ab"}} 2018-08-25 10:04:15,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b1b3ba93-45dd-4f5b-a428-846d5deabc5b 2018-08-25 10:04:15,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.53732419014s 2018-08-25 10:04:15,701 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b1b3ba93-45dd-4f5b-a428-846d5deabc5b 2018-08-25 10:04:15,701 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:04: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'a3d3141d-86b6-4287-aed1-83588794d3a7', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_6f8150fc-1160-41f1-beca-00263ebec8ab', u'enable_dhcp': True, u'network_id': u'495875a3-3e52-4744-b32c-daa98585f3ed', u'tenant_id': u'26a124945aee4e3aa5a258cfaf101192', u'created_at': u'2018-08-25T10:04: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'26a124945aee4e3aa5a258cfaf101192'}) 2018-08-25 10:04:15,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 10:04:15,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "shaker-router_6f8150fc-1160-41f1-beca-00263ebec8ab", "admin_state_up": true}}' 2018-08-25 10:04:17,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-d650933b-d34e-49eb-9d8c-53fe36d48b0f Date: Sat, 25 Aug 2018 10:04:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:15Z", "admin_state_up": true, "updated_at": "2018-08-25T10:04:17Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "name": "shaker-router_6f8150fc-1160-41f1-beca-00263ebec8ab"}} 2018-08-25 10:04:17,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d650933b-d34e-49eb-9d8c-53fe36d48b0f 2018-08-25 10:04:17,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65979003906s 2018-08-25 10:04:17,362 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d650933b-d34e-49eb-9d8c-53fe36d48b0f 2018-08-25 10:04:17,362 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:04:17Z', u'revision_number': 2, u'id': u'97668dd3-0d92-4578-9f89-4a6907b026a2', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-router_6f8150fc-1160-41f1-beca-00263ebec8ab', u'admin_state_up': True, u'tenant_id': u'26a124945aee4e3aa5a258cfaf101192', u'created_at': u'2018-08-25T10:04:15Z', u'flavor_id': None, u'routes': [], u'project_id': u'26a124945aee4e3aa5a258cfaf101192'}) 2018-08-25 10:04:17,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 10:04:17,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2/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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"subnet_id": "a3d3141d-86b6-4287-aed1-83588794d3a7"}' 2018-08-25 10:04:19,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bb7a94d6-7a58-421e-9950-ec0a58b5268c Date: Sat, 25 Aug 2018 10:04:19 GMT RESP BODY: {"network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "subnet_id": "a3d3141d-86b6-4287-aed1-83588794d3a7", "subnet_ids": ["a3d3141d-86b6-4287-aed1-83588794d3a7"], "port_id": "25fbd4e2-79f2-4597-a949-0b0cc3571825", "id": "97668dd3-0d92-4578-9f89-4a6907b026a2"} 2018-08-25 10:04:19,885 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2/add_router_interface.json used request id req-bb7a94d6-7a58-421e-9950-ec0a58b5268c 2018-08-25 10:04:19,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.522108078s 2018-08-25 10:04:19,885 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2/add_router_interface.json used request id req-bb7a94d6-7a58-421e-9950-ec0a58b5268c returning object 97668dd3-0d92-4578-9f89-4a6907b026a2 2018-08-25 10:04:19,886 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-25 10:04:23,473 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-25 10:04:23,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:04:23,478 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 10:04:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 10:04:23,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:04:23,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:24,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cbc699f9-e65b-4f95-943c-8bdd11cfe4f6 Date: Sat, 25 Aug 2018 10:04:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:04:24,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-cbc699f9-e65b-4f95-943c-8bdd11cfe4f6 2018-08-25 10:04:24,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.729151964188s 2018-08-25 10:04:24,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-cbc699f9-e65b-4f95-943c-8bdd11cfe4f6 2018-08-25 10:04:24,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 10:04:24,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab"}' 2018-08-25 10:04:24,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a1b4b3dd-a0e5-4493-8c5c-1e64663489fe Date: Sat, 25 Aug 2018 10:04:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:04:24Z", "file": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file", "owner": "26a124945aee4e3aa5a258cfaf101192", "id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "size": null, "self": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "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_6f8150fc-1160-41f1-beca-00263ebec8ab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "checksum": null, "created_at": "2018-08-25T10:04:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 10:04:24,279 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-a1b4b3dd-a0e5-4493-8c5c-1e64663489fe 2018-08-25 10:04:24,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0622382164001s 2018-08-25 10:04:24,280 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-a1b4b3dd-a0e5-4493-8c5c-1e64663489fe returning object cd98faca-ff8c-4ea8-b2e4-5e1510b6554a 2018-08-25 10:04:24,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 10:04:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '' 2018-08-25 10:04:34,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9239ac53-f8b0-49aa-be1c-0fbe9b28dc4c Date: Sat, 25 Aug 2018 10:04:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:04:34,389 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file used request id req-9239ac53-f8b0-49aa-be1c-0fbe9b28dc4c 2018-08-25 10:04:34,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.1090519428s 2018-08-25 10:04:34,390 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file used request id req-9239ac53-f8b0-49aa-be1c-0fbe9b28dc4c 2018-08-25 10:04:34,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:04:34,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:34,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-69917408-c582-481c-9060-87890d853e4c Date: Sat, 25 Aug 2018 10:04:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:04:34Z", "file": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file", "owner": "26a124945aee4e3aa5a258cfaf101192", "id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "size": 666173440, "self": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-25T10:04:24Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:04:34,446 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-69917408-c582-481c-9060-87890d853e4c 2018-08-25 10:04:34,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0508530139923s 2018-08-25 10:04:34,447 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-69917408-c582-481c-9060-87890d853e4c 2018-08-25 10:04:34,449 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file', 'owner': u'26a124945aee4e3aa5a258cfaf101192', 'id': u'cd98faca-ff8c-4ea8-b2e4-5e1510b6554a', 'size': 666173440, u'self': u'/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'26a124945aee4e3aa5a258cfaf101192', 'name': 'shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T10:04:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T10:04:34Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab', '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/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a', 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_6f8150fc-1160-41f1-beca-00263ebec8ab', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab', 'created': u'2018-08-25T10:04:24Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-25T10:04:24Z', 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/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a', 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_6f8150fc-1160-41f1-beca-00263ebec8ab', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-25 10:04:34,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 10:04:34,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_6f8150fc-1160-41f1-beca-00263ebec8ab", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-25 10:04:34,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-3861fa90-04d2-4b1c-b789-ede3f9c2e9af x-compute-request-id: req-3861fa90-04d2-4b1c-b789-ede3f9c2e9af Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "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": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c"}} 2018-08-25 10:04:34,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-3861fa90-04d2-4b1c-b789-ede3f9c2e9af 2018-08-25 10:04:34,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.304990053177s 2018-08-25 10:04:34,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-3861fa90-04d2-4b1c-b789-ede3f9c2e9af 2018-08-25 10:04:34,757 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_6f8150fc-1160-41f1-beca-00263ebec8ab', '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'89d58111967c4124b09131409c7a2a28', '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'54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c', 'swap': 0}) 2018-08-25 10:04:34,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 10:04:34,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c/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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" -d '{"extra_specs": {}}' 2018-08-25 10:04:34,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-0aef0c9d-bc7d-4eff-a55f-7e23515ddd2a x-compute-request-id: req-0aef0c9d-bc7d-4eff-a55f-7e23515ddd2a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 10:04:34,778 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c/os-extra_specs used request id req-0aef0c9d-bc7d-4eff-a55f-7e23515ddd2a 2018-08-25 10:04:34,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207769870758s 2018-08-25 10:04:34,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c/os-extra_specs used request id req-0aef0c9d-bc7d-4eff-a55f-7e23515ddd2a 2018-08-25 10:04:34,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 10:04:34,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"keypair": {"name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab"}}' 2018-08-25 10:04:35,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-6a32a5a4-d01f-4204-810b-5fa0f2814d86 x-compute-request-id: req-6a32a5a4-d01f-4204-810b-5fa0f2814d86 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeKnk+N7QsCAg/OzvH6bb4z0TdzRQ5EHisJVtrYqHCf2/rEPfhUvYaFkDYOwNLD4K1da9FKuJWSFrcWgYDx2TK2wmtm1dJcMuKblKxW1WZ+rajb+1gf+3oKpvQFEZLZKO6osJr0DpcQxuJi9XxTo5NVVzP4ouM/Hns41GvgqCFD6JCOMBw0sDiyAIYh/Y+KLbc1QWTd2BDWCZJx83cIKWMXeX+6ZsHcp/suIPaMFGMrG1D/Z8Hp/ObJZTVWTHF/ztUfdtdvxJwP6tBeQktPg2U5UriZyoJwbrlixHDPnh10XSYRdnxKMtTcAChXDo7aoiud6sOJvRYKge5UFKsL9L7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnip5Pje0LAgIPzs7x+m2+M9E3c0UORB4rCVba2Khwn9v6xD3\n4VL2GhZA2DsDSw+CtXWvRSriVkha3FoGA8dkytsJrZtXSXDLim5SsVtVmfq2o2/t\nYH/t6Cqb0BRGS2SjuqLCa9A6XEMbiYvV8U6OTVVcz+KLjPx57ONRr4KghQ+iQjjA\ncNLA4sgCGIf2Pii23NUFk3dgQ1gmScfN3CCljF3l/umbB3Kf7LiD2jBRjKxtQ/2f\nB6fzmyWU1Vkxxf87VH3bXb8ScD+rQXkJLT4NlOVK4mcqCcG65YsRwz54ddF0mEXZ\n8SjLU3AAoVw6O2qIrnerDib0WCoHuVBSrC/S+wIDAQABAoIBAAn78mVcDNKOuz6K\nla578WHpa5Z4wKMNiCCNxySTOFTXyI/VJWCi5QgmiXdc2ktdskmUITlDiMAblyi7\nwg9xAcrQYt8DpFHtfdvCNRQfCNtMeUT95sUlrjXuoqFS9lECDFfWuGEn5tc2IUHg\nguPVqqP1FIPG8Do5IdUzUE+89jcP+S17rSMSHXLgdu09GVfifEBx2AXMmTQ814jC\nq3vJcTXXZKQC/aXzhV/5b9KrMzY8BHdo6vq20VZsRR6FUVHOLuMeAm9DtcTmbA31\nqdrjQ5oiMSM3IFC0TNUxyk3j/LG9raRhNLR7milmCbReINt8yhzSskIeCNtP3GzM\nCu1ArKECgYEAylKsDC2hxcTKCUEINg0/xSG6vhcca6vpax09Ql0IA3SePefxr78K\n8MA03x9Mrk7hNTzrkAmbHKoVQdHB2E+nYe7A7/ePmTcuMhpp72iV31APgtM6DNG+\n98ITT1Cziqjw2SZqwMVAma/st6SaXbqwp1irYBVrzVKjslMRH4DfrcsCgYEAyCDA\n9HLDDIGQNUFv35DGCQCWsTMsi3dv+53FIXd9UCUzh3QfHEu8cMSBLki31WZPuUUN\nFYM60E435PD//9oAblNNz0nVznTlG5DEu03mloNY48GvdrVnmCmt38xv6avPYXWE\nJp5t0OtYBjFtkOiVZToGhHhfYpdVN3hpLAjeyZECgYA4RDmYwXAGAi512GIiNhkQ\nB8tZZi//ObYWlfEdbaX24A3KBaFPUQAH6ExL6PZ4W3OCTMjuK925YQu8XEtejvhr\n4exCUETdRV1Rjcr8S8eybR+DMJ8qRYKogI7CNh1YaJdirK5voevPUf+xKtPLUUoj\noCM4+3wZg+wGgdd3PW33dQKBgEogr7gb5hl0yEiho2GpC2F8QVUDgoVqSSVnLASY\ncOdF0E9k+L0PZI5UixDsyIMX8YHLjOwh/p/3yQZZKknHow86dgDI9ZQSgmZyehxy\n321y23MJZAfRa7zV+1yBKhbgl+EemUOAvWZ8Nc+dcVsSe3vSQWXB/HrVWTBBvpsb\n8gGxAoGBAMMWtQany7po09KIrrA665OIbXhMrGi/heRZz6wEfu/lMc4ET3OiTaTa\n4tJHQLz7y6o6/Dxvb7HZVGOjyQaWpBfM6nZD2OWklHk15t/lsLmvZMUttt5hYSkk\nk5AvwwJq026Np87y+ruzl+5eSIo+b7JknZvcPqcM7MM0Oe44+zP8\n-----END RSA PRIVATE KEY-----\n", "user_id": "ad4b0f943f494679b50d8ea95444d63d", "name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "fingerprint": "54:34:c5:37:9f:64:60:ae:c6:d9:3e:98:60:38:ba:5d"}} 2018-08-25 10:04:35,162 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-6a32a5a4-d01f-4204-810b-5fa0f2814d86 2018-08-25 10:04:35,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.383013963699s 2018-08-25 10:04:35,163 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-6a32a5a4-d01f-4204-810b-5fa0f2814d86 2018-08-25 10:04:35,163 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeKnk+N7QsCAg/OzvH6bb4z0TdzRQ5EHisJVtrYqHCf2/rEPfhUvYaFkDYOwNLD4K1da9FKuJWSFrcWgYDx2TK2wmtm1dJcMuKblKxW1WZ+rajb+1gf+3oKpvQFEZLZKO6osJr0DpcQxuJi9XxTo5NVVzP4ouM/Hns41GvgqCFD6JCOMBw0sDiyAIYh/Y+KLbc1QWTd2BDWCZJx83cIKWMXeX+6ZsHcp/suIPaMFGMrG1D/Z8Hp/ObJZTVWTHF/ztUfdtdvxJwP6tBeQktPg2U5UriZyoJwbrlixHDPnh10XSYRdnxKMtTcAChXDo7aoiud6sOJvRYKge5UFKsL9L7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnip5Pje0LAgIPzs7x+m2+M9E3c0UORB4rCVba2Khwn9v6xD3\n4VL2GhZA2DsDSw+CtXWvRSriVkha3FoGA8dkytsJrZtXSXDLim5SsVtVmfq2o2/t\nYH/t6Cqb0BRGS2SjuqLCa9A6XEMbiYvV8U6OTVVcz+KLjPx57ONRr4KghQ+iQjjA\ncNLA4sgCGIf2Pii23NUFk3dgQ1gmScfN3CCljF3l/umbB3Kf7LiD2jBRjKxtQ/2f\nB6fzmyWU1Vkxxf87VH3bXb8ScD+rQXkJLT4NlOVK4mcqCcG65YsRwz54ddF0mEXZ\n8SjLU3AAoVw6O2qIrnerDib0WCoHuVBSrC/S+wIDAQABAoIBAAn78mVcDNKOuz6K\nla578WHpa5Z4wKMNiCCNxySTOFTXyI/VJWCi5QgmiXdc2ktdskmUITlDiMAblyi7\nwg9xAcrQYt8DpFHtfdvCNRQfCNtMeUT95sUlrjXuoqFS9lECDFfWuGEn5tc2IUHg\nguPVqqP1FIPG8Do5IdUzUE+89jcP+S17rSMSHXLgdu09GVfifEBx2AXMmTQ814jC\nq3vJcTXXZKQC/aXzhV/5b9KrMzY8BHdo6vq20VZsRR6FUVHOLuMeAm9DtcTmbA31\nqdrjQ5oiMSM3IFC0TNUxyk3j/LG9raRhNLR7milmCbReINt8yhzSskIeCNtP3GzM\nCu1ArKECgYEAylKsDC2hxcTKCUEINg0/xSG6vhcca6vpax09Ql0IA3SePefxr78K\n8MA03x9Mrk7hNTzrkAmbHKoVQdHB2E+nYe7A7/ePmTcuMhpp72iV31APgtM6DNG+\n98ITT1Cziqjw2SZqwMVAma/st6SaXbqwp1irYBVrzVKjslMRH4DfrcsCgYEAyCDA\n9HLDDIGQNUFv35DGCQCWsTMsi3dv+53FIXd9UCUzh3QfHEu8cMSBLki31WZPuUUN\nFYM60E435PD//9oAblNNz0nVznTlG5DEu03mloNY48GvdrVnmCmt38xv6avPYXWE\nJp5t0OtYBjFtkOiVZToGhHhfYpdVN3hpLAjeyZECgYA4RDmYwXAGAi512GIiNhkQ\nB8tZZi//ObYWlfEdbaX24A3KBaFPUQAH6ExL6PZ4W3OCTMjuK925YQu8XEtejvhr\n4exCUETdRV1Rjcr8S8eybR+DMJ8qRYKogI7CNh1YaJdirK5voevPUf+xKtPLUUoj\noCM4+3wZg+wGgdd3PW33dQKBgEogr7gb5hl0yEiho2GpC2F8QVUDgoVqSSVnLASY\ncOdF0E9k+L0PZI5UixDsyIMX8YHLjOwh/p/3yQZZKknHow86dgDI9ZQSgmZyehxy\n321y23MJZAfRa7zV+1yBKhbgl+EemUOAvWZ8Nc+dcVsSe3vSQWXB/HrVWTBBvpsb\n8gGxAoGBAMMWtQany7po09KIrrA665OIbXhMrGi/heRZz6wEfu/lMc4ET3OiTaTa\n4tJHQLz7y6o6/Dxvb7HZVGOjyQaWpBfM6nZD2OWklHk15t/lsLmvZMUttt5hYSkk\nk5AvwwJq026Np87y+ruzl+5eSIo+b7JknZvcPqcM7MM0Oe44+zP8\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ad4b0f943f494679b50d8ea95444d63d', 'name': u'shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab', 'created_at': '2018-08-25T10:04:35.163777', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'26a124945aee4e3aa5a258cfaf101192', 'name': 'shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'54:34:c5:37:9f:64:60:ae:c6:d9:3e:98:60:38:ba:5d', 'type': 'ssh', 'id': u'shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab'}) 2018-08-25 10:04:35,164 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAnip5Pje0LAgIPzs7x+m2+M9E3c0UORB4rCVba2Khwn9v6xD3 4VL2GhZA2DsDSw+CtXWvRSriVkha3FoGA8dkytsJrZtXSXDLim5SsVtVmfq2o2/t YH/t6Cqb0BRGS2SjuqLCa9A6XEMbiYvV8U6OTVVcz+KLjPx57ONRr4KghQ+iQjjA cNLA4sgCGIf2Pii23NUFk3dgQ1gmScfN3CCljF3l/umbB3Kf7LiD2jBRjKxtQ/2f B6fzmyWU1Vkxxf87VH3bXb8ScD+rQXkJLT4NlOVK4mcqCcG65YsRwz54ddF0mEXZ 8SjLU3AAoVw6O2qIrnerDib0WCoHuVBSrC/S+wIDAQABAoIBAAn78mVcDNKOuz6K la578WHpa5Z4wKMNiCCNxySTOFTXyI/VJWCi5QgmiXdc2ktdskmUITlDiMAblyi7 wg9xAcrQYt8DpFHtfdvCNRQfCNtMeUT95sUlrjXuoqFS9lECDFfWuGEn5tc2IUHg guPVqqP1FIPG8Do5IdUzUE+89jcP+S17rSMSHXLgdu09GVfifEBx2AXMmTQ814jC q3vJcTXXZKQC/aXzhV/5b9KrMzY8BHdo6vq20VZsRR6FUVHOLuMeAm9DtcTmbA31 qdrjQ5oiMSM3IFC0TNUxyk3j/LG9raRhNLR7milmCbReINt8yhzSskIeCNtP3GzM Cu1ArKECgYEAylKsDC2hxcTKCUEINg0/xSG6vhcca6vpax09Ql0IA3SePefxr78K 8MA03x9Mrk7hNTzrkAmbHKoVQdHB2E+nYe7A7/ePmTcuMhpp72iV31APgtM6DNG+ 98ITT1Cziqjw2SZqwMVAma/st6SaXbqwp1irYBVrzVKjslMRH4DfrcsCgYEAyCDA 9HLDDIGQNUFv35DGCQCWsTMsi3dv+53FIXd9UCUzh3QfHEu8cMSBLki31WZPuUUN FYM60E435PD//9oAblNNz0nVznTlG5DEu03mloNY48GvdrVnmCmt38xv6avPYXWE Jp5t0OtYBjFtkOiVZToGhHhfYpdVN3hpLAjeyZECgYA4RDmYwXAGAi512GIiNhkQ B8tZZi//ObYWlfEdbaX24A3KBaFPUQAH6ExL6PZ4W3OCTMjuK925YQu8XEtejvhr 4exCUETdRV1Rjcr8S8eybR+DMJ8qRYKogI7CNh1YaJdirK5voevPUf+xKtPLUUoj oCM4+3wZg+wGgdd3PW33dQKBgEogr7gb5hl0yEiho2GpC2F8QVUDgoVqSSVnLASY cOdF0E9k+L0PZI5UixDsyIMX8YHLjOwh/p/3yQZZKknHow86dgDI9ZQSgmZyehxy 321y23MJZAfRa7zV+1yBKhbgl+EemUOAvWZ8Nc+dcVsSe3vSQWXB/HrVWTBBvpsb 8gGxAoGBAMMWtQany7po09KIrrA665OIbXhMrGi/heRZz6wEfu/lMc4ET3OiTaTa 4tJHQLz7y6o6/Dxvb7HZVGOjyQaWpBfM6nZD2OWklHk15t/lsLmvZMUttt5hYSkk k5AvwwJq026Np87y+ruzl+5eSIo+b7JknZvcPqcM7MM0Oe44+zP8 -----END RSA PRIVATE KEY----- 2018-08-25 10:04:35,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 10:04:35,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"security_group": {"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-25 10:04:35,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-48470004-f15e-462d-ba6e-772e670ccc3c Date: Sat, 25 Aug 2018 10:04:35 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "updated_at": "2018-08-25T10:04:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "d53c24da-b2f9-4ce1-b840-d2f377a5ca09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "e4106258-c2e6-4dc9-a64b-7147e1cd144d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}} 2018-08-25 10:04:35,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-48470004-f15e-462d-ba6e-772e670ccc3c 2018-08-25 10:04:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.370050907135s 2018-08-25 10:04:35,538 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-48470004-f15e-462d-ba6e-772e670ccc3c 2018-08-25 10:04:35,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:04:35,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:35,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-13874124-9e48-4765-af73-98483a47cf6b Date: Sat, 25 Aug 2018 10:04:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:14Z", "updated_at": "2018-08-25T10:04:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "42189008-f878-4519-87ea-6676fcd4e0aa", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "7a586bf9-df4f-4626-b735-cea718671e18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "9f8311e2-9468-4a23-a0c2-88d8ececf590", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "a2bdd85c-a128-41f0-bf39-b0e07b01ef93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "be9faad4-f12c-4163-849a-6d719bd56d14", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "updated_at": "2018-08-25T10:04:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "d53c24da-b2f9-4ce1-b840-d2f377a5ca09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "e4106258-c2e6-4dc9-a64b-7147e1cd144d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}]} 2018-08-25 10:04:35,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-13874124-9e48-4765-af73-98483a47cf6b 2018-08-25 10:04:35,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0661010742188s 2018-08-25 10:04:35,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-13874124-9e48-4765-af73-98483a47cf6b 2018-08-25 10:04:35,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:04:35,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -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": "c47d5363-de98-4f09-b3f2-0fed493c8155"}}' 2018-08-25 10:04:35,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0dbdeb93-9389-4548-af06-1fc8e33c18e6 Date: Sat, 25 Aug 2018 10:04:35 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-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "port_range_min": 22, "revision_number": 0, "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "9aa8ca35-1fe8-4a33-97e0-f9bf32688475"}} 2018-08-25 10:04:35,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-0dbdeb93-9389-4548-af06-1fc8e33c18e6 2018-08-25 10:04:35,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.138145923615s 2018-08-25 10:04:35,751 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-0dbdeb93-9389-4548-af06-1fc8e33c18e6 2018-08-25 10:04:35,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:04:35,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:35,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-65646bf4-70b7-4791-8a9c-0b8ad1e996f8 Date: Sat, 25 Aug 2018 10:04:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:14Z", "updated_at": "2018-08-25T10:04:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "42189008-f878-4519-87ea-6676fcd4e0aa", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "7a586bf9-df4f-4626-b735-cea718671e18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "9f8311e2-9468-4a23-a0c2-88d8ececf590", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "a2bdd85c-a128-41f0-bf39-b0e07b01ef93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "be9faad4-f12c-4163-849a-6d719bd56d14", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "updated_at": "2018-08-25T10:04:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "9aa8ca35-1fe8-4a33-97e0-f9bf32688475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": 22, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "d53c24da-b2f9-4ce1-b840-d2f377a5ca09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "e4106258-c2e6-4dc9-a64b-7147e1cd144d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 2, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}]} 2018-08-25 10:04:35,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-65646bf4-70b7-4791-8a9c-0b8ad1e996f8 2018-08-25 10:04:35,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0441069602966s 2018-08-25 10:04:35,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-65646bf4-70b7-4791-8a9c-0b8ad1e996f8 2018-08-25 10:04:35,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:04:35,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -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": "c47d5363-de98-4f09-b3f2-0fed493c8155"}}' 2018-08-25 10:04:35,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c2b7fb82-2f0c-4f77-99ef-f325adc243d3 Date: Sat, 25 Aug 2018 10:04:35 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-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "port_range_min": null, "revision_number": 0, "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "8bf3473e-8bc6-4bb1-aa5c-b2cad8e580f0"}} 2018-08-25 10:04:35,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-c2b7fb82-2f0c-4f77-99ef-f325adc243d3 2018-08-25 10:04:35,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.12308716774s 2018-08-25 10:04:35,925 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-c2b7fb82-2f0c-4f77-99ef-f325adc243d3 2018-08-25 10:04:35,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:04:35,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:35,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-5eaeb980-0035-4445-83b9-a9028f520cb6 Date: Sat, 25 Aug 2018 10:04:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:14Z", "updated_at": "2018-08-25T10:04:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "42189008-f878-4519-87ea-6676fcd4e0aa", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "7a586bf9-df4f-4626-b735-cea718671e18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "9f8311e2-9468-4a23-a0c2-88d8ececf590", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "a2bdd85c-a128-41f0-bf39-b0e07b01ef93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "be9faad4-f12c-4163-849a-6d719bd56d14", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "updated_at": "2018-08-25T10:04:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "8bf3473e-8bc6-4bb1-aa5c-b2cad8e580f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "9aa8ca35-1fe8-4a33-97e0-f9bf32688475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": 22, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "d53c24da-b2f9-4ce1-b840-d2f377a5ca09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "e4106258-c2e6-4dc9-a64b-7147e1cd144d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 3, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}]} 2018-08-25 10:04:35,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-5eaeb980-0035-4445-83b9-a9028f520cb6 2018-08-25 10:04:35,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0454862117767s 2018-08-25 10:04:35,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-5eaeb980-0035-4445-83b9-a9028f520cb6 2018-08-25 10:04:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:04:35,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -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": "c47d5363-de98-4f09-b3f2-0fed493c8155"}}' 2018-08-25 10:04:36,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-8737fa77-47ce-4154-b8b5-8329610d020a Date: Sat, 25 Aug 2018 10:04:36 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-08-25T10:04:36Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "port_range_min": 9000, "revision_number": 0, "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:36Z", "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "a3d3c1f8-3f54-4886-be27-ee1303b1466e"}} 2018-08-25 10:04:36,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-8737fa77-47ce-4154-b8b5-8329610d020a 2018-08-25 10:04:36,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.242646932602s 2018-08-25 10:04:36,220 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-8737fa77-47ce-4154-b8b5-8329610d020a 2018-08-25 10:04:36,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:04:36,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:36,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-0ce778ec-0369-4c9c-b76f-fd996936a0cc Date: Sat, 25 Aug 2018 10:04:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"495875a3-3e52-4744-b32c-daa98585f3ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"26a124945aee4e3aa5a258cfaf101192","l2_adjacency":true,"status":"ACTIVE","subnets":["a3d3141d-86b6-4287-aed1-83588794d3a7"],"description":"","tags":[],"updated_at":"2018-08-25T10:04:15Z","qos_policy_id":null,"name":"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab","admin_state_up":true,"tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:04:36,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0ce778ec-0369-4c9c-b76f-fd996936a0cc 2018-08-25 10:04:36,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0948059558868s 2018-08-25 10:04:36,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0ce778ec-0369-4c9c-b76f-fd996936a0cc 2018-08-25 10:04:36,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:04:36,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:36,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-54a5b8b7-d7b4-44d7-8cd6-849b0a24e373 Date: Sat, 25 Aug 2018 10:04:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:04:34Z", "file": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file", "owner": "26a124945aee4e3aa5a258cfaf101192", "id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "size": 666173440, "self": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-25T10:04:24Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:04:36,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-54a5b8b7-d7b4-44d7-8cd6-849b0a24e373 2018-08-25 10:04:36,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0347208976746s 2018-08-25 10:04:36,357 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-54a5b8b7-d7b4-44d7-8cd6-849b0a24e373 2018-08-25 10:04:36,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:04:36,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:36,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-85b89f64-8ac3-4e81-bfde-13c5f445f0be x-compute-request-id: req-85b89f64-8ac3-4e81-bfde-13c5f445f0be Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "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": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c"}]} 2018-08-25 10:04:36,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-85b89f64-8ac3-4e81-bfde-13c5f445f0be 2018-08-25 10:04:36,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224220752716s 2018-08-25 10:04:36,381 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-85b89f64-8ac3-4e81-bfde-13c5f445f0be 2018-08-25 10:04:36,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 10:04:36,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"server": {"name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "imageRef": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "flavorRef": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "495875a3-3e52-4744-b32c-daa98585f3ed"}], "security_groups": [{"name": "c47d5363-de98-4f09-b3f2-0fed493c8155"}]}}' 2018-08-25 10:04:38,855 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:04: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-7c784f10-70ce-4206-8e5f-392a62c1eafe x-compute-request-id: req-7c784f10-70ce-4206-8e5f-392a62c1eafe Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c47d5363-de98-4f09-b3f2-0fed493c8155"}], "OS-DCF:diskConfig": "MANUAL", "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "adminPass": "jTvMCd2Qb5Yh"}} 2018-08-25 10:04:38,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-7c784f10-70ce-4206-8e5f-392a62c1eafe 2018-08-25 10:04:38,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.47322201729s 2018-08-25 10:04:38,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-7c784f10-70ce-4206-8e5f-392a62c1eafe 2018-08-25 10:04:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:38,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:39,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d3f6e64-64f4-46d0-b9b8-18af449abade x-compute-request-id: req-4d3f6e64-64f4-46d0-b9b8-18af449abade 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "user_id": "ad4b0f943f494679b50d8ea95444d63d", "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-08-25T10:04:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:39,378 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4d3f6e64-64f4-46d0-b9b8-18af449abade 2018-08-25 10:04:39,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521164894104s 2018-08-25 10:04:39,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4d3f6e64-64f4-46d0-b9b8-18af449abade 2018-08-25 10:04:39,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:04:39,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:39,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-beaa9162-1dd6-4d67-80cf-e3808608a05d Date: Sat, 25 Aug 2018 10:04:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"495875a3-3e52-4744-b32c-daa98585f3ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"26a124945aee4e3aa5a258cfaf101192","l2_adjacency":true,"status":"ACTIVE","subnets":["a3d3141d-86b6-4287-aed1-83588794d3a7"],"description":"","tags":[],"updated_at":"2018-08-25T10:04:15Z","qos_policy_id":null,"name":"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab","admin_state_up":true,"tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:04:39,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-beaa9162-1dd6-4d67-80cf-e3808608a05d 2018-08-25 10:04:39,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0976850986481s 2018-08-25 10:04:39,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-beaa9162-1dd6-4d67-80cf-e3808608a05d 2018-08-25 10:04:39,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 10:04:39,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:39,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7f51457c-b0cd-4880-969b-cf94a3690632 Date: Sat, 25 Aug 2018 10:04:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"495875a3-3e52-4744-b32c-daa98585f3ed","tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:04:15Z","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":"26a124945aee4e3aa5a258cfaf101192","id":"a3d3141d-86b6-4287-aed1-83588794d3a7","subnetpool_id":null,"name":"shaker-subnet_6f8150fc-1160-41f1-beca-00263ebec8ab"}]} 2018-08-25 10:04:39,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7f51457c-b0cd-4880-969b-cf94a3690632 2018-08-25 10:04:39,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0757319927216s 2018-08-25 10:04:39,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7f51457c-b0cd-4880-969b-cf94a3690632 2018-08-25 10:04:39,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:41,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:41,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:42,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-4a0f6146-6dc4-4c71-86c7-054e59c3d77d x-compute-request-id: req-4a0f6146-6dc4-4c71-86c7-054e59c3d77d 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:42,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4a0f6146-6dc4-4c71-86c7-054e59c3d77d 2018-08-25 10:04:42,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.766032934189s 2018-08-25 10:04:42,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4a0f6146-6dc4-4c71-86c7-054e59c3d77d 2018-08-25 10:04:42,335 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:44,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:44,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:44,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-6c56fdbb-ebb3-47af-abf6-e41341a4350c x-compute-request-id: req-6c56fdbb-ebb3-47af-abf6-e41341a4350c 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:44,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6c56fdbb-ebb3-47af-abf6-e41341a4350c 2018-08-25 10:04:44,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172548055649s 2018-08-25 10:04:44,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6c56fdbb-ebb3-47af-abf6-e41341a4350c 2018-08-25 10:04:44,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:46,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:46,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:46,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-7c3aeb23-2d1d-4bc7-9a80-48f767a72a4a x-compute-request-id: req-7c3aeb23-2d1d-4bc7-9a80-48f767a72a4a 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:46,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7c3aeb23-2d1d-4bc7-9a80-48f767a72a4a 2018-08-25 10:04:46,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.33833193779s 2018-08-25 10:04:46,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7c3aeb23-2d1d-4bc7-9a80-48f767a72a4a 2018-08-25 10:04:46,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:49,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-f7f9bddb-b4aa-4f1d-8911-e17bef9f77d1 x-compute-request-id: req-f7f9bddb-b4aa-4f1d-8911-e17bef9f77d1 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:49,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f7f9bddb-b4aa-4f1d-8911-e17bef9f77d1 2018-08-25 10:04:49,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186631917953s 2018-08-25 10:04:49,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f7f9bddb-b4aa-4f1d-8911-e17bef9f77d1 2018-08-25 10:04:49,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:51,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:51,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:51,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-e231b9d4-1e80-4a1a-8eba-b516ccdd5a71 x-compute-request-id: req-e231b9d4-1e80-4a1a-8eba-b516ccdd5a71 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:51,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e231b9d4-1e80-4a1a-8eba-b516ccdd5a71 2018-08-25 10:04:51,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404858827591s 2018-08-25 10:04:51,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e231b9d4-1e80-4a1a-8eba-b516ccdd5a71 2018-08-25 10:04:51,465 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:53,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:53,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:53,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-5389a8be-7ebc-4e15-a8d3-a364768533ba x-compute-request-id: req-5389a8be-7ebc-4e15-a8d3-a364768533ba 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:53,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5389a8be-7ebc-4e15-a8d3-a364768533ba 2018-08-25 10:04:53,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172209024429s 2018-08-25 10:04:53,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5389a8be-7ebc-4e15-a8d3-a364768533ba 2018-08-25 10:04:53,644 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:55,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:56,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-047a7a1f-458e-458e-87c6-c508a038ef40 x-compute-request-id: req-047a7a1f-458e-458e-87c6-c508a038ef40 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:56,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-047a7a1f-458e-458e-87c6-c508a038ef40 2018-08-25 10:04:56,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408442974091s 2018-08-25 10:04:56,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-047a7a1f-458e-458e-87c6-c508a038ef40 2018-08-25 10:04:56,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:04:58,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:04:58,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:04:58,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:04: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-e7453150-54a8-4f80-9644-5673883ffa8c x-compute-request-id: req-e7453150-54a8-4f80-9644-5673883ffa8c 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:04:58,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e7453150-54a8-4f80-9644-5673883ffa8c 2018-08-25 10:04:58,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179412126541s 2018-08-25 10:04:58,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e7453150-54a8-4f80-9644-5673883ffa8c 2018-08-25 10:04:58,246 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:00,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:00,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:00,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-b34d9afe-cf4d-425c-8919-ce23277cafac x-compute-request-id: req-b34d9afe-cf4d-425c-8919-ce23277cafac 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:00,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b34d9afe-cf4d-425c-8919-ce23277cafac 2018-08-25 10:05:00,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432325124741s 2018-08-25 10:05:00,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b34d9afe-cf4d-425c-8919-ce23277cafac 2018-08-25 10:05:00,685 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:02,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:03,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-1524a3fd-91cc-471e-a576-0732e0d3fb12 x-compute-request-id: req-1524a3fd-91cc-471e-a576-0732e0d3fb12 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:03,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1524a3fd-91cc-471e-a576-0732e0d3fb12 2018-08-25 10:05:03,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594069957733s 2018-08-25 10:05:03,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1524a3fd-91cc-471e-a576-0732e0d3fb12 2018-08-25 10:05:03,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:05,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:05,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:05,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-02e19489-58b6-49a2-a342-4cbbbe498b3a x-compute-request-id: req-02e19489-58b6-49a2-a342-4cbbbe498b3a 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:05,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-02e19489-58b6-49a2-a342-4cbbbe498b3a 2018-08-25 10:05:05,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175585985184s 2018-08-25 10:05:05,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-02e19489-58b6-49a2-a342-4cbbbe498b3a 2018-08-25 10:05:05,469 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:07,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:07,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:07,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-5f22a1ed-4fa2-4bfa-8817-aa036edc4caf x-compute-request-id: req-5f22a1ed-4fa2-4bfa-8817-aa036edc4caf 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:07,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5f22a1ed-4fa2-4bfa-8817-aa036edc4caf 2018-08-25 10:05:07,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412696838379s 2018-08-25 10:05:07,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5f22a1ed-4fa2-4bfa-8817-aa036edc4caf 2018-08-25 10:05:07,889 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:09,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:09,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:10,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-83b99474-406e-435f-b767-88a8d05d8953 x-compute-request-id: req-83b99474-406e-435f-b767-88a8d05d8953 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:10,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-83b99474-406e-435f-b767-88a8d05d8953 2018-08-25 10:05:10,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169531822205s 2018-08-25 10:05:10,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-83b99474-406e-435f-b767-88a8d05d8953 2018-08-25 10:05:10,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:12,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:12,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:12,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-45cf660b-1253-43d8-9ae6-5127f649f7ec x-compute-request-id: req-45cf660b-1253-43d8-9ae6-5127f649f7ec 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:12,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-45cf660b-1253-43d8-9ae6-5127f649f7ec 2018-08-25 10:05:12,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520744085312s 2018-08-25 10:05:12,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-45cf660b-1253-43d8-9ae6-5127f649f7ec 2018-08-25 10:05:12,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:14,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:14,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:15,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-e4a10698-72f5-4778-a4b3-67d33b90086e x-compute-request-id: req-e4a10698-72f5-4778-a4b3-67d33b90086e 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:15,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4a10698-72f5-4778-a4b3-67d33b90086e 2018-08-25 10:05:15,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.406407117844s 2018-08-25 10:05:15,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4a10698-72f5-4778-a4b3-67d33b90086e 2018-08-25 10:05:15,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:17,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:17,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:17,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-039f2bd6-6470-492a-b952-623726b4f124 x-compute-request-id: req-039f2bd6-6470-492a-b952-623726b4f124 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:17,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-039f2bd6-6470-492a-b952-623726b4f124 2018-08-25 10:05:17,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169531822205s 2018-08-25 10:05:17,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-039f2bd6-6470-492a-b952-623726b4f124 2018-08-25 10:05:17,183 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:19,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:19,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-16614dfc-141d-40e3-ab8a-3f69fd7a5752 x-compute-request-id: req-16614dfc-141d-40e3-ab8a-3f69fd7a5752 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:19,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-16614dfc-141d-40e3-ab8a-3f69fd7a5752 2018-08-25 10:05:19,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167057991028s 2018-08-25 10:05:19,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-16614dfc-141d-40e3-ab8a-3f69fd7a5752 2018-08-25 10:05:19,357 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:21,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:21,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:22,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a917cb7-c453-48f7-b7bc-6d2aefdba8f8 x-compute-request-id: req-5a917cb7-c453-48f7-b7bc-6d2aefdba8f8 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:22,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a917cb7-c453-48f7-b7bc-6d2aefdba8f8 2018-08-25 10:05:22,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703679084778s 2018-08-25 10:05:22,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a917cb7-c453-48f7-b7bc-6d2aefdba8f8 2018-08-25 10:05:22,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:24,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:24,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-0d9132c8-2a60-41c4-b52d-12e5c86322cf x-compute-request-id: req-0d9132c8-2a60-41c4-b52d-12e5c86322cf 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:24,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0d9132c8-2a60-41c4-b52d-12e5c86322cf 2018-08-25 10:05:24,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592216014862s 2018-08-25 10:05:24,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0d9132c8-2a60-41c4-b52d-12e5c86322cf 2018-08-25 10:05:24,666 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:26,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:26,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:27,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-13c0bd98-9bca-42ac-85da-142404978e4b x-compute-request-id: req-13c0bd98-9bca-42ac-85da-142404978e4b 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:27,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-13c0bd98-9bca-42ac-85da-142404978e4b 2018-08-25 10:05:27,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596850156784s 2018-08-25 10:05:27,266 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-13c0bd98-9bca-42ac-85da-142404978e4b 2018-08-25 10:05:27,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:29,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:29,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:29,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-66e61a2a-0091-451b-b53d-6dabc376cf52 x-compute-request-id: req-66e61a2a-0091-451b-b53d-6dabc376cf52 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:29,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-66e61a2a-0091-451b-b53d-6dabc376cf52 2018-08-25 10:05:29,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166379928589s 2018-08-25 10:05:29,439 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-66e61a2a-0091-451b-b53d-6dabc376cf52 2018-08-25 10:05:29,443 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:31,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:31,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:31,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84829398-de6d-4105-8ad4-c12c0719cc9c x-compute-request-id: req-84829398-de6d-4105-8ad4-c12c0719cc9c 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:31,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-84829398-de6d-4105-8ad4-c12c0719cc9c 2018-08-25 10:05:31,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42538189888s 2018-08-25 10:05:31,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-84829398-de6d-4105-8ad4-c12c0719cc9c 2018-08-25 10:05:31,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:33,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:34,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-4db14b19-d7ee-4214-b931-229a8e3a4527 x-compute-request-id: req-4db14b19-d7ee-4214-b931-229a8e3a4527 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:34,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4db14b19-d7ee-4214-b931-229a8e3a4527 2018-08-25 10:05:34,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370862007141s 2018-08-25 10:05:34,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4db14b19-d7ee-4214-b931-229a8e3a4527 2018-08-25 10:05:34,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:36,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:36,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-417e52cf-05f9-4227-a3a4-a04196aef621 x-compute-request-id: req-417e52cf-05f9-4227-a3a4-a04196aef621 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:36,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-417e52cf-05f9-4227-a3a4-a04196aef621 2018-08-25 10:05:36,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419727087021s 2018-08-25 10:05:36,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-417e52cf-05f9-4227-a3a4-a04196aef621 2018-08-25 10:05:36,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:38,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:39,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-abc7f4c5-32b3-438a-abba-622fa87b8715 x-compute-request-id: req-abc7f4c5-32b3-438a-abba-622fa87b8715 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:39,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-abc7f4c5-32b3-438a-abba-622fa87b8715 2018-08-25 10:05:39,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434850215912s 2018-08-25 10:05:39,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-abc7f4c5-32b3-438a-abba-622fa87b8715 2018-08-25 10:05:39,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:41,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:41,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:41,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9139849b-409c-43a8-adf4-8405a23e0910 x-compute-request-id: req-9139849b-409c-43a8-adf4-8405a23e0910 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:41,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9139849b-409c-43a8-adf4-8405a23e0910 2018-08-25 10:05:41,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164495944977s 2018-08-25 10:05:41,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9139849b-409c-43a8-adf4-8405a23e0910 2018-08-25 10:05:41,293 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:43,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:43,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:43,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-f740949a-43d5-441b-a0cb-0d8e79901e4a x-compute-request-id: req-f740949a-43d5-441b-a0cb-0d8e79901e4a 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:43,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f740949a-43d5-441b-a0cb-0d8e79901e4a 2018-08-25 10:05:43,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.335212945938s 2018-08-25 10:05:43,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f740949a-43d5-441b-a0cb-0d8e79901e4a 2018-08-25 10:05:43,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:45,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:45,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:46,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-43900623-51fa-4db8-94d3-147903c54c05 x-compute-request-id: req-43900623-51fa-4db8-94d3-147903c54c05 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:46,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-43900623-51fa-4db8-94d3-147903c54c05 2018-08-25 10:05:46,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585870981216s 2018-08-25 10:05:46,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-43900623-51fa-4db8-94d3-147903c54c05 2018-08-25 10:05:46,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:48,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:48,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:48,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-e423832e-c149-4503-be11-c1a4f5fd56c2 x-compute-request-id: req-e423832e-c149-4503-be11-c1a4f5fd56c2 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:48,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e423832e-c149-4503-be11-c1a4f5fd56c2 2018-08-25 10:05:48,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337917089462s 2018-08-25 10:05:48,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e423832e-c149-4503-be11-c1a4f5fd56c2 2018-08-25 10:05:48,573 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:50,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:50,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:50,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-e3649682-1fe6-4622-9e0e-2c5cc6123ab9 x-compute-request-id: req-e3649682-1fe6-4622-9e0e-2c5cc6123ab9 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:50,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e3649682-1fe6-4622-9e0e-2c5cc6123ab9 2018-08-25 10:05:50,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38592505455s 2018-08-25 10:05:50,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e3649682-1fe6-4622-9e0e-2c5cc6123ab9 2018-08-25 10:05:50,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:52,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:52,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:53,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-339d372f-315f-4368-8859-b01b32cf0821 x-compute-request-id: req-339d372f-315f-4368-8859-b01b32cf0821 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:53,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-339d372f-315f-4368-8859-b01b32cf0821 2018-08-25 10:05:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172500133514s 2018-08-25 10:05:53,141 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-339d372f-315f-4368-8859-b01b32cf0821 2018-08-25 10:05:53,145 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:55,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:55,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:55,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-a9afdd85-c60a-4635-9193-9bac4999f9b6 x-compute-request-id: req-a9afdd85-c60a-4635-9193-9bac4999f9b6 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:55,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a9afdd85-c60a-4635-9193-9bac4999f9b6 2018-08-25 10:05:55,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.332478046417s 2018-08-25 10:05:55,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a9afdd85-c60a-4635-9193-9bac4999f9b6 2018-08-25 10:05:55,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:57,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:57,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:05:57,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-a4b3e37d-d5cf-4f50-96ec-4f47751a97b9 x-compute-request-id: req-a4b3e37d-d5cf-4f50-96ec-4f47751a97b9 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:05:57,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4b3e37d-d5cf-4f50-96ec-4f47751a97b9 2018-08-25 10:05:57,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165033102036s 2018-08-25 10:05:57,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4b3e37d-d5cf-4f50-96ec-4f47751a97b9 2018-08-25 10:05:57,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:05:59,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:05:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:00,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:05: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-b58289f4-babf-43e8-b275-624ee8a1d6fc x-compute-request-id: req-b58289f4-babf-43e8-b275-624ee8a1d6fc 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:00,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b58289f4-babf-43e8-b275-624ee8a1d6fc 2018-08-25 10:06:00,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409402132034s 2018-08-25 10:06:00,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b58289f4-babf-43e8-b275-624ee8a1d6fc 2018-08-25 10:06:00,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:02,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:02,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:02,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-66d8b45a-bd3a-4edb-9a9b-6542ac947cfc x-compute-request-id: req-66d8b45a-bd3a-4edb-9a9b-6542ac947cfc 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:02,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-66d8b45a-bd3a-4edb-9a9b-6542ac947cfc 2018-08-25 10:06:02,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554109096527s 2018-08-25 10:06:02,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-66d8b45a-bd3a-4edb-9a9b-6542ac947cfc 2018-08-25 10:06:02,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:04,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:04,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:05,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8462fc23-7c52-479d-985f-3965a42b8b55 x-compute-request-id: req-8462fc23-7c52-479d-985f-3965a42b8b55 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:05,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8462fc23-7c52-479d-985f-3965a42b8b55 2018-08-25 10:06:05,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414218902588s 2018-08-25 10:06:05,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8462fc23-7c52-479d-985f-3965a42b8b55 2018-08-25 10:06:05,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:07,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:07,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:07,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-6dc9ff3f-ed61-42db-8e0b-47ce7f7bc120 x-compute-request-id: req-6dc9ff3f-ed61-42db-8e0b-47ce7f7bc120 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:07,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6dc9ff3f-ed61-42db-8e0b-47ce7f7bc120 2018-08-25 10:06:07,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440582036972s 2018-08-25 10:06:07,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6dc9ff3f-ed61-42db-8e0b-47ce7f7bc120 2018-08-25 10:06:07,501 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:09,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:09,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:09,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-8e4f992a-46d0-4508-83a8-07de70628dd1 x-compute-request-id: req-8e4f992a-46d0-4508-83a8-07de70628dd1 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:09,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8e4f992a-46d0-4508-83a8-07de70628dd1 2018-08-25 10:06:09,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360371828079s 2018-08-25 10:06:09,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8e4f992a-46d0-4508-83a8-07de70628dd1 2018-08-25 10:06:09,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:11,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:11,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:12,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-957ab063-d90a-4594-8f45-1cf80016ef78 x-compute-request-id: req-957ab063-d90a-4594-8f45-1cf80016ef78 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:12,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-957ab063-d90a-4594-8f45-1cf80016ef78 2018-08-25 10:06:12,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44149684906s 2018-08-25 10:06:12,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-957ab063-d90a-4594-8f45-1cf80016ef78 2018-08-25 10:06:12,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:14,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:14,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:14,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd3d1b7d-cd6f-48ff-80a1-c8726777894f x-compute-request-id: req-cd3d1b7d-cd6f-48ff-80a1-c8726777894f 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:14,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cd3d1b7d-cd6f-48ff-80a1-c8726777894f 2018-08-25 10:06:14,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378013849258s 2018-08-25 10:06:14,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cd3d1b7d-cd6f-48ff-80a1-c8726777894f 2018-08-25 10:06:14,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:16,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:16,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:16,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-10042b48-a4c5-4724-96f5-36f3dc216c47 x-compute-request-id: req-10042b48-a4c5-4724-96f5-36f3dc216c47 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:16,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-10042b48-a4c5-4724-96f5-36f3dc216c47 2018-08-25 10:06:16,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170063018799s 2018-08-25 10:06:16,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-10042b48-a4c5-4724-96f5-36f3dc216c47 2018-08-25 10:06:16,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:18,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:19,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-1f2a765d-eb50-4290-a522-d9609a3804c9 x-compute-request-id: req-1f2a765d-eb50-4290-a522-d9609a3804c9 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:19,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1f2a765d-eb50-4290-a522-d9609a3804c9 2018-08-25 10:06:19,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362476110458s 2018-08-25 10:06:19,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1f2a765d-eb50-4290-a522-d9609a3804c9 2018-08-25 10:06:19,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:21,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:21,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:21,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-67b7fe0d-70a7-40a1-919c-291693f5837f x-compute-request-id: req-67b7fe0d-70a7-40a1-919c-291693f5837f 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:21,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-67b7fe0d-70a7-40a1-919c-291693f5837f 2018-08-25 10:06:21,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175552845001s 2018-08-25 10:06:21,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-67b7fe0d-70a7-40a1-919c-291693f5837f 2018-08-25 10:06:21,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:23,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:23,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-6194fdac-b632-4ec5-a778-e1cf671ef883 x-compute-request-id: req-6194fdac-b632-4ec5-a778-e1cf671ef883 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:23,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6194fdac-b632-4ec5-a778-e1cf671ef883 2018-08-25 10:06:23,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164330005646s 2018-08-25 10:06:23,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6194fdac-b632-4ec5-a778-e1cf671ef883 2018-08-25 10:06:23,601 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:25,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:25,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:25,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5054d59-48f5-4c76-a464-957b566767e1 x-compute-request-id: req-c5054d59-48f5-4c76-a464-957b566767e1 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:25,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c5054d59-48f5-4c76-a464-957b566767e1 2018-08-25 10:06:25,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191343069077s 2018-08-25 10:06:25,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c5054d59-48f5-4c76-a464-957b566767e1 2018-08-25 10:06:25,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:27,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:27,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:28,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-66a5624e-106e-434d-aa3a-ab2cfefc372c x-compute-request-id: req-66a5624e-106e-434d-aa3a-ab2cfefc372c 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:28,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-66a5624e-106e-434d-aa3a-ab2cfefc372c 2018-08-25 10:06:28,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357548952103s 2018-08-25 10:06:28,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-66a5624e-106e-434d-aa3a-ab2cfefc372c 2018-08-25 10:06:28,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:30,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:30,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-13cbbaf4-e8f0-4415-8e28-4222d30756cb x-compute-request-id: req-13cbbaf4-e8f0-4415-8e28-4222d30756cb 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:30,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-13cbbaf4-e8f0-4415-8e28-4222d30756cb 2018-08-25 10:06:30,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.331319093704s 2018-08-25 10:06:30,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-13cbbaf4-e8f0-4415-8e28-4222d30756cb 2018-08-25 10:06:30,503 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:32,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:32,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:32,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-22c10b97-824e-4830-9023-cbca9f775b88 x-compute-request-id: req-22c10b97-824e-4830-9023-cbca9f775b88 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:32,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-22c10b97-824e-4830-9023-cbca9f775b88 2018-08-25 10:06:32,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407263994217s 2018-08-25 10:06:32,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-22c10b97-824e-4830-9023-cbca9f775b88 2018-08-25 10:06:32,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:34,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:35,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-480b4aa2-e258-4776-844c-ee181f586252 x-compute-request-id: req-480b4aa2-e258-4776-844c-ee181f586252 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:35,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-480b4aa2-e258-4776-844c-ee181f586252 2018-08-25 10:06:35,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42448091507s 2018-08-25 10:06:35,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-480b4aa2-e258-4776-844c-ee181f586252 2018-08-25 10:06:35,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:37,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:37,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-e4d68ab4-aaea-4254-8506-3adb3613ac81 x-compute-request-id: req-e4d68ab4-aaea-4254-8506-3adb3613ac81 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:37,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4d68ab4-aaea-4254-8506-3adb3613ac81 2018-08-25 10:06:37,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580888032913s 2018-08-25 10:06:37,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4d68ab4-aaea-4254-8506-3adb3613ac81 2018-08-25 10:06:37,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:39,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:39,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:40,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-9a32fb03-7391-4be5-939b-840cfc6ccd86 x-compute-request-id: req-9a32fb03-7391-4be5-939b-840cfc6ccd86 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:40,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9a32fb03-7391-4be5-939b-840cfc6ccd86 2018-08-25 10:06:40,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574199914932s 2018-08-25 10:06:40,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9a32fb03-7391-4be5-939b-840cfc6ccd86 2018-08-25 10:06:40,518 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:42,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:42,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:42,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-3c27b252-0f3d-40b8-af41-b40cc340122d x-compute-request-id: req-3c27b252-0f3d-40b8-af41-b40cc340122d 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:42,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3c27b252-0f3d-40b8-af41-b40cc340122d 2018-08-25 10:06:42,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.326961994171s 2018-08-25 10:06:42,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3c27b252-0f3d-40b8-af41-b40cc340122d 2018-08-25 10:06:42,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:44,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:45,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-5880bf10-dbb9-4090-ad85-74873ccd0ad0 x-compute-request-id: req-5880bf10-dbb9-4090-ad85-74873ccd0ad0 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:45,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5880bf10-dbb9-4090-ad85-74873ccd0ad0 2018-08-25 10:06:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174306869507s 2018-08-25 10:06:45,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5880bf10-dbb9-4090-ad85-74873ccd0ad0 2018-08-25 10:06:45,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:47,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:47,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bfe2abd-8a16-46b7-ad7b-53766f7a9276 x-compute-request-id: req-4bfe2abd-8a16-46b7-ad7b-53766f7a9276 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:47,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4bfe2abd-8a16-46b7-ad7b-53766f7a9276 2018-08-25 10:06:47,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640029907227s 2018-08-25 10:06:47,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4bfe2abd-8a16-46b7-ad7b-53766f7a9276 2018-08-25 10:06:47,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:49,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:49,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:49,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-d43d71b0-8504-4bb0-86d5-af10ad9ad687 x-compute-request-id: req-d43d71b0-8504-4bb0-86d5-af10ad9ad687 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:49,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d43d71b0-8504-4bb0-86d5-af10ad9ad687 2018-08-25 10:06:49,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18026804924s 2018-08-25 10:06:49,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d43d71b0-8504-4bb0-86d5-af10ad9ad687 2018-08-25 10:06:49,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:51,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:51,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:52,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-79cef6ec-402f-46ae-8391-c63b0d2cd7b2 x-compute-request-id: req-79cef6ec-402f-46ae-8391-c63b0d2cd7b2 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:52,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-79cef6ec-402f-46ae-8391-c63b0d2cd7b2 2018-08-25 10:06:52,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374405145645s 2018-08-25 10:06:52,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-79cef6ec-402f-46ae-8391-c63b0d2cd7b2 2018-08-25 10:06:52,249 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:54,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:54,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-9c694328-ce6e-4bf6-af22-791e4de76d0d x-compute-request-id: req-9c694328-ce6e-4bf6-af22-791e4de76d0d 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:54,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c694328-ce6e-4bf6-af22-791e4de76d0d 2018-08-25 10:06:54,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41321015358s 2018-08-25 10:06:54,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c694328-ce6e-4bf6-af22-791e4de76d0d 2018-08-25 10:06:54,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:56,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:56,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:56,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06: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-d465e4e0-7c4f-4a8f-9fe2-5d5177de4ab0 x-compute-request-id: req-d465e4e0-7c4f-4a8f-9fe2-5d5177de4ab0 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:56,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d465e4e0-7c4f-4a8f-9fe2-5d5177de4ab0 2018-08-25 10:06:56,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173431873322s 2018-08-25 10:06:56,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d465e4e0-7c4f-4a8f-9fe2-5d5177de4ab0 2018-08-25 10:06:56,849 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:06:58,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:06:58,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:06:59,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2723c65-d6bc-4d67-8944-c21416efa089 x-compute-request-id: req-a2723c65-d6bc-4d67-8944-c21416efa089 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:06:59,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a2723c65-d6bc-4d67-8944-c21416efa089 2018-08-25 10:06:59,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442564964294s 2018-08-25 10:06:59,295 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a2723c65-d6bc-4d67-8944-c21416efa089 2018-08-25 10:06:59,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:01,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:01,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:01,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-d0ed98a7-a305-40b3-9c52-04bda341167a x-compute-request-id: req-d0ed98a7-a305-40b3-9c52-04bda341167a 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:01,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d0ed98a7-a305-40b3-9c52-04bda341167a 2018-08-25 10:07:01,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420042991638s 2018-08-25 10:07:01,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d0ed98a7-a305-40b3-9c52-04bda341167a 2018-08-25 10:07:01,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:03,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:04,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-c402744c-89cd-428a-9e7e-3e578dc462e8 x-compute-request-id: req-c402744c-89cd-428a-9e7e-3e578dc462e8 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:04,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c402744c-89cd-428a-9e7e-3e578dc462e8 2018-08-25 10:07:04,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362150907516s 2018-08-25 10:07:04,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c402744c-89cd-428a-9e7e-3e578dc462e8 2018-08-25 10:07:04,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:06,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:06,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:06,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-252215ff-db71-420a-889d-2b9fbd87b592 x-compute-request-id: req-252215ff-db71-420a-889d-2b9fbd87b592 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:06,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-252215ff-db71-420a-889d-2b9fbd87b592 2018-08-25 10:07:06,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34295797348s 2018-08-25 10:07:06,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-252215ff-db71-420a-889d-2b9fbd87b592 2018-08-25 10:07:06,446 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:08,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:08,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:09,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-916e4716-2f0b-4009-bd01-0af10f21bb65 x-compute-request-id: req-916e4716-2f0b-4009-bd01-0af10f21bb65 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:09,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-916e4716-2f0b-4009-bd01-0af10f21bb65 2018-08-25 10:07:09,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593170166016s 2018-08-25 10:07:09,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-916e4716-2f0b-4009-bd01-0af10f21bb65 2018-08-25 10:07:09,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:11,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:11,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:11,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-4779c875-7f5c-4f5b-ac29-cfd7e8363d2a x-compute-request-id: req-4779c875-7f5c-4f5b-ac29-cfd7e8363d2a 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:11,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4779c875-7f5c-4f5b-ac29-cfd7e8363d2a 2018-08-25 10:07:11,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418473958969s 2018-08-25 10:07:11,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4779c875-7f5c-4f5b-ac29-cfd7e8363d2a 2018-08-25 10:07:11,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:13,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:13,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-d5aebb8f-42ca-442c-ba92-d25b0fa5e103 x-compute-request-id: req-d5aebb8f-42ca-442c-ba92-d25b0fa5e103 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:13,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d5aebb8f-42ca-442c-ba92-d25b0fa5e103 2018-08-25 10:07:13,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421358108521s 2018-08-25 10:07:13,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d5aebb8f-42ca-442c-ba92-d25b0fa5e103 2018-08-25 10:07:13,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:15,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:15,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:16,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-deefba16-d022-45af-9a35-1c08a8fddf42 x-compute-request-id: req-deefba16-d022-45af-9a35-1c08a8fddf42 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:16,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-deefba16-d022-45af-9a35-1c08a8fddf42 2018-08-25 10:07:16,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184319019318s 2018-08-25 10:07:16,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-deefba16-d022-45af-9a35-1c08a8fddf42 2018-08-25 10:07:16,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:18,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:18,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:18,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-efa2291d-477b-4185-b75e-39f6ce1efb8e x-compute-request-id: req-efa2291d-477b-4185-b75e-39f6ce1efb8e 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:18,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-efa2291d-477b-4185-b75e-39f6ce1efb8e 2018-08-25 10:07:18,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175194978714s 2018-08-25 10:07:18,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-efa2291d-477b-4185-b75e-39f6ce1efb8e 2018-08-25 10:07:18,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:20,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:20,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:20,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-859c3d21-8c7a-42af-a21f-1e104378d4cf x-compute-request-id: req-859c3d21-8c7a-42af-a21f-1e104378d4cf 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:20,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-859c3d21-8c7a-42af-a21f-1e104378d4cf 2018-08-25 10:07:20,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660823106766s 2018-08-25 10:07:20,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-859c3d21-8c7a-42af-a21f-1e104378d4cf 2018-08-25 10:07:20,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:22,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:23,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-dc191bb6-646f-44b0-83d0-f9e19016fbaf x-compute-request-id: req-dc191bb6-646f-44b0-83d0-f9e19016fbaf 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:23,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-dc191bb6-646f-44b0-83d0-f9e19016fbaf 2018-08-25 10:07:23,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169974088669s 2018-08-25 10:07:23,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-dc191bb6-646f-44b0-83d0-f9e19016fbaf 2018-08-25 10:07:23,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:25,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:25,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:25,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-335a3224-ed29-42a7-8805-88b33129bb49 x-compute-request-id: req-335a3224-ed29-42a7-8805-88b33129bb49 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:25,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-335a3224-ed29-42a7-8805-88b33129bb49 2018-08-25 10:07:25,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356103897095s 2018-08-25 10:07:25,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-335a3224-ed29-42a7-8805-88b33129bb49 2018-08-25 10:07:25,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:27,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:27,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-133b853d-5e3c-4994-8eae-df0fb33e2c31 x-compute-request-id: req-133b853d-5e3c-4994-8eae-df0fb33e2c31 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:27,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-133b853d-5e3c-4994-8eae-df0fb33e2c31 2018-08-25 10:07:27,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214030981064s 2018-08-25 10:07:27,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-133b853d-5e3c-4994-8eae-df0fb33e2c31 2018-08-25 10:07:27,700 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:29,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:29,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:29,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-aff68bec-43c8-4b22-a657-feccdafc36b4 x-compute-request-id: req-aff68bec-43c8-4b22-a657-feccdafc36b4 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:29,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aff68bec-43c8-4b22-a657-feccdafc36b4 2018-08-25 10:07:29,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165503978729s 2018-08-25 10:07:29,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aff68bec-43c8-4b22-a657-feccdafc36b4 2018-08-25 10:07:29,873 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:31,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:31,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:32,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-bd7ec0f1-f565-4f87-bc5b-2e994ae69fd3 x-compute-request-id: req-bd7ec0f1-f565-4f87-bc5b-2e994ae69fd3 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:32,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bd7ec0f1-f565-4f87-bc5b-2e994ae69fd3 2018-08-25 10:07:32,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344744920731s 2018-08-25 10:07:32,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bd7ec0f1-f565-4f87-bc5b-2e994ae69fd3 2018-08-25 10:07:32,225 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:34,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:34,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:34,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-1ff6d7fa-656c-4c23-bcfe-2739d42cd91d x-compute-request-id: req-1ff6d7fa-656c-4c23-bcfe-2739d42cd91d 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:34,399 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1ff6d7fa-656c-4c23-bcfe-2739d42cd91d 2018-08-25 10:07:34,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171700954437s 2018-08-25 10:07:34,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1ff6d7fa-656c-4c23-bcfe-2739d42cd91d 2018-08-25 10:07:34,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:36,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:36,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:36,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-97a75b8a-bc30-452b-a8b8-0421ae64af55 x-compute-request-id: req-97a75b8a-bc30-452b-a8b8-0421ae64af55 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:36,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-97a75b8a-bc30-452b-a8b8-0421ae64af55 2018-08-25 10:07:36,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418848991394s 2018-08-25 10:07:36,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-97a75b8a-bc30-452b-a8b8-0421ae64af55 2018-08-25 10:07:36,829 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:38,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:38,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:39,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-bc41cc4a-03a7-4792-8bc8-827f25a71242 x-compute-request-id: req-bc41cc4a-03a7-4792-8bc8-827f25a71242 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:39,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bc41cc4a-03a7-4792-8bc8-827f25a71242 2018-08-25 10:07:39,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186532974243s 2018-08-25 10:07:39,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bc41cc4a-03a7-4792-8bc8-827f25a71242 2018-08-25 10:07:39,022 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:41,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:41,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:41,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-8929b281-c558-4fce-a5af-6e777c9c052d x-compute-request-id: req-8929b281-c558-4fce-a5af-6e777c9c052d 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:41,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8929b281-c558-4fce-a5af-6e777c9c052d 2018-08-25 10:07:41,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441139936447s 2018-08-25 10:07:41,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8929b281-c558-4fce-a5af-6e777c9c052d 2018-08-25 10:07:41,471 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:43,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:43,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:43,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4210cf71-3efb-4c22-88f9-e950bdbe16c2 x-compute-request-id: req-4210cf71-3efb-4c22-88f9-e950bdbe16c2 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:43,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4210cf71-3efb-4c22-88f9-e950bdbe16c2 2018-08-25 10:07:43,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431766033173s 2018-08-25 10:07:43,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4210cf71-3efb-4c22-88f9-e950bdbe16c2 2018-08-25 10:07:43,910 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:45,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:45,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:46,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-ec88920d-3dbc-4fcf-9576-d5ab9eeea653 x-compute-request-id: req-ec88920d-3dbc-4fcf-9576-d5ab9eeea653 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:46,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ec88920d-3dbc-4fcf-9576-d5ab9eeea653 2018-08-25 10:07:46,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180835008621s 2018-08-25 10:07:46,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ec88920d-3dbc-4fcf-9576-d5ab9eeea653 2018-08-25 10:07:46,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:48,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:48,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:48,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-b24b6127-3a04-4852-ba2e-90d9fa915f52 x-compute-request-id: req-b24b6127-3a04-4852-ba2e-90d9fa915f52 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:48,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b24b6127-3a04-4852-ba2e-90d9fa915f52 2018-08-25 10:07:48,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352108001709s 2018-08-25 10:07:48,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b24b6127-3a04-4852-ba2e-90d9fa915f52 2018-08-25 10:07:48,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:50,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:50,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:50,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-d41f4317-9620-4471-b6cf-133211dbfc34 x-compute-request-id: req-d41f4317-9620-4471-b6cf-133211dbfc34 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:50,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d41f4317-9620-4471-b6cf-133211dbfc34 2018-08-25 10:07:50,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168115139008s 2018-08-25 10:07:50,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d41f4317-9620-4471-b6cf-133211dbfc34 2018-08-25 10:07:50,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:52,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:53,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-1ee3ec27-19a0-4ff8-a359-8c8b14dae5f9 x-compute-request-id: req-1ee3ec27-19a0-4ff8-a359-8c8b14dae5f9 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:53,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1ee3ec27-19a0-4ff8-a359-8c8b14dae5f9 2018-08-25 10:07:53,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431062936783s 2018-08-25 10:07:53,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1ee3ec27-19a0-4ff8-a359-8c8b14dae5f9 2018-08-25 10:07:53,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:55,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:55,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:55,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-594b757a-007c-4f7c-8e59-e3f7303dc3ab x-compute-request-id: req-594b757a-007c-4f7c-8e59-e3f7303dc3ab 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:55,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-594b757a-007c-4f7c-8e59-e3f7303dc3ab 2018-08-25 10:07:55,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18918800354s 2018-08-25 10:07:55,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-594b757a-007c-4f7c-8e59-e3f7303dc3ab 2018-08-25 10:07:55,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:07:57,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:07:57,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:07:58,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:07: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-eb34e688-4a85-4f38-b6f0-dfc5a69cab47 x-compute-request-id: req-eb34e688-4a85-4f38-b6f0-dfc5a69cab47 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:07:58,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-eb34e688-4a85-4f38-b6f0-dfc5a69cab47 2018-08-25 10:07:58,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733777046204s 2018-08-25 10:07:58,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-eb34e688-4a85-4f38-b6f0-dfc5a69cab47 2018-08-25 10:07:58,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:08:00,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:08:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:00,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08: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-93b0a820-655f-4fd9-b422-7701aadcd200 x-compute-request-id: req-93b0a820-655f-4fd9-b422-7701aadcd200 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.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:04:41Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:08:00,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-93b0a820-655f-4fd9-b422-7701aadcd200 2018-08-25 10:08:00,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172914981842s 2018-08-25 10:08:00,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-93b0a820-655f-4fd9-b422-7701aadcd200 2018-08-25 10:08:00,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:08:02,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:08:02,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:02,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08: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-23132b4a-8427-48b8-85e6-6b7b84cdb611 x-compute-request-id: req-23132b4a-8427-48b8-85e6-6b7b84cdb611 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:1e:93", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T10:08:01.000000", "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T10:08:01Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:08:02,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-23132b4a-8427-48b8-85e6-6b7b84cdb611 2018-08-25 10:08:02,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194993972778s 2018-08-25 10:08:02,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-23132b4a-8427-48b8-85e6-6b7b84cdb611 2018-08-25 10:08:02,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 10:08:02,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=e2b2f5ed-c377-4959-a0f6-ce9c48182b69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:02,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-6ba7b5d8-5e47-4a3d-a44a-4c192dafd082 Date: Sat, 25 Aug 2018 10:08:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T10:08:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a3d3141d-86b6-4287-aed1-83588794d3a7","ip_address":"192.168.120.3"}],"id":"4d1123ab-9021-4542-af04-a7d42e392ed8","security_groups":["c47d5363-de98-4f09-b3f2-0fed493c8155"],"mac_address":"fa:16:3e:71:1e:93","project_id":"26a124945aee4e3aa5a258cfaf101192","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"495875a3-3e52-4744-b32c-daa98585f3ed","tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:41Z","binding:vnic_type":"normal","device_id":"e2b2f5ed-c377-4959-a0f6-ce9c48182b69","ip_allocation":"immediate"}]} 2018-08-25 10:08:02,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=e2b2f5ed-c377-4959-a0f6-ce9c48182b69 used request id req-6ba7b5d8-5e47-4a3d-a44a-4c192dafd082 2018-08-25 10:08:02,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0562260150909s 2018-08-25 10:08:02,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=e2b2f5ed-c377-4959-a0f6-ce9c48182b69 used request id req-6ba7b5d8-5e47-4a3d-a44a-4c192dafd082 2018-08-25 10:08:02,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:02,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=4d1123ab-9021-4542-af04-a7d42e392ed8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:02,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-394ecb7f-6349-4e55-87b3-0d76c618270e Date: Sat, 25 Aug 2018 10:08:02 GMT RESP BODY: {"floatingips": []} 2018-08-25 10:08:02,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=4d1123ab-9021-4542-af04-a7d42e392ed8 used request id req-394ecb7f-6349-4e55-87b3-0d76c618270e 2018-08-25 10:08:02,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0455439090729s 2018-08-25 10:08:02,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=4d1123ab-9021-4542-af04-a7d42e392ed8 used request id req-394ecb7f-6349-4e55-87b3-0d76c618270e 2018-08-25 10:08:02,497 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:71:1e:93', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cd98faca-ff8c-4ea8-b2e4-5e1510b6554a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T10:08:01.000000', 'flavor': Munch({u'id': u'54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c'}), 'az': u'nova', 'id': u'e2b2f5ed-c377-4959-a0f6-ce9c48182b69', 'security_groups': [Munch({u'name': u'shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ad4b0f943f494679b50d8ea95444d63d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'26a124945aee4e3aa5a258cfaf101192', 'name': 'shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T10:08:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T10:08:01Z', 'hostId': u'8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T10:08:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'26a124945aee4e3aa5a258cfaf101192', 'name': u'shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab', 'adminPass': u'jTvMCd2Qb5Yh', 'tenant_id': u'26a124945aee4e3aa5a258cfaf101192', 'created_at': u'2018-08-25T10:04:38Z', 'created': u'2018-08-25T10:04:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 10:08:02,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:08:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:02,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-75b47dcf-a8d7-4936-b7ab-c35de7f9acfc Date: Sat, 25 Aug 2018 10:08:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"495875a3-3e52-4744-b32c-daa98585f3ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"26a124945aee4e3aa5a258cfaf101192","l2_adjacency":true,"status":"ACTIVE","subnets":["a3d3141d-86b6-4287-aed1-83588794d3a7"],"description":"","tags":[],"updated_at":"2018-08-25T10:04:15Z","qos_policy_id":null,"name":"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab","admin_state_up":true,"tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:08:02,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-75b47dcf-a8d7-4936-b7ab-c35de7f9acfc 2018-08-25 10:08:02,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0880780220032s 2018-08-25 10:08:02,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-75b47dcf-a8d7-4936-b7ab-c35de7f9acfc 2018-08-25 10:08:02,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 10:08:02,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=e2b2f5ed-c377-4959-a0f6-ce9c48182b69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:02,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-ff2f9fbc-f398-40c0-ac6d-dd44fc5394f7 Date: Sat, 25 Aug 2018 10:08:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T10:08:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a3d3141d-86b6-4287-aed1-83588794d3a7","ip_address":"192.168.120.3"}],"id":"4d1123ab-9021-4542-af04-a7d42e392ed8","security_groups":["c47d5363-de98-4f09-b3f2-0fed493c8155"],"mac_address":"fa:16:3e:71:1e:93","project_id":"26a124945aee4e3aa5a258cfaf101192","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"495875a3-3e52-4744-b32c-daa98585f3ed","tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:41Z","binding:vnic_type":"normal","device_id":"e2b2f5ed-c377-4959-a0f6-ce9c48182b69","ip_allocation":"immediate"}]} 2018-08-25 10:08:02,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=e2b2f5ed-c377-4959-a0f6-ce9c48182b69 used request id req-ff2f9fbc-f398-40c0-ac6d-dd44fc5394f7 2018-08-25 10:08:02,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0445079803467s 2018-08-25 10:08:02,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=e2b2f5ed-c377-4959-a0f6-ce9c48182b69 used request id req-ff2f9fbc-f398-40c0-ac6d-dd44fc5394f7 2018-08-25 10:08:02,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 10:08:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.3", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8"}}' 2018-08-25 10:08:04,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-90c85306-dd5a-4301-ac46-32a798bea584 Date: Sat, 25 Aug 2018 10:08:04 GMT RESP BODY: {"floatingip": {"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "DOWN", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}} 2018-08-25 10:08:04,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-90c85306-dd5a-4301-ac46-32a798bea584 2018-08-25 10:08:04,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.27808117867s 2018-08-25 10:08:04,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-90c85306-dd5a-4301-ac46-32a798bea584 2018-08-25 10:08:04,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:04,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:05,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-41844325-7c7f-4986-a202-ccab3bedce32 Date: Sat, 25 Aug 2018 10:08:05 GMT RESP BODY: {"floatingips": [{"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "DOWN", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}]} 2018-08-25 10:08:05,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-41844325-7c7f-4986-a202-ccab3bedce32 2018-08-25 10:08:05,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0906479358673s 2018-08-25 10:08:05,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-41844325-7c7f-4986-a202-ccab3bedce32 2018-08-25 10:08:05,018 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:08:05,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:05,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:05,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-d650c2fa-ef42-4e7f-ba4e-94dd7105eada Date: Sat, 25 Aug 2018 10:08:05 GMT RESP BODY: {"floatingips": [{"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "DOWN", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}]} 2018-08-25 10:08:05,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d650c2fa-ef42-4e7f-ba4e-94dd7105eada 2018-08-25 10:08:05,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556139945984s 2018-08-25 10:08:05,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d650c2fa-ef42-4e7f-ba4e-94dd7105eada 2018-08-25 10:08:05,183 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:08:05,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:05,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-107b5133-c6d1-4d77-9a84-834a7dfb831a Date: Sat, 25 Aug 2018 10:08:05 GMT RESP BODY: {"floatingips": [{"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "DOWN", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}]} 2018-08-25 10:08:05,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-107b5133-c6d1-4d77-9a84-834a7dfb831a 2018-08-25 10:08:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0579681396484s 2018-08-25 10:08:05,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-107b5133-c6d1-4d77-9a84-834a7dfb831a 2018-08-25 10:08:05,349 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:08:05,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:05,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:05,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-6b7da7a7-1a47-4569-b3e3-08963a75fbe4 Date: Sat, 25 Aug 2018 10:08:05 GMT RESP BODY: {"floatingips": [{"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "DOWN", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}]} 2018-08-25 10:08:05,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-6b7da7a7-1a47-4569-b3e3-08963a75fbe4 2018-08-25 10:08:05,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0578081607819s 2018-08-25 10:08:05,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-6b7da7a7-1a47-4569-b3e3-08963a75fbe4 2018-08-25 10:08:05,516 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:08:05,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:05,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:05,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-1b9a0401-09c8-4c25-b937-996f82378529 Date: Sat, 25 Aug 2018 10:08:05 GMT RESP BODY: {"floatingips": [{"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "DOWN", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}]} 2018-08-25 10:08:05,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1b9a0401-09c8-4c25-b937-996f82378529 2018-08-25 10:08:05,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.064936876297s 2018-08-25 10:08:05,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1b9a0401-09c8-4c25-b937-996f82378529 2018-08-25 10:08:05,690 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:08:05,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:08:05,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:08:05,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-c264152e-c1a0-4cbd-9846-0c83abc1cd62 Date: Sat, 25 Aug 2018 10:08:05 GMT RESP BODY: {"floatingips": [{"router_id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:08:03Z", "updated_at": "2018-08-25T10:08:05Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "device_owner": "compute:nova", "mac_address": "fa:16:3e:71:1e:93", "device_id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "port_id": "4d1123ab-9021-4542-af04-a7d42e392ed8", "id": "056ddee7-0d9b-4afd-9623-2692277c92b2", "qos_policy_id": null}]} 2018-08-25 10:08:05,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c264152e-c1a0-4cbd-9846-0c83abc1cd62 2018-08-25 10:08:05,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609490871429s 2018-08-25 10:08:05,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c264152e-c1a0-4cbd-9846-0c83abc1cd62 2018-08-25 10:08:05,860 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'97668dd3-0d92-4578-9f89-4a6907b026a2', 'updated_at': u'2018-08-25T10:08:05Z', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.200', 'revision_number': 1, 'port_id': u'4d1123ab-9021-4542-af04-a7d42e392ed8', 'id': u'056ddee7-0d9b-4afd-9623-2692277c92b2', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'4d1123ab-9021-4542-af04-a7d42e392ed8', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'26a124945aee4e3aa5a258cfaf101192', 'name': 'shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'26a124945aee4e3aa5a258cfaf101192', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'495875a3-3e52-4744-b32c-daa98585f3ed', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:71:1e:93', u'device_id': u'e2b2f5ed-c377-4959-a0f6-ce9c48182b69'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'26a124945aee4e3aa5a258cfaf101192', 'created_at': u'2018-08-25T10:08:03Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'495875a3-3e52-4744-b32c-daa98585f3ed', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:71:1e:93', u'device_id': u'e2b2f5ed-c377-4959-a0f6-ce9c48182b69'}), 'router': u'97668dd3-0d92-4578-9f89-4a6907b026a2'}) 2018-08-25 10:08:05,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 10:08:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69/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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 10:08:05,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08: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-e5608b65-0477-4d4b-818d-dad070ebb69b x-compute-request-id: req-e5608b65-0477-4d4b-818d-dad070ebb69b Content-Encoding: gzip Content-Length: 10346 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 727582222 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.217608] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.220797] pid_max: default: 32768 minimum: 301\n[ 0.222522] ACPI: Core revision 20150930\n[ 0.224630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.227098] Security Framework initialized\n[ 0.228682] Yama: becoming mindful.\n[ 0.230071] AppArmor: AppArmor initialized\n[ 0.231670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.234172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.236629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.238967] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.241558] Initializing cgroup subsys io\n[ 0.243111] Initializing cgroup subsys memory\n[ 0.244764] Initializing cgroup subsys devices\n[ 0.246430] Initializing cgroup subsys freezer\n[ 0.248110] Initializing cgroup subsys net_cls\n[ 0.249780] Initializing cgroup subsys perf_event\n[ 0.251517] Initializing cgroup subsys net_prio\n[ 0.253210] Initializing cgroup subsys hugetlb\n[ 0.254869] Initializing cgroup subsys pids\n[ 0.256489] CPU: Physical Processor ID: 0\n[ 0.258730] mce: CPU supports 10 MCE banks\n[ 0.260330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.262265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.264399] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.266414] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.269013] Speculative Store Bypass: Vulnerable\n[ 0.289936] Freeing SMP alternatives memory: 32K\n[ 0.296228] ftrace: allocating 32237 entries in 126 pages\n[ 0.331466] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.333865] smpboot: Max logical packages: 1\n[ 0.335735] x2apic enabled\n[ 0.337164] Switched APIC routing to physical x2apic.\n[ 0.340170] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.342337] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.346100] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.349484] KVM setup paravirtual spinlock\n[ 0.351551] x86: Booted up 1 node, 1 CPUs\n[ 0.355675] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.358919] devtmpfs: initialized\n[ 0.361584] evm: security.selinux\n[ 0.362910] evm: security.SMACK64\n[ 0.364209] evm: security.SMACK64EXEC\n[ 0.365623] evm: security.SMACK64TRANSMUTE\n[ 0.367180] evm: security.SMACK64MMAP\n[ 0.368593] evm: security.ima\n[ 0.369807] evm: security.capability\n[ 0.371437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.374955] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.377306] pinctrl core: initialized pinctrl subsystem\n[ 0.379504] RTC time: 10:08:01, date: 08/25/18\n[ 0.381434] NET: Registered protocol family 16\n[ 0.383326] cpuidle: using governor ladder\n[ 0.384898] cpuidle: using governor menu\n[ 0.386412] PCCT header not found.\n[ 0.387881] ACPI: bus type PCI registered\n[ 0.389420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.391878] PCI: Using configuration type 1 for base access\n[ 0.394953] ACPI: Added _OSI(Module Device)\n[ 0.396544] ACPI: Added _OSI(Processor Device)\n[ 0.398225] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.399962] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.403149] ACPI: Interpreter enabled\n[ 0.404600] ACPI: (supports S0 S5)\n[ 0.405980] ACPI: Using IOAPIC for interrupt routing\n[ 0.407817] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.412872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.415099] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.417513] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.419860] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.424136] acpiphp: Slot [3] registered\n[ 0.425671] acpiphp: Slot [4] registered\n[ 0.427191] acpiphp: Slot [5] registered\n[ 0.428724] acpiphp: Slot [6] registered\n[ 0.444263] acpiphp: Slot [7] registered\n[ 0.445804] acpiphp: Slot [8] registered\n[ 0.447315] acpiphp: Slot [9] registered\n[ 0.448845] acpiphp: Slot [10] registered\n[ 0.450394] acpiphp: Slot [11] registered\n[ 0.451942] acpiphp: Slot [12] registered\n[ 0.453688] acpiphp: Slot [13] registered\n[ 0.455218] acpiphp: Slot [14] registered\n[ 0.456766] acpiphp: Slot [15] registered\n[ 0.458315] acpiphp: Slot [16] registered\n[ 0.459870] acpiphp: Slot [17] registered\n[ 0.461412] acpiphp: Slot [18] registered\n[ 0.462968] acpiphp: Slot [19] registered\n[ 0.464518] acpiphp: Slot [20] registered\n[ 0.466069] acpiphp: Slot [21] registered\n[ 0.467607] acpiphp: Slot [22] registered\n[ 0.469155] acpiphp: Slot [23] registered\n[ 0.470695] acpiphp: Slot [24] registered\n[ 0.472238] acpiphp: Slot [25] registered\n[ 0.473784] acpiphp: Slot [26] registered\n[ 0.475328] acpiphp: Slot [27] registered\n[ 0.476879] acpiphp: Slot [28] registered\n[ 0.478420] acpiphp: Slot [29] registered\n[ 0.479971] acpiphp: Slot [30] registered\n[ 0.481513] acpiphp: Slot [31] registered\n[ 0.483047] PCI host bridge to bus 0000:00\n[ 0.484597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.486996] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.489375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.492178] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.494979] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.497833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.505417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.507717] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.510206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.515135] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.517895] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.541564] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.543675] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.546413] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.548342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.550230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.551946] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.553818] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.555237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.557338] vgaarb: loaded\n[ 0.558191] vgaarb: bridge control possible 0000:00:02.0\n[ 0.559922] SCSI subsystem initialized\n[ 0.561179] ACPI: bus type USB registered\n[ 0.562329] usbcore: registered new interface driver usbfs\n[ 0.563742] usbcore: registered new interface driver hub\n[ 0.565133] usbcore: registered new device driver usb\n[ 0.566657] PCI: Using ACPI for IRQ routing\n[ 0.568219] NetLabel: Initializing\n[ 0.569196] NetLabel: domain hash size = 128\n[ 0.570356] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.571652] NetLabel: unlabeled traffic allowed by default\n[ 0.573199] amd_nb: Cannot enumerate AMD northbridges\n[ 0.574515] clocksource: Switched to clocksource kvm-clock\n[ 0.584194] AppArmor: AppArmor Filesystem Enabled\n[ 0.585535] pnp: PnP ACPI init\n[ 0.586792] pnp: PnP ACPI: found 5 devices\n[ 0.593693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.596073] NET: Registered protocol family 2\n[ 0.597527] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.599275] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.600878] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.602467] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.603913] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.605512] NET: Registered protocol family 1\n[ 0.606719] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608205] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.609663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.625922] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.642257] Unpacking initramfs...\n[ 1.138218] Freeing initrd memory: 37084K\n[ 1.139682] Scanning for low memory corruption every 60 seconds\n[ 1.141594] audit: initializing netlink subsys (disabled)\n[ 1.143052] audit: type=2000 audit(1535191682.714:1): initialized\n[ 1.144829] Initialise system trusted keyring\n[ 1.146184] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.147767] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.150475] zbud: loaded\n[ 1.151570] VFS: Disk quotas dquot_6.6.0\n[ 1.152713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.154636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.156348] fuse init (API version 7.23)\n[ 1.157580] Key type big_key registered\n[ 1.158692] Allocating IMA MOK and blacklist keyrings.\n[ 1.160383] Key type asymmetric registered\n[ 1.161517] Asymmetric key parser 'x509' registered\n[ 1.162859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.164907] io scheduler noop registered\n[ 1.166005] io scheduler deadline registered (default)\n[ 1.167386] io scheduler cfq registered\n[ 1.168547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.169995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.171751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.173756] ACPI: Power Button [PWRF]\n[ 1.174936] GHES: HEST is not enabled!\n[ 1.190699] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.222899] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.225701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.249879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.252856] Linux agpgart interface v0.103\n[ 1.255652] loop: module loaded\n[ 1.258911] vda: vda1\n[ 1.260459] scsi host0: ata_piix\n[ 1.261507] scsi host1: ata_piix\n[ 1.262502] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.264225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.266291] libphy: Fixed MDIO Bus: probed\n[ 1.267661] tun: Universal TUN/TAP device driver, 1.6\n[ 1.268972] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.271721] PPP generic driver version 2.4.2\n[ 1.272966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.274597] ehci-pci: EHCI PCI platform driver\n[ 1.275807] ehci-platform: EHCI generic platform driver\n[ 1.277153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.278695] ohci-pci: OHCI PCI platform driver\n[ 1.279894] ohci-platform: OHCI generic platform driver\n[ 1.281246] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.297530] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.298896] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.300887] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.302246] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.303805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.305463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.307416] usb usb1: Product: UHCI Host Controller\n[ 1.308701] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.310257] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.311629] hub 1-0:1.0: USB hub found\n[ 1.312692] hub 1-0:1.0: 2 ports detected\n[ 1.313972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.316941] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.318248] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.319683] mousedev: PS/2 mouse device common for all mice\n[ 1.321409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.323921] rtc_cmos 00:00: RTC can wake from S4\n[ 1.325462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.327096] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.328717] i2c /dev entries driver\n[ 1.329764] device-mapper: uevent: version 1.0.3\n[ 1.331071] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.333302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.335121] NET: Registered protocol family 10\n[ 1.336618] NET: Registered protocol family 17\n[ 1.337842] Key type dns_resolver registered\n[ 1.339259] registered taskstats version 1\n[ 1.340421] Loading compiled-in X.509 certificates\n[ 1.342249] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.344799] zswap: loaded using pool lzo/zbud\n[ 1.347456] Key type trusted registered\n[ 1.350512] Key type encrypted registered\n[ 1.351662] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.353085] ima: No TPM chip found, activating TPM-bypass!\n[ 1.354517] evm: HMAC attrs: 0x1\n[ 1.355807] Magic number: 14:16:124\n[ 1.356967] rtc_cmos 00:00: setting system clock to 2018-08-25 10:08:02 UTC (1535191682)\n[ 1.359246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.360759] EDD information not available.\n[ 1.424087] Freeing unused kernel memory: 1512K\n[ 1.425346] Write protecting the kernel read-only data: 14336k\n[ 1.442408] Freeing unused kernel memory: 1692K\n[ 1.443868] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.454568] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.456977] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.459713] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.462258] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.464716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.470546] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.475374] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.477895] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.482179] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.484828] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.545721] [drm] Initialized drm 1.1.0 20060810\n[ 1.548070] virtio_net virtio0 ens3: renamed from eth0\n[ 1.556882] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.559367] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.582945] FDC 0 is a S82078B\n[ 1.589627] AVX2 version of gcm_enc/dec engaged.\n[ 1.590922] AES CTR mode by8 optimization enabled\n[ 1.622538] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.786857] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.788568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.790344] usb 1-1: Product: QEMU USB Tablet\n[ 1.791535] usb 1-1: Manufacturer: QEMU\n[ 1.792629] usb 1-1: SerialNumber: 42\n[ 1.800295] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.807326] usbcore: registered new interface driver usbhid\n[ 1.808837] usbhid: USB HID core driver\n[ 1.811193] 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.814228] 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.138558] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 2.138560] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns\nBegin: Loading essential drivers ... [ 2.190104] md: linear personality registered for level -1\n[ 2.193923] md: multipath personality registered for level -4\n[ 2.197788] md: raid0 personality registered for level 0\n[ 2.202080] md: raid1 personality registered for level 1\n[ 2.274548] raid6: sse2x1 gen() 11281 MB/s\n[ 2.342515] raid6: sse2x1 xor() 8834 MB/s\n[ 2.410525] raid6: sse2x2 gen() 14379 MB/s\n[ 2.478557] raid6: sse2x2 xor() 9558 MB/s\n[ 2.546528] raid6: sse2x4 gen() 16542 MB/s\n[ 2.614535] raid6: sse2x4 xor() 11446 MB/s\n[ 2.682527] raid6: avx2x1 gen() 21886 MB/s\n[ 2.750530] raid6: avx2x2 gen() 26005 MB/s\n[ 2.822514] raid6: avx2x4 gen() 29595 MB/s\n[ 2.823715] raid6: using algorithm avx2x4 gen() 29595 MB/s\n[ 2.825121] raid6: using avx2x2 recovery algorithm\n[ 2.831368] xor: automatically using best checksumming function:\n[ 2.870557] avx : 32821.000 MB/sec\n[ 2.873526] async_tx: api initialized (async)\n[ 2.887129] md: raid6 personality registered for level 6\n[ 2.888544] md: raid5 personality registered for level 5\n[ 2.889908] md: raid4 personality registered for level 4\n[ 2.896880] 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.930789] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.962686] 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[ 3.072164] 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[ 3.076664] systemd[1]: Detected virtualization kvm.\n[ 3.077982] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.081746] systemd[1]: Set hostname to .\n[ 3.085268] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.086815] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.208775] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.211904] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.215206] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.218108] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.221414] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224710] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.228025] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.231121] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.234388] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.237808] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.240774] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.244335] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.247742] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.251080] 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.256385] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.262115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.269179] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.273609] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.279755] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.286571] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.294695] 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.304189] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.311375] 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.318558] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.324371] systemd[1]: Mounting POSIX Message Queue File System...\n [ 3.329928] Loading iSCSI transport class v2.0-870.\nMounting POSIX Message Queue File System...\n[ 3.333837] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.344916] iscsi: registered transport (tcp)\n\n[ 3.347576] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.352595] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.361487] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.370386] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.377230] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.384921] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.390779] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.399591] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.406994] 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.[ 3.414020] iscsi: registered transport (iser)\n\n[ 3.416939] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.421558] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.427366] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.431610] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.439200] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting 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 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 Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n"} 2018-08-25 10:08:05,934 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69/action used request id req-e5608b65-0477-4d4b-818d-dad070ebb69b 2018-08-25 10:08:05,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0738229751587s 2018-08-25 10:08:05,935 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69/action used request id req-e5608b65-0477-4d4b-818d-dad070ebb69b 2018-08-25 10:08:05,936 - 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 727582222 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.217608] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.220797] pid_max: default: 32768 minimum: 301 [ 0.222522] ACPI: Core revision 20150930 [ 0.224630] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.227098] Security Framework initialized [ 0.228682] Yama: becoming mindful. [ 0.230071] AppArmor: AppArmor initialized [ 0.231670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.234172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.236629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.238967] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.241558] Initializing cgroup subsys io [ 0.243111] Initializing cgroup subsys memory [ 0.244764] Initializing cgroup subsys devices [ 0.246430] Initializing cgroup subsys freezer [ 0.248110] Initializing cgroup subsys net_cls [ 0.249780] Initializing cgroup subsys perf_event [ 0.251517] Initializing cgroup subsys net_prio [ 0.253210] Initializing cgroup subsys hugetlb [ 0.254869] Initializing cgroup subsys pids [ 0.256489] CPU: Physical Processor ID: 0 [ 0.258730] mce: CPU supports 10 MCE banks [ 0.260330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.262265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264399] Spectre V2 : Mitigation: Full generic retpoline [ 0.266414] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.269013] Speculative Store Bypass: Vulnerable [ 0.289936] Freeing SMP alternatives memory: 32K [ 0.296228] ftrace: allocating 32237 entries in 126 pages [ 0.331466] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.333865] smpboot: Max logical packages: 1 [ 0.335735] x2apic enabled [ 0.337164] Switched APIC routing to physical x2apic. [ 0.340170] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.342337] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.346100] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.349484] KVM setup paravirtual spinlock [ 0.351551] x86: Booted up 1 node, 1 CPUs [ 0.355675] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.358919] devtmpfs: initialized [ 0.361584] evm: security.selinux [ 0.362910] evm: security.SMACK64 [ 0.364209] evm: security.SMACK64EXEC [ 0.365623] evm: security.SMACK64TRANSMUTE [ 0.367180] evm: security.SMACK64MMAP [ 0.368593] evm: security.ima [ 0.369807] evm: security.capability [ 0.371437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.374955] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.377306] pinctrl core: initialized pinctrl subsystem [ 0.379504] RTC time: 10:08:01, date: 08/25/18 [ 0.381434] NET: Registered protocol family 16 [ 0.383326] cpuidle: using governor ladder [ 0.384898] cpuidle: using governor menu [ 0.386412] PCCT header not found. [ 0.387881] ACPI: bus type PCI registered [ 0.389420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.391878] PCI: Using configuration type 1 for base access [ 0.394953] ACPI: Added _OSI(Module Device) [ 0.396544] ACPI: Added _OSI(Processor Device) [ 0.398225] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.399962] ACPI: Added _OSI(Processor Aggregator Device) [ 0.403149] ACPI: Interpreter enabled [ 0.404600] ACPI: (supports S0 S5) [ 0.405980] ACPI: Using IOAPIC for interrupt routing [ 0.407817] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.412872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.415099] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.417513] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.419860] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.424136] acpiphp: Slot [3] registered [ 0.425671] acpiphp: Slot [4] registered [ 0.427191] acpiphp: Slot [5] registered [ 0.428724] acpiphp: Slot [6] registered [ 0.444263] acpiphp: Slot [7] registered [ 0.445804] acpiphp: Slot [8] registered [ 0.447315] acpiphp: Slot [9] registered [ 0.448845] acpiphp: Slot [10] registered [ 0.450394] acpiphp: Slot [11] registered [ 0.451942] acpiphp: Slot [12] registered [ 0.453688] acpiphp: Slot [13] registered [ 0.455218] acpiphp: Slot [14] registered [ 0.456766] acpiphp: Slot [15] registered [ 0.458315] acpiphp: Slot [16] registered [ 0.459870] acpiphp: Slot [17] registered [ 0.461412] acpiphp: Slot [18] registered [ 0.462968] acpiphp: Slot [19] registered [ 0.464518] acpiphp: Slot [20] registered [ 0.466069] acpiphp: Slot [21] registered [ 0.467607] acpiphp: Slot [22] registered [ 0.469155] acpiphp: Slot [23] registered [ 0.470695] acpiphp: Slot [24] registered [ 0.472238] acpiphp: Slot [25] registered [ 0.473784] acpiphp: Slot [26] registered [ 0.475328] acpiphp: Slot [27] registered [ 0.476879] acpiphp: Slot [28] registered [ 0.478420] acpiphp: Slot [29] registered [ 0.479971] acpiphp: Slot [30] registered [ 0.481513] acpiphp: Slot [31] registered [ 0.483047] PCI host bridge to bus 0000:00 [ 0.484597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.486996] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.489375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.492178] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.494979] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.497833] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.505417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.507717] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.510206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.515135] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.517895] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.541564] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.543675] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.546413] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.548342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.550230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.551946] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.553818] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.555237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.557338] vgaarb: loaded [ 0.558191] vgaarb: bridge control possible 0000:00:02.0 [ 0.559922] SCSI subsystem initialized [ 0.561179] ACPI: bus type USB registered [ 0.562329] usbcore: registered new interface driver usbfs [ 0.563742] usbcore: registered new interface driver hub [ 0.565133] usbcore: registered new device driver usb [ 0.566657] PCI: Using ACPI for IRQ routing [ 0.568219] NetLabel: Initializing [ 0.569196] NetLabel: domain hash size = 128 [ 0.570356] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.571652] NetLabel: unlabeled traffic allowed by default [ 0.573199] amd_nb: Cannot enumerate AMD northbridges [ 0.574515] clocksource: Switched to clocksource kvm-clock [ 0.584194] AppArmor: AppArmor Filesystem Enabled [ 0.585535] pnp: PnP ACPI init [ 0.586792] pnp: PnP ACPI: found 5 devices [ 0.593693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.596073] NET: Registered protocol family 2 [ 0.597527] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.599275] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.600878] TCP: Hash tables configured (established 4096 bind 4096) [ 0.602467] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.603913] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.605512] NET: Registered protocol family 1 [ 0.606719] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608205] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.609663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.625922] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.642257] Unpacking initramfs... [ 1.138218] Freeing initrd memory: 37084K [ 1.139682] Scanning for low memory corruption every 60 seconds [ 1.141594] audit: initializing netlink subsys (disabled) [ 1.143052] audit: type=2000 audit(1535191682.714:1): initialized [ 1.144829] Initialise system trusted keyring [ 1.146184] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.147767] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.150475] zbud: loaded [ 1.151570] VFS: Disk quotas dquot_6.6.0 [ 1.152713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.154636] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.156348] fuse init (API version 7.23) [ 1.157580] Key type big_key registered [ 1.158692] Allocating IMA MOK and blacklist keyrings. [ 1.160383] Key type asymmetric registered [ 1.161517] Asymmetric key parser 'x509' registered [ 1.162859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.164907] io scheduler noop registered [ 1.166005] io scheduler deadline registered (default) [ 1.167386] io scheduler cfq registered [ 1.168547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.169995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.171751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.173756] ACPI: Power Button [PWRF] [ 1.174936] GHES: HEST is not enabled! [ 1.190699] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.222899] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.225701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.249879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.252856] Linux agpgart interface v0.103 [ 1.255652] loop: module loaded [ 1.258911] vda: vda1 [ 1.260459] scsi host0: ata_piix [ 1.261507] scsi host1: ata_piix [ 1.262502] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.264225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.266291] libphy: Fixed MDIO Bus: probed [ 1.267661] tun: Universal TUN/TAP device driver, 1.6 [ 1.268972] tun: (C) 1999-2004 Max Krasnyansky [ 1.271721] PPP generic driver version 2.4.2 [ 1.272966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.274597] ehci-pci: EHCI PCI platform driver [ 1.275807] ehci-platform: EHCI generic platform driver [ 1.277153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.278695] ohci-pci: OHCI PCI platform driver [ 1.279894] ohci-platform: OHCI generic platform driver [ 1.281246] uhci_hcd: USB Universal Host Controller Interface driver [ 1.297530] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.298896] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.300887] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.302246] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.303805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.305463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.307416] usb usb1: Product: UHCI Host Controller [ 1.308701] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.310257] usb usb1: SerialNumber: 0000:00:01.2 [ 1.311629] hub 1-0:1.0: USB hub found [ 1.312692] hub 1-0:1.0: 2 ports detected [ 1.313972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.316941] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.318248] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.319683] mousedev: PS/2 mouse device common for all mice [ 1.321409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.323921] rtc_cmos 00:00: RTC can wake from S4 [ 1.325462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.327096] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.328717] i2c /dev entries driver [ 1.329764] device-mapper: uevent: version 1.0.3 [ 1.331071] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.333302] ledtrig-cpu: registered to indicate activity on CPUs [ 1.335121] NET: Registered protocol family 10 [ 1.336618] NET: Registered protocol family 17 [ 1.337842] Key type dns_resolver registered [ 1.339259] registered taskstats version 1 [ 1.340421] Loading compiled-in X.509 certificates [ 1.342249] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.344799] zswap: loaded using pool lzo/zbud [ 1.347456] Key type trusted registered [ 1.350512] Key type encrypted registered [ 1.351662] AppArmor: AppArmor sha1 policy hashing enabled [ 1.353085] ima: No TPM chip found, activating TPM-bypass! [ 1.354517] evm: HMAC attrs: 0x1 [ 1.355807] Magic number: 14:16:124 [ 1.356967] rtc_cmos 00:00: setting system clock to 2018-08-25 10:08:02 UTC (1535191682) [ 1.359246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.360759] EDD information not available. [ 1.424087] Freeing unused kernel memory: 1512K [ 1.425346] Write protecting the kernel read-only data: 14336k [ 1.442408] Freeing unused kernel memory: 1692K [ 1.443868] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.454568] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.456977] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.459713] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.462258] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.464716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.470546] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.475374] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.477895] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.482179] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.484828] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.545721] [drm] Initialized drm 1.1.0 20060810 [ 1.548070] virtio_net virtio0 ens3: renamed from eth0 [ 1.556882] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.559367] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.582945] FDC 0 is a S82078B [ 1.589627] AVX2 version of gcm_enc/dec engaged. [ 1.590922] AES CTR mode by8 optimization enabled [ 1.622538] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.786857] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.788568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.790344] usb 1-1: Product: QEMU USB Tablet [ 1.791535] usb 1-1: Manufacturer: QEMU [ 1.792629] usb 1-1: SerialNumber: 42 [ 1.800295] hidraw: raw HID events driver (C) Jiri Kosina [ 1.807326] usbcore: registered new interface driver usbhid [ 1.808837] usbhid: USB HID core driver [ 1.811193] 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.814228] 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.138558] tsc: Refined TSC clocksource calibration: 3491.847 MHz [ 2.138560] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns Begin: Loading essential drivers ... [ 2.190104] md: linear personality registered for level -1 [ 2.193923] md: multipath personality registered for level -4 [ 2.197788] md: raid0 personality registered for level 0 [ 2.202080] md: raid1 personality registered for level 1 [ 2.274548] raid6: sse2x1 gen() 11281 MB/s [ 2.342515] raid6: sse2x1 xor() 8834 MB/s [ 2.410525] raid6: sse2x2 gen() 14379 MB/s [ 2.478557] raid6: sse2x2 xor() 9558 MB/s [ 2.546528] raid6: sse2x4 gen() 16542 MB/s [ 2.614535] raid6: sse2x4 xor() 11446 MB/s [ 2.682527] raid6: avx2x1 gen() 21886 MB/s [ 2.750530] raid6: avx2x2 gen() 26005 MB/s [ 2.822514] raid6: avx2x4 gen() 29595 MB/s [ 2.823715] raid6: using algorithm avx2x4 gen() 29595 MB/s [ 2.825121] raid6: using avx2x2 recovery algorithm [ 2.831368] xor: automatically using best checksumming function: [ 2.870557] avx : 32821.000 MB/sec [ 2.873526] async_tx: api initialized (async) [ 2.887129] md: raid6 personality registered for level 6 [ 2.888544] md: raid5 personality registered for level 5 [ 2.889908] md: raid4 personality registered for level 4 [ 2.896880] 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.930789] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.962686] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.072164] 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) [ 3.076664] systemd[1]: Detected virtualization kvm. [ 3.077982] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.081746] systemd[1]: Set hostname to . [ 3.085268] systemd[1]: Initializing machine ID from KVM UUID. [ 3.086815] systemd[1]: Installed transient /etc/machine-id file. [ 3.208775] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.211904] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.215206] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.218108] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.221414] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224710] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.228025] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.231121] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.234388] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.237808] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.240774] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.244335] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.247742] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.251080] 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.256385] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.262115] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.269179] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.273609] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.279755] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.286571] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.294695] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.304189] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.311375] 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.318558] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.324371] systemd[1]: Mounting POSIX Message Queue File System... [ 3.329928] Loading iSCSI transport class v2.0-870. Mounting POSIX Message Queue File System... [ 3.333837] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.344916] iscsi: registered transport (tcp) [ 3.347576] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.352595] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.361487] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.370386] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.377230] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.384921] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.390779] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.399591] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.406994] 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.414020] iscsi: registered transport (iser) [ 3.416939] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.421558] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.427366] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.431610] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.439200] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting 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 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 Tell Plymouth To Write Out Runtime Data... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. 2018-08-25 10:08:06,939 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-25 10:08:15,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 10:08:15,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69/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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 10:08:16,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08: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-5e0ddfc0-9e71-4680-8642-de8c9cc0d487 x-compute-request-id: req-5e0ddfc0-9e71-4680-8642-de8c9cc0d487 Content-Encoding: gzip Content-Length: 14255 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 727582222 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.217608] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.220797] pid_max: default: 32768 minimum: 301\n[ 0.222522] ACPI: Core revision 20150930\n[ 0.224630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.227098] Security Framework initialized\n[ 0.228682] Yama: becoming mindful.\n[ 0.230071] AppArmor: AppArmor initialized\n[ 0.231670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.234172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.236629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.238967] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.241558] Initializing cgroup subsys io\n[ 0.243111] Initializing cgroup subsys memory\n[ 0.244764] Initializing cgroup subsys devices\n[ 0.246430] Initializing cgroup subsys freezer\n[ 0.248110] Initializing cgroup subsys net_cls\n[ 0.249780] Initializing cgroup subsys perf_event\n[ 0.251517] Initializing cgroup subsys net_prio\n[ 0.253210] Initializing cgroup subsys hugetlb\n[ 0.254869] Initializing cgroup subsys pids\n[ 0.256489] CPU: Physical Processor ID: 0\n[ 0.258730] mce: CPU supports 10 MCE banks\n[ 0.260330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.262265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.264399] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.266414] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.269013] Speculative Store Bypass: Vulnerable\n[ 0.289936] Freeing SMP alternatives memory: 32K\n[ 0.296228] ftrace: allocating 32237 entries in 126 pages\n[ 0.331466] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.333865] smpboot: Max logical packages: 1\n[ 0.335735] x2apic enabled\n[ 0.337164] Switched APIC routing to physical x2apic.\n[ 0.340170] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.342337] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.346100] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.349484] KVM setup paravirtual spinlock\n[ 0.351551] x86: Booted up 1 node, 1 CPUs\n[ 0.355675] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.358919] devtmpfs: initialized\n[ 0.361584] evm: security.selinux\n[ 0.362910] evm: security.SMACK64\n[ 0.364209] evm: security.SMACK64EXEC\n[ 0.365623] evm: security.SMACK64TRANSMUTE\n[ 0.367180] evm: security.SMACK64MMAP\n[ 0.368593] evm: security.ima\n[ 0.369807] evm: security.capability\n[ 0.371437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.374955] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.377306] pinctrl core: initialized pinctrl subsystem\n[ 0.379504] RTC time: 10:08:01, date: 08/25/18\n[ 0.381434] NET: Registered protocol family 16\n[ 0.383326] cpuidle: using governor ladder\n[ 0.384898] cpuidle: using governor menu\n[ 0.386412] PCCT header not found.\n[ 0.387881] ACPI: bus type PCI registered\n[ 0.389420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.391878] PCI: Using configuration type 1 for base access\n[ 0.394953] ACPI: Added _OSI(Module Device)\n[ 0.396544] ACPI: Added _OSI(Processor Device)\n[ 0.398225] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.399962] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.403149] ACPI: Interpreter enabled\n[ 0.404600] ACPI: (supports S0 S5)\n[ 0.405980] ACPI: Using IOAPIC for interrupt routing\n[ 0.407817] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.412872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.415099] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.417513] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.419860] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.424136] acpiphp: Slot [3] registered\n[ 0.425671] acpiphp: Slot [4] registered\n[ 0.427191] acpiphp: Slot [5] registered\n[ 0.428724] acpiphp: Slot [6] registered\n[ 0.444263] acpiphp: Slot [7] registered\n[ 0.445804] acpiphp: Slot [8] registered\n[ 0.447315] acpiphp: Slot [9] registered\n[ 0.448845] acpiphp: Slot [10] registered\n[ 0.450394] acpiphp: Slot [11] registered\n[ 0.451942] acpiphp: Slot [12] registered\n[ 0.453688] acpiphp: Slot [13] registered\n[ 0.455218] acpiphp: Slot [14] registered\n[ 0.456766] acpiphp: Slot [15] registered\n[ 0.458315] acpiphp: Slot [16] registered\n[ 0.459870] acpiphp: Slot [17] registered\n[ 0.461412] acpiphp: Slot [18] registered\n[ 0.462968] acpiphp: Slot [19] registered\n[ 0.464518] acpiphp: Slot [20] registered\n[ 0.466069] acpiphp: Slot [21] registered\n[ 0.467607] acpiphp: Slot [22] registered\n[ 0.469155] acpiphp: Slot [23] registered\n[ 0.470695] acpiphp: Slot [24] registered\n[ 0.472238] acpiphp: Slot [25] registered\n[ 0.473784] acpiphp: Slot [26] registered\n[ 0.475328] acpiphp: Slot [27] registered\n[ 0.476879] acpiphp: Slot [28] registered\n[ 0.478420] acpiphp: Slot [29] registered\n[ 0.479971] acpiphp: Slot [30] registered\n[ 0.481513] acpiphp: Slot [31] registered\n[ 0.483047] PCI host bridge to bus 0000:00\n[ 0.484597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.486996] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.489375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.492178] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.494979] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.497833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.505417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.507717] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.510206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.515135] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.517895] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.541564] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.543675] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.546413] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.548342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.550230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.551946] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.553818] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.555237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.557338] vgaarb: loaded\n[ 0.558191] vgaarb: bridge control possible 0000:00:02.0\n[ 0.559922] SCSI subsystem initialized\n[ 0.561179] ACPI: bus type USB registered\n[ 0.562329] usbcore: registered new interface driver usbfs\n[ 0.563742] usbcore: registered new interface driver hub\n[ 0.565133] usbcore: registered new device driver usb\n[ 0.566657] PCI: Using ACPI for IRQ routing\n[ 0.568219] NetLabel: Initializing\n[ 0.569196] NetLabel: domain hash size = 128\n[ 0.570356] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.571652] NetLabel: unlabeled traffic allowed by default\n[ 0.573199] amd_nb: Cannot enumerate AMD northbridges\n[ 0.574515] clocksource: Switched to clocksource kvm-clock\n[ 0.584194] AppArmor: AppArmor Filesystem Enabled\n[ 0.585535] pnp: PnP ACPI init\n[ 0.586792] pnp: PnP ACPI: found 5 devices\n[ 0.593693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.596073] NET: Registered protocol family 2\n[ 0.597527] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.599275] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.600878] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.602467] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.603913] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.605512] NET: Registered protocol family 1\n[ 0.606719] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608205] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.609663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.625922] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.642257] Unpacking initramfs...\n[ 1.138218] Freeing initrd memory: 37084K\n[ 1.139682] Scanning for low memory corruption every 60 seconds\n[ 1.141594] audit: initializing netlink subsys (disabled)\n[ 1.143052] audit: type=2000 audit(1535191682.714:1): initialized\n[ 1.144829] Initialise system trusted keyring\n[ 1.146184] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.147767] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.150475] zbud: loaded\n[ 1.151570] VFS: Disk quotas dquot_6.6.0\n[ 1.152713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.154636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.156348] fuse init (API version 7.23)\n[ 1.157580] Key type big_key registered\n[ 1.158692] Allocating IMA MOK and blacklist keyrings.\n[ 1.160383] Key type asymmetric registered\n[ 1.161517] Asymmetric key parser 'x509' registered\n[ 1.162859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.164907] io scheduler noop registered\n[ 1.166005] io scheduler deadline registered (default)\n[ 1.167386] io scheduler cfq registered\n[ 1.168547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.169995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.171751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.173756] ACPI: Power Button [PWRF]\n[ 1.174936] GHES: HEST is not enabled!\n[ 1.190699] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.222899] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.225701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.249879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.252856] Linux agpgart interface v0.103\n[ 1.255652] loop: module loaded\n[ 1.258911] vda: vda1\n[ 1.260459] scsi host0: ata_piix\n[ 1.261507] scsi host1: ata_piix\n[ 1.262502] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.264225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.266291] libphy: Fixed MDIO Bus: probed\n[ 1.267661] tun: Universal TUN/TAP device driver, 1.6\n[ 1.268972] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.271721] PPP generic driver version 2.4.2\n[ 1.272966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.274597] ehci-pci: EHCI PCI platform driver\n[ 1.275807] ehci-platform: EHCI generic platform driver\n[ 1.277153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.278695] ohci-pci: OHCI PCI platform driver\n[ 1.279894] ohci-platform: OHCI generic platform driver\n[ 1.281246] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.297530] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.298896] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.300887] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.302246] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.303805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.305463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.307416] usb usb1: Product: UHCI Host Controller\n[ 1.308701] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.310257] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.311629] hub 1-0:1.0: USB hub found\n[ 1.312692] hub 1-0:1.0: 2 ports detected\n[ 1.313972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.316941] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.318248] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.319683] mousedev: PS/2 mouse device common for all mice\n[ 1.321409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.323921] rtc_cmos 00:00: RTC can wake from S4\n[ 1.325462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.327096] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.328717] i2c /dev entries driver\n[ 1.329764] device-mapper: uevent: version 1.0.3\n[ 1.331071] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.333302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.335121] NET: Registered protocol family 10\n[ 1.336618] NET: Registered protocol family 17\n[ 1.337842] Key type dns_resolver registered\n[ 1.339259] registered taskstats version 1\n[ 1.340421] Loading compiled-in X.509 certificates\n[ 1.342249] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.344799] zswap: loaded using pool lzo/zbud\n[ 1.347456] Key type trusted registered\n[ 1.350512] Key type encrypted registered\n[ 1.351662] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.353085] ima: No TPM chip found, activating TPM-bypass!\n[ 1.354517] evm: HMAC attrs: 0x1\n[ 1.355807] Magic number: 14:16:124\n[ 1.356967] rtc_cmos 00:00: setting system clock to 2018-08-25 10:08:02 UTC (1535191682)\n[ 1.359246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.360759] EDD information not available.\n[ 1.424087] Freeing unused kernel memory: 1512K\n[ 1.425346] Write protecting the kernel read-only data: 14336k\n[ 1.442408] Freeing unused kernel memory: 1692K\n[ 1.443868] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.454568] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.456977] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.459713] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.462258] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.464716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.470546] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.475374] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.477895] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.482179] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.484828] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.545721] [drm] Initialized drm 1.1.0 20060810\n[ 1.548070] virtio_net virtio0 ens3: renamed from eth0\n[ 1.556882] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.559367] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.582945] FDC 0 is a S82078B\n[ 1.589627] AVX2 version of gcm_enc/dec engaged.\n[ 1.590922] AES CTR mode by8 optimization enabled\n[ 1.622538] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.786857] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.788568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.790344] usb 1-1: Product: QEMU USB Tablet\n[ 1.791535] usb 1-1: Manufacturer: QEMU\n[ 1.792629] usb 1-1: SerialNumber: 42\n[ 1.800295] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.807326] usbcore: registered new interface driver usbhid\n[ 1.808837] usbhid: USB HID core driver\n[ 1.811193] 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.814228] 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.138558] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 2.138560] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns\nBegin: Loading essential drivers ... [ 2.190104] md: linear personality registered for level -1\n[ 2.193923] md: multipath personality registered for level -4\n[ 2.197788] md: raid0 personality registered for level 0\n[ 2.202080] md: raid1 personality registered for level 1\n[ 2.274548] raid6: sse2x1 gen() 11281 MB/s\n[ 2.342515] raid6: sse2x1 xor() 8834 MB/s\n[ 2.410525] raid6: sse2x2 gen() 14379 MB/s\n[ 2.478557] raid6: sse2x2 xor() 9558 MB/s\n[ 2.546528] raid6: sse2x4 gen() 16542 MB/s\n[ 2.614535] raid6: sse2x4 xor() 11446 MB/s\n[ 2.682527] raid6: avx2x1 gen() 21886 MB/s\n[ 2.750530] raid6: avx2x2 gen() 26005 MB/s\n[ 2.822514] raid6: avx2x4 gen() 29595 MB/s\n[ 2.823715] raid6: using algorithm avx2x4 gen() 29595 MB/s\n[ 2.825121] raid6: using avx2x2 recovery algorithm\n[ 2.831368] xor: automatically using best checksumming function:\n[ 2.870557] avx : 32821.000 MB/sec\n[ 2.873526] async_tx: api initialized (async)\n[ 2.887129] md: raid6 personality registered for level 6\n[ 2.888544] md: raid5 personality registered for level 5\n[ 2.889908] md: raid4 personality registered for level 4\n[ 2.896880] 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.930789] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.962686] 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[ 3.072164] 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[ 3.076664] systemd[1]: Detected virtualization kvm.\n[ 3.077982] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.081746] systemd[1]: Set hostname to .\n[ 3.085268] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.086815] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.208775] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.211904] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.215206] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.218108] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.221414] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224710] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.228025] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.231121] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.234388] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.237808] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.240774] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.244335] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.247742] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.251080] 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.256385] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.262115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.269179] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.273609] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.279755] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.286571] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.294695] 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.304189] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.311375] 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.318558] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.324371] systemd[1]: Mounting POSIX Message Queue File System...\n [ 3.329928] Loading iSCSI transport class v2.0-870.\nMounting POSIX Message Queue File System...\n[ 3.333837] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.344916] iscsi: registered transport (tcp)\n\n[ 3.347576] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.352595] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.361487] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.370386] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.377230] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.384921] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.390779] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.399591] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.406994] 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.[ 3.414020] iscsi: registered transport (iser)\n\n[ 3.416939] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.421558] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.427366] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.431610] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.439200] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting 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 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 Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 4.299355] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.780056] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Sat, 25 Aug 2018 10:08:06 +0000. Up 4.59 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 9.723886] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Sat, 25 Aug 2018 10:08:07 +0000. Up 6.30 seconds.\n[ 9.728248] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.735654] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.744152] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.748160] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.752943] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:71:1e:93 |\n[ 9.764134] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe71:1e93/64 | . | link | fa:16:3e:71:1e:93 |\n[ 9.768137] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.776130] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.784140] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.788123] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 9.796124] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.800121] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.808140] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.811065] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 9.815099] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH |\n[ 9.819608] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.823964] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.829500] cloud-init[934]: 2018-08-25 10:08:11,137 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 10.188815] cloud-init[934]: Generating public/private rsa key pair.\n[ 10.190438] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.196351] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 10.198187] cloud-init[934]: The key fingerprint is:\n[ 10.199545] cloud-init[934]: SHA256:YHt6teBnST1o5CZ4dfeYoxADMsY5B3Dxt9JaZCHALFg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\n[ 10.205712] cloud-init[934]: The key's randomart image is:\n[ 10.207123] cloud-init[934]: +---[RSA 2048]----+\n[ 10.212355] cloud-init[934]: | oE=O=o . |\n[ 10.213684] cloud-init[934]: | . .o*+.o . |\n[ 10.215000] cloud-init[934]: | .oo. O . . |\n[ 10.220352] cloud-init[934]: | . + O B . + |\n[ 10.221675] cloud-init[934]: | o S % o + .|\n[ 10.223021] cloud-init[934]: | = @ + o . |\n[ 10.228364] cloud-init[934]: | . + = . |\n[ 10.229679] cloud-init[934]: | . o |\n[ 10.230994] cloud-init[934]: | |\n[ 10.236378] cloud-init[934]: +----[SHA256]-----+\n[ 10.237716] cloud-init[934]: Generating public/private dsa key pair.\n[ 10.239257] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 10.245140] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 10.246976] cloud-init[934]: The key fingerprint is:\n[ 10.251798] cloud-init[934]: SHA256:6f9ZDwl9jpwvdkQfUXs+u9FVyEbf8aYs84viR1pEsYg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\n[ 10.254214] cloud-init[934]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 10.259152] cloud-init[934]: +---[DSA 1024]----+[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 10.262409] cloud-init[934]: | ....o|\n[ 10.263727] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.\ncloud-init[934]: | . ..+ +=|\n[ 10.268173] cloud-init[934]: | E ... +.O|\n Starting LXD - unix socket.\n[ 10.270601] cloud-init[934]: | . .+ =+|\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 10.273934] cloud-init[934]: | S .+ +o*|\n[ 10.275181] cloud-init[934]: | . o* *B|[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m\n[ 10.280252] cloud-init[934]: | . + O+o|\n[ 10.281201] cloud-init[934]: | .o .+o=+|\n[ 10.282149] cloud-init[934]: | .o++..+o|\n[ 10.283099] cloud-init[934]: +----[SHA256]-----+\n] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[ 10.288109] cloud-init[934]: Generating public/private ecdsa key pair.\n[ 10.289297] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 10.290764] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 10.296300] cloud-init[934]: The key fingerprint is:\n[ 10.297611] cloud-init[934]: SHA256:XbQ8KdoJ+Op+V2AXfI/46eAJIibnmSdGSLtllHTA9BI root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\n[ 10.300674] cloud-init[934]: The key's randomart image is:[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.305370] cloud-init[934]: +---[ECDSA 256]---+\n\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 10.311558] cloud-init[934]: | oE. .. |\n[ 10.312854] cloud-init[934]: | o+. ooo. |\n[ 10.315811] cloud-init[934]: | .ooo . *+ o |\n[ 10.321979] cloud-init[934]: | . oo =o+o.. .|\n[ 10.323441] cloud-init[934]: | . + S.+o . . |\n[ 10.325774] cloud-init[934]: | + B.. . o o |\n[ 10.327561] cloud-init[934]: | X.+ . + + |\n[ 10.329541] cloud-init[934]: | ..* o . o . |\n[ 10.331019] cloud-init[934]: | oo+ . |\n[ 10.332694] cloud-init[934]: +----[SHA256]-----+\n[ 10.335790] cloud-init[934]: Generating public/private ed25519 key pair.\n[ 10.338369] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.340418] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.342453] cloud-init[934]: The key fingerprint is:\n[ 10.343968] cloud-init[934]: SHA256:R3RlvfUXE98ivxasfnCho+vOjinwv8DRjmWZRZcIbvQ root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\n[ 10.346385] cloud-init[[0;32m OK [0m] Started iperf3 Service.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started iperf Service.[934]: The key's randomart image is:\n[ 10.352866] cloud-init[934]: +--[ED25519 256]--+\n[ 10.353835] cloud-init[934]: | o.o.oooo.|\n[ 10.354805] cloud-init[934]: | o +.o.. o=|\n\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting Login Service...\n[ 10.375780] cloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting Pollinate to seed the pseudo random number generator...[934]: | o E . . O|\n\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.397891] cloud-init[934]: | o = +.oo|\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started System Logging Service.\n[ 10.469913] cloud-init[934]: | . S . .+..|\n[ 10.512269] cloud-init[934]: | .. * . +..o |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 10.531248] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[934]: | o+ . ..+o |\n Starting Login to default iSCSI targets...\n[ 10.545647] \ncloud-init[934]: | o. +.. .. |\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 10.580320] [[0;32m OK [0m] cloud-init[934]: Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...| o==*... |\n[ 10.595093] cloud-init\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: network benchmark...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[934]: +----[SHA256]-----+\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 11.119244] cloud-init[1045]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[ 11.930446] cloud-init[1045]: en_US.UTF-8... done\n[ 11.934116] cloud-init[1045]: Generation complete.\n[ 12.403246] cloud-init[1045]: Cloud-init v. 18.2 running 'modules:config' at Sat, 25 Aug 2018 10:08:12 +0000. Up 10.99 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n[[0;32m OK [0m] Started Wait until snapd is fully seeded.\n[[0;32m OK [0m] Reached target Multi-User System.\n Starting Execute cloud user/final scripts...\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 54:34:c5:37:9f:64:60:ae:c6:d9:3e:98:60:38:ba:5d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n<14>Aug 25 10:08:14 ec2: \n<14>Aug 25 10:08:14 ec2: #############################################################\n<14>Aug 25 10:08:14 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Aug 25 10:08:14 ec2: 1024 SHA256:6f9ZDwl9jpwvdkQfUXs+u9FVyEbf8aYs84viR1pEsYg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (DSA)\n<14>Aug 25 10:08:14 ec2: 256 SHA256:XbQ8KdoJ+Op+V2AXfI/46eAJIibnmSdGSLtllHTA9BI root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (ECDSA)\n<14>Aug 25 10:08:14 ec2: 256 SHA256:R3RlvfUXE98ivxasfnCho+vOjinwv8DRjmWZRZcIbvQ root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (ED25519)\n<14>Aug 25 10:08:14 ec2: 2048 SHA256:YHt6teBnST1o5CZ4dfeYoxADMsY5B3Dxt9JaZCHALFg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (RSA)\n<14>Aug 25 10:08:14 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Aug 25 10:08:14 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9Bgms5Oy792i/z/tN/QHwqWZXo7ATVClTO1Bdo463g036U42t9pgODexutLcgjPRaGxkIIBtRRN+PZOIKqUzM= root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMRi+QoCriGZGLUcwYctarbGHBvnS4hYmgSBFcr7k5wy root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0prPNxAFugxNaRuKjyKXTb0R2E8eQeDbX9ufznyryya3DSAzi6gXTBfHghvHVps981H7+HoyZ6rjSrCPK3YochPvopEuN6U34JF5dm70Me8i6C6QgwkMJYNr5nyWRBJPqP42pRHRyqz0b6ycg7gnMO45eXKIxkDb8CesQgeK/KwNW3UONrDaP1QTWqDp4nPEhgju/9pGMCPz+p1E/ZHMnqB2prffycG0hDozqVbnmpH8LfEXCjF8Vo2q/kCorfvdEqBilSPoUCRdQjzGg4FCvECrQtr2RZHlUPDxYYM9NgDW15SZYa7RnxTJIDjuKnI69nKDua30QfVviZ0VmyZvZ root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab\n-----END SSH HOST KEY KEYS-----\n[ 13.186117] cloud-init[1309]: Cloud-init v. 18.2 running 'modules:final' at Sat, 25 Aug 2018 10:08:14 +0000. Up 13.03 seconds.\n[ 13.188706] cloud-init[1309]: Cloud-init v. 18.2 finished at Sat, 25 Aug 2018 10:08:14 +0000. Datasource DataSourceEc2. Up 13.18 seconds\n[[0;32m OK [0m] Started Execute cloud user/final scripts.\n[[0;32m OK [0m] Reached target Cloud-init target.\n"} 2018-08-25 10:08:16,026 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69/action used request id req-5e0ddfc0-9e71-4680-8642-de8c9cc0d487 2018-08-25 10:08:16,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0777680873871s 2018-08-25 10:08:16,028 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69/action used request id req-5e0ddfc0-9e71-4680-8642-de8c9cc0d487 2018-08-25 10:08:16,028 - 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 727582222 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.217608] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.220797] pid_max: default: 32768 minimum: 301 [ 0.222522] ACPI: Core revision 20150930 [ 0.224630] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.227098] Security Framework initialized [ 0.228682] Yama: becoming mindful. [ 0.230071] AppArmor: AppArmor initialized [ 0.231670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.234172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.236629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.238967] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.241558] Initializing cgroup subsys io [ 0.243111] Initializing cgroup subsys memory [ 0.244764] Initializing cgroup subsys devices [ 0.246430] Initializing cgroup subsys freezer [ 0.248110] Initializing cgroup subsys net_cls [ 0.249780] Initializing cgroup subsys perf_event [ 0.251517] Initializing cgroup subsys net_prio [ 0.253210] Initializing cgroup subsys hugetlb [ 0.254869] Initializing cgroup subsys pids [ 0.256489] CPU: Physical Processor ID: 0 [ 0.258730] mce: CPU supports 10 MCE banks [ 0.260330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.262265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264399] Spectre V2 : Mitigation: Full generic retpoline [ 0.266414] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.269013] Speculative Store Bypass: Vulnerable [ 0.289936] Freeing SMP alternatives memory: 32K [ 0.296228] ftrace: allocating 32237 entries in 126 pages [ 0.331466] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.333865] smpboot: Max logical packages: 1 [ 0.335735] x2apic enabled [ 0.337164] Switched APIC routing to physical x2apic. [ 0.340170] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.342337] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.346100] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.349484] KVM setup paravirtual spinlock [ 0.351551] x86: Booted up 1 node, 1 CPUs [ 0.355675] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.358919] devtmpfs: initialized [ 0.361584] evm: security.selinux [ 0.362910] evm: security.SMACK64 [ 0.364209] evm: security.SMACK64EXEC [ 0.365623] evm: security.SMACK64TRANSMUTE [ 0.367180] evm: security.SMACK64MMAP [ 0.368593] evm: security.ima [ 0.369807] evm: security.capability [ 0.371437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.374955] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.377306] pinctrl core: initialized pinctrl subsystem [ 0.379504] RTC time: 10:08:01, date: 08/25/18 [ 0.381434] NET: Registered protocol family 16 [ 0.383326] cpuidle: using governor ladder [ 0.384898] cpuidle: using governor menu [ 0.386412] PCCT header not found. [ 0.387881] ACPI: bus type PCI registered [ 0.389420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.391878] PCI: Using configuration type 1 for base access [ 0.394953] ACPI: Added _OSI(Module Device) [ 0.396544] ACPI: Added _OSI(Processor Device) [ 0.398225] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.399962] ACPI: Added _OSI(Processor Aggregator Device) [ 0.403149] ACPI: Interpreter enabled [ 0.404600] ACPI: (supports S0 S5) [ 0.405980] ACPI: Using IOAPIC for interrupt routing [ 0.407817] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.412872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.415099] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.417513] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.419860] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.424136] acpiphp: Slot [3] registered [ 0.425671] acpiphp: Slot [4] registered [ 0.427191] acpiphp: Slot [5] registered [ 0.428724] acpiphp: Slot [6] registered [ 0.444263] acpiphp: Slot [7] registered [ 0.445804] acpiphp: Slot [8] registered [ 0.447315] acpiphp: Slot [9] registered [ 0.448845] acpiphp: Slot [10] registered [ 0.450394] acpiphp: Slot [11] registered [ 0.451942] acpiphp: Slot [12] registered [ 0.453688] acpiphp: Slot [13] registered [ 0.455218] acpiphp: Slot [14] registered [ 0.456766] acpiphp: Slot [15] registered [ 0.458315] acpiphp: Slot [16] registered [ 0.459870] acpiphp: Slot [17] registered [ 0.461412] acpiphp: Slot [18] registered [ 0.462968] acpiphp: Slot [19] registered [ 0.464518] acpiphp: Slot [20] registered [ 0.466069] acpiphp: Slot [21] registered [ 0.467607] acpiphp: Slot [22] registered [ 0.469155] acpiphp: Slot [23] registered [ 0.470695] acpiphp: Slot [24] registered [ 0.472238] acpiphp: Slot [25] registered [ 0.473784] acpiphp: Slot [26] registered [ 0.475328] acpiphp: Slot [27] registered [ 0.476879] acpiphp: Slot [28] registered [ 0.478420] acpiphp: Slot [29] registered [ 0.479971] acpiphp: Slot [30] registered [ 0.481513] acpiphp: Slot [31] registered [ 0.483047] PCI host bridge to bus 0000:00 [ 0.484597] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.486996] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.489375] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.492178] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.494979] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.497833] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.505417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.507717] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.510206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.515135] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.517895] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.541564] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.543675] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.546413] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.548342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.550230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.551946] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.553818] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.555237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.557338] vgaarb: loaded [ 0.558191] vgaarb: bridge control possible 0000:00:02.0 [ 0.559922] SCSI subsystem initialized [ 0.561179] ACPI: bus type USB registered [ 0.562329] usbcore: registered new interface driver usbfs [ 0.563742] usbcore: registered new interface driver hub [ 0.565133] usbcore: registered new device driver usb [ 0.566657] PCI: Using ACPI for IRQ routing [ 0.568219] NetLabel: Initializing [ 0.569196] NetLabel: domain hash size = 128 [ 0.570356] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.571652] NetLabel: unlabeled traffic allowed by default [ 0.573199] amd_nb: Cannot enumerate AMD northbridges [ 0.574515] clocksource: Switched to clocksource kvm-clock [ 0.584194] AppArmor: AppArmor Filesystem Enabled [ 0.585535] pnp: PnP ACPI init [ 0.586792] pnp: PnP ACPI: found 5 devices [ 0.593693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.596073] NET: Registered protocol family 2 [ 0.597527] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.599275] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.600878] TCP: Hash tables configured (established 4096 bind 4096) [ 0.602467] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.603913] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.605512] NET: Registered protocol family 1 [ 0.606719] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608205] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.609663] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.625922] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.642257] Unpacking initramfs... [ 1.138218] Freeing initrd memory: 37084K [ 1.139682] Scanning for low memory corruption every 60 seconds [ 1.141594] audit: initializing netlink subsys (disabled) [ 1.143052] audit: type=2000 audit(1535191682.714:1): initialized [ 1.144829] Initialise system trusted keyring [ 1.146184] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.147767] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.150475] zbud: loaded [ 1.151570] VFS: Disk quotas dquot_6.6.0 [ 1.152713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.154636] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.156348] fuse init (API version 7.23) [ 1.157580] Key type big_key registered [ 1.158692] Allocating IMA MOK and blacklist keyrings. [ 1.160383] Key type asymmetric registered [ 1.161517] Asymmetric key parser 'x509' registered [ 1.162859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.164907] io scheduler noop registered [ 1.166005] io scheduler deadline registered (default) [ 1.167386] io scheduler cfq registered [ 1.168547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.169995] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.171751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.173756] ACPI: Power Button [PWRF] [ 1.174936] GHES: HEST is not enabled! [ 1.190699] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.222899] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.225701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.249879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.252856] Linux agpgart interface v0.103 [ 1.255652] loop: module loaded [ 1.258911] vda: vda1 [ 1.260459] scsi host0: ata_piix [ 1.261507] scsi host1: ata_piix [ 1.262502] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.264225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.266291] libphy: Fixed MDIO Bus: probed [ 1.267661] tun: Universal TUN/TAP device driver, 1.6 [ 1.268972] tun: (C) 1999-2004 Max Krasnyansky [ 1.271721] PPP generic driver version 2.4.2 [ 1.272966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.274597] ehci-pci: EHCI PCI platform driver [ 1.275807] ehci-platform: EHCI generic platform driver [ 1.277153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.278695] ohci-pci: OHCI PCI platform driver [ 1.279894] ohci-platform: OHCI generic platform driver [ 1.281246] uhci_hcd: USB Universal Host Controller Interface driver [ 1.297530] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.298896] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.300887] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.302246] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.303805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.305463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.307416] usb usb1: Product: UHCI Host Controller [ 1.308701] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.310257] usb usb1: SerialNumber: 0000:00:01.2 [ 1.311629] hub 1-0:1.0: USB hub found [ 1.312692] hub 1-0:1.0: 2 ports detected [ 1.313972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.316941] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.318248] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.319683] mousedev: PS/2 mouse device common for all mice [ 1.321409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.323921] rtc_cmos 00:00: RTC can wake from S4 [ 1.325462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.327096] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.328717] i2c /dev entries driver [ 1.329764] device-mapper: uevent: version 1.0.3 [ 1.331071] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.333302] ledtrig-cpu: registered to indicate activity on CPUs [ 1.335121] NET: Registered protocol family 10 [ 1.336618] NET: Registered protocol family 17 [ 1.337842] Key type dns_resolver registered [ 1.339259] registered taskstats version 1 [ 1.340421] Loading compiled-in X.509 certificates [ 1.342249] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.344799] zswap: loaded using pool lzo/zbud [ 1.347456] Key type trusted registered [ 1.350512] Key type encrypted registered [ 1.351662] AppArmor: AppArmor sha1 policy hashing enabled [ 1.353085] ima: No TPM chip found, activating TPM-bypass! [ 1.354517] evm: HMAC attrs: 0x1 [ 1.355807] Magic number: 14:16:124 [ 1.356967] rtc_cmos 00:00: setting system clock to 2018-08-25 10:08:02 UTC (1535191682) [ 1.359246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.360759] EDD information not available. [ 1.424087] Freeing unused kernel memory: 1512K [ 1.425346] Write protecting the kernel read-only data: 14336k [ 1.442408] Freeing unused kernel memory: 1692K [ 1.443868] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.454568] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.456977] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.459713] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.462258] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.464716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.470546] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.475374] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.477895] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.482179] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.484828] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.545721] [drm] Initialized drm 1.1.0 20060810 [ 1.548070] virtio_net virtio0 ens3: renamed from eth0 [ 1.556882] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.559367] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.582945] FDC 0 is a S82078B [ 1.589627] AVX2 version of gcm_enc/dec engaged. [ 1.590922] AES CTR mode by8 optimization enabled [ 1.622538] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.786857] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.788568] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.790344] usb 1-1: Product: QEMU USB Tablet [ 1.791535] usb 1-1: Manufacturer: QEMU [ 1.792629] usb 1-1: SerialNumber: 42 [ 1.800295] hidraw: raw HID events driver (C) Jiri Kosina [ 1.807326] usbcore: registered new interface driver usbhid [ 1.808837] usbhid: USB HID core driver [ 1.811193] 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.814228] 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.138558] tsc: Refined TSC clocksource calibration: 3491.847 MHz [ 2.138560] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns Begin: Loading essential drivers ... [ 2.190104] md: linear personality registered for level -1 [ 2.193923] md: multipath personality registered for level -4 [ 2.197788] md: raid0 personality registered for level 0 [ 2.202080] md: raid1 personality registered for level 1 [ 2.274548] raid6: sse2x1 gen() 11281 MB/s [ 2.342515] raid6: sse2x1 xor() 8834 MB/s [ 2.410525] raid6: sse2x2 gen() 14379 MB/s [ 2.478557] raid6: sse2x2 xor() 9558 MB/s [ 2.546528] raid6: sse2x4 gen() 16542 MB/s [ 2.614535] raid6: sse2x4 xor() 11446 MB/s [ 2.682527] raid6: avx2x1 gen() 21886 MB/s [ 2.750530] raid6: avx2x2 gen() 26005 MB/s [ 2.822514] raid6: avx2x4 gen() 29595 MB/s [ 2.823715] raid6: using algorithm avx2x4 gen() 29595 MB/s [ 2.825121] raid6: using avx2x2 recovery algorithm [ 2.831368] xor: automatically using best checksumming function: [ 2.870557] avx : 32821.000 MB/sec [ 2.873526] async_tx: api initialized (async) [ 2.887129] md: raid6 personality registered for level 6 [ 2.888544] md: raid5 personality registered for level 5 [ 2.889908] md: raid4 personality registered for level 4 [ 2.896880] 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.930789] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.962686] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 3.072164] 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) [ 3.076664] systemd[1]: Detected virtualization kvm. [ 3.077982] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.081746] systemd[1]: Set hostname to . [ 3.085268] systemd[1]: Initializing machine ID from KVM UUID. [ 3.086815] systemd[1]: Installed transient /etc/machine-id file. [ 3.208775] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.211904] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.215206] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.218108] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.221414] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224710] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.228025] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.231121] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.234388] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.237808] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.240774] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.244335] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.247742] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.251080] 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.256385] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.262115] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.269179] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.273609] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.279755] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.286571] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.294695] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.304189] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.311375] 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.318558] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.324371] systemd[1]: Mounting POSIX Message Queue File System... [ 3.329928] Loading iSCSI transport class v2.0-870. Mounting POSIX Message Queue File System... [ 3.333837] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 3.344916] iscsi: registered transport (tcp) [ 3.347576] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.352595] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.361487] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.370386] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.377230] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.384921] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.390779] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.399591] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.406994] 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.414020] iscsi: registered transport (iser) [ 3.416939] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.421558] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.427366] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.431610] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.439200] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting 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 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 Tell Plymouth To Write Out Runtime Data... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 4.299355] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.780056] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Sat, 25 Aug 2018 10:08:06 +0000. Up 4.59 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 9.723886] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Sat, 25 Aug 2018 10:08:07 +0000. Up 6.30 seconds. [ 9.728248] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 9.735654] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.744152] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 9.748160] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.752943] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:71:1e:93 | [ 9.764134] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe71:1e93/64 | . | link | fa:16:3e:71:1e:93 | [ 9.768137] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 9.776130] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 9.784140] cloud-init[934]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.788123] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 9.796124] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.800121] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 9.808140] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.811065] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 9.815099] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH | [ 9.819608] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 9.823964] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.829500] cloud-init[934]: 2018-08-25 10:08:11,137 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 10.188815] cloud-init[934]: Generating public/private rsa key pair. [ 10.190438] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 10.196351] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 10.198187] cloud-init[934]: The key fingerprint is: [ 10.199545] cloud-init[934]: SHA256:YHt6teBnST1o5CZ4dfeYoxADMsY5B3Dxt9JaZCHALFg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab [ 10.205712] cloud-init[934]: The key's randomart image is: [ 10.207123] cloud-init[934]: +---[RSA 2048]----+ [ 10.212355] cloud-init[934]: | oE=O=o . | [ 10.213684] cloud-init[934]: | . .o*+.o . | [ 10.215000] cloud-init[934]: | .oo. O . . | [ 10.220352] cloud-init[934]: | . + O B . + | [ 10.221675] cloud-init[934]: | o S % o + .| [ 10.223021] cloud-init[934]: | = @ + o . | [ 10.228364] cloud-init[934]: | . + = . | [ 10.229679] cloud-init[934]: | . o | [ 10.230994] cloud-init[934]: | | [ 10.236378] cloud-init[934]: +----[SHA256]-----+ [ 10.237716] cloud-init[934]: Generating public/private dsa key pair. [ 10.239257] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 10.245140] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 10.246976] cloud-init[934]: The key fingerprint is: [ 10.251798] cloud-init[934]: SHA256:6f9ZDwl9jpwvdkQfUXs+u9FVyEbf8aYs84viR1pEsYg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab [ 10.254214] cloud-init[934]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 10.259152] cloud-init[934]: +---[DSA 1024]----+[[0;32m OK [0m] Listening on UUID daemon activation socket. [ 10.262409] cloud-init[934]: | ....o| [ 10.263727] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. Starting Socket activation for snappy daemon. cloud-init[934]: | . ..+ +=| [ 10.268173] cloud-init[934]: | E ... +.O| Starting LXD - unix socket. [ 10.270601] cloud-init[934]: | . .+ =+| [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 10.273934] cloud-init[934]: | S .+ +o*| [ 10.275181] cloud-init[934]: | . o* *B|[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m [ 10.280252] cloud-init[934]: | . + O+o| [ 10.281201] cloud-init[934]: | .o .+o=+| [ 10.282149] cloud-init[934]: | .o++..+o| [ 10.283099] cloud-init[934]: +----[SHA256]-----+ ] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[ 10.288109] cloud-init[934]: Generating public/private ecdsa key pair. [ 10.289297] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 10.290764] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 10.296300] cloud-init[934]: The key fingerprint is: [ 10.297611] cloud-init[934]: SHA256:XbQ8KdoJ+Op+V2AXfI/46eAJIibnmSdGSLtllHTA9BI root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab [ 10.300674] cloud-init[934]: The key's randomart image is:[[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [ 10.305370] cloud-init[934]: +---[ECDSA 256]---+ Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 10.311558] cloud-init[934]: | oE. .. | [ 10.312854] cloud-init[934]: | o+. ooo. | [ 10.315811] cloud-init[934]: | .ooo . *+ o | [ 10.321979] cloud-init[934]: | . oo =o+o.. .| [ 10.323441] cloud-init[934]: | . + S.+o . . | [ 10.325774] cloud-init[934]: | + B.. . o o | [ 10.327561] cloud-init[934]: | X.+ . + + | [ 10.329541] cloud-init[934]: | ..* o . o . | [ 10.331019] cloud-init[934]: | oo+ . | [ 10.332694] cloud-init[934]: +----[SHA256]-----+ [ 10.335790] cloud-init[934]: Generating public/private ed25519 key pair. [ 10.338369] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 10.340418] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 10.342453] cloud-init[934]: The key fingerprint is: [ 10.343968] cloud-init[934]: SHA256:R3RlvfUXE98ivxasfnCho+vOjinwv8DRjmWZRZcIbvQ root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab [ 10.346385] cloud-init[[0;32m OK [0m] Started iperf3 Service. Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started iperf Service.[934]: The key's randomart image is: [ 10.352866] cloud-init[934]: +--[ED25519 256]--+ [ 10.353835] cloud-init[934]: | o.o.oooo.| [ 10.354805] cloud-init[934]: | o +.o.. o=| [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Regular background program processing daemon. Starting LXD - container startup/shutdown... Starting Login Service... [ 10.375780] cloud-init[[0;32m OK [0m] Started ACPI event daemon. Starting Pollinate to seed the pseudo random number generator...[934]: | o E . . O| [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting System Logging Service... Starting Accounts Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [ 10.397891] cloud-init[934]: | o = +.oo| [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started System Logging Service. [ 10.469913] cloud-init[934]: | . S . .+..| [ 10.512269] cloud-init[934]: | .. * . +..o | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 10.531248] cloud-init[[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks...[934]: | o+ . ..+o | Starting Login to default iSCSI targets... [ 10.545647] cloud-init[934]: | o. +.. .. | [[0;32m OK [0m] Started Login to default iSCSI targets. [ 10.580320] [[0;32m OK [0m] cloud-init[934]: Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... Starting LSB: daemon to balance interrupts for SMP systems...| o==*... | [ 10.595093] cloud-init Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: network benchmark... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [934]: +----[SHA256]-----+ Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. Starting Set console scheme... [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Set console scheme. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 11.119244] cloud-init[1045]: Generating locales (this might take a while)... [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [ 11.930446] cloud-init[1045]: en_US.UTF-8... done [ 11.934116] cloud-init[1045]: Generation complete. [ 12.403246] cloud-init[1045]: Cloud-init v. 18.2 running 'modules:config' at Sat, 25 Aug 2018 10:08:12 +0000. Up 10.99 seconds. [[0;32m OK [0m] Started Apply the settings specified in cloud-config. [[0;32m OK [0m] Started Wait until snapd is fully seeded. [[0;32m OK [0m] Reached target Multi-User System. Starting Execute cloud user/final scripts... [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 54:34:c5:37:9f:64:60:ae:c6:d9:3e:98:60:38:ba:5d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Aug 25 10:08:14 ec2: <14>Aug 25 10:08:14 ec2: ############################################################# <14>Aug 25 10:08:14 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Aug 25 10:08:14 ec2: 1024 SHA256:6f9ZDwl9jpwvdkQfUXs+u9FVyEbf8aYs84viR1pEsYg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (DSA) <14>Aug 25 10:08:14 ec2: 256 SHA256:XbQ8KdoJ+Op+V2AXfI/46eAJIibnmSdGSLtllHTA9BI root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (ECDSA) <14>Aug 25 10:08:14 ec2: 256 SHA256:R3RlvfUXE98ivxasfnCho+vOjinwv8DRjmWZRZcIbvQ root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (ED25519) <14>Aug 25 10:08:14 ec2: 2048 SHA256:YHt6teBnST1o5CZ4dfeYoxADMsY5B3Dxt9JaZCHALFg root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab (RSA) <14>Aug 25 10:08:14 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Aug 25 10:08:14 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9Bgms5Oy792i/z/tN/QHwqWZXo7ATVClTO1Bdo463g036U42t9pgODexutLcgjPRaGxkIIBtRRN+PZOIKqUzM= root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMRi+QoCriGZGLUcwYctarbGHBvnS4hYmgSBFcr7k5wy root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0prPNxAFugxNaRuKjyKXTb0R2E8eQeDbX9ufznyryya3DSAzi6gXTBfHghvHVps981H7+HoyZ6rjSrCPK3YochPvopEuN6U34JF5dm70Me8i6C6QgwkMJYNr5nyWRBJPqP42pRHRyqz0b6ycg7gnMO45eXKIxkDb8CesQgeK/KwNW3UONrDaP1QTWqDp4nPEhgju/9pGMCPz+p1E/ZHMnqB2prffycG0hDozqVbnmpH8LfEXCjF8Vo2q/kCorfvdEqBilSPoUCRdQjzGg4FCvECrQtr2RZHlUPDxYYM9NgDW15SZYa7RnxTJIDjuKnI69nKDua30QfVviZ0VmyZvZ root@shaker-vm-6f8150fc-1160-41f1-beca-00263ebec8ab -----END SSH HOST KEY KEYS----- [ 13.186117] cloud-init[1309]: Cloud-init v. 18.2 running 'modules:final' at Sat, 25 Aug 2018 10:08:14 +0000. Up 13.03 seconds. [ 13.188706] cloud-init[1309]: Cloud-init v. 18.2 finished at Sat, 25 Aug 2018 10:08:14 +0000. Datasource DataSourceEc2. Up 13.18 seconds [[0;32m OK [0m] Started Execute cloud user/final scripts. [[0;32m OK [0m] Reached target Cloud-init target. 2018-08-25 10:08:16,032 - paramiko.transport - DEBUG - starting thread (client mode): 0x83763a90L 2018-08-25 10:08:16,033 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 10:08:16,038 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-25 10:08:16,038 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-25 10:08:16,040 - 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-08-25 10:08:16,040 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 10:08:16,040 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-25 10:08:16,040 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 10:08:16,041 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 10:08:16,041 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 10:08:16,082 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 10:08:16,083 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 10:08:16,096 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.200: 1d3df1af1f3ac71a1983cdf701322220 2018-08-25 10:08:16,098 - paramiko.transport - DEBUG - Trying discovered key 5434c5379f6460aec6d93e986038ba5d in /tmp/tmpYnmUPW 2018-08-25 10:08:16,122 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 10:08:16,143 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 10:08:16,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 10:08:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-08-25 10:08:16,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:08:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02182037-88e1-4c1d-a14f-2121333e9fa3 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-25 10:08:16,173 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-02182037-88e1-4c1d-a14f-2121333e9fa3 2018-08-25 10:08:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:16,283 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-25 10:08:16,283 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-25 10:08:16,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f334707-8ec4-437d-8063-d3e5d980c39c Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0deae06599954c6ea2cef507d068fd03"}, "enabled": true, "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e6232b5880c42949bb19e67fabfeef3"}, "enabled": true, "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1015dc7a5e53415eae083d4d9fc44412"}, "enabled": true, "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/18dda3d7aafd499687e45b906cba7eb6"}, "enabled": true, "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2573c4eec85040368a5638d349e1318f"}, "enabled": true, "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2843ed2cd0e941d497a3f21c85e2a5c0"}, "enabled": true, "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b0a320f6d3841f9bd112a2715415cb3"}, "enabled": true, "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3f1ae93bf02b47b88a62597d2785c485"}, "enabled": true, "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5000fff740314f7fa89195cdff25ca4f"}, "enabled": true, "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/58064798ed864de8b000282ea108843b"}, "enabled": true, "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cd30b2d156f4bbb9d29916060cb7dd4"}, "enabled": true, "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3b4a1239544932866167123a33ba1d"}, "enabled": true, "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86c8b0b7acb34012a8d8eeed92a21ead"}, "enabled": true, "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8de3127b11f0427dab486207e8c2e7c0"}, "enabled": true, "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/b36d7cc49d7d485e80008a5860ecfdeb"}, "enabled": true, "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 10:08:16,348 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-0f334707-8ec4-437d-8063-d3e5d980c39c 2018-08-25 10:08:16,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.183547973633s 2018-08-25 10:08:16,348 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-0f334707-8ec4-437d-8063-d3e5d980c39c 2018-08-25 10:08:16,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 10:08:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:16,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4725f27b-4aa6-4388-9503-22552acc9f87 Content-Encoding: gzip Content-Length: 1987 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/010143a5ac2147928894133e96c877ee"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "010143a5ac2147928894133e96c877ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0132057ba171471fb2e956aa6062e611"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "0132057ba171471fb2e956aa6062e611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/09041b0df5d949d983eabe190e6dbcbb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0d2e05593636414fb9d592fea372d3e4"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58064798ed864de8b000282ea108843b", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0f27bfe2d82648c0b4e630dac6a8e74b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1824cc5ad5b448998604c2636250e0c9"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1a01d06c805b4c218241a8cfdebb3efd"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/272efc4069d34a7993a0486603d09a8f"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "272efc4069d34a7993a0486603d09a8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/295269e3f2924d78a5385a287e0c3bf7"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2aa168343f614f43a5afd7bc940d7579"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c5d9a81863c46e2a17ac8c358b106f1"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c936aed093b405381e717ea65f95df3"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "2c936aed093b405381e717ea65f95df3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3f34b2847f4849bd90495e4055a4f266"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4df89f77180741dda734d8e6f897eb91"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "4df89f77180741dda734d8e6f897eb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5fb42df6511b47a19a6744cacef3e0b7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "5fb42df6511b47a19a6744cacef3e0b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/684448ff412a41a9975b74b35bf6b1dd"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6be3147cad7f4a5b9839bd27c160d54a"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6cb59073c61a41158d248e5e2245172e"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "6cb59073c61a41158d248e5e2245172e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6f1b19aad0564b53a7219a0e7f4b7a6c"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7813a76a1e4342edb716295e706afe4c"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "7813a76a1e4342edb716295e706afe4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7d6f31c9fe484dc1bf486877c789e4cd"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8126836dda1e4091b1ce67b8ba0f2625"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8f9ec477dcf54211b18dc0eb8b22fe2d"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/932fede9f5a84e74bcd7386a21a04293"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "932fede9f5a84e74bcd7386a21a04293"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/935011e9ce3047178d67d3972807cb45"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "935011e9ce3047178d67d3972807cb45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/996f73131d344ac09cbb5f68f9cb8d1f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9a1d5694cd9846f18765d1daef38a436"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58064798ed864de8b000282ea108843b", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b12af6e97e394c7f814f314b595275ea"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "b12af6e97e394c7f814f314b595275ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c098758f92a948e489ef4ab6bcf91511"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c36ebfc0c30846419c1fca31e8716d0b"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "c36ebfc0c30846419c1fca31e8716d0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c6402ebdd23b4ab7abfeea1d1000bd88"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d741030a78b54c25971c2b1811309b24"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "d741030a78b54c25971c2b1811309b24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/de8d0e8d21b8490891eb9c763daa4253"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e0e0807ad9914139afa6d4e2d8d2ed7d"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e6990d8925a74026a8bb47f242bfdbdb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "e6990d8925a74026a8bb47f242bfdbdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ec2dcd6c1f214474aef88955e1518b94"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58064798ed864de8b000282ea108843b", "id": "ec2dcd6c1f214474aef88955e1518b94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f2b4e3e98d184ebba276aa4b77d81eab"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f3096f37335c4c8b8b7f5851c1c7c937"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f8410e7c21694572ae7ace751586ae60"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "f8410e7c21694572ae7ace751586ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fb54d8ba886844dd955b125007eba2d7"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "fb54d8ba886844dd955b125007eba2d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fda349a3b9d4423d9a00d6dc57b1ac1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 10:08:16,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-4725f27b-4aa6-4388-9503-22552acc9f87 2018-08-25 10:08:16,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.187074899673s 2018-08-25 10:08:16,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-4725f27b-4aa6-4388-9503-22552acc9f87 2018-08-25 10:08:16,552 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.35:5000 2018-08-25 10:08:16,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:08:16,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:16,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d0b426-7e22-47d1-a465-79ceb4f434d8 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:08:16,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-59d0b426-7e22-47d1-a465-79ceb4f434d8 2018-08-25 10:08:16,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195111036301s 2018-08-25 10:08:16,751 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-59d0b426-7e22-47d1-a465-79ceb4f434d8 2018-08-25 10:08:16,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:08:16,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621fe7bf-8ab9-4723-a380-dfd90674d706 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:08:16,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-621fe7bf-8ab9-4723-a380-dfd90674d706 2018-08-25 10:08:16,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181704998016s 2018-08-25 10:08:16,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-621fe7bf-8ab9-4723-a380-dfd90674d706 2018-08-25 10:08:16,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:08:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:17,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5c5eaf2-2b38-497d-874a-e2dde3e4a1ea Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:08:17,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-d5c5eaf2-2b38-497d-874a-e2dde3e4a1ea 2018-08-25 10:08:17,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.265087127686s 2018-08-25 10:08:17,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-d5c5eaf2-2b38-497d-874a-e2dde3e4a1ea 2018-08-25 10:08:17,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:08:17,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:17,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c84e92-2ad3-43be-abe1-d9da2b6354db Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": {"self": "http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad4b0f943f494679b50d8ea95444d63d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:08:17,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-66c84e92-2ad3-43be-abe1-d9da2b6354db 2018-08-25 10:08:17,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216187953949s 2018-08-25 10:08:17,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-66c84e92-2ad3-43be-abe1-d9da2b6354db 2018-08-25 10:08:17,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:08:17,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:17,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c199f80-76de-49cd-8766-2ece77839408 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192"}, "tags": [], "enabled": true, "id": "26a124945aee4e3aa5a258cfaf101192", "parent_id": "default", "domain_id": "default", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 10:08:17,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-3c199f80-76de-49cd-8766-2ece77839408 2018-08-25 10:08:17,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184632062912s 2018-08-25 10:08:17,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-3c199f80-76de-49cd-8766-2ece77839408 2018-08-25 10:08:17,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:08:17,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=26a124945aee4e3aa5a258cfaf101192" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:17,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71cb365-db3e-4826-a1de-9afef79cdedc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=26a124945aee4e3aa5a258cfaf101192", "previous": null, "next": null}} 2018-08-25 10:08:17,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=26a124945aee4e3aa5a258cfaf101192 used request id req-e71cb365-db3e-4826-a1de-9afef79cdedc 2018-08-25 10:08:17,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101256847382s 2018-08-25 10:08:17,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=26a124945aee4e3aa5a258cfaf101192 used request id req-e71cb365-db3e-4826-a1de-9afef79cdedc 2018-08-25 10:08:17,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:08:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/78c6ae9c2dcf4a3497e1cabb59379c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:17,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f294fe84-ed74-4ce3-bb2e-966d144dfb7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:08:17,887 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-f294fe84-ed74-4ce3-bb2e-966d144dfb7c 2018-08-25 10:08:17,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150820016861s 2018-08-25 10:08:17,887 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-f294fe84-ed74-4ce3-bb2e-966d144dfb7c 2018-08-25 10:08:17,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:08:17,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9708e4-9cd0-4a73-a462-1e71e509fe5e Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:08:18,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-bf9708e4-9cd0-4a73-a462-1e71e509fe5e 2018-08-25 10:08:18,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175518989563s 2018-08-25 10:08:18,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-bf9708e4-9cd0-4a73-a462-1e71e509fe5e 2018-08-25 10:08:18,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:08:18,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b79b57-30ca-4c2f-90c9-ab791f0bd924 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:08:18,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a6b79b57-30ca-4c2f-90c9-ab791f0bd924 2018-08-25 10:08:18,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103124141693s 2018-08-25 10:08:18,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a6b79b57-30ca-4c2f-90c9-ab791f0bd924 2018-08-25 10:08:18,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:08:18,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2861641-7fd4-4a82-b5ca-bfaff1aee828 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:08:18,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-f2861641-7fd4-4a82-b5ca-bfaff1aee828 2018-08-25 10:08:18,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0950570106506s 2018-08-25 10:08:18,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-f2861641-7fd4-4a82-b5ca-bfaff1aee828 2018-08-25 10:08:18,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:08:18,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd977c21-5940-4954-8249-e9c469106209 Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": {"self": "http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad4b0f943f494679b50d8ea95444d63d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:08:18,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-bd977c21-5940-4954-8249-e9c469106209 2018-08-25 10:08:18,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118600845337s 2018-08-25 10:08:18,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-bd977c21-5940-4954-8249-e9c469106209 2018-08-25 10:08:18,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:08:18,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e52d18a-66c6-4a6f-af7c-72e0d5cf6fdc Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192"}, "tags": [], "enabled": true, "id": "26a124945aee4e3aa5a258cfaf101192", "parent_id": "default", "domain_id": "default", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}]} 2018-08-25 10:08:18,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-4e52d18a-66c6-4a6f-af7c-72e0d5cf6fdc 2018-08-25 10:08:18,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186743974686s 2018-08-25 10:08:18,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-4e52d18a-66c6-4a6f-af7c-72e0d5cf6fdc 2018-08-25 10:08:18,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:08:18,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=26a124945aee4e3aa5a258cfaf101192" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7bd92f7-4452-467d-8c82-42aa2b227c6b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=26a124945aee4e3aa5a258cfaf101192", "previous": null, "next": null}} 2018-08-25 10:08:18,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=26a124945aee4e3aa5a258cfaf101192 used request id req-c7bd92f7-4452-467d-8c82-42aa2b227c6b 2018-08-25 10:08:18,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.175559997559s 2018-08-25 10:08:18,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=ad4b0f943f494679b50d8ea95444d63d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=26a124945aee4e3aa5a258cfaf101192 used request id req-c7bd92f7-4452-467d-8c82-42aa2b227c6b 2018-08-25 10:08:18,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:08:18,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/04219f2f0af542dea0f915ed4785267d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:08:18,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-589ee6ed-ee6e-455c-9b05-ac3a942f46bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:08:18,918 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/04219f2f0af542dea0f915ed4785267d used request id req-589ee6ed-ee6e-455c-9b05-ac3a942f46bc 2018-08-25 10:08:18,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.137201070786s 2018-08-25 10:08:18,918 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192/users/ad4b0f943f494679b50d8ea95444d63d/roles/04219f2f0af542dea0f915ed4785267d used request id req-589ee6ed-ee6e-455c-9b05-ac3a942f46bc 2018-08-25 10:08:18,919 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 10:08:18,920 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-25 10:08:18,920 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 10:08:18,922 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 10:08:18,995 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 10:08:18,996 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-25 10:08:18,997 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 10:08:19,034 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-25 10:08:19,034 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-25 10:08:19,062 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-25 10:34:36,538 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-25 10:34:36,538 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=26a124945aee4e3aa5a258cfaf101192 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 60324 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_6f8150fc-1160-41f1-beca-00263ebec8ab 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=f322ffff-06ed-4c86-bab3-b673e9075fd6 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.35:5000 OS_USERNAME=shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.35,192.30.9.3 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 60324 192.168.120.3 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-08-25 10:08:19.441 1412 INFO shaker.engine.utils [-] Logging enabled 2018-08-25 10:08:19.444 1412 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-25 10:08:19.447 1412 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-25 10:08:19.455 1420 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-25 10:08:19.457 1420 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.200:9000 2018-08-25 10:08:19.457 1420 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-25 10:08:19.468 1412 INFO pykwalify.core [-] validation.valid 2018-08-25 10:08:20.040 1412 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-25 10:08:23.959 1412 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'742bb44c-4ac5-424b-803b-01832dd02a6d', u'links': [{u'href': u'http://172.30.9.35:8004/v1/26a124945aee4e3aa5a258cfaf101192/stacks/shaker_eaiudt/742bb44c-4ac5-424b-803b-01832dd02a6d', u'rel': u'self'}]} 2018-08-25 10:12:17.842 1412 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_eaiudt_slave_0', 'shaker_eaiudt_master_0']) 2018-08-25 10:12:26.977 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:13:57.570 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:15:28.075 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:16:58.562 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:16:58.563 1412 INFO shaker.engine.server [-] Execution is done 2018-08-25 10:16:59.271 1412 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-25 10:17:28.180 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:17:28.183 1412 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_east_west 2018-08-25 10:17:28.197 1412 INFO pykwalify.core [-] validation.valid 2018-08-25 10:17:28.609 1412 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-25 10:17:31.918 1412 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'9b5a5239-de21-4685-a0ff-ef9f4742191a', u'links': [{u'href': u'http://172.30.9.35:8004/v1/26a124945aee4e3aa5a258cfaf101192/stacks/shaker_turfas/9b5a5239-de21-4685-a0ff-ef9f4742191a', u'rel': u'self'}]} 2018-08-25 10:18:22.671 1412 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_turfas_master_0', 'shaker_turfas_slave_0']) 2018-08-25 10:18:54.324 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:20:24.854 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:21:55.340 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:23:25.844 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:23:25.846 1412 INFO shaker.engine.server [-] Execution is done 2018-08-25 10:23:27.409 1412 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-25 10:23:53.056 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:23:53.061 1412 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_north_south 2018-08-25 10:23:53.075 1412 INFO pykwalify.core [-] validation.valid 2018-08-25 10:23:53.482 1412 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-25 10:23:57.803 1412 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'e3484e18-c563-4aa7-a1b1-d2a71995a7cb', u'links': [{u'href': u'http://172.30.9.35:8004/v1/26a124945aee4e3aa5a258cfaf101192/stacks/shaker_rsztfp/e3484e18-c563-4aa7-a1b1-d2a71995a7cb', u'rel': u'self'}]} 2018-08-25 10:24:55.425 1412 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_rsztfp_slave_0', 'shaker_rsztfp_master_0']) 2018-08-25 10:24:59.204 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:26:30.234 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:28:00.716 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:29:31.203 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:29:31.205 1412 INFO shaker.engine.server [-] Execution is done 2018-08-25 10:29:31.409 1412 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-25 10:29:55.787 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:29:55.789 1412 INFO shaker.engine.server [-] Play scenario: openstack/perf_l3_north_south 2018-08-25 10:29:55.804 1412 INFO pykwalify.core [-] validation.valid 2018-08-25 10:29:56.219 1412 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-25 10:29:59.723 1412 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'6d7ba54d-d7c6-4385-afa5-6d76be8bba6c', u'links': [{u'href': u'http://172.30.9.35:8004/v1/26a124945aee4e3aa5a258cfaf101192/stacks/shaker_dmukpe/6d7ba54d-d7c6-4385-afa5-6d76be8bba6c', u'rel': u'self'}]} 2018-08-25 10:30:49.044 1412 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_dmukpe_slave_0', 'shaker_dmukpe_master_0']) 2018-08-25 10:30:58.540 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:31:30.738 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:32:50.934 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:34:11.202 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:34:11.204 1412 INFO shaker.engine.server [-] Execution is done 2018-08-25 10:34:11.457 1412 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-25 10:34:36.424 1412 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-25 10:34:36.425 1412 INFO shaker.engine.server [-] Generating aggregated report 2018-08-25 10:34:36.437 1412 INFO shaker.engine.server [-] Raw output is stored to: report.json 2018-08-25 10:34:36.440 1412 INFO shaker.engine.report [-] ******************************************************************************** 2018-08-25 10:34:36.440 1412 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.UDP.1.overcloud-novacompute-0.opnfvlf.org:stats.packets.avg > 100000 [OK] 2018-08-25 10:34:36.440 1412 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.Ping.1.overcloud-novacompute-0.opnfvlf.org:stats.ping_icmp.avg < 2.0 [OK] 2018-08-25 10:34:36.440 1412 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.bandwidth.avg > 5000 [FAIL] 2018-08-25 10:34:36.441 1412 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.retransmits.max < 10 [FAIL] 2018-08-25 10:34:36.441 1412 INFO shaker.engine.report [-] ******************************************************************************** 2018-08-25 10:34:36.442 1412 INFO shaker.engine.utils [-] Alias "interactive" is resolved into file "/usr/local/lib/python2.7/dist-packages/shaker/resources/report_templates/interactive.html" 2018-08-25 10:34:36.455 1412 INFO shaker.engine.report [-] Report saved to: report.html 2018-08-25 10:34:36,539 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-25 10:34:36,539 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-25 10:34:36,541 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-25 10:34:36,577 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-25 10:34:36,577 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-25 10:34:36,607 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-25 10:34:36,661 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-25 10:34:36,661 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-25 10:34:36,670 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-25 10:34:36,701 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-25 10:34:36,701 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-25 10:34:36,704 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-25 10:34:36,715 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-25 10:34:36,716 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-25 10:34:36,838 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 10:34:36,838 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 30:23 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 10:34:36,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 10:34:36,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/056ddee7-0d9b-4afd-9623-2692277c92b2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:38,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71686204-78ad-4d25-a7ff-7a28d21e043e Content-Length: 0 Date: Sat, 25 Aug 2018 10:34:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:34:38,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/056ddee7-0d9b-4afd-9623-2692277c92b2.json used request id req-71686204-78ad-4d25-a7ff-7a28d21e043e 2018-08-25 10:34:38,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.24784088135s 2018-08-25 10:34:38,093 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/056ddee7-0d9b-4afd-9623-2692277c92b2.json used request id req-71686204-78ad-4d25-a7ff-7a28d21e043e 2018-08-25 10:34:38,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:34:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:38,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0240a160-d2b6-419f-9f25-3a2c850d2ab7 Date: Sat, 25 Aug 2018 10:34:38 GMT RESP BODY: {"floatingips": []} 2018-08-25 10:34:38,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0240a160-d2b6-419f-9f25-3a2c850d2ab7 2018-08-25 10:34:38,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.165884017944s 2018-08-25 10:34:38,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0240a160-d2b6-419f-9f25-3a2c850d2ab7 2018-08-25 10:34:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 10:34:38,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:38,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:34: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-13e74332-fd15-4c59-ad2f-fa5ebd6d990e x-compute-request-id: req-13e74332-fd15-4c59-ad2f-fa5ebd6d990e Content-Type: application/json 2018-08-25 10:34:38,774 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69 used request id req-13e74332-fd15-4c59-ad2f-fa5ebd6d990e 2018-08-25 10:34:38,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.507052898407s 2018-08-25 10:34:38,774 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69 used request id req-13e74332-fd15-4c59-ad2f-fa5ebd6d990e 2018-08-25 10:34:38,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:34:38,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:39,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34: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-ea751bc1-0097-4772-b920-314779583db1 x-compute-request-id: req-ea751bc1-0097-4772-b920-314779583db1 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:1e:93", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:1e:93", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "rel": "bookmark"}], "image": {"id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "links": [{"href": "http://172.30.9.35:8774/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002d", "OS-SRV-USG:launched_at": "2018-08-25T10:08:01.000000", "flavor": {"id": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "links": [{"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "bookmark"}]}, "id": "e2b2f5ed-c377-4959-a0f6-ce9c48182b69", "security_groups": [{"name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}], "user_id": "ad4b0f943f494679b50d8ea95444d63d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T10:34:38Z", "hostId": "8f0db482dfe6cf93a7ac706c52eef90ca37ad1638a9da74239113c71", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_6f8150fc-1160-41f1-beca-00263ebec8ab", "created": "2018-08-25T10:04:38Z", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:34:39,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ea751bc1-0097-4772-b920-314779583db1 2018-08-25 10:34:39,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.897082090378s 2018-08-25 10:34:39,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ea751bc1-0097-4772-b920-314779583db1 2018-08-25 10:34:39,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:34:41,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:34:41,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:41,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34: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-96292fb3-f9f4-417d-b773-6cb4b6d8d143 x-compute-request-id: req-96292fb3-f9f4-417d-b773-6cb4b6d8d143 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 10:34:41,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-96292fb3-f9f4-417d-b773-6cb4b6d8d143 2018-08-25 10:34:41,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0798227787018s 2018-08-25 10:34:41,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-96292fb3-f9f4-417d-b773-6cb4b6d8d143 2018-08-25 10:34:41,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:34:41,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:42,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 53265 X-Openstack-Request-Id: req-a2058b05-5c4b-4a85-9510-4270cc48fcad Date: Sat, 25 Aug 2018 10:34:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ff0436d2c96f46ffa02c4ab59ae97c4c", "created_at": "2018-08-25T09:04:08Z", "updated_at": "2018-08-25T09:04:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "1567ece0-fe20-467e-b498-e9342d24fce2", "remote_group_id": "07048be2-2145-425f-97da-bbcdff828705", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "07048be2-2145-425f-97da-bbcdff828705", "tenant_id": "ff0436d2c96f46ffa02c4ab59ae97c4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0436d2c96f46ffa02c4ab59ae97c4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "763161bc-610c-467c-935d-fd28e6a726db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "07048be2-2145-425f-97da-bbcdff828705", "tenant_id": "ff0436d2c96f46ffa02c4ab59ae97c4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0436d2c96f46ffa02c4ab59ae97c4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "ac0a3f72-16f7-4643-a817-410e2cfda0a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "07048be2-2145-425f-97da-bbcdff828705", "tenant_id": "ff0436d2c96f46ffa02c4ab59ae97c4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0436d2c96f46ffa02c4ab59ae97c4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "da069e36-2cd9-49f4-bf51-ee1c514ddae0", "remote_group_id": "07048be2-2145-425f-97da-bbcdff828705", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "07048be2-2145-425f-97da-bbcdff828705", "tenant_id": "ff0436d2c96f46ffa02c4ab59ae97c4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0436d2c96f46ffa02c4ab59ae97c4c"}], "revision_number": 1, "project_id": "ff0436d2c96f46ffa02c4ab59ae97c4c", "id": "07048be2-2145-425f-97da-bbcdff828705", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "514b729a18ea4d2cadd44d9cedc56476", "created_at": "2018-08-25T09:04:06Z", "updated_at": "2018-08-25T09:04:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:06Z", "revision_number": 0, "id": "2e1a32de-425d-4158-b335-22cbc98601ea", "remote_group_id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:06Z", "security_group_id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "tenant_id": "514b729a18ea4d2cadd44d9cedc56476", "port_range_min": null, "ethertype": "IPv4", "project_id": "514b729a18ea4d2cadd44d9cedc56476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:06Z", "revision_number": 0, "id": "399dfc3a-6f16-435a-8892-53c2b344a1cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:06Z", "security_group_id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "tenant_id": "514b729a18ea4d2cadd44d9cedc56476", "port_range_min": null, "ethertype": "IPv4", "project_id": "514b729a18ea4d2cadd44d9cedc56476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:06Z", "revision_number": 0, "id": "8981492d-f058-4e9a-a7b1-29f7d15c671f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:06Z", "security_group_id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "tenant_id": "514b729a18ea4d2cadd44d9cedc56476", "port_range_min": null, "ethertype": "IPv6", "project_id": "514b729a18ea4d2cadd44d9cedc56476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:06Z", "revision_number": 0, "id": "962ab6bc-ad9d-4fdf-8765-be2550b82582", "remote_group_id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:06Z", "security_group_id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "tenant_id": "514b729a18ea4d2cadd44d9cedc56476", "port_range_min": null, "ethertype": "IPv6", "project_id": "514b729a18ea4d2cadd44d9cedc56476"}], "revision_number": 1, "project_id": "514b729a18ea4d2cadd44d9cedc56476", "id": "1f19c630-2bd6-4db2-a326-9cd30332d74d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "created_at": "2018-08-25T08:56:18Z", "updated_at": "2018-08-25T08:56:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "1e59ff61-bf64-465e-92bc-1e8efe1d63b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "5c2b02e5-0295-4e6d-afd5-67ed9fba56a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "8f186c16-6dbe-4372-991c-a0a7016a1a8a", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:56:18Z", "revision_number": 0, "id": "deeb6868-707d-49fe-898e-03d5a8f1ca74", "remote_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "remote_ip_prefix": null, "created_at": "2018-08-25T08:56:18Z", "security_group_id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "tenant_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5"}], "revision_number": 1, "project_id": "09e6e8a75c2e46c5b32af47ce281a2a5", "id": "221f3dc8-af2f-46fd-a460-9736a8e56713", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "created_at": "2018-08-25T09:46:25Z", "updated_at": "2018-08-25T09:46:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:46:25Z", "revision_number": 0, "id": "0782cb4f-d625-45c6-98f5-59959607a6dc", "remote_group_id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "remote_ip_prefix": null, "created_at": "2018-08-25T09:46:25Z", "security_group_id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "port_range_min": null, "ethertype": "IPv6", "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:46:25Z", "revision_number": 0, "id": "756ccc96-bc5b-498c-9f66-e4dc88687135", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:46:25Z", "security_group_id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "port_range_min": null, "ethertype": "IPv6", "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:46:25Z", "revision_number": 0, "id": "848e2a70-c0bf-4b66-a9bf-1e6a7436eca4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:46:25Z", "security_group_id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "port_range_min": null, "ethertype": "IPv4", "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:46:25Z", "revision_number": 0, "id": "b110306b-6c2c-43ac-bdca-9b117e1d8666", "remote_group_id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "remote_ip_prefix": null, "created_at": "2018-08-25T09:46:25Z", "security_group_id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "tenant_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "port_range_min": null, "ethertype": "IPv4", "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68"}], "revision_number": 1, "project_id": "331f0b42a3dc4db48ee0fcd5e4c80c68", "id": "3adf93ec-85c2-4ab8-81b1-90a48bb4b386", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "created_at": "2018-08-25T08:54:31Z", "updated_at": "2018-08-25T08:54:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "04ca0316-e9e5-4937-8d98-fa5e7e6d6723", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "af95bf7a-ffde-46bb-9601-65a45ad67092", "remote_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "ba54f733-b8e2-403f-8c89-66b348f58362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv4", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:54:31Z", "revision_number": 0, "id": "e1562e31-a5d6-4ab2-9a5d-839caaf55570", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:54:31Z", "security_group_id": "59993044-b3b7-4eae-942e-324e811c7e8f", "tenant_id": "d0a672a80bfc4e418fb9fbb923d70507", "port_range_min": null, "ethertype": "IPv6", "project_id": "d0a672a80bfc4e418fb9fbb923d70507"}], "revision_number": 1, "project_id": "d0a672a80bfc4e418fb9fbb923d70507", "id": "59993044-b3b7-4eae-942e-324e811c7e8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef84a53c2dc94296a888465bf55c391f", "created_at": "2018-08-25T09:04:08Z", "updated_at": "2018-08-25T09:04:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "031a5bb2-1619-4a36-9b77-014d12a329ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "62d03275-5100-4b87-a91a-8a1003f6505d", "tenant_id": "ef84a53c2dc94296a888465bf55c391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef84a53c2dc94296a888465bf55c391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "6d044b93-4ee0-4ebc-a1bc-02c3098ec6ec", "remote_group_id": "62d03275-5100-4b87-a91a-8a1003f6505d", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "62d03275-5100-4b87-a91a-8a1003f6505d", "tenant_id": "ef84a53c2dc94296a888465bf55c391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef84a53c2dc94296a888465bf55c391f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "f8dcdf2b-df14-4f81-9eb1-ca831b5c22a4", "remote_group_id": "62d03275-5100-4b87-a91a-8a1003f6505d", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "62d03275-5100-4b87-a91a-8a1003f6505d", "tenant_id": "ef84a53c2dc94296a888465bf55c391f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef84a53c2dc94296a888465bf55c391f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:08Z", "revision_number": 0, "id": "fe44c1a1-2df7-43ad-a7f3-30fd0a1af277", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:08Z", "security_group_id": "62d03275-5100-4b87-a91a-8a1003f6505d", "tenant_id": "ef84a53c2dc94296a888465bf55c391f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef84a53c2dc94296a888465bf55c391f"}], "revision_number": 1, "project_id": "ef84a53c2dc94296a888465bf55c391f", "id": "62d03275-5100-4b87-a91a-8a1003f6505d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "created_at": "2018-08-25T08:49:54Z", "updated_at": "2018-08-25T08:49:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "a6aa2f16-7f4a-4ef3-a026-0d1e88f1bc5b", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "b7a57fd6-1964-441f-8e54-e204cb77e159", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "c2e65dc8-f84a-419b-a790-f8b2eea47d17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:49:54Z", "revision_number": 0, "id": "d941f39b-587f-4a6f-8b40-0d3506d876ca", "remote_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "remote_ip_prefix": null, "created_at": "2018-08-25T08:49:54Z", "security_group_id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "tenant_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf"}], "revision_number": 1, "project_id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "id": "8420012b-08ae-4bfb-bff5-7231e0b6923c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T08:52:03Z", "updated_at": "2018-08-25T08:52:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "33ff8962-b2f8-4c5a-b2a2-f2197561c5ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "3475126f-9473-4fc7-995b-d5bcbfa3baef", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv6", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "6042a3b6-4628-4dc1-a9df-db5986772253", "remote_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:03Z", "revision_number": 0, "id": "73ff1196-2110-47f5-81bb-3ebe9f33e743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:03Z", "security_group_id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "tenant_id": "89d58111967c4124b09131409c7a2a28", "port_range_min": null, "ethertype": "IPv4", "project_id": "89d58111967c4124b09131409c7a2a28"}], "revision_number": 1, "project_id": "89d58111967c4124b09131409c7a2a28", "id": "8b83b055-f2ce-4454-a3a8-c62ad2148496", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3531da34ab074d8896d381c1c82bcafc", "created_at": "2018-08-25T09:04:16Z", "updated_at": "2018-08-25T09:04:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:16Z", "revision_number": 0, "id": "550d3f70-8b9e-415c-8c6b-ace49ce1095d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:16Z", "security_group_id": "935e098c-5686-41a7-b38d-d665781d8283", "tenant_id": "3531da34ab074d8896d381c1c82bcafc", "port_range_min": null, "ethertype": "IPv6", "project_id": "3531da34ab074d8896d381c1c82bcafc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:16Z", "revision_number": 0, "id": "6da2bc26-30d6-4329-9d99-ad0c4797fd6c", "remote_group_id": "935e098c-5686-41a7-b38d-d665781d8283", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:16Z", "security_group_id": "935e098c-5686-41a7-b38d-d665781d8283", "tenant_id": "3531da34ab074d8896d381c1c82bcafc", "port_range_min": null, "ethertype": "IPv6", "project_id": "3531da34ab074d8896d381c1c82bcafc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:16Z", "revision_number": 0, "id": "6e4b2a02-2f22-4f07-b842-77318fc8682f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:16Z", "security_group_id": "935e098c-5686-41a7-b38d-d665781d8283", "tenant_id": "3531da34ab074d8896d381c1c82bcafc", "port_range_min": null, "ethertype": "IPv4", "project_id": "3531da34ab074d8896d381c1c82bcafc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:16Z", "revision_number": 0, "id": "7c168774-8f86-4972-99a3-b8f9100d89d9", "remote_group_id": "935e098c-5686-41a7-b38d-d665781d8283", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:16Z", "security_group_id": "935e098c-5686-41a7-b38d-d665781d8283", "tenant_id": "3531da34ab074d8896d381c1c82bcafc", "port_range_min": null, "ethertype": "IPv4", "project_id": "3531da34ab074d8896d381c1c82bcafc"}], "revision_number": 1, "project_id": "3531da34ab074d8896d381c1c82bcafc", "id": "935e098c-5686-41a7-b38d-d665781d8283", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-25T08:52:05Z", "updated_at": "2018-08-25T08:52:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "4f54c5ea-1a21-4be4-b960-d09c11082f65", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "62c203cb-faa3-4dd3-9e39-da040e450073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "88d0c890-70ad-4186-a760-1c8111c0af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:05Z", "revision_number": 0, "id": "8fc0e382-9e25-479e-8295-a1ba5287fccb", "remote_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:05Z", "security_group_id": "94d57225-86cb-4a10-a6b1-d438718a4488", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "94d57225-86cb-4a10-a6b1-d438718a4488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4d289dff17fd42d3b97f198de08e2c47", "created_at": "2018-08-25T09:06:50Z", "updated_at": "2018-08-25T09:06:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:50Z", "revision_number": 0, "id": "3b2df87a-3d27-4447-99ec-11fd55350bb5", "remote_group_id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:50Z", "security_group_id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "tenant_id": "4d289dff17fd42d3b97f198de08e2c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d289dff17fd42d3b97f198de08e2c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:50Z", "revision_number": 0, "id": "ce7c471b-8a6e-4247-be43-1a7e03d38c9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:50Z", "security_group_id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "tenant_id": "4d289dff17fd42d3b97f198de08e2c47", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d289dff17fd42d3b97f198de08e2c47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:50Z", "revision_number": 0, "id": "e438be19-68cd-4d92-bf3d-a6d65bcad814", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:50Z", "security_group_id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "tenant_id": "4d289dff17fd42d3b97f198de08e2c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d289dff17fd42d3b97f198de08e2c47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:50Z", "revision_number": 0, "id": "f3b1d459-4afa-45f8-8fa0-b3b9e4cf3069", "remote_group_id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:50Z", "security_group_id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "tenant_id": "4d289dff17fd42d3b97f198de08e2c47", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d289dff17fd42d3b97f198de08e2c47"}], "revision_number": 1, "project_id": "4d289dff17fd42d3b97f198de08e2c47", "id": "a60dbc97-9559-4be6-84c6-3c62982e19e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5bd50449e11f45ae8ba3fe406218c741", "created_at": "2018-08-25T09:03:46Z", "updated_at": "2018-08-25T09:03:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:03:46Z", "revision_number": 0, "id": "5c57a938-9952-491a-b24b-fadeb76e43cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:03:46Z", "security_group_id": "aea14276-8624-49a1-bfd1-4a55beab8212", "tenant_id": "5bd50449e11f45ae8ba3fe406218c741", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd50449e11f45ae8ba3fe406218c741"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:03:46Z", "revision_number": 0, "id": "7f7174a7-81eb-4f92-9df6-710c335a669f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:03:46Z", "security_group_id": "aea14276-8624-49a1-bfd1-4a55beab8212", "tenant_id": "5bd50449e11f45ae8ba3fe406218c741", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd50449e11f45ae8ba3fe406218c741"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:03:46Z", "revision_number": 0, "id": "afe128a4-c926-4870-91c5-7b684f2db1dd", "remote_group_id": "aea14276-8624-49a1-bfd1-4a55beab8212", "remote_ip_prefix": null, "created_at": "2018-08-25T09:03:46Z", "security_group_id": "aea14276-8624-49a1-bfd1-4a55beab8212", "tenant_id": "5bd50449e11f45ae8ba3fe406218c741", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd50449e11f45ae8ba3fe406218c741"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:03:46Z", "revision_number": 0, "id": "c43dfc9b-fa40-4a12-94d0-d491106be662", "remote_group_id": "aea14276-8624-49a1-bfd1-4a55beab8212", "remote_ip_prefix": null, "created_at": "2018-08-25T09:03:46Z", "security_group_id": "aea14276-8624-49a1-bfd1-4a55beab8212", "tenant_id": "5bd50449e11f45ae8ba3fe406218c741", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd50449e11f45ae8ba3fe406218c741"}], "revision_number": 1, "project_id": "5bd50449e11f45ae8ba3fe406218c741", "id": "aea14276-8624-49a1-bfd1-4a55beab8212", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "548faa6b742a48418e57bfab46a1d16a", "created_at": "2018-08-25T09:04:15Z", "updated_at": "2018-08-25T09:04:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:15Z", "revision_number": 0, "id": "0ca33049-8656-417e-9745-5b3218ac210e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:15Z", "security_group_id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "tenant_id": "548faa6b742a48418e57bfab46a1d16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "548faa6b742a48418e57bfab46a1d16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:15Z", "revision_number": 0, "id": "3dc6f8bf-5e87-4a26-8b14-f7eef36aa869", "remote_group_id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:15Z", "security_group_id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "tenant_id": "548faa6b742a48418e57bfab46a1d16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "548faa6b742a48418e57bfab46a1d16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:15Z", "revision_number": 0, "id": "6a12c2af-d3a2-441b-9fc2-1aad8e4f950a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:15Z", "security_group_id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "tenant_id": "548faa6b742a48418e57bfab46a1d16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "548faa6b742a48418e57bfab46a1d16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:15Z", "revision_number": 0, "id": "f3e34126-b9ea-418e-8102-c378abbe8cb0", "remote_group_id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:15Z", "security_group_id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "tenant_id": "548faa6b742a48418e57bfab46a1d16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "548faa6b742a48418e57bfab46a1d16a"}], "revision_number": 1, "project_id": "548faa6b742a48418e57bfab46a1d16a", "id": "af30e15b-43a9-42a3-ac70-0c34ec5228cd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "792cb374ef0e429f852c21ea5409b87f", "created_at": "2018-08-25T09:04:14Z", "updated_at": "2018-08-25T09:04:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:14Z", "revision_number": 0, "id": "0cc1f612-7914-4701-948a-fe5b3b17fed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:14Z", "security_group_id": "bc986608-f147-4d59-8969-43ddd916e1c1", "tenant_id": "792cb374ef0e429f852c21ea5409b87f", "port_range_min": null, "ethertype": "IPv6", "project_id": "792cb374ef0e429f852c21ea5409b87f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:14Z", "revision_number": 0, "id": "81d7dd6d-f869-47af-bab1-4d1206056c02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:14Z", "security_group_id": "bc986608-f147-4d59-8969-43ddd916e1c1", "tenant_id": "792cb374ef0e429f852c21ea5409b87f", "port_range_min": null, "ethertype": "IPv4", "project_id": "792cb374ef0e429f852c21ea5409b87f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:14Z", "revision_number": 0, "id": "f9f5e2ca-ebce-4867-9e8e-8e58c2415a9a", "remote_group_id": "bc986608-f147-4d59-8969-43ddd916e1c1", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:14Z", "security_group_id": "bc986608-f147-4d59-8969-43ddd916e1c1", "tenant_id": "792cb374ef0e429f852c21ea5409b87f", "port_range_min": null, "ethertype": "IPv4", "project_id": "792cb374ef0e429f852c21ea5409b87f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:04:14Z", "revision_number": 0, "id": "fb4b7462-3fcb-401b-810c-f5ca6c1949be", "remote_group_id": "bc986608-f147-4d59-8969-43ddd916e1c1", "remote_ip_prefix": null, "created_at": "2018-08-25T09:04:14Z", "security_group_id": "bc986608-f147-4d59-8969-43ddd916e1c1", "tenant_id": "792cb374ef0e429f852c21ea5409b87f", "port_range_min": null, "ethertype": "IPv6", "project_id": "792cb374ef0e429f852c21ea5409b87f"}], "revision_number": 1, "project_id": "792cb374ef0e429f852c21ea5409b87f", "id": "bc986608-f147-4d59-8969-43ddd916e1c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:14Z", "updated_at": "2018-08-25T10:04:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "42189008-f878-4519-87ea-6676fcd4e0aa", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "7a586bf9-df4f-4626-b735-cea718671e18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "9f8311e2-9468-4a23-a0c2-88d8ececf590", "remote_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:14Z", "revision_number": 0, "id": "a2bdd85c-a128-41f0-bf39-b0e07b01ef93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:14Z", "security_group_id": "be9faad4-f12c-4163-849a-6d719bd56d14", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 1, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "be9faad4-f12c-4163-849a-6d719bd56d14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9b6225fb4551425eac8cc63003f728df", "created_at": "2018-08-25T09:06:49Z", "updated_at": "2018-08-25T09:06:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:49Z", "revision_number": 0, "id": "17223f5e-ef46-4da6-90f6-7455bd47a8ec", "remote_group_id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:49Z", "security_group_id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "tenant_id": "9b6225fb4551425eac8cc63003f728df", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b6225fb4551425eac8cc63003f728df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:49Z", "revision_number": 0, "id": "31c8d61e-06dc-4b14-a94a-317d58642a05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:49Z", "security_group_id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "tenant_id": "9b6225fb4551425eac8cc63003f728df", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b6225fb4551425eac8cc63003f728df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:49Z", "revision_number": 0, "id": "bf377ae0-d4d2-44a5-8adf-958757adeb25", "remote_group_id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:49Z", "security_group_id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "tenant_id": "9b6225fb4551425eac8cc63003f728df", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b6225fb4551425eac8cc63003f728df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:06:49Z", "revision_number": 0, "id": "dde4f435-ecc4-4033-8ca3-1a8e51e2bf30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:06:49Z", "security_group_id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "tenant_id": "9b6225fb4551425eac8cc63003f728df", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b6225fb4551425eac8cc63003f728df"}], "revision_number": 1, "project_id": "9b6225fb4551425eac8cc63003f728df", "id": "c142f2f8-57ad-462c-a5bb-74bffe40af50", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:35Z", "updated_at": "2018-08-25T10:04:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "8bf3473e-8bc6-4bb1-aa5c-b2cad8e580f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "9aa8ca35-1fe8-4a33-97e0-f9bf32688475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": 22, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-25T10:04:36Z", "revision_number": 0, "id": "a3d3c1f8-3f54-4886-be27-ee1303b1466e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:36Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "d53c24da-b2f9-4ce1-b840-d2f377a5ca09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv4", "project_id": "26a124945aee4e3aa5a258cfaf101192"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:04:35Z", "revision_number": 0, "id": "e4106258-c2e6-4dc9-a64b-7147e1cd144d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:04:35Z", "security_group_id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "port_range_min": null, "ethertype": "IPv6", "project_id": "26a124945aee4e3aa5a258cfaf101192"}], "revision_number": 4, "project_id": "26a124945aee4e3aa5a258cfaf101192", "id": "c47d5363-de98-4f09-b3f2-0fed493c8155", "name": "shaker-sg_6f8150fc-1160-41f1-beca-00263ebec8ab"}, {"description": "Default security group", "tags": [], "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "created_at": "2018-08-25T08:55:25Z", "updated_at": "2018-08-25T08:55:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:55:25Z", "revision_number": 0, "id": "3601856f-6b80-4d35-8b35-0c9c414bf0c6", "remote_group_id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "remote_ip_prefix": null, "created_at": "2018-08-25T08:55:25Z", "security_group_id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:55:25Z", "revision_number": 0, "id": "6799e453-2d95-43f7-afc4-29f9620a07f5", "remote_group_id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "remote_ip_prefix": null, "created_at": "2018-08-25T08:55:25Z", "security_group_id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:55:25Z", "revision_number": 0, "id": "7594a4a3-ecb9-4bc6-9820-37b11085d0c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:55:25Z", "security_group_id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "port_range_min": null, "ethertype": "IPv6", "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:55:25Z", "revision_number": 0, "id": "ae374a2b-e0b6-48b8-bb9f-71c330c50fe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:55:25Z", "security_group_id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "tenant_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "port_range_min": null, "ethertype": "IPv4", "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9"}], "revision_number": 1, "project_id": "e439646c3ddb4d02b1f5340fc8a9aab9", "id": "ccbc49ed-8c75-4f12-ade0-4c7aeacc7293", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "created_at": "2018-08-25T08:52:52Z", "updated_at": "2018-08-25T08:52:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4ab1ecfe-a0f7-49cf-87c3-aaa2352c964b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "4cbcf4fd-66d5-4fe7-a36b-4e5e7af3f870", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "a787def7-68b4-43d6-ad1e-2b3f29c14453", "remote_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv4", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:52Z", "revision_number": 0, "id": "c0a7dd34-e42b-4833-900a-c496f081f7ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:52Z", "security_group_id": "d158fc6b-2387-4df2-853c-f4647ca802af", "tenant_id": "a77de8ae909f42a29be5cc2d16de3762", "port_range_min": null, "ethertype": "IPv6", "project_id": "a77de8ae909f42a29be5cc2d16de3762"}], "revision_number": 1, "project_id": "a77de8ae909f42a29be5cc2d16de3762", "id": "d158fc6b-2387-4df2-853c-f4647ca802af", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "created_at": "2018-08-25T09:14:07Z", "updated_at": "2018-08-25T09:14:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:14:07Z", "revision_number": 0, "id": "2a9e9fb6-2f2e-4122-ab37-139d397e82d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:14:07Z", "security_group_id": "d606197b-ab56-45ed-b8a4-173ecddea662", "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "199e0f164a994a338a0d12cdc49470a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:14:07Z", "revision_number": 0, "id": "3312dd65-a41b-4a64-8d65-8b081a48ae3b", "remote_group_id": "d606197b-ab56-45ed-b8a4-173ecddea662", "remote_ip_prefix": null, "created_at": "2018-08-25T09:14:07Z", "security_group_id": "d606197b-ab56-45ed-b8a4-173ecddea662", "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "199e0f164a994a338a0d12cdc49470a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:14:07Z", "revision_number": 0, "id": "b6c4271b-4e34-4ef0-a6d2-76dc8017bcf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T09:14:07Z", "security_group_id": "d606197b-ab56-45ed-b8a4-173ecddea662", "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "199e0f164a994a338a0d12cdc49470a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T09:14:07Z", "revision_number": 0, "id": "b7053a0d-4703-4a2c-9253-3b3796c318d5", "remote_group_id": "d606197b-ab56-45ed-b8a4-173ecddea662", "remote_ip_prefix": null, "created_at": "2018-08-25T09:14:07Z", "security_group_id": "d606197b-ab56-45ed-b8a4-173ecddea662", "tenant_id": "199e0f164a994a338a0d12cdc49470a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "199e0f164a994a338a0d12cdc49470a3"}], "revision_number": 1, "project_id": "199e0f164a994a338a0d12cdc49470a3", "id": "d606197b-ab56-45ed-b8a4-173ecddea662", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9338a03479584d93946afdf6534c2395", "created_at": "2018-08-25T08:52:18Z", "updated_at": "2018-08-25T08:52:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "1642d302-e288-4aba-a020-2f50ef05ad37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "61f75da2-9c7d-4c61-bd6b-27311d881afd", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv4", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "66fcbabe-1034-476e-8f84-bd4309d9273d", "remote_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:52:18Z", "revision_number": 0, "id": "9400fc83-141b-4ccd-8ced-dcdadba5ca16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:52:18Z", "security_group_id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "tenant_id": "9338a03479584d93946afdf6534c2395", "port_range_min": null, "ethertype": "IPv6", "project_id": "9338a03479584d93946afdf6534c2395"}], "revision_number": 1, "project_id": "9338a03479584d93946afdf6534c2395", "id": "ea5b4005-944b-4b58-b241-05ea30f1189d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "created_at": "2018-08-25T08:53:52Z", "updated_at": "2018-08-25T08:53:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "2f0b8c3d-8ce2-4634-8a79-227b923cc0b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "821ca795-b7c1-4c7b-9d97-758e98251bc9", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "cf6c89db-52f2-4157-98ee-0acf6ee785cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv4", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T08:53:52Z", "revision_number": 0, "id": "ece7804f-a976-4d64-a473-727c4303583e", "remote_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "remote_ip_prefix": null, "created_at": "2018-08-25T08:53:52Z", "security_group_id": "eddf597a-acdf-4d6f-b594-ceda70399712", "tenant_id": "4090c83f41884ffeabaa27fdfd85b932", "port_range_min": null, "ethertype": "IPv6", "project_id": "4090c83f41884ffeabaa27fdfd85b932"}], "revision_number": 1, "project_id": "4090c83f41884ffeabaa27fdfd85b932", "id": "eddf597a-acdf-4d6f-b594-ceda70399712", "name": "default"}]} 2018-08-25 10:34:42,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-a2058b05-5c4b-4a85-9510-4270cc48fcad 2018-08-25 10:34:42,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.388169050217s 2018-08-25 10:34:42,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-a2058b05-5c4b-4a85-9510-4270cc48fcad 2018-08-25 10:34:42,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 10:34:42,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/c47d5363-de98-4f09-b3f2-0fed493c8155.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:42,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e42beb0b-938a-4197-9ec0-2f44241b9414 Content-Length: 0 Date: Sat, 25 Aug 2018 10:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:34:42,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/c47d5363-de98-4f09-b3f2-0fed493c8155.json used request id req-e42beb0b-938a-4197-9ec0-2f44241b9414 2018-08-25 10:34:42,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.130671024323s 2018-08-25 10:34:42,288 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/c47d5363-de98-4f09-b3f2-0fed493c8155.json used request id req-e42beb0b-938a-4197-9ec0-2f44241b9414 2018-08-25 10:34:42,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 10:34:42,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:42,319 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e52d88b2-ddf4-4b23-893a-ae2f1c9e41be x-compute-request-id: req-e52d88b2-ddf4-4b23-893a-ae2f1c9e41be Content-Length: 0 Content-Type: application/json 2018-08-25 10:34:42,319 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab used request id req-e52d88b2-ddf4-4b23-893a-ae2f1c9e41be 2018-08-25 10:34:42,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0307087898254s 2018-08-25 10:34:42,319 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/shaker-kp_6f8150fc-1160-41f1-beca-00263ebec8ab used request id req-e52d88b2-ddf4-4b23-893a-ae2f1c9e41be 2018-08-25 10:34:42,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 10:34:42,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2/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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" -d '{"subnet_id": "a3d3141d-86b6-4287-aed1-83588794d3a7"}' 2018-08-25 10:34:44,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f49ea331-fe04-4df7-9db7-ad7ce52fb329 Date: Sat, 25 Aug 2018 10:34:44 GMT RESP BODY: {"network_id": "495875a3-3e52-4744-b32c-daa98585f3ed", "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "subnet_id": "a3d3141d-86b6-4287-aed1-83588794d3a7", "subnet_ids": ["a3d3141d-86b6-4287-aed1-83588794d3a7"], "port_id": "25fbd4e2-79f2-4597-a949-0b0cc3571825", "id": "97668dd3-0d92-4578-9f89-4a6907b026a2"} 2018-08-25 10:34:44,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2/remove_router_interface.json used request id req-f49ea331-fe04-4df7-9db7-ad7ce52fb329 2018-08-25 10:34:44,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73480296135s 2018-08-25 10:34:44,055 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2/remove_router_interface.json used request id req-f49ea331-fe04-4df7-9db7-ad7ce52fb329 returning object 97668dd3-0d92-4578-9f89-4a6907b026a2 2018-08-25 10:34:44,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 10:34:44,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:44,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1702 X-Openstack-Request-Id: req-851d8400-7469-4558-b67e-d7020a379ae2 Date: Sat, 25 Aug 2018 10:34:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "26a124945aee4e3aa5a258cfaf101192", "created_at": "2018-08-25T10:04:15Z", "admin_state_up": true, "updated_at": "2018-08-25T10:34:42Z", "project_id": "26a124945aee4e3aa5a258cfaf101192", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "97668dd3-0d92-4578-9f89-4a6907b026a2", "name": "shaker-router_6f8150fc-1160-41f1-beca-00263ebec8ab"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}]} 2018-08-25 10:34:44,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-851d8400-7469-4558-b67e-d7020a379ae2 2018-08-25 10:34:44,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.151197195053s 2018-08-25 10:34:44,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-851d8400-7469-4558-b67e-d7020a379ae2 2018-08-25 10:34:44,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 10:34:44,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:45,424 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8cc8f271-ba13-40b1-a36b-bdef1f84f450 Content-Length: 0 Date: Sat, 25 Aug 2018 10:34:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:34:45,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2.json used request id req-8cc8f271-ba13-40b1-a36b-bdef1f84f450 2018-08-25 10:34:45,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21552991867s 2018-08-25 10:34:45,425 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/97668dd3-0d92-4578-9f89-4a6907b026a2.json used request id req-8cc8f271-ba13-40b1-a36b-bdef1f84f450 2018-08-25 10:34:45,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 10:34:45,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:45,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-1fcdd7d9-6472-4ff5-abe7-7eef999e8cf4 Date: Sat, 25 Aug 2018 10:34:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4},{"updated_at":"2018-08-25T10:04: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":"a3d3141d-86b6-4287-aed1-83588794d3a7","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"26a124945aee4e3aa5a258cfaf101192","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"shaker-subnet_6f8150fc-1160-41f1-beca-00263ebec8ab","enable_dhcp":true,"segment_id":null,"network_id":"495875a3-3e52-4744-b32c-daa98585f3ed","tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:15Z","ip_version":4}]} 2018-08-25 10:34:45,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-1fcdd7d9-6472-4ff5-abe7-7eef999e8cf4 2018-08-25 10:34:45,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0461919307709s 2018-08-25 10:34:45,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-1fcdd7d9-6472-4ff5-abe7-7eef999e8cf4 2018-08-25 10:34:45,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 10:34:45,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/a3d3141d-86b6-4287-aed1-83588794d3a7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:46,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-241cbdf2-0ca4-4636-96ca-ea447f6af03b Date: Sat, 25 Aug 2018 10:34:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:34:46,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/a3d3141d-86b6-4287-aed1-83588794d3a7.json used request id req-241cbdf2-0ca4-4636-96ca-ea447f6af03b 2018-08-25 10:34:46,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09637904167s 2018-08-25 10:34:46,570 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/a3d3141d-86b6-4287-aed1-83588794d3a7.json used request id req-241cbdf2-0ca4-4636-96ca-ea447f6af03b 2018-08-25 10:34:46,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:34:46,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:46,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1431 X-Openstack-Request-Id: req-55b6f3f8-a5ac-4a39-8e73-34121a65dafc Date: Sat, 25 Aug 2018 10:34:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"495875a3-3e52-4744-b32c-daa98585f3ed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"26a124945aee4e3aa5a258cfaf101192","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:34:46Z","qos_policy_id":null,"name":"shaker-net_6f8150fc-1160-41f1-beca-00263ebec8ab","admin_state_up":true,"tenant_id":"26a124945aee4e3aa5a258cfaf101192","created_at":"2018-08-25T10:04:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:34:46,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-55b6f3f8-a5ac-4a39-8e73-34121a65dafc 2018-08-25 10:34:46,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0811319351196s 2018-08-25 10:34:46,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-55b6f3f8-a5ac-4a39-8e73-34121a65dafc 2018-08-25 10:34:46,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 10:34:46,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/495875a3-3e52-4744-b32c-daa98585f3ed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:48,243 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc844e4d-d70f-4e90-be1e-3c240166e602 Date: Sat, 25 Aug 2018 10:34:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:34:48,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/495875a3-3e52-4744-b32c-daa98585f3ed.json used request id req-dc844e4d-d70f-4e90-be1e-3c240166e602 2018-08-25 10:34:48,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.58858680725s 2018-08-25 10:34:48,243 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/495875a3-3e52-4744-b32c-daa98585f3ed.json used request id req-dc844e4d-d70f-4e90-be1e-3c240166e602 2018-08-25 10:34:48,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:34:48,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:48,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-45f99755-f430-4437-ad29-5ce7cd6093df Date: Sat, 25 Aug 2018 10:34:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:04:34Z", "file": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/file", "owner": "26a124945aee4e3aa5a258cfaf101192", "id": "cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "size": 666173440, "self": "/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_6f8150fc-1160-41f1-beca-00263ebec8ab", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-25T10:04:24Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:34:48,509 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-45f99755-f430-4437-ad29-5ce7cd6093df 2018-08-25 10:34:48,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.261702060699s 2018-08-25 10:34:48,510 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-45f99755-f430-4437-ad29-5ce7cd6093df 2018-08-25 10:34:48,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 10:34:48,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf2f68184d9db9dff0f265fcaf73f02debbdde7f" 2018-08-25 10:34:49,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb423c80-e380-4a35-b0a7-7f21fe9d5418 Date: Sat, 25 Aug 2018 10:34:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:34:49,766 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a used request id req-fb423c80-e380-4a35-b0a7-7f21fe9d5418 2018-08-25 10:34:49,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25485897064s 2018-08-25 10:34:49,767 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/cd98faca-ff8c-4ea8-b2e4-5e1510b6554a used request id req-fb423c80-e380-4a35-b0a7-7f21fe9d5418 2018-08-25 10:34:49,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:34:49,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:50,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34: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-75fb1ce9-47ce-4600-80eb-d8b5017d732d x-compute-request-id: req-75fb1ce9-47ce-4600-80eb-d8b5017d732d Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c", "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": "54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c"}]} 2018-08-25 10:34:50,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-75fb1ce9-47ce-4600-80eb-d8b5017d732d 2018-08-25 10:34:50,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.29300403595s 2018-08-25 10:34:50,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-75fb1ce9-47ce-4600-80eb-d8b5017d732d 2018-08-25 10:34:50,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 10:34:50,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:50,087 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:34: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-3870e45e-4dd0-4b43-8d08-98ce91317877 x-compute-request-id: req-3870e45e-4dd0-4b43-8d08-98ce91317877 Content-Length: 0 Content-Type: application/json 2018-08-25 10:34:50,088 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c used request id req-3870e45e-4dd0-4b43-8d08-98ce91317877 2018-08-25 10:34:50,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0255517959595s 2018-08-25 10:34:50,088 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/54bdcab0-4ced-47eb-ad04-9c77bdb3ea1c used request id req-3870e45e-4dd0-4b43-8d08-98ce91317877 2018-08-25 10:34:50,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:34:50,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:50,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ae6022-eb57-4648-8edc-c8102d8485c7 Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": {"self": "http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad4b0f943f494679b50d8ea95444d63d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:34:50,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-e3ae6022-eb57-4648-8edc-c8102d8485c7 2018-08-25 10:34:50,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201854944229s 2018-08-25 10:34:50,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-e3ae6022-eb57-4648-8edc-c8102d8485c7 2018-08-25 10:34:50,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:34:50,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:50,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6e8f4a6-f472-46bf-9d89-913ba034d593 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_6f8150fc-1160-41f1-beca-00263ebec8ab", "links": {"self": "http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ad4b0f943f494679b50d8ea95444d63d", "description": null}} 2018-08-25 10:34:50,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d used request id req-d6e8f4a6-f472-46bf-9d89-913ba034d593 2018-08-25 10:34:50,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191753149033s 2018-08-25 10:34:50,489 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d used request id req-d6e8f4a6-f472-46bf-9d89-913ba034d593 2018-08-25 10:34:50,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 10:34:50,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:50,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a66919-5760-413a-9918-7b6783a80a21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:34:50,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d used request id req-24a66919-5760-413a-9918-7b6783a80a21 2018-08-25 10:34:50,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.289762973785s 2018-08-25 10:34:50,780 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/ad4b0f943f494679b50d8ea95444d63d used request id req-24a66919-5760-413a-9918-7b6783a80a21 2018-08-25 10:34:50,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:34:50,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:50,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c583fb8-7d31-45c4-9278-3ed3c458894f Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192"}, "tags": [], "enabled": true, "id": "26a124945aee4e3aa5a258cfaf101192", "parent_id": "default", "domain_id": "default", "name": "shaker-project_6f8150fc-1160-41f1-beca-00263ebec8ab"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}]} 2018-08-25 10:34:50,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-9c583fb8-7d31-45c4-9278-3ed3c458894f 2018-08-25 10:34:50,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185954093933s 2018-08-25 10:34:50,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-9c583fb8-7d31-45c4-9278-3ed3c458894f 2018-08-25 10:34:50,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 10:34:50,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7a8be4cf6f4d014c6c9dcff71cb537989e7fc47f" 2018-08-25 10:34:52,236 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c17abdb-f72a-4a85-9b3f-bd6361e3f216 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:34:52,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192 used request id req-7c17abdb-f72a-4a85-9b3f-bd6361e3f216 2018-08-25 10:34:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 1.25932908058s 2018-08-25 10:34:52,237 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/26a124945aee4e3aa5a258cfaf101192 used request id req-7c17abdb-f72a-4a85-9b3f-bd6361e3f216 2018-08-25 10:34:52,301 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-25 10:34:52,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:34:52,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:34:52,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:34:52,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:34:52,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:34:52,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:34:52,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:34:52,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:34:52,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:34:52,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113857f5-4f7b-4788-a2d8-b27bf1b6a2f9 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:34:52,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-113857f5-4f7b-4788-a2d8-b27bf1b6a2f9 2018-08-25 10:34:52,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:34:53,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:34:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["EiharLedTS-gi-Nqm853fQ"], "issued_at": "2018-08-25T10:34:53.000000Z"}} 2018-08-25 10:34:53,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:34:53,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:34:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d26e700-8060-4323-bc31-c5b653c46baf 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 10:34:53,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-9d26e700-8060-4323-bc31-c5b653c46baf 2018-08-25 10:34:53,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:34:53,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:53,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f548b407-5efb-419f-9e7f-469651ec2178 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 10:34:53,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-f548b407-5efb-419f-9e7f-469651ec2178 2018-08-25 10:34:53,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.1828520298s 2018-08-25 10:34:53,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-f548b407-5efb-419f-9e7f-469651ec2178 2018-08-25 10:34:53,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 10:34:53,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}}' 2018-08-25 10:34:53,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:34:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-456a0d44-3c93-489d-804a-344ba64ce29d 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.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}} 2018-08-25 10:34:53,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-456a0d44-3c93-489d-804a-344ba64ce29d 2018-08-25 10:34:53,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.193116903305s 2018-08-25 10:34:53,444 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-456a0d44-3c93-489d-804a-344ba64ce29d 2018-08-25 10:34:53,444 - 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'24f95aed2ad44476b9d614e04bf38a20', '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_bd3040f9-ea3f-4939-8f87-197bcb00b2d8'}) 2018-08-25 10:34:53,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 10:34:53,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ec6de114-dc89-42ae-843d-dd631be85946", "email": null, "name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}}' 2018-08-25 10:34:53,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:34:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-959c0e1f-c59c-464d-9916-b534bf1dcb02 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}} 2018-08-25 10:34:53,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-959c0e1f-c59c-464d-9916-b534bf1dcb02 2018-08-25 10:34:53,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.380739927292s 2018-08-25 10:34:53,832 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-959c0e1f-c59c-464d-9916-b534bf1dcb02 2018-08-25 10:34:53,832 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'543f34d4d8e54366b77fe9377edfd4b8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8'}) 2018-08-25 10:34:53,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:53,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7735ba7-3609-40f2-b8ed-a0f4e8cb5215 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:53,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d7735ba7-3609-40f2-b8ed-a0f4e8cb5215 2018-08-25 10:34:53,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10880112648s 2018-08-25 10:34:53,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-d7735ba7-3609-40f2-b8ed-a0f4e8cb5215 2018-08-25 10:34:53,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:53,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:54,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c764a0-91cc-4501-be73-f1f760224d79 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:54,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-14c764a0-91cc-4501-be73-f1f760224d79 2018-08-25 10:34:54,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184876203537s 2018-08-25 10:34:54,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-14c764a0-91cc-4501-be73-f1f760224d79 2018-08-25 10:34:54,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:54,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:54,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3677f3b-e02d-400a-8334-5d57c1dc7044 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:54,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b3677f3b-e02d-400a-8334-5d57c1dc7044 2018-08-25 10:34:54,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0992920398712s 2018-08-25 10:34:54,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b3677f3b-e02d-400a-8334-5d57c1dc7044 2018-08-25 10:34:54,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:34:54,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:54,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-260cb57e-9b50-473a-b15a-575c667853ca Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:34:54,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-260cb57e-9b50-473a-b15a-575c667853ca 2018-08-25 10:34:54,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111112117767s 2018-08-25 10:34:54,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-260cb57e-9b50-473a-b15a-575c667853ca 2018-08-25 10:34:54,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:34:54,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:54,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0cd3149-0d8c-47b4-a446-a43064ba7043 Content-Encoding: gzip Content-Length: 970 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:34:54,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-f0cd3149-0d8c-47b4-a446-a43064ba7043 2018-08-25 10:34:54,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.162221908569s 2018-08-25 10:34:54,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-f0cd3149-0d8c-47b4-a446-a43064ba7043 2018-08-25 10:34:54,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:34:54,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:54,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc68a5dd-181a-4f53-b31e-0fb028a9b4c4 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 10:34:54,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-bc68a5dd-181a-4f53-b31e-0fb028a9b4c4 2018-08-25 10:34:54,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179221153259s 2018-08-25 10:34:54,713 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-bc68a5dd-181a-4f53-b31e-0fb028a9b4c4 2018-08-25 10:34:54,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:34:54,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=24f95aed2ad44476b9d614e04bf38a20" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:54,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e7ce14-5f0e-4a18-8da8-8a08d0386497 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=24f95aed2ad44476b9d614e04bf38a20", "previous": null, "next": null}} 2018-08-25 10:34:54,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=24f95aed2ad44476b9d614e04bf38a20 used request id req-33e7ce14-5f0e-4a18-8da8-8a08d0386497 2018-08-25 10:34:54,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.09912109375s 2018-08-25 10:34:54,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=24f95aed2ad44476b9d614e04bf38a20 used request id req-33e7ce14-5f0e-4a18-8da8-8a08d0386497 2018-08-25 10:34:54,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:34:54,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2156096-a5b0-44e8-9574-b5397ec588aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:34:55,043 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-e2156096-a5b0-44e8-9574-b5397ec588aa 2018-08-25 10:34:55,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.218841791153s 2018-08-25 10:34:55,043 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-e2156096-a5b0-44e8-9574-b5397ec588aa 2018-08-25 10:34:55,044 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8', 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'24f95aed2ad44476b9d614e04bf38a20', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ec6de114-dc89-42ae-843d-dd631be85946', 'username': u'snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 10:34:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:34:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:34:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:34:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:34:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:34:55,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:34:55,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:34:55,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:34:55,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:34:55,049 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8', 'password': 'ec6de114-dc89-42ae-843d-dd631be85946', 'project_name': 'snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '24f95aed2ad44476b9d614e04bf38a20', 'project_domain_name': 'Default'} 2018-08-25 10:34:55,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:55,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f06e8f-f4b1-4288-9bc2-be21571c6311 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:55,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a1f06e8f-f4b1-4288-9bc2-be21571c6311 2018-08-25 10:34:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101315021515s 2018-08-25 10:34:55,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a1f06e8f-f4b1-4288-9bc2-be21571c6311 2018-08-25 10:34:55,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:55,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa121b04-5811-4f9d-89f5-830460804aa6 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:55,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fa121b04-5811-4f9d-89f5-830460804aa6 2018-08-25 10:34:55,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100139141083s 2018-08-25 10:34:55,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fa121b04-5811-4f9d-89f5-830460804aa6 2018-08-25 10:34:55,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:34:55,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21796dc4-7ed2-4278-bbf8-5bfdbb992385 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:34:55,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-21796dc4-7ed2-4278-bbf8-5bfdbb992385 2018-08-25 10:34:55,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.096540927887s 2018-08-25 10:34:55,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-21796dc4-7ed2-4278-bbf8-5bfdbb992385 2018-08-25 10:34:55,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:34:55,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f458d59-b01f-42b5-8d61-5df4840b3105 Content-Encoding: gzip Content-Length: 970 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:34:55,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-3f458d59-b01f-42b5-8d61-5df4840b3105 2018-08-25 10:34:55,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115673065186s 2018-08-25 10:34:55,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-3f458d59-b01f-42b5-8d61-5df4840b3105 2018-08-25 10:34:55,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:34:55,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff746517-24eb-4f7a-9d92-80b9c599b2a4 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 10:34:55,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-ff746517-24eb-4f7a-9d92-80b9c599b2a4 2018-08-25 10:34:55,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104073047638s 2018-08-25 10:34:55,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-ff746517-24eb-4f7a-9d92-80b9c599b2a4 2018-08-25 10:34:55,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:34:55,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=24f95aed2ad44476b9d614e04bf38a20" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c8afb61-2195-4e47-9372-227d071eddd9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=24f95aed2ad44476b9d614e04bf38a20", "previous": null, "next": null}} 2018-08-25 10:34:55,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=24f95aed2ad44476b9d614e04bf38a20 used request id req-6c8afb61-2195-4e47-9372-227d071eddd9 2018-08-25 10:34:55,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101797103882s 2018-08-25 10:34:55,705 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=78c6ae9c2dcf4a3497e1cabb59379c78&scope.project.id=24f95aed2ad44476b9d614e04bf38a20 used request id req-6c8afb61-2195-4e47-9372-227d071eddd9 2018-08-25 10:34:55,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:34:55,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/78c6ae9c2dcf4a3497e1cabb59379c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:55,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd224632-2177-4a33-9397-9a0b35a2f484 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:34:55,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-cd224632-2177-4a33-9397-9a0b35a2f484 2018-08-25 10:34:55,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.2041888237s 2018-08-25 10:34:55,913 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/78c6ae9c2dcf4a3497e1cabb59379c78 used request id req-cd224632-2177-4a33-9397-9a0b35a2f484 2018-08-25 10:34:55,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39014928-ec2e-48aa-9e5b-f172accaa17f Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:56,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-39014928-ec2e-48aa-9e5b-f172accaa17f 2018-08-25 10:34:56,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0986940860748s 2018-08-25 10:34:56,015 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-39014928-ec2e-48aa-9e5b-f172accaa17f 2018-08-25 10:34:56,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:34:56,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eebe7b2e-43ec-4620-b5e8-24ceca420771 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:34:56,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-eebe7b2e-43ec-4620-b5e8-24ceca420771 2018-08-25 10:34:56,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104938983917s 2018-08-25 10:34:56,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-eebe7b2e-43ec-4620-b5e8-24ceca420771 2018-08-25 10:34:56,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:34:56,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40a9a260-2c13-4cf6-b237-44a2f05fdc51 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:34:56,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-40a9a260-2c13-4cf6-b237-44a2f05fdc51 2018-08-25 10:34:56,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0944640636444s 2018-08-25 10:34:56,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-40a9a260-2c13-4cf6-b237-44a2f05fdc51 2018-08-25 10:34:56,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:34:56,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4058cb1-e174-4bb2-a1d4-929c0f8d429c Content-Encoding: gzip Content-Length: 970 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:34:56,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-b4058cb1-e174-4bb2-a1d4-929c0f8d429c 2018-08-25 10:34:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118797063828s 2018-08-25 10:34:56,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-b4058cb1-e174-4bb2-a1d4-929c0f8d429c 2018-08-25 10:34:56,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:34:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba4bbf5e-1ca8-42af-b729-ef01e1642e13 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 10:34:56,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-ba4bbf5e-1ca8-42af-b729-ef01e1642e13 2018-08-25 10:34:56,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.137345075607s 2018-08-25 10:34:56,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-ba4bbf5e-1ca8-42af-b729-ef01e1642e13 2018-08-25 10:34:56,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:34:56,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=24f95aed2ad44476b9d614e04bf38a20" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d294d8-05f3-4de0-8bf2-e416aee8536b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=24f95aed2ad44476b9d614e04bf38a20", "previous": null, "next": null}} 2018-08-25 10:34:56,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=24f95aed2ad44476b9d614e04bf38a20 used request id req-28d294d8-05f3-4de0-8bf2-e416aee8536b 2018-08-25 10:34:56,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0981130599976s 2018-08-25 10:34:56,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=543f34d4d8e54366b77fe9377edfd4b8&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=24f95aed2ad44476b9d614e04bf38a20 used request id req-28d294d8-05f3-4de0-8bf2-e416aee8536b 2018-08-25 10:34:56,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:34:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/04219f2f0af542dea0f915ed4785267d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad00509de0d5e15f6628b86281628ac467828cc" 2018-08-25 10:34:56,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:34:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac387539-d4a2-438e-821d-6b51e9de534e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:34:56,815 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/04219f2f0af542dea0f915ed4785267d used request id req-ac387539-d4a2-438e-821d-6b51e9de534e 2018-08-25 10:34:56,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.210613012314s 2018-08-25 10:34:56,815 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20/users/543f34d4d8e54366b77fe9377edfd4b8/roles/04219f2f0af542dea0f915ed4785267d used request id req-ac387539-d4a2-438e-821d-6b51e9de534e 2018-08-25 10:34:56,816 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-25 10:34:56,816 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-25 10:34:56,817 - openstack_tests - INFO - OS Credentials = > 2018-08-25 10:34:56,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-25 10:34:56,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-25 10:34:56,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-25 10:34:56,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-25 10:34:56,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-25 10:34:56,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-25 10:34:56,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:34:57,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "04219f2f0af542dea0f915ed4785267d", "name": "heat_stack_owner"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:34:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24f95aed2ad44476b9d614e04bf38a20", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/24f95aed2ad44476b9d614e04bf38a20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/24f95aed2ad44476b9d614e04bf38a20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/24f95aed2ad44476b9d614e04bf38a20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/24f95aed2ad44476b9d614e04bf38a20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/24f95aed2ad44476b9d614e04bf38a20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/24f95aed2ad44476b9d614e04bf38a20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_24f95aed2ad44476b9d614e04bf38a20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_24f95aed2ad44476b9d614e04bf38a20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/24f95aed2ad44476b9d614e04bf38a20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/24f95aed2ad44476b9d614e04bf38a20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/24f95aed2ad44476b9d614e04bf38a20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/24f95aed2ad44476b9d614e04bf38a20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/24f95aed2ad44476b9d614e04bf38a20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/24f95aed2ad44476b9d614e04bf38a20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "id": "543f34d4d8e54366b77fe9377edfd4b8"}, "audit_ids": ["ja1OLDCxT1OyxNk5x60AXw"], "issued_at": "2018-08-25T10:34:57.000000Z"}} 2018-08-25 10:34:57,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.35:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b33191704fd731c5b6528aa23e7862450557da" 2018-08-25 10:34:57,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-41371c05-96a7-4daa-97ed-3930390c36d8 Date: Sat, 25 Aug 2018 10:34:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:34:57,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks?router%3Aexternal=True used request id req-41371c05-96a7-4daa-97ed-3930390c36d8 2018-08-25 10:34:57,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.35:9696/v2.0/subnets?network_id=5fb29300-7aa0-4e6d-a540-d41fdf8afa84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b33191704fd731c5b6528aa23e7862450557da" 2018-08-25 10:34:57,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f9e8c4f8-81d6-4d0d-ad20-8be8a8d31180 Date: Sat, 25 Aug 2018 10:34:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4}]} 2018-08-25 10:34:57,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets?network_id=5fb29300-7aa0-4e6d-a540-d41fdf8afa84 used request id req-f9e8c4f8-81d6-4d0d-ad20-8be8a8d31180 2018-08-25 10:34:57,624 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-25 10:34:57,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:34:57,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:34:57,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:34:57,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:34:57,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:34:57,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:34:57,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:34:57,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:34:57,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:34:57,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:34:57,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:34:57,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:34:57,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:34:57,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:34:57,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:34:57,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:34:57,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:34:57,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:34:57,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:34:57,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:34:57,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:34:57,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:34:57,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:34:57,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:34:57,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:34:57,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-25 10:34:57,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:34:57,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf0bea0-b65a-49a9-9e43-0938f645710d 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:34:57,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-8cf0bea0-b65a-49a9-9e43-0938f645710d 2018-08-25 10:34:57,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:34:58,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:34:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["AqSr7ytVRN6ffaSdg02XVw"], "issued_at": "2018-08-25T10:34:57.000000Z"}} 2018-08-25 10:34:58,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}9fc6f1d101a475e71f0b623f5efdea3d22b2e027" 2018-08-25 10:34:58,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a0f0947-7fe2-4103-936a-9fb44c19b930 x-compute-request-id: req-4a0f0947-7fe2-4103-936a-9fb44c19b930 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.35: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-08-25 10:34:58,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/ used request id req-4a0f0947-7fe2-4103-936a-9fb44c19b930 2018-08-25 10:34:58,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.652673959732s 2018-08-25 10:34:58,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/ used request id req-4a0f0947-7fe2-4103-936a-9fb44c19b930 2018-08-25 10:34:58,286 - 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.35: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-08-25 10:34:58,286 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-25 10:34:58,287 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-25 10:34:58,287 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-25 10:34:58,347 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-25 10:34:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:34:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:34:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:34:58,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:34:58,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:34:58,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:34:58,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:34:58,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:34:58,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:34:58,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:34:58,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:34:58,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:34:58,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0f754b-3a1d-4fc3-9ffa-a30e34376f08 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:34:58,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-9c0f754b-3a1d-4fc3-9ffa-a30e34376f08 2018-08-25 10:34:58,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:34:58,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:34:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["F7QpKQkDTViPLq8rpEwSwQ"], "issued_at": "2018-08-25T10:34:58.000000Z"}} 2018-08-25 10:34:58,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:34:58,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:34:59,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-8a3a1e38-ee8d-4c23-aa26-8f4a2b29439d Date: Sat, 25 Aug 2018 10:34:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:34:59,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a3a1e38-ee8d-4c23-aa26-8f4a2b29439d 2018-08-25 10:34:59,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341516017914s 2018-08-25 10:34:59,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a3a1e38-ee8d-4c23-aa26-8f4a2b29439d 2018-08-25 10:34:59,128 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 10:35:02,008 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 10:35:04,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8e724cf8-8507-41aa-8c84-ff9c4047de4b | 2018-08-25T10:35:04.462703 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8e724cf8-8507-41aa-8c84-ff9c4047de4b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 10:35:08,544 - 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-08-25 10:35:08,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 10:35:11,124 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 10:35:14,474 - 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=b6f9556c-6810-446b-893c-ea656d42cdca) as the default verifier for the future CLI operations. 2018-08-25 10:35:17,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 10:35:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:18,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-d0b0e304-78c0-4305-aefb-54f8e9333392 Date: Sat, 25 Aug 2018 10:35:18 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-08-25 10:35:18,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-d0b0e304-78c0-4305-aefb-54f8e9333392 2018-08-25 10:35:18,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.236827850342s 2018-08-25 10:35:18,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-d0b0e304-78c0-4305-aefb-54f8e9333392 2018-08-25 10:35:18,019 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-25 10:35:18,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 10:35:18,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"network": {"shared": true, "name": "neutron_trunk-net_009cda24-46ee-45b2-b7c0-329d7234ea5b", "admin_state_up": true}}' 2018-08-25 10:35:18,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-7b26e766-cc8e-4f68-baae-045afce9594c Date: Sat, 25 Aug 2018 10:35: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":"96e5b592-3a17-492d-b17e-89f219f31700","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:35:18Z","is_default":false,"qos_policy_id":null,"name":"neutron_trunk-net_009cda24-46ee-45b2-b7c0-329d7234ea5b","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T10:35:18Z","mtu":1450}} 2018-08-25 10:35:18,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7b26e766-cc8e-4f68-baae-045afce9594c 2018-08-25 10:35:18,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.257040023804s 2018-08-25 10:35:18,277 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7b26e766-cc8e-4f68-baae-045afce9594c 2018-08-25 10:35:18,278 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T10:35:18Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'96e5b592-3a17-492d-b17e-89f219f31700', u'provider:segmentation_id': 89, 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_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'created_at': u'2018-08-25T10:35:18Z', u'mtu': 1450, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'89d58111967c4124b09131409c7a2a28', u'l2_adjacency': True}) 2018-08-25 10:35:18,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:35:18,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:18,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1431 X-Openstack-Request-Id: req-5447c980-797f-46c8-91dc-346e34365221 Date: Sat, 25 Aug 2018 10:35:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"96e5b592-3a17-492d-b17e-89f219f31700","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:35:18Z","qos_policy_id":null,"name":"neutron_trunk-net_009cda24-46ee-45b2-b7c0-329d7234ea5b","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T10:35:18Z","provider:network_type":"vxlan"}]} 2018-08-25 10:35:18,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5447c980-797f-46c8-91dc-346e34365221 2018-08-25 10:35:18,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104429006577s 2018-08-25 10:35:18,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5447c980-797f-46c8-91dc-346e34365221 2018-08-25 10:35:18,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 10:35:18,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"subnet": {"name": "neutron_trunk-subnet_009cda24-46ee-45b2-b7c0-329d7234ea5b", "enable_dhcp": true, "network_id": "96e5b592-3a17-492d-b17e-89f219f31700", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 10:35:18,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-4058092c-aca6-4d0a-bf2e-b69e6433f6ac Date: Sat, 25 Aug 2018 10:35:18 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-25T10:35: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":"bd86e3a6-da4c-432a-baca-ec4104feff90","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_009cda24-46ee-45b2-b7c0-329d7234ea5b","enable_dhcp":true,"segment_id":null,"network_id":"96e5b592-3a17-492d-b17e-89f219f31700","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T10:35:18Z","ip_version":4}} 2018-08-25 10:35:18,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-4058092c-aca6-4d0a-bf2e-b69e6433f6ac 2018-08-25 10:35:18,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.438764095306s 2018-08-25 10:35:18,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-4058092c-aca6-4d0a-bf2e-b69e6433f6ac 2018-08-25 10:35:18,825 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:35: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'bd86e3a6-da4c-432a-baca-ec4104feff90', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'96e5b592-3a17-492d-b17e-89f219f31700', u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T10:35: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'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 10:35:18,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 10:35:18,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "neutron_trunk-router_009cda24-46ee-45b2-b7c0-329d7234ea5b", "admin_state_up": true}}' 2018-08-25 10:35:20,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-d6e0bbd2-d0d2-48de-82e6-29766705d9bc Date: Sat, 25 Aug 2018 10:35:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T10:35:18Z", "admin_state_up": true, "updated_at": "2018-08-25T10:35:20Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "1d0eece3-3cb0-4e1d-bffc-53707d17decc", "name": "neutron_trunk-router_009cda24-46ee-45b2-b7c0-329d7234ea5b"}} 2018-08-25 10:35:20,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d6e0bbd2-d0d2-48de-82e6-29766705d9bc 2018-08-25 10:35:20,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.54117393494s 2018-08-25 10:35:20,367 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d6e0bbd2-d0d2-48de-82e6-29766705d9bc 2018-08-25 10:35:20,368 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:35:20Z', u'revision_number': 2, u'ha': False, u'id': u'1d0eece3-3cb0-4e1d-bffc-53707d17decc', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-router_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'admin_state_up': True, u'tenant_id': u'89d58111967c4124b09131409c7a2a28', u'created_at': u'2018-08-25T10:35:18Z', u'flavor_id': None, u'routes': [], u'project_id': u'89d58111967c4124b09131409c7a2a28'}) 2018-08-25 10:35:20,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 10:35:20,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc/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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"subnet_id": "bd86e3a6-da4c-432a-baca-ec4104feff90"}' 2018-08-25 10:35:22,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3ecfa588-6a41-4ef4-af5e-7fc92da5840e Date: Sat, 25 Aug 2018 10:35:22 GMT RESP BODY: {"network_id": "96e5b592-3a17-492d-b17e-89f219f31700", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "bd86e3a6-da4c-432a-baca-ec4104feff90", "subnet_ids": ["bd86e3a6-da4c-432a-baca-ec4104feff90"], "port_id": "64e7de89-2f06-4fb6-b01c-4aec94956a46", "id": "1d0eece3-3cb0-4e1d-bffc-53707d17decc"} 2018-08-25 10:35:22,632 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc/add_router_interface.json used request id req-3ecfa588-6a41-4ef4-af5e-7fc92da5840e 2018-08-25 10:35:22,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.26353192329s 2018-08-25 10:35:22,632 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc/add_router_interface.json used request id req-3ecfa588-6a41-4ef4-af5e-7fc92da5840e returning object 1d0eece3-3cb0-4e1d-bffc-53707d17decc 2018-08-25 10:35:22,633 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 10:35:22,765 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 10:35:22,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:35:22,771 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 10:35:22 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 10:35:22,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:35:22,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:23,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c48cb1fe-771d-4992-8f6e-33d476e6a700 Date: Sat, 25 Aug 2018 10:35:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:35:23,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c48cb1fe-771d-4992-8f6e-33d476e6a700 2018-08-25 10:35:23,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289735078812s 2018-08-25 10:35:23,064 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c48cb1fe-771d-4992-8f6e-33d476e6a700 2018-08-25 10:35:23,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 10:35:23,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b"}' 2018-08-25 10:35:23,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5fea0a24-8b32-4ee2-83d0-e0588be9d4ec Date: Sat, 25 Aug 2018 10:35:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:23Z", "file": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "size": null, "self": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "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_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": null, "created_at": "2018-08-25T10:35:23Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 10:35:23,118 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-5fea0a24-8b32-4ee2-83d0-e0588be9d4ec 2018-08-25 10:35:23,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0460860729218s 2018-08-25 10:35:23,119 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-5fea0a24-8b32-4ee2-83d0-e0588be9d4ec returning object f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76 2018-08-25 10:35:23,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 10:35:23,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '' 2018-08-25 10:35:23,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63be1e22-fce0-442f-b1b5-329684f18735 Date: Sat, 25 Aug 2018 10: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-08-25 10:35:23,718 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file used request id req-63be1e22-fce0-442f-b1b5-329684f18735 2018-08-25 10:35:23,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.598303079605s 2018-08-25 10:35:23,718 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file used request id req-63be1e22-fce0-442f-b1b5-329684f18735 2018-08-25 10:35:23,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:35:23,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:23,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-23a45423-30af-4ca0-b6b0-d2f193e35667 Date: Sat, 25 Aug 2018 10:35:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:23Z", "file": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "size": 12716032, "self": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T10:35:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:35:23,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-23a45423-30af-4ca0-b6b0-d2f193e35667 2018-08-25 10:35:23,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.030993938446s 2018-08-25 10:35:23,756 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-23a45423-30af-4ca0-b6b0-d2f193e35667 2018-08-25 10:35:23,757 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76', 'size': 12716032, u'self': u'/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T10:35:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T10:35:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b', '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/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76', 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_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b', 'created': u'2018-08-25T10:35:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T10:35:23Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76', 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_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 10:35:23,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 10:35:23,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_009cda24-46ee-45b2-b7c0-329d7234ea5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 10:35:24,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35: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-90a32320-39e7-43fc-9d10-80170bbbdd5a x-compute-request-id: req-90a32320-39e7-43fc-9d10-80170bbbdd5a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_009cda24-46ee-45b2-b7c0-329d7234ea5b", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5", "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": "467182e0-7ca3-4587-9da9-9a1b48d415f5"}} 2018-08-25 10:35:24,082 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-90a32320-39e7-43fc-9d10-80170bbbdd5a 2018-08-25 10:35:24,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.324368953705s 2018-08-25 10:35:24,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-90a32320-39e7-43fc-9d10-80170bbbdd5a 2018-08-25 10:35:24,084 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_009cda24-46ee-45b2-b7c0-329d7234ea5b', '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'89d58111967c4124b09131409c7a2a28', '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'467182e0-7ca3-4587-9da9-9a1b48d415f5', 'swap': 0}) 2018-08-25 10:35:24,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 10:35:24,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5/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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"extra_specs": {}}' 2018-08-25 10:35:24,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35: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-47c03c3d-357f-4384-865a-c10f2e58a020 x-compute-request-id: req-47c03c3d-357f-4384-865a-c10f2e58a020 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 10:35:24,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5/os-extra_specs used request id req-47c03c3d-357f-4384-865a-c10f2e58a020 2018-08-25 10:35:24,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021614074707s 2018-08-25 10:35:24,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5/os-extra_specs used request id req-47c03c3d-357f-4384-865a-c10f2e58a020 2018-08-25 10:35:24,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:35:24,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-006de8ac-1579-4f1e-84e7-88749c81b7fe 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 10:35:24,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-006de8ac-1579-4f1e-84e7-88749c81b7fe 2018-08-25 10:35:24,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:35:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:24,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1f1bf2a-e898-42cf-abe0-1f6be6fd4ce8 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:35:24,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c1f1bf2a-e898-42cf-abe0-1f6be6fd4ce8 2018-08-25 10:35:24,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176651954651s 2018-08-25 10:35:24,297 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c1f1bf2a-e898-42cf-abe0-1f6be6fd4ce8 2018-08-25 10:35:24,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:35:24,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:24,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3a7ab2-3d48-4bbf-81e7-1a2fa1c5d256 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:35:24,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-af3a7ab2-3d48-4bbf-81e7-1a2fa1c5d256 2018-08-25 10:35:24,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176484107971s 2018-08-25 10:35:24,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-af3a7ab2-3d48-4bbf-81e7-1a2fa1c5d256 2018-08-25 10:35:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 10:35:24,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:24,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35: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-12167668-405e-4813-b770-d3be57a154d6 x-compute-request-id: req-12167668-405e-4813-b770-d3be57a154d6 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": 10}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 10:35:24,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-12167668-405e-4813-b770-d3be57a154d6 2018-08-25 10:35:24,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0343987941742s 2018-08-25 10:35:24,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-12167668-405e-4813-b770-d3be57a154d6 2018-08-25 10:35:24,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:35:24,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:24,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-db2e810d-d7a8-4cd5-a2a6-3aa5d2db5080 Date: Sat, 25 Aug 2018 10:35:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:23Z", "file": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "size": 12716032, "self": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T10:35:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:35:24,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-db2e810d-d7a8-4cd5-a2a6-3aa5d2db5080 2018-08-25 10:35:24,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0230679512024s 2018-08-25 10:35:24,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-db2e810d-d7a8-4cd5-a2a6-3aa5d2db5080 2018-08-25 10:35:24,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 10:35:24,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b"}' 2018-08-25 10:35:24,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-323b3dd1-e1c6-4188-a556-0d4fe287f87a Date: Sat, 25 Aug 2018 10:35:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:24Z", "file": "/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "113e5bb0-7a2a-40de-a8fb-d4dffe44ac02", "size": null, "self": "/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02", "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_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": null, "created_at": "2018-08-25T10:35:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 10:35:24,603 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-323b3dd1-e1c6-4188-a556-0d4fe287f87a 2018-08-25 10:35:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0432810783386s 2018-08-25 10:35:24,604 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-323b3dd1-e1c6-4188-a556-0d4fe287f87a returning object 113e5bb0-7a2a-40de-a8fb-d4dffe44ac02 2018-08-25 10:35:24,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 10:35:24,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '' 2018-08-25 10:35:25,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0459339-c56f-4b25-ad55-4bd9a0e2528f Date: Sat, 25 Aug 2018 10:35:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:35:25,799 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/file used request id req-e0459339-c56f-4b25-ad55-4bd9a0e2528f 2018-08-25 10:35:25,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19425201416s 2018-08-25 10:35:25,799 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/file used request id req-e0459339-c56f-4b25-ad55-4bd9a0e2528f 2018-08-25 10:35:25,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:35:25,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:35:25,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-cb3629c0-1e8b-4e96-9981-dee08e9b45c0 Date: Sat, 25 Aug 2018 10:35:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:25Z", "file": "/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "113e5bb0-7a2a-40de-a8fb-d4dffe44ac02", "size": 12716032, "self": "/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T10:35:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:23Z", "file": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "size": 12716032, "self": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T10:35:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:35:25,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-cb3629c0-1e8b-4e96-9981-dee08e9b45c0 2018-08-25 10:35:25,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0270619392395s 2018-08-25 10:35:25,831 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-cb3629c0-1e8b-4e96-9981-dee08e9b45c0 2018-08-25 10:35:25,835 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/snap', u'metadata': Munch({})})], 'file': u'/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/file', 'owner': u'89d58111967c4124b09131409c7a2a28', 'id': u'113e5bb0-7a2a-40de-a8fb-d4dffe44ac02', 'size': 12716032, u'self': u'/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'89d58111967c4124b09131409c7a2a28', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T10:35:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-25T10:35:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b', '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/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02', 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_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b', 'created': u'2018-08-25T10:35:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-25T10:35:24Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02', 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_009cda24-46ee-45b2-b7c0-329d7234ea5b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-25 10:35:25,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 10:35:25,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-25 10:35:25,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35: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-4bde90b3-84d9-4deb-b384-1ab087812296 x-compute-request-id: req-4bde90b3-84d9-4deb-b384-1ab087812296 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca", "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": "10e544e7-01b4-46a4-bdfc-2b25ffe912ca"}} 2018-08-25 10:35:25,878 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-4bde90b3-84d9-4deb-b384-1ab087812296 2018-08-25 10:35:25,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0420970916748s 2018-08-25 10:35:25,878 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-4bde90b3-84d9-4deb-b384-1ab087812296 2018-08-25 10:35:25,879 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b', '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'89d58111967c4124b09131409c7a2a28', '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'10e544e7-01b4-46a4-bdfc-2b25ffe912ca', 'swap': 0}) 2018-08-25 10:35:25,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 10:35:25,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca/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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"extra_specs": {}}' 2018-08-25 10:35:25,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:35: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-8c6bc7ba-abe9-455c-ba16-acc4acc50220 x-compute-request-id: req-8c6bc7ba-abe9-455c-ba16-acc4acc50220 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 10:35:25,903 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca/os-extra_specs used request id req-8c6bc7ba-abe9-455c-ba16-acc4acc50220 2018-08-25 10:35:25,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235140323639s 2018-08-25 10:35:25,903 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca/os-extra_specs used request id req-8c6bc7ba-abe9-455c-ba16-acc4acc50220 2018-08-25 10:35:25,904 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b', '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'89d58111967c4124b09131409c7a2a28', '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'10e544e7-01b4-46a4-bdfc-2b25ffe912ca', 'swap': 0}) 2018-08-25 10:35:29,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-25 10:35:29,424 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-25 10:35:29,424 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-25 10:35:29,426 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-25 10:35:29,429 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-25 10:35:33,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b6f9556c-6810-446b-893c-ea656d42cdca/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-25 10:35:33,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-25 10:35:33,179 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-25 10:35:33,180 - 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-08-25 10:37:32,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 497c279e-f875-40cd-8f87-0dc9516f3cfe 2018-08-25 10:37:32,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '497c279e-f875-40cd-8f87-0dc9516f3cfe']'. 2018-08-25 10:37:33,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-25 10:37:33,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-25 10:37:33,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 10:37:33,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 497c279e-f875-40cd-8f87-0dc9516f3cfe | 2018-08-25 10:37:33,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-25 10:35:35 | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-25 10:37:32 | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:57 | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b6f9556c-6810-446b-893c-ea656d42cdca) | 2018-08-25 10:37:33,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8e724cf8-8507-41aa-8c84-ff9c4047de4b) | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 106.34 | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-25 10:37:33,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-25 10:37:33,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-25 10:37:33,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-25 10:37:33,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-25 10:37:33,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-25 10:37:33,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-25 10:37:33,778 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 10:37:33,778 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:16 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-25 10:37:33,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 10:37:33,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:34,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75862b8b-7da0-46e3-a3e3-63be89eda4f5 Date: Sat, 25 Aug 2018 10:37:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:37:34,067 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02 used request id req-75862b8b-7da0-46e3-a3e3-63be89eda4f5 2018-08-25 10:37:34,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.282626152039s 2018-08-25 10:37:34,067 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/113e5bb0-7a2a-40de-a8fb-d4dffe44ac02 used request id req-75862b8b-7da0-46e3-a3e3-63be89eda4f5 2018-08-25 10:37:34,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:37:34,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:34,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:37: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-9636ddc2-3c7b-446d-9fab-fda23f103159 x-compute-request-id: req-9636ddc2-3c7b-446d-9fab-fda23f103159 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_009cda24-46ee-45b2-b7c0-329d7234ea5b", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca", "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": "10e544e7-01b4-46a4-bdfc-2b25ffe912ca"}, {"name": "neutron_trunk-flavor_009cda24-46ee-45b2-b7c0-329d7234ea5b", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5", "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": "467182e0-7ca3-4587-9da9-9a1b48d415f5"}]} 2018-08-25 10:37:34,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-9636ddc2-3c7b-446d-9fab-fda23f103159 2018-08-25 10:37:34,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220801830292s 2018-08-25 10:37:34,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-9636ddc2-3c7b-446d-9fab-fda23f103159 2018-08-25 10:37:34,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 10:37:34,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:34,131 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:37: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-d011292e-6267-47e3-8587-c857a76901f3 x-compute-request-id: req-d011292e-6267-47e3-8587-c857a76901f3 Content-Length: 0 Content-Type: application/json 2018-08-25 10:37:34,131 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca used request id req-d011292e-6267-47e3-8587-c857a76901f3 2018-08-25 10:37:34,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0380828380585s 2018-08-25 10:37:34,131 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/10e544e7-01b4-46a4-bdfc-2b25ffe912ca used request id req-d011292e-6267-47e3-8587-c857a76901f3 2018-08-25 10:37:34,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 10:37:34,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc/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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" -d '{"subnet_id": "bd86e3a6-da4c-432a-baca-ec4104feff90"}' 2018-08-25 10:37:36,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2221b0b-4de5-405d-bf1b-d7e5b8cf4f6f Date: Sat, 25 Aug 2018 10:37:36 GMT RESP BODY: {"network_id": "96e5b592-3a17-492d-b17e-89f219f31700", "tenant_id": "89d58111967c4124b09131409c7a2a28", "subnet_id": "bd86e3a6-da4c-432a-baca-ec4104feff90", "subnet_ids": ["bd86e3a6-da4c-432a-baca-ec4104feff90"], "port_id": "64e7de89-2f06-4fb6-b01c-4aec94956a46", "id": "1d0eece3-3cb0-4e1d-bffc-53707d17decc"} 2018-08-25 10:37:36,137 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc/remove_router_interface.json used request id req-a2221b0b-4de5-405d-bf1b-d7e5b8cf4f6f 2018-08-25 10:37:36,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0058760643s 2018-08-25 10:37:36,138 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc/remove_router_interface.json used request id req-a2221b0b-4de5-405d-bf1b-d7e5b8cf4f6f returning object 1d0eece3-3cb0-4e1d-bffc-53707d17decc 2018-08-25 10:37:36,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 10:37:36,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:36,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1709 X-Openstack-Request-Id: req-8b52ba8b-421c-445c-a7e8-277e5bb17a5f Date: Sat, 25 Aug 2018 10:37:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89d58111967c4124b09131409c7a2a28", "created_at": "2018-08-25T10:35:18Z", "admin_state_up": true, "updated_at": "2018-08-25T10:37:35Z", "project_id": "89d58111967c4124b09131409c7a2a28", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "1d0eece3-3cb0-4e1d-bffc-53707d17decc", "name": "neutron_trunk-router_009cda24-46ee-45b2-b7c0-329d7234ea5b"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7abe838f69a943b19fe065f8d1d0c4a7", "created_at": "2018-08-25T09:04:21Z", "admin_state_up": true, "updated_at": "2018-08-25T09:04:21Z", "project_id": "7abe838f69a943b19fe065f8d1d0c4a7", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "520c1fae-bd56-4996-8168-b6e9b00ab8a2", "name": "tempest-pretest-check-629225962"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aa13970b32064900b4aaa160c49543de", "created_at": "2018-08-25T09:04:52Z", "admin_state_up": false, "updated_at": "2018-08-25T09:04:52Z", "project_id": "aa13970b32064900b4aaa160c49543de", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "bac7526c-728c-42e2-8702-3f0d3a373280", "name": "tempest-router-67173532"}]} 2018-08-25 10:37:36,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-8b52ba8b-421c-445c-a7e8-277e5bb17a5f 2018-08-25 10:37:36,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109549045563s 2018-08-25 10:37:36,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-8b52ba8b-421c-445c-a7e8-277e5bb17a5f 2018-08-25 10:37:36,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 10:37:36,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:37,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bebf01f-2715-408b-80d7-bd82a1f00aa1 Content-Length: 0 Date: Sat, 25 Aug 2018 10:37:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:37:37,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc.json used request id req-9bebf01f-2715-408b-80d7-bd82a1f00aa1 2018-08-25 10:37:37,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25832486153s 2018-08-25 10:37:37,508 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/1d0eece3-3cb0-4e1d-bffc-53707d17decc.json used request id req-9bebf01f-2715-408b-80d7-bd82a1f00aa1 2018-08-25 10:37:37,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 10:37:37,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:37,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-357dff30-ab0b-4379-862a-54b43b4b4362 Date: Sat, 25 Aug 2018 10:37:37 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-25T08:49:58Z","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":"81050e31-2e88-4e82-8e0c-59b250117352","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:58Z","ip_version":4},{"updated_at":"2018-08-25T10:35: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":"bd86e3a6-da4c-432a-baca-ec4104feff90","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"89d58111967c4124b09131409c7a2a28","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_009cda24-46ee-45b2-b7c0-329d7234ea5b","enable_dhcp":true,"segment_id":null,"network_id":"96e5b592-3a17-492d-b17e-89f219f31700","tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T10:35:18Z","ip_version":4}]} 2018-08-25 10:37:37,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-357dff30-ab0b-4379-862a-54b43b4b4362 2018-08-25 10:37:37,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0412979125977s 2018-08-25 10:37:37,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-357dff30-ab0b-4379-862a-54b43b4b4362 2018-08-25 10:37:37,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 10:37:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/bd86e3a6-da4c-432a-baca-ec4104feff90.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:38,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c207af17-db75-43da-82bb-9b6f987e92b2 Date: Sat, 25 Aug 2018 10:37:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:37:38,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/bd86e3a6-da4c-432a-baca-ec4104feff90.json used request id req-c207af17-db75-43da-82bb-9b6f987e92b2 2018-08-25 10:37:38,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09369802475s 2018-08-25 10:37:38,646 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/bd86e3a6-da4c-432a-baca-ec4104feff90.json used request id req-c207af17-db75-43da-82bb-9b6f987e92b2 2018-08-25 10:37:38,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:37:38,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:38,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1437 X-Openstack-Request-Id: req-7a696d93-5382-4a64-a1fd-3bf9511f4ba1 Date: Sat, 25 Aug 2018 10:37:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"96e5b592-3a17-492d-b17e-89f219f31700","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":true,"project_id":"89d58111967c4124b09131409c7a2a28","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:37:38Z","qos_policy_id":null,"name":"neutron_trunk-net_009cda24-46ee-45b2-b7c0-329d7234ea5b","admin_state_up":true,"tenant_id":"89d58111967c4124b09131409c7a2a28","created_at":"2018-08-25T10:35:18Z","provider:network_type":"vxlan"}]} 2018-08-25 10:37:38,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7a696d93-5382-4a64-a1fd-3bf9511f4ba1 2018-08-25 10:37:38,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.087877035141s 2018-08-25 10:37:38,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7a696d93-5382-4a64-a1fd-3bf9511f4ba1 2018-08-25 10:37:38,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 10:37:38,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/96e5b592-3a17-492d-b17e-89f219f31700.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:39,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3835d11-f297-4493-a74d-742caf9cfae0 Date: Sat, 25 Aug 2018 10:37:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:37:39,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/96e5b592-3a17-492d-b17e-89f219f31700.json used request id req-c3835d11-f297-4493-a74d-742caf9cfae0 2018-08-25 10:37:39,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17919301987s 2018-08-25 10:37:39,917 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/96e5b592-3a17-492d-b17e-89f219f31700.json used request id req-c3835d11-f297-4493-a74d-742caf9cfae0 2018-08-25 10:37:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:37:39,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:39,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4cbf9ad2-3a53-4a3d-81b1-757599c8c2b5 Date: Sat, 25 Aug 2018 10:37:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:35:23Z", "file": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/file", "owner": "89d58111967c4124b09131409c7a2a28", "id": "f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "size": 12716032, "self": "/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_009cda24-46ee-45b2-b7c0-329d7234ea5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-25T10:35:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:37:39,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4cbf9ad2-3a53-4a3d-81b1-757599c8c2b5 2018-08-25 10:37:39,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0249960422516s 2018-08-25 10:37:39,946 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4cbf9ad2-3a53-4a3d-81b1-757599c8c2b5 2018-08-25 10:37:39,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 10:37:39,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:40,229 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d98dffcc-58f6-4ed5-939d-4ffa1a7a3337 Date: Sat, 25 Aug 2018 10:37:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:37:40,229 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76 used request id req-d98dffcc-58f6-4ed5-939d-4ffa1a7a3337 2018-08-25 10:37:40,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.280922889709s 2018-08-25 10:37:40,229 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f4e59a70-d1ab-4be9-a15e-8c1c66f9ea76 used request id req-d98dffcc-58f6-4ed5-939d-4ffa1a7a3337 2018-08-25 10:37:40,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:37:40,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:40,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4017ac21-c0b3-4c8b-adc1-53fb85d2190e x-compute-request-id: req-4017ac21-c0b3-4c8b-adc1-53fb85d2190e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_009cda24-46ee-45b2-b7c0-329d7234ea5b", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5", "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": "467182e0-7ca3-4587-9da9-9a1b48d415f5"}]} 2018-08-25 10:37:40,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4017ac21-c0b3-4c8b-adc1-53fb85d2190e 2018-08-25 10:37:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0207598209381s 2018-08-25 10:37:40,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-4017ac21-c0b3-4c8b-adc1-53fb85d2190e 2018-08-25 10:37:40,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 10:37:40,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5073d638b0539e69900d5a14fd488cfa8ad6fa5e" 2018-08-25 10:37:40,282 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2fd1754-ea86-455f-8910-7248d9e875b0 x-compute-request-id: req-e2fd1754-ea86-455f-8910-7248d9e875b0 Content-Length: 0 Content-Type: application/json 2018-08-25 10:37:40,282 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5 used request id req-e2fd1754-ea86-455f-8910-7248d9e875b0 2018-08-25 10:37:40,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.029256105423s 2018-08-25 10:37:40,283 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/467182e0-7ca3-4587-9da9-9a1b48d415f5 used request id req-e2fd1754-ea86-455f-8910-7248d9e875b0 2018-08-25 10:37:40,344 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-25 10:37:40,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:37:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:37:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:37:40,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:37:40,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b28177-58b9-4127-8ff8-77a51838ed85 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:37:40,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-85b28177-58b9-4127-8ff8-77a51838ed85 2018-08-25 10:37:40,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:37:40,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["3DWK6MGzQRWMMa10YWSNTw"], "issued_at": "2018-08-25T10:37:40.000000Z"}} 2018-08-25 10:37:40,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:37:40,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}dc2f11edf6b27a149bba1c54a8b02d13b3e069de" 2018-08-25 10:37:41,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-9e3700ba-128d-46fd-9c9e-c6f894d9b916 Date: Sat, 25 Aug 2018 10:37:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:37:41,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9e3700ba-128d-46fd-9c9e-c6f894d9b916 2018-08-25 10:37:41,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348973989487s 2018-08-25 10:37:41,142 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9e3700ba-128d-46fd-9c9e-c6f894d9b916 2018-08-25 10:37:41,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 10:37:44,172 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 10:37:46,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 30b23a35-e4e3-492e-8804-fa73a280d9ad | 2018-08-25T10:37:46.571188 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 30b23a35-e4e3-492e-8804-fa73a280d9ad ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 10:37:50,609 - 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-08-25 10:37:50,610 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 10:37:53,332 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 10:37:56,660 - 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=bd54fc9e-6e5a-46c9-9a93-ce7bee4df493) as the default verifier for the future CLI operations. 2018-08-25 10:37:59,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 10:37:59,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}dc2f11edf6b27a149bba1c54a8b02d13b3e069de" 2018-08-25 10:37:59,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-2137ea39-b7e2-4695-8536-42bb9419bc26 Date: Sat, 25 Aug 2018 10:38:00 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-08-25 10:37:59,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-2137ea39-b7e2-4695-8536-42bb9419bc26 2018-08-25 10:37:59,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.248012065887s 2018-08-25 10:38:00,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-2137ea39-b7e2-4695-8536-42bb9419bc26 2018-08-25 10:38:00,012 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-25 10:38:00,012 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-25 10:38:00,012 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-25 10:38:00,053 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-25 10:38:00,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:38:00,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:38:00,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:38:00,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:38:00,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:38:00,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:38:00,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:38:00,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:38:00,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76f0cf3-2a9e-4caa-bac7-d3cb7368aed4 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:38:00,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-f76f0cf3-2a9e-4caa-bac7-d3cb7368aed4 2018-08-25 10:38:00,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:38:00,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:38:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["vep0xv1yTC6CohvS6OCw6A"], "issued_at": "2018-08-25T10:38:00.000000Z"}} 2018-08-25 10:38:00,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:38:00,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}b76f8247d785a0faf6ded17141132a8520d0d103" 2018-08-25 10:38:00,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-564bead8-e759-422c-beac-554fce0c5bb4 Date: Sat, 25 Aug 2018 10:38:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:38:00,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-564bead8-e759-422c-beac-554fce0c5bb4 2018-08-25 10:38:00,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338839054108s 2018-08-25 10:38:00,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-564bead8-e759-422c-beac-554fce0c5bb4 2018-08-25 10:38:00,833 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 10:38:03,647 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 10:38:06,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 26bc0949-9ddd-4c5d-bd99-3588c90bc093 | 2018-08-25T10:38:05.940780 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 26bc0949-9ddd-4c5d-bd99-3588c90bc093 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 10:38:09,958 - 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-08-25 10:38:09,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 10:38:12,543 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 10:38:16,001 - 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=c6d53760-89f9-4b62-9315-fa85231d5d40) as the default verifier for the future CLI operations. 2018-08-25 10:38:19,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 10:38:19,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}b76f8247d785a0faf6ded17141132a8520d0d103" 2018-08-25 10:38:19,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-2e9e5467-39e8-44ba-a2be-ef3830e973a4 Date: Sat, 25 Aug 2018 10:38:19 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-08-25 10:38:19,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-2e9e5467-39e8-44ba-a2be-ef3830e973a4 2018-08-25 10:38:19,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.260076999664s 2018-08-25 10:38:19,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-2e9e5467-39e8-44ba-a2be-ef3830e973a4 2018-08-25 10:38:19,574 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-25 10:38:19,574 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-25 10:38:19,575 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-25 10:38:19,642 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-25 10:38:19,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:38:19,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-25 10:38:19,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:38:19,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:38:19,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:38:19,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:38:19,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:38:19,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:38:19,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-25 10:38:19,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-25 10:38:19,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:38:19,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b64138-b842-4357-b198-f5d27b553aae 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:38:19,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-f0b64138-b842-4357-b198-f5d27b553aae 2018-08-25 10:38:19,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:38:20,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:38:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["Y_eBHFYZRA25TGKtWE29DQ"], "issued_at": "2018-08-25T10:38:20.000000Z"}} 2018-08-25 10:38:20,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:38:20,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}d4548016abd89e065331b30897c13e5ab37f1d29" 2018-08-25 10:38:20,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-4e70c784-4ce5-4519-a92d-8baa2c776c4a Date: Sat, 25 Aug 2018 10:38:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:38:20,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e70c784-4ce5-4519-a92d-8baa2c776c4a 2018-08-25 10:38:20,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359126091003s 2018-08-25 10:38:20,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e70c784-4ce5-4519-a92d-8baa2c776c4a 2018-08-25 10:38:20,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-25 10:38:23,317 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-25 10:38:26,225 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | aff7b4b1-3151-488c-8077-cf211ae6302b | 2018-08-25T10:38:25.834464 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: aff7b4b1-3151-488c-8077-cf211ae6302b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-25 10:38:30,005 - 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-08-25 10:38:30,005 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-25 10:38:32,728 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-25 10:38:36,118 - 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=328fcd41-57fc-4046-8b88-dd4230810ed8) as the default verifier for the future CLI operations. 2018-08-25 10:38:39,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:38:39,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:38:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-591c6997-7776-41be-ab35-1d6d1c0d99df 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 10:38:39,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-591c6997-7776-41be-ab35-1d6d1c0d99df 2018-08-25 10:38:39,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 10:38:39,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-08-25 10:38:39,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:38:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b96a86d7-2092-4176-935f-0baf6fe68d48 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-25 10:38:39,476 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-b96a86d7-2092-4176-935f-0baf6fe68d48 2018-08-25 10:38:39,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}d4548016abd89e065331b30897c13e5ab37f1d29" 2018-08-25 10:38:39,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a7c792-733b-4b3f-8d75-d8484397a918 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0deae06599954c6ea2cef507d068fd03"}, "enabled": true, "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e6232b5880c42949bb19e67fabfeef3"}, "enabled": true, "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1015dc7a5e53415eae083d4d9fc44412"}, "enabled": true, "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/18dda3d7aafd499687e45b906cba7eb6"}, "enabled": true, "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2573c4eec85040368a5638d349e1318f"}, "enabled": true, "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2843ed2cd0e941d497a3f21c85e2a5c0"}, "enabled": true, "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b0a320f6d3841f9bd112a2715415cb3"}, "enabled": true, "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3f1ae93bf02b47b88a62597d2785c485"}, "enabled": true, "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5000fff740314f7fa89195cdff25ca4f"}, "enabled": true, "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/58064798ed864de8b000282ea108843b"}, "enabled": true, "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cd30b2d156f4bbb9d29916060cb7dd4"}, "enabled": true, "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3b4a1239544932866167123a33ba1d"}, "enabled": true, "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86c8b0b7acb34012a8d8eeed92a21ead"}, "enabled": true, "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8de3127b11f0427dab486207e8c2e7c0"}, "enabled": true, "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/b36d7cc49d7d485e80008a5860ecfdeb"}, "enabled": true, "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 10:38:39,653 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-b3a7c792-733b-4b3f-8d75-d8484397a918 2018-08-25 10:38:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.186152219772s 2018-08-25 10:38:39,653 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-b3a7c792-733b-4b3f-8d75-d8484397a918 2018-08-25 10:38:39,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-25 10:38:39,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}d4548016abd89e065331b30897c13e5ab37f1d29" 2018-08-25 10:38:39,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-66c752a5-9fd2-4408-bb71-1f6d7018f5f6 Date: Sat, 25 Aug 2018 10:38:39 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-08-25 10:38:39,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-66c752a5-9fd2-4408-bb71-1f6d7018f5f6 2018-08-25 10:38:39,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.26740694046s 2018-08-25 10:38:39,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/extensions.json used request id req-66c752a5-9fd2-4408-bb71-1f6d7018f5f6 2018-08-25 10:38:39,936 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-25 10:38:39,937 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-25 10:38:39,942 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 04:27 | PASS | | neutron-tempest-plugin-api | functest | smoke | 10:50 | PASS | | rally_sanity | functest | smoke | 23:37 | FAIL | | refstack_defcore | functest | smoke | 05:09 | PASS | | patrole | functest | smoke | 02:13 | PASS | | vmtp | functest | smoke | 17:55 | PASS | | shaker | functest | smoke | 30:23 | PASS | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:16 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-25 10:38:39,953 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-25 10:38:39,993 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-25 10:38:42,806 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-242 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 10:38:42,809 - 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.35,192.30.9.3 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.35:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Yrqkb7vXWjmuHpoRrfP6VB8qy 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=89d58111967c4124b09131409c7a2a28 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-25 10:38:42,809 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-25 10:38:42,809 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-25 10:38:42,809 - 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 | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-25 10:38:42,812 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-25 10:38:45,275 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-242 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 10:38:45,280 - 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.35,192.30.9.3 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.35:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Yrqkb7vXWjmuHpoRrfP6VB8qy 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=89d58111967c4124b09131409c7a2a28 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-25 10:38:45,280 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-25 10:38:45,282 - 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-08-25 10:38:45,301 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-25 10:38:45,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:38:45,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:38:45,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:38:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:38:45,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:38:45,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e5ac87-3763-4837-b615-86f1b710ffef 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:38:45,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-46e5ac87-3763-4837-b615-86f1b710ffef 2018-08-25 10:38:45,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:38:46,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["nlTk3IehQXmLa2WKRv_nLA"], "issued_at": "2018-08-25T10:38:46.000000Z"}} 2018-08-25 10:38:46,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:38:46,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:46,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-1fc044ec-aab9-46db-b987-99ad8fa33eb0 Date: Sat, 25 Aug 2018 10:38:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:38:46,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1fc044ec-aab9-46db-b987-99ad8fa33eb0 2018-08-25 10:38:46,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275615215302s 2018-08-25 10:38:46,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1fc044ec-aab9-46db-b987-99ad8fa33eb0 2018-08-25 10:38:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:38:46,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4251830-fe3a-41df-8d2f-e6ecf3772479 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 10:38:46,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-a4251830-fe3a-41df-8d2f-e6ecf3772479 2018-08-25 10:38:46,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:38:46,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:46,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabe5ba7-30e5-4b01-8f71-7ed9fdf6db72 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 10:38:46,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-eabe5ba7-30e5-4b01-8f71-7ed9fdf6db72 2018-08-25 10:38:46,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182304143906s 2018-08-25 10:38:46,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-eabe5ba7-30e5-4b01-8f71-7ed9fdf6db72 2018-08-25 10:38:46,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 10:38:46,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d"}}' 2018-08-25 10:38:47,069 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd10b082-7a3b-4015-9cf0-30fed44561b8 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.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633"}, "tags": [], "enabled": true, "id": "40d23a00b2954d488b1807dce24ed633", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d"}} 2018-08-25 10:38:47,069 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-dd10b082-7a3b-4015-9cf0-30fed44561b8 2018-08-25 10:38:47,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.289994001389s 2018-08-25 10:38:47,070 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-dd10b082-7a3b-4015-9cf0-30fed44561b8 2018-08-25 10:38:47,070 - 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'40d23a00b2954d488b1807dce24ed633', '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_afb72e9a-94fb-4343-b690-b17d119d075d'}) 2018-08-25 10:38:47,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 10:38:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c549f3f4-8c21-4782-a9ef-6018452f7fa5", "email": null, "name": "cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d"}}' 2018-08-25 10:38:47,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-486cb95e-ead8-4a98-954e-9e238560b249 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d", "links": {"self": "http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "268496ac06154e5ba3c79b15dcc53cac", "domain_id": "default", "password_expires_at": null}} 2018-08-25 10:38:47,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-486cb95e-ead8-4a98-954e-9e238560b249 2018-08-25 10:38:47,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.462236166s 2018-08-25 10:38:47,539 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-486cb95e-ead8-4a98-954e-9e238560b249 2018-08-25 10:38:47,539 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'268496ac06154e5ba3c79b15dcc53cac', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d'}) 2018-08-25 10:38:47,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:38:47,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:47,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408722bd-9565-4895-ba90-4c6429d6a38f Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:38:47,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-408722bd-9565-4895-ba90-4c6429d6a38f 2018-08-25 10:38:47,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100576877594s 2018-08-25 10:38:47,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-408722bd-9565-4895-ba90-4c6429d6a38f 2018-08-25 10:38:47,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:38:47,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:47,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ae3cfc-f0a1-4995-b178-4287ec39e02e Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:38:47,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-70ae3cfc-f0a1-4995-b178-4287ec39e02e 2018-08-25 10:38:47,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174590826035s 2018-08-25 10:38:47,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-70ae3cfc-f0a1-4995-b178-4287ec39e02e 2018-08-25 10:38:47,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:38:47,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:47,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f593908-4e86-4b4a-ba8b-ab6d0584b8e0 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:38:47,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-9f593908-4e86-4b4a-ba8b-ab6d0584b8e0 2018-08-25 10:38:47,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10561299324s 2018-08-25 10:38:47,940 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-9f593908-4e86-4b4a-ba8b-ab6d0584b8e0 2018-08-25 10:38:47,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:38:47,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:48,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6be30e0b-f33f-47e3-846c-667820c7fec3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:38:48,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-6be30e0b-f33f-47e3-846c-667820c7fec3 2018-08-25 10:38:48,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174293041229s 2018-08-25 10:38:48,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-6be30e0b-f33f-47e3-846c-667820c7fec3 2018-08-25 10:38:48,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:38:48,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:48,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5879e7-3e15-4f9d-8a05-943666600408 Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d", "links": {"self": "http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "268496ac06154e5ba3c79b15dcc53cac", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:38:48,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-eb5879e7-3e15-4f9d-8a05-943666600408 2018-08-25 10:38:48,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205718994141s 2018-08-25 10:38:48,326 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-eb5879e7-3e15-4f9d-8a05-943666600408 2018-08-25 10:38:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:38:48,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:48,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02283ef3-caea-41b0-96f1-7ca942eff80a Content-Encoding: gzip Content-Length: 595 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633"}, "tags": [], "enabled": true, "id": "40d23a00b2954d488b1807dce24ed633", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 10:38:48,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-02283ef3-caea-41b0-96f1-7ca942eff80a 2018-08-25 10:38:48,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173392057419s 2018-08-25 10:38:48,511 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-02283ef3-caea-41b0-96f1-7ca942eff80a 2018-08-25 10:38:48,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:38:48,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=268496ac06154e5ba3c79b15dcc53cac&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=40d23a00b2954d488b1807dce24ed633" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:48,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969dca1a-cd15-4344-bdfd-35dc90778e3e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=268496ac06154e5ba3c79b15dcc53cac&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=40d23a00b2954d488b1807dce24ed633", "previous": null, "next": null}} 2018-08-25 10:38:48,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=268496ac06154e5ba3c79b15dcc53cac&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=40d23a00b2954d488b1807dce24ed633 used request id req-969dca1a-cd15-4344-bdfd-35dc90778e3e 2018-08-25 10:38:48,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.177997112274s 2018-08-25 10:38:48,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=268496ac06154e5ba3c79b15dcc53cac&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=40d23a00b2954d488b1807dce24ed633 used request id req-969dca1a-cd15-4344-bdfd-35dc90778e3e 2018-08-25 10:38:48,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:38:48,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633/users/268496ac06154e5ba3c79b15dcc53cac/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:38:48,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:38:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deebe8f3-aed2-4c12-94dd-a1c2fc662f48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:38:48,930 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633/users/268496ac06154e5ba3c79b15dcc53cac/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-deebe8f3-aed2-4c12-94dd-a1c2fc662f48 2018-08-25 10:38:48,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.229484081268s 2018-08-25 10:38:48,930 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633/users/268496ac06154e5ba3c79b15dcc53cac/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-deebe8f3-aed2-4c12-94dd-a1c2fc662f48 2018-08-25 10:38:48,931 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d', 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'40d23a00b2954d488b1807dce24ed633', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c549f3f4-8c21-4782-a9ef-6018452f7fa5', 'username': u'cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 10:38:48,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:38:48,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:38:48,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:38:48,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:38:48,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:38:48,937 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d', 'password': 'c549f3f4-8c21-4782-a9ef-6018452f7fa5', 'project_name': 'cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '40d23a00b2954d488b1807dce24ed633', 'project_domain_name': 'Default'} 2018-08-25 10:38:48,937 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-25 10:38:48,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:38:48,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ecee4f-904a-4ab1-88ec-f7ef1a6f0d11 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:38:48,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-32ecee4f-904a-4ab1-88ec-f7ef1a6f0d11 2018-08-25 10:38:48,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:38:49,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T11:38:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d23a00b2954d488b1807dce24ed633", "name": "cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/40d23a00b2954d488b1807dce24ed633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/40d23a00b2954d488b1807dce24ed633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/40d23a00b2954d488b1807dce24ed633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/40d23a00b2954d488b1807dce24ed633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/40d23a00b2954d488b1807dce24ed633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/40d23a00b2954d488b1807dce24ed633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_40d23a00b2954d488b1807dce24ed633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_40d23a00b2954d488b1807dce24ed633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/40d23a00b2954d488b1807dce24ed633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/40d23a00b2954d488b1807dce24ed633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/40d23a00b2954d488b1807dce24ed633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/40d23a00b2954d488b1807dce24ed633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/40d23a00b2954d488b1807dce24ed633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/40d23a00b2954d488b1807dce24ed633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d", "id": "268496ac06154e5ba3c79b15dcc53cac"}, "audit_ids": ["olqHPRPuSm-YaJ45f9CNYg"], "issued_at": "2018-08-25T10:38:49.000000Z"}} 2018-08-25 10:38:49,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 10:38:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"network": {"name": "cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d", "admin_state_up": true}}' 2018-08-25 10:38:49,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-f809a1ee-7e4d-4a8a-8123-5cc990fe3eae Date: Sat, 25 Aug 2018 10:38:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"3797f744-3a60-4a66-bdc9-7572932ac84b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"40d23a00b2954d488b1807dce24ed633","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:38:49Z","is_default":false,"name":"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d","qos_policy_id":null,"admin_state_up":true,"tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:49Z","mtu":1450}} 2018-08-25 10:38:49,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f809a1ee-7e4d-4a8a-8123-5cc990fe3eae 2018-08-25 10:38:49,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.601186990738s 2018-08-25 10:38:49,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f809a1ee-7e4d-4a8a-8123-5cc990fe3eae 2018-08-25 10:38:49,934 - 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-08-25T10:38:49Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'3797f744-3a60-4a66-bdc9-7572932ac84b', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d', u'admin_state_up': True, u'tenant_id': u'40d23a00b2954d488b1807dce24ed633', u'created_at': u'2018-08-25T10:38:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'40d23a00b2954d488b1807dce24ed633', u'l2_adjacency': True}) 2018-08-25 10:38:49,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:38:49,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:38:50,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-f3345a7c-b912-4f11-a28a-70ad821765ee Date: Sat, 25 Aug 2018 10:38:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"3797f744-3a60-4a66-bdc9-7572932ac84b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"40d23a00b2954d488b1807dce24ed633","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:38:49Z","qos_policy_id":null,"name":"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d","admin_state_up":true,"tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:49Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:38:50,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f3345a7c-b912-4f11-a28a-70ad821765ee 2018-08-25 10:38:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111517906189s 2018-08-25 10:38:50,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f3345a7c-b912-4f11-a28a-70ad821765ee 2018-08-25 10:38:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 10:38:50,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"subnet": {"name": "cloudify-subnet_afb72e9a-94fb-4343-b690-b17d119d075d", "enable_dhcp": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 10:38:50,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-927d5a1b-c0d0-454c-afdd-43df41d1ced0 Date: Sat, 25 Aug 2018 10:38:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3797f744-3a60-4a66-bdc9-7572932ac84b","tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:38:50Z","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":"40d23a00b2954d488b1807dce24ed633","id":"195e154c-7dd8-4b51-a79c-879371efd119","subnetpool_id":null,"name":"cloudify-subnet_afb72e9a-94fb-4343-b690-b17d119d075d"}} 2018-08-25 10:38:50,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-927d5a1b-c0d0-454c-afdd-43df41d1ced0 2018-08-25 10:38:50,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.761903047562s 2018-08-25 10:38:50,811 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-927d5a1b-c0d0-454c-afdd-43df41d1ced0 2018-08-25 10:38:50,811 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:38:50Z', 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'195e154c-7dd8-4b51-a79c-879371efd119', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_afb72e9a-94fb-4343-b690-b17d119d075d', u'enable_dhcp': True, u'network_id': u'3797f744-3a60-4a66-bdc9-7572932ac84b', u'tenant_id': u'40d23a00b2954d488b1807dce24ed633', u'created_at': u'2018-08-25T10:38:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'40d23a00b2954d488b1807dce24ed633'}) 2018-08-25 10:38:50,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 10:38:50,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "cloudify-router_afb72e9a-94fb-4343-b690-b17d119d075d", "admin_state_up": true}}' 2018-08-25 10:38:52,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2714c661-5e1e-433e-85d7-7853ca55fb37 Date: Sat, 25 Aug 2018 10:38:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:50Z", "admin_state_up": true, "updated_at": "2018-08-25T10:38:51Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "name": "cloudify-router_afb72e9a-94fb-4343-b690-b17d119d075d"}} 2018-08-25 10:38:52,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-2714c661-5e1e-433e-85d7-7853ca55fb37 2018-08-25 10:38:52,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.54183006287s 2018-08-25 10:38:52,354 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-2714c661-5e1e-433e-85d7-7853ca55fb37 2018-08-25 10:38:52,354 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:38:51Z', u'revision_number': 2, u'id': u'c7972752-1475-4551-99d7-8b58ba8caa9a', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-router_afb72e9a-94fb-4343-b690-b17d119d075d', u'admin_state_up': True, u'tenant_id': u'40d23a00b2954d488b1807dce24ed633', u'created_at': u'2018-08-25T10:38:50Z', u'flavor_id': None, u'routes': [], u'project_id': u'40d23a00b2954d488b1807dce24ed633'}) 2018-08-25 10:38:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 10:38:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a/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}56309311239547b25b859f5ef48458405748beb3" -d '{"subnet_id": "195e154c-7dd8-4b51-a79c-879371efd119"}' 2018-08-25 10:38:54,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f536a6a1-db7b-4422-9547-f6bf436532e9 Date: Sat, 25 Aug 2018 10:38:54 GMT RESP BODY: {"network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "subnet_id": "195e154c-7dd8-4b51-a79c-879371efd119", "subnet_ids": ["195e154c-7dd8-4b51-a79c-879371efd119"], "port_id": "20ea6d40-9094-4cf9-9eb1-0491ddd57a8e", "id": "c7972752-1475-4551-99d7-8b58ba8caa9a"} 2018-08-25 10:38:54,688 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a/add_router_interface.json used request id req-f536a6a1-db7b-4422-9547-f6bf436532e9 2018-08-25 10:38:54,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.33341908455s 2018-08-25 10:38:54,689 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a/add_router_interface.json used request id req-f536a6a1-db7b-4422-9547-f6bf436532e9 returning object c7972752-1475-4551-99d7-8b58ba8caa9a 2018-08-25 10:38:54,689 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-25 10:39:36,438 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-25 10:39:36,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:39:36,448 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 10:39:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 10:39:36,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:39:36,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:39:36,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1b682a14-3e0a-418a-9b21-8ffe35075478 Date: Sat, 25 Aug 2018 10:39:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:39:36,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-1b682a14-3e0a-418a-9b21-8ffe35075478 2018-08-25 10:39:36,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286645889282s 2018-08-25 10:39:36,739 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-1b682a14-3e0a-418a-9b21-8ffe35075478 2018-08-25 10:39:36,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 10:39:36,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d"}' 2018-08-25 10:39:36,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-28a09e6e-38a0-4557-bedd-5c581a6b7c58 Date: Sat, 25 Aug 2018 10:39:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:39:36Z", "file": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file", "owner": "40d23a00b2954d488b1807dce24ed633", "id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "size": null, "self": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "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_afb72e9a-94fb-4343-b690-b17d119d075d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "checksum": null, "created_at": "2018-08-25T10:39:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 10:39:36,799 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-28a09e6e-38a0-4557-bedd-5c581a6b7c58 2018-08-25 10:39:36,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0515110492706s 2018-08-25 10:39:36,799 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-28a09e6e-38a0-4557-bedd-5c581a6b7c58 returning object 4752bbb1-0b42-4feb-ba4d-6348469484d8 2018-08-25 10:39:36,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 10:39:36,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/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}56309311239547b25b859f5ef48458405748beb3" -d '' 2018-08-25 10:40:36,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79ad77a6-8fd3-4558-926f-8fd174925b40 Date: Sat, 25 Aug 2018 10:40:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:40:36,672 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file used request id req-79ad77a6-8fd3-4558-926f-8fd174925b40 2018-08-25 10:40:36,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 59.8718948364s 2018-08-25 10:40:36,672 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file used request id req-79ad77a6-8fd3-4558-926f-8fd174925b40 2018-08-25 10:40:36,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:40:36,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:36,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9c7bb570-cec0-4874-829f-11851d009106 Date: Sat, 25 Aug 2018 10:40:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:40:36Z", "file": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file", "owner": "40d23a00b2954d488b1807dce24ed633", "id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "size": 4373348352, "self": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:39:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:40:36,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-9c7bb570-cec0-4874-829f-11851d009106 2018-08-25 10:40:36,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0383598804474s 2018-08-25 10:40:36,715 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-9c7bb570-cec0-4874-829f-11851d009106 2018-08-25 10:40:36,717 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file', 'owner': u'40d23a00b2954d488b1807dce24ed633', 'id': u'4752bbb1-0b42-4feb-ba4d-6348469484d8', 'size': 4373348352, u'self': u'/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d23a00b2954d488b1807dce24ed633', 'name': 'cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T10:40:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T10:40:36Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d', '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/4752bbb1-0b42-4feb-ba4d-6348469484d8', 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_afb72e9a-94fb-4343-b690-b17d119d075d', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d', 'created': u'2018-08-25T10:39:36Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-25T10:39:36Z', 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/4752bbb1-0b42-4feb-ba4d-6348469484d8', 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_afb72e9a-94fb-4343-b690-b17d119d075d', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-25 10:40:36,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 10:40:36,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_afb72e9a-94fb-4343-b690-b17d119d075d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-25 10:40:37,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf060591-92bf-465a-9c65-dde0d989392a x-compute-request-id: req-cf060591-92bf-465a-9c65-dde0d989392a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_afb72e9a-94fb-4343-b690-b17d119d075d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "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": "e9041071-fb06-406a-aec7-a573a2db74d1"}} 2018-08-25 10:40:37,037 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-cf060591-92bf-465a-9c65-dde0d989392a 2018-08-25 10:40:37,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.319043874741s 2018-08-25 10:40:37,037 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-cf060591-92bf-465a-9c65-dde0d989392a 2018-08-25 10:40:37,038 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_afb72e9a-94fb-4343-b690-b17d119d075d', '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'89d58111967c4124b09131409c7a2a28', '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'e9041071-fb06-406a-aec7-a573a2db74d1', 'swap': 0}) 2018-08-25 10:40:37,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 10:40:37,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1/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}77a4181201191fe1dfe817a1c379c802e2ba9076" -d '{"extra_specs": {}}' 2018-08-25 10:40:37,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-b5bf85ca-52aa-4cce-affe-854b1c3c4cbb x-compute-request-id: req-b5bf85ca-52aa-4cce-affe-854b1c3c4cbb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 10:40:37,060 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1/os-extra_specs used request id req-b5bf85ca-52aa-4cce-affe-854b1c3c4cbb 2018-08-25 10:40:37,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206208229065s 2018-08-25 10:40:37,060 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1/os-extra_specs used request id req-b5bf85ca-52aa-4cce-affe-854b1c3c4cbb 2018-08-25 10:40:37,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 10:40:37,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"keypair": {"name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d"}}' 2018-08-25 10:40:37,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-00ca795a-d27c-43db-931d-63c5f48acc59 x-compute-request-id: req-00ca795a-d27c-43db-931d-63c5f48acc59 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjygt4y/ybCIztlx9Dl/tfcCEA9pTJ71jBpGW1vZPMbfQtynQ4uEt7hoMDuLS36KMzrUBU1KTMqFa7tIvctuoDrygCwnNzmu/H4pBapaITun7ozjSNimvngdx1DbEH3kSkQ9ZFbyv7cMOzu39B2sFfJwTWMPQX6VUlKgK+BYkpDh9eCJVqbOksRNY6lUFOOm1+J1JHN/RxEm9lK6ySg9D0w5rBrNujCogXmfU8xx3HGz69pRgoXL8hg1/FvPcNQBkCoihq/MbkbhSRmUQu2T7jdlo8EabscQBW0W3BMLRlIpKqBFNYHXulRL9VodgXUQVeNZXqTUxxlQ9jbBeYqBlJ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAo8oLeMv8mwiM7ZcfQ5f7X3AhAPaUye9YwaRltb2TzG30Lcp0\nOLhLe4aDA7i0t+ijM61AVNSkzKhWu7SL3LbqA68oAsJzc5rvx+KQWqWiE7p+6M40\njYpr54HcdQ2xB95EpEPWRW8r+3DDs7t/QdrBXycE1jD0F+lVJSoCvgWJKQ4fXgiV\namzpLETWOpVBTjptfidSRzf0cRJvZSuskoPQ9MOawazbowqIF5n1PMcdxxs+vaUY\nKFy/IYNfxbz3DUAZAqIoavzG5G4UkZlELtk+43ZaPBGm7HEAVtFtwTC0ZSKSqgRT\nWB17pUS/VaHYF1EFXjWV6k1McZUPY2wXmKgZSQIDAQABAoIBAGX/MF2tSkWRcZGT\nhpilUJkCTss2wzltn6wXIG+o+x1Xa7QIW4/m1Lq77WKn54KPkPJhdapeMbJxMnH5\n4Q81qU1aCmSNiy/20FN9t797Xg9DGD0KDJgIF2I38H3EZPYtaDmTNSBQNueCNZz7\nqifsfncu6UgpfBhX6foWy1ZiRCQX9EfquFp2VLj76ItlEuBnkvmlv6yt1y3i06ko\nKIRgEOhSzL8tAZfXNJQaxE7+14OO93Z326lxjlJJiGO+0124FuWJgUrmzz5436CB\nhfF8hKSRax2qUkvlk+vhHbpm/wODOl6kLce2XcLeRohboMEVrsTM/pn3/OcIn7bf\nApiOZ7ECgYEAz+8GljAsoBgyyARf4RSdAHmAy0nXiKoWUTtd/tFI43x+kh/UXcHW\nStctiFRqi3vPz5QBJLQV+dL9ZYWzcg80shaCElM60NI0/brkIZ25ddOO9ZOVcxyY\nW402m+oMxn3Qhc+aAJq+dUngMZ4jY/Rq5m++ytADmJ0rPB52+DqZ4qMCgYEAyaaq\nR0Filun25dhiZjzPqUc8j6foiemynhnFifJ0U7Y4aAoi9LqVo3mvPT/bqj2azVgP\n+l797xvXVGr/UCxQrGnNS2IAEn2pFKwYre03brqbmKbYYr4bowwQO+Bk7inyfkBR\nTh+s7A3jM9NUvvovw0jq12dTOAnfO3la1LNIPyMCgYACNU+kmK5gpOElLqa2BToF\nn0S24/neAbBq/G5rHl3fzJqrgpsGw+A6uz5IjFz1TkNOuQuqEB+Ln6oBQgI929t7\naLHI8AlX3mOhrjJuCPbHQY/rG74iktMrZbyGu12XXg6w3RuNlhcft8EhxcQqc5YP\nDHDCRqNDI6gp40jwKe8ocQKBgBgoIh/1IkVn887nFCqhQFNMGGIxQDc9SsuL1NFI\nvUzF+I3mIPfmXkS+MBMLUlpblO7ijM92j78UO8B+LOXC2Us+RXyxWcbdTOMQFsjH\nMSvPqRIpcqSpl4/5wvwZTp4FYmpjdBoCy2lf5Ibx2yYhvJUNaCyz0RFWhWqPiCUQ\n8Se3AoGAeuA1lQMADgNITTEqCTgazOJD2eD6+S6rpaLkCotX2wmcLaM3tAdjn3A6\n37vdedpXnRUPPXmaVBTdkcBGjPRFHmtQ4t9Vgqml834yZEC/O6tKnxD9KXdFnDv0\nsecbuf56mSL/1HWBNwydPWsgO6h9+Z3XFzfUQx0T45UvalAur04=\n-----END RSA PRIVATE KEY-----\n", "user_id": "268496ac06154e5ba3c79b15dcc53cac", "name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "fingerprint": "08:81:81:48:a9:ac:89:09:4a:d4:a2:78:4e:ed:38:1d"}} 2018-08-25 10:40:37,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-00ca795a-d27c-43db-931d-63c5f48acc59 2018-08-25 10:40:37,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.392565965652s 2018-08-25 10:40:37,453 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-00ca795a-d27c-43db-931d-63c5f48acc59 2018-08-25 10:40:37,454 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjygt4y/ybCIztlx9Dl/tfcCEA9pTJ71jBpGW1vZPMbfQtynQ4uEt7hoMDuLS36KMzrUBU1KTMqFa7tIvctuoDrygCwnNzmu/H4pBapaITun7ozjSNimvngdx1DbEH3kSkQ9ZFbyv7cMOzu39B2sFfJwTWMPQX6VUlKgK+BYkpDh9eCJVqbOksRNY6lUFOOm1+J1JHN/RxEm9lK6ySg9D0w5rBrNujCogXmfU8xx3HGz69pRgoXL8hg1/FvPcNQBkCoihq/MbkbhSRmUQu2T7jdlo8EabscQBW0W3BMLRlIpKqBFNYHXulRL9VodgXUQVeNZXqTUxxlQ9jbBeYqBlJ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAo8oLeMv8mwiM7ZcfQ5f7X3AhAPaUye9YwaRltb2TzG30Lcp0\nOLhLe4aDA7i0t+ijM61AVNSkzKhWu7SL3LbqA68oAsJzc5rvx+KQWqWiE7p+6M40\njYpr54HcdQ2xB95EpEPWRW8r+3DDs7t/QdrBXycE1jD0F+lVJSoCvgWJKQ4fXgiV\namzpLETWOpVBTjptfidSRzf0cRJvZSuskoPQ9MOawazbowqIF5n1PMcdxxs+vaUY\nKFy/IYNfxbz3DUAZAqIoavzG5G4UkZlELtk+43ZaPBGm7HEAVtFtwTC0ZSKSqgRT\nWB17pUS/VaHYF1EFXjWV6k1McZUPY2wXmKgZSQIDAQABAoIBAGX/MF2tSkWRcZGT\nhpilUJkCTss2wzltn6wXIG+o+x1Xa7QIW4/m1Lq77WKn54KPkPJhdapeMbJxMnH5\n4Q81qU1aCmSNiy/20FN9t797Xg9DGD0KDJgIF2I38H3EZPYtaDmTNSBQNueCNZz7\nqifsfncu6UgpfBhX6foWy1ZiRCQX9EfquFp2VLj76ItlEuBnkvmlv6yt1y3i06ko\nKIRgEOhSzL8tAZfXNJQaxE7+14OO93Z326lxjlJJiGO+0124FuWJgUrmzz5436CB\nhfF8hKSRax2qUkvlk+vhHbpm/wODOl6kLce2XcLeRohboMEVrsTM/pn3/OcIn7bf\nApiOZ7ECgYEAz+8GljAsoBgyyARf4RSdAHmAy0nXiKoWUTtd/tFI43x+kh/UXcHW\nStctiFRqi3vPz5QBJLQV+dL9ZYWzcg80shaCElM60NI0/brkIZ25ddOO9ZOVcxyY\nW402m+oMxn3Qhc+aAJq+dUngMZ4jY/Rq5m++ytADmJ0rPB52+DqZ4qMCgYEAyaaq\nR0Filun25dhiZjzPqUc8j6foiemynhnFifJ0U7Y4aAoi9LqVo3mvPT/bqj2azVgP\n+l797xvXVGr/UCxQrGnNS2IAEn2pFKwYre03brqbmKbYYr4bowwQO+Bk7inyfkBR\nTh+s7A3jM9NUvvovw0jq12dTOAnfO3la1LNIPyMCgYACNU+kmK5gpOElLqa2BToF\nn0S24/neAbBq/G5rHl3fzJqrgpsGw+A6uz5IjFz1TkNOuQuqEB+Ln6oBQgI929t7\naLHI8AlX3mOhrjJuCPbHQY/rG74iktMrZbyGu12XXg6w3RuNlhcft8EhxcQqc5YP\nDHDCRqNDI6gp40jwKe8ocQKBgBgoIh/1IkVn887nFCqhQFNMGGIxQDc9SsuL1NFI\nvUzF+I3mIPfmXkS+MBMLUlpblO7ijM92j78UO8B+LOXC2Us+RXyxWcbdTOMQFsjH\nMSvPqRIpcqSpl4/5wvwZTp4FYmpjdBoCy2lf5Ibx2yYhvJUNaCyz0RFWhWqPiCUQ\n8Se3AoGAeuA1lQMADgNITTEqCTgazOJD2eD6+S6rpaLkCotX2wmcLaM3tAdjn3A6\n37vdedpXnRUPPXmaVBTdkcBGjPRFHmtQ4t9Vgqml834yZEC/O6tKnxD9KXdFnDv0\nsecbuf56mSL/1HWBNwydPWsgO6h9+Z3XFzfUQx0T45UvalAur04=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'268496ac06154e5ba3c79b15dcc53cac', 'name': u'cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d', 'created_at': '2018-08-25T10:40:37.454561', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d23a00b2954d488b1807dce24ed633', 'name': 'cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'08:81:81:48:a9:ac:89:09:4a:d4:a2:78:4e:ed:38:1d', 'type': 'ssh', 'id': u'cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d'}) 2018-08-25 10:40:37,455 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAo8oLeMv8mwiM7ZcfQ5f7X3AhAPaUye9YwaRltb2TzG30Lcp0 OLhLe4aDA7i0t+ijM61AVNSkzKhWu7SL3LbqA68oAsJzc5rvx+KQWqWiE7p+6M40 jYpr54HcdQ2xB95EpEPWRW8r+3DDs7t/QdrBXycE1jD0F+lVJSoCvgWJKQ4fXgiV amzpLETWOpVBTjptfidSRzf0cRJvZSuskoPQ9MOawazbowqIF5n1PMcdxxs+vaUY KFy/IYNfxbz3DUAZAqIoavzG5G4UkZlELtk+43ZaPBGm7HEAVtFtwTC0ZSKSqgRT WB17pUS/VaHYF1EFXjWV6k1McZUPY2wXmKgZSQIDAQABAoIBAGX/MF2tSkWRcZGT hpilUJkCTss2wzltn6wXIG+o+x1Xa7QIW4/m1Lq77WKn54KPkPJhdapeMbJxMnH5 4Q81qU1aCmSNiy/20FN9t797Xg9DGD0KDJgIF2I38H3EZPYtaDmTNSBQNueCNZz7 qifsfncu6UgpfBhX6foWy1ZiRCQX9EfquFp2VLj76ItlEuBnkvmlv6yt1y3i06ko KIRgEOhSzL8tAZfXNJQaxE7+14OO93Z326lxjlJJiGO+0124FuWJgUrmzz5436CB hfF8hKSRax2qUkvlk+vhHbpm/wODOl6kLce2XcLeRohboMEVrsTM/pn3/OcIn7bf ApiOZ7ECgYEAz+8GljAsoBgyyARf4RSdAHmAy0nXiKoWUTtd/tFI43x+kh/UXcHW StctiFRqi3vPz5QBJLQV+dL9ZYWzcg80shaCElM60NI0/brkIZ25ddOO9ZOVcxyY W402m+oMxn3Qhc+aAJq+dUngMZ4jY/Rq5m++ytADmJ0rPB52+DqZ4qMCgYEAyaaq R0Filun25dhiZjzPqUc8j6foiemynhnFifJ0U7Y4aAoi9LqVo3mvPT/bqj2azVgP +l797xvXVGr/UCxQrGnNS2IAEn2pFKwYre03brqbmKbYYr4bowwQO+Bk7inyfkBR Th+s7A3jM9NUvvovw0jq12dTOAnfO3la1LNIPyMCgYACNU+kmK5gpOElLqa2BToF n0S24/neAbBq/G5rHl3fzJqrgpsGw+A6uz5IjFz1TkNOuQuqEB+Ln6oBQgI929t7 aLHI8AlX3mOhrjJuCPbHQY/rG74iktMrZbyGu12XXg6w3RuNlhcft8EhxcQqc5YP DHDCRqNDI6gp40jwKe8ocQKBgBgoIh/1IkVn887nFCqhQFNMGGIxQDc9SsuL1NFI vUzF+I3mIPfmXkS+MBMLUlpblO7ijM92j78UO8B+LOXC2Us+RXyxWcbdTOMQFsjH MSvPqRIpcqSpl4/5wvwZTp4FYmpjdBoCy2lf5Ibx2yYhvJUNaCyz0RFWhWqPiCUQ 8Se3AoGAeuA1lQMADgNITTEqCTgazOJD2eD6+S6rpaLkCotX2wmcLaM3tAdjn3A6 37vdedpXnRUPPXmaVBTdkcBGjPRFHmtQ4t9Vgqml834yZEC/O6tKnxD9KXdFnDv0 secbuf56mSL/1HWBNwydPWsgO6h9+Z3XFzfUQx0T45UvalAur04= -----END RSA PRIVATE KEY----- 2018-08-25 10:40:37,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 10:40:37,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"security_group": {"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-25 10:40:37,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-49f8468c-1a0d-48b1-9ff6-2a595562f3ad Date: Sat, 25 Aug 2018 10:40:37 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}} 2018-08-25 10:40:37,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-49f8468c-1a0d-48b1-9ff6-2a595562f3ad 2018-08-25 10:40:37,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.430798053741s 2018-08-25 10:40:37,889 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-49f8468c-1a0d-48b1-9ff6-2a595562f3ad 2018-08-25 10:40:37,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:40:37,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:37,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-0c7bf18c-5bce-409f-bf5f-d8f92635146a Date: Sat, 25 Aug 2018 10:40:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:37,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-0c7bf18c-5bce-409f-bf5f-d8f92635146a 2018-08-25 10:40:37,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0662689208984s 2018-08-25 10:40:37,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-0c7bf18c-5bce-409f-bf5f-d8f92635146a 2018-08-25 10:40:37,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:40:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -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": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}}' 2018-08-25 10:40:38,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-35edb1ff-d937-4f8e-884c-064d66d75931 Date: Sat, 25 Aug 2018 10:40:38 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-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "port_range_min": 22, "revision_number": 0, "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:38Z", "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced"}} 2018-08-25 10:40:38,092 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-35edb1ff-d937-4f8e-884c-064d66d75931 2018-08-25 10:40:38,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128478050232s 2018-08-25 10:40:38,093 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-35edb1ff-d937-4f8e-884c-064d66d75931 2018-08-25 10:40:38,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:40:38,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:38,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-9f64270f-72f0-4232-bb2c-49aab8de6835 Date: Sat, 25 Aug 2018 10:40:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 2, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:38,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9f64270f-72f0-4232-bb2c-49aab8de6835 2018-08-25 10:40:38,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0449650287628s 2018-08-25 10:40:38,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9f64270f-72f0-4232-bb2c-49aab8de6835 2018-08-25 10:40:38,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:40:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -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": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}}' 2018-08-25 10:40:38,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-aced2b8d-933d-4156-a399-96b1311858f6 Date: Sat, 25 Aug 2018 10:40:38 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-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "port_range_min": null, "revision_number": 0, "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:38Z", "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "d05f1b33-91dd-4e26-a6db-f57818f23534"}} 2018-08-25 10:40:38,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-aced2b8d-933d-4156-a399-96b1311858f6 2018-08-25 10:40:38,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.118471860886s 2018-08-25 10:40:38,263 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-aced2b8d-933d-4156-a399-96b1311858f6 2018-08-25 10:40:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:40:38,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:38,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-32cf884f-6c7f-416b-a7ea-c444f2617cb3 Date: Sat, 25 Aug 2018 10:40:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "d05f1b33-91dd-4e26-a6db-f57818f23534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 3, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:38,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-32cf884f-6c7f-416b-a7ea-c444f2617cb3 2018-08-25 10:40:38,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0440449714661s 2018-08-25 10:40:38,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-32cf884f-6c7f-416b-a7ea-c444f2617cb3 2018-08-25 10:40:38,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:40:38,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -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": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}}' 2018-08-25 10:40:38,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d17a215a-0250-4c69-adf7-006a90114894 Date: Sat, 25 Aug 2018 10:40:38 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-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "port_range_min": 80, "revision_number": 0, "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:38Z", "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "9c9faf9c-0cc9-4fc4-b926-e57d9e333a63"}} 2018-08-25 10:40:38,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-d17a215a-0250-4c69-adf7-006a90114894 2018-08-25 10:40:38,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.122542858124s 2018-08-25 10:40:38,438 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-d17a215a-0250-4c69-adf7-006a90114894 2018-08-25 10:40:38,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:40:38,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:38,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-22cbadac-9299-470f-bb2a-15d9a14b09a0 Date: Sat, 25 Aug 2018 10:40:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "9c9faf9c-0cc9-4fc4-b926-e57d9e333a63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "d05f1b33-91dd-4e26-a6db-f57818f23534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 4, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:38,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-22cbadac-9299-470f-bb2a-15d9a14b09a0 2018-08-25 10:40:38,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.046345949173s 2018-08-25 10:40:38,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-22cbadac-9299-470f-bb2a-15d9a14b09a0 2018-08-25 10:40:38,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:40:38,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -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": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}}' 2018-08-25 10:40:38,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-646d970a-3f97-4300-a9b6-122209f5da5b Date: Sat, 25 Aug 2018 10:40:38 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-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "port_range_min": 443, "revision_number": 0, "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:38Z", "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "8019e7dd-7dbc-4b2e-8d0a-ac26fa718ff9"}} 2018-08-25 10:40:38,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-646d970a-3f97-4300-a9b6-122209f5da5b 2018-08-25 10:40:38,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.118983030319s 2018-08-25 10:40:38,611 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-646d970a-3f97-4300-a9b6-122209f5da5b 2018-08-25 10:40:38,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:40:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:38,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-90236f12-6d43-4847-bf73-856b9fc4981b Date: Sat, 25 Aug 2018 10:40:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "8019e7dd-7dbc-4b2e-8d0a-ac26fa718ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 443, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "9c9faf9c-0cc9-4fc4-b926-e57d9e333a63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "d05f1b33-91dd-4e26-a6db-f57818f23534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 5, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:38,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-90236f12-6d43-4847-bf73-856b9fc4981b 2018-08-25 10:40:38,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0429317951202s 2018-08-25 10:40:38,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-90236f12-6d43-4847-bf73-856b9fc4981b 2018-08-25 10:40:38,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:40:38,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -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": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}}' 2018-08-25 10:40:38,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-4f2890b5-8af5-4cbc-9f27-cedee767b61d Date: Sat, 25 Aug 2018 10:40:38 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-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "port_range_min": 5671, "revision_number": 0, "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:38Z", "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "2d3c0c68-aef9-40d2-8363-a7ee92557a16"}} 2018-08-25 10:40:38,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-4f2890b5-8af5-4cbc-9f27-cedee767b61d 2018-08-25 10:40:38,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.180224895477s 2018-08-25 10:40:38,841 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-4f2890b5-8af5-4cbc-9f27-cedee767b61d 2018-08-25 10:40:38,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:40:38,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:38,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-51ee06ae-e933-4512-babf-491ebc9cde8a Date: Sat, 25 Aug 2018 10:40:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "2d3c0c68-aef9-40d2-8363-a7ee92557a16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "8019e7dd-7dbc-4b2e-8d0a-ac26fa718ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 443, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "9c9faf9c-0cc9-4fc4-b926-e57d9e333a63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "d05f1b33-91dd-4e26-a6db-f57818f23534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 6, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:38,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-51ee06ae-e933-4512-babf-491ebc9cde8a 2018-08-25 10:40:38,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0451381206512s 2018-08-25 10:40:38,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-51ee06ae-e933-4512-babf-491ebc9cde8a 2018-08-25 10:40:38,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:40:38,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -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": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}}' 2018-08-25 10:40:39,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-4ed353d1-5f04-4fd3-8067-4252680e9a01 Date: Sat, 25 Aug 2018 10:40: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": 53333, "updated_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "port_range_min": 53333, "revision_number": 0, "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:38Z", "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "27f60d69-f6dc-4b37-912c-93277c5432b4"}} 2018-08-25 10:40:39,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-4ed353d1-5f04-4fd3-8067-4252680e9a01 2018-08-25 10:40:39,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.250556945801s 2018-08-25 10:40:39,145 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-4ed353d1-5f04-4fd3-8067-4252680e9a01 2018-08-25 10:40:39,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:40:39,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:39,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-0b602c32-6f66-4cf9-9148-4f9715d430c2 Date: Sat, 25 Aug 2018 10:40:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3797f744-3a60-4a66-bdc9-7572932ac84b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40d23a00b2954d488b1807dce24ed633","l2_adjacency":true,"status":"ACTIVE","subnets":["195e154c-7dd8-4b51-a79c-879371efd119"],"description":"","tags":[],"updated_at":"2018-08-25T10:38:50Z","qos_policy_id":null,"name":"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d","admin_state_up":true,"tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:49Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:40:39,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0b602c32-6f66-4cf9-9148-4f9715d430c2 2018-08-25 10:40:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0898959636688s 2018-08-25 10:40:39,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0b602c32-6f66-4cf9-9148-4f9715d430c2 2018-08-25 10:40:39,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:40:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:39,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d0100f56-7889-4293-9592-ef586b9410cb Date: Sat, 25 Aug 2018 10:40:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:40:36Z", "file": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file", "owner": "40d23a00b2954d488b1807dce24ed633", "id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "size": 4373348352, "self": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:39:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:40:39,275 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-d0100f56-7889-4293-9592-ef586b9410cb 2018-08-25 10:40:39,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0342881679535s 2018-08-25 10:40:39,275 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-d0100f56-7889-4293-9592-ef586b9410cb 2018-08-25 10:40:39,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:40:39,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:39,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-102adb29-941c-4dd8-a2c4-9a4298d0c0d6 x-compute-request-id: req-102adb29-941c-4dd8-a2c4-9a4298d0c0d6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_afb72e9a-94fb-4343-b690-b17d119d075d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "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": "e9041071-fb06-406a-aec7-a573a2db74d1"}]} 2018-08-25 10:40:39,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-102adb29-941c-4dd8-a2c4-9a4298d0c0d6 2018-08-25 10:40:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219609737396s 2018-08-25 10:40:39,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-102adb29-941c-4dd8-a2c4-9a4298d0c0d6 2018-08-25 10:40:39,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 10:40:39,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"server": {"name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "imageRef": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "flavorRef": "e9041071-fb06-406a-aec7-a573a2db74d1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3797f744-3a60-4a66-bdc9-7572932ac84b"}], "security_groups": [{"name": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}]}}' 2018-08-25 10:40:40,850 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:40: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-96326df2-5eea-4fba-8803-d4b8a4edb850 x-compute-request-id: req-96326df2-5eea-4fba-8803-d4b8a4edb850 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f487290e-84e0-42ef-bd5d-efe899bbe7ff"}], "OS-DCF:diskConfig": "MANUAL", "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "adminPass": "CEbE9DV3aXrF"}} 2018-08-25 10:40:40,851 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-96326df2-5eea-4fba-8803-d4b8a4edb850 2018-08-25 10:40:40,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.54977488518s 2018-08-25 10:40:40,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-96326df2-5eea-4fba-8803-d4b8a4edb850 2018-08-25 10:40:40,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:40,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:41,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-4b99d4f8-b249-464c-856f-7c09f55c48c9 x-compute-request-id: req-4b99d4f8-b249-464c-856f-7c09f55c48c9 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "user_id": "268496ac06154e5ba3c79b15dcc53cac", "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-08-25T10:40:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:41,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4b99d4f8-b249-464c-856f-7c09f55c48c9 2018-08-25 10:40:41,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613713979721s 2018-08-25 10:40:41,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4b99d4f8-b249-464c-856f-7c09f55c48c9 2018-08-25 10:40:41,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:40:41,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:41,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-d45b5920-a713-4109-9908-013d202bb0bf Date: Sat, 25 Aug 2018 10:40:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3797f744-3a60-4a66-bdc9-7572932ac84b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40d23a00b2954d488b1807dce24ed633","l2_adjacency":true,"status":"ACTIVE","subnets":["195e154c-7dd8-4b51-a79c-879371efd119"],"description":"","tags":[],"updated_at":"2018-08-25T10:38:50Z","qos_policy_id":null,"name":"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d","admin_state_up":true,"tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:49Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:40:41,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-d45b5920-a713-4109-9908-013d202bb0bf 2018-08-25 10:40:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0969250202179s 2018-08-25 10:40:41,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-d45b5920-a713-4109-9908-013d202bb0bf 2018-08-25 10:40:41,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 10:40:41,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:41,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-24e8f8ad-59d3-493c-bbdf-2836846d2058 Date: Sat, 25 Aug 2018 10:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3797f744-3a60-4a66-bdc9-7572932ac84b","tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:38:50Z","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":"40d23a00b2954d488b1807dce24ed633","id":"195e154c-7dd8-4b51-a79c-879371efd119","subnetpool_id":null,"name":"cloudify-subnet_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:40:41,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-24e8f8ad-59d3-493c-bbdf-2836846d2058 2018-08-25 10:40:41,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426561832428s 2018-08-25 10:40:41,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-24e8f8ad-59d3-493c-bbdf-2836846d2058 2018-08-25 10:40:41,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:43,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:43,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:43,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-76058525-6437-4d6b-ae15-60f722e9fc80 x-compute-request-id: req-76058525-6437-4d6b-ae15-60f722e9fc80 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:43Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:43,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-76058525-6437-4d6b-ae15-60f722e9fc80 2018-08-25 10:40:43,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.30708694458s 2018-08-25 10:40:43,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-76058525-6437-4d6b-ae15-60f722e9fc80 2018-08-25 10:40:43,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:45,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:46,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-2c3f6aa1-862d-4a3e-80a2-243b772cce99 x-compute-request-id: req-2c3f6aa1-862d-4a3e-80a2-243b772cce99 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:46,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2c3f6aa1-862d-4a3e-80a2-243b772cce99 2018-08-25 10:40:46,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187207937241s 2018-08-25 10:40:46,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2c3f6aa1-862d-4a3e-80a2-243b772cce99 2018-08-25 10:40:46,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:48,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:48,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:48,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24ad39c1-f71e-40a5-bf9b-ee703c1899ce x-compute-request-id: req-24ad39c1-f71e-40a5-bf9b-ee703c1899ce 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:48,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-24ad39c1-f71e-40a5-bf9b-ee703c1899ce 2018-08-25 10:40:48,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478760004044s 2018-08-25 10:40:48,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-24ad39c1-f71e-40a5-bf9b-ee703c1899ce 2018-08-25 10:40:48,610 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:50,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:50,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:51,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-b87a3e2f-1087-4c6b-8008-3d4f0d6a4104 x-compute-request-id: req-b87a3e2f-1087-4c6b-8008-3d4f0d6a4104 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:51,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b87a3e2f-1087-4c6b-8008-3d4f0d6a4104 2018-08-25 10:40:51,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488349914551s 2018-08-25 10:40:51,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b87a3e2f-1087-4c6b-8008-3d4f0d6a4104 2018-08-25 10:40:51,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:53,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:53,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:53,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-d39b7293-713b-4ba7-8797-42cbfb516216 x-compute-request-id: req-d39b7293-713b-4ba7-8797-42cbfb516216 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:53,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d39b7293-713b-4ba7-8797-42cbfb516216 2018-08-25 10:40:53,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418833971024s 2018-08-25 10:40:53,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d39b7293-713b-4ba7-8797-42cbfb516216 2018-08-25 10:40:53,532 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:55,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:55,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:56,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-9c460427-ca1c-4beb-b2e0-f930e2c56c73 x-compute-request-id: req-9c460427-ca1c-4beb-b2e0-f930e2c56c73 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:56,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c460427-ca1c-4beb-b2e0-f930e2c56c73 2018-08-25 10:40:56,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492770910263s 2018-08-25 10:40:56,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c460427-ca1c-4beb-b2e0-f930e2c56c73 2018-08-25 10:40:56,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:40:58,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:40:58,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:40:58,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:40: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-5a8ea529-1515-462b-afab-66d0870f253c x-compute-request-id: req-5a8ea529-1515-462b-afab-66d0870f253c 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:40:58,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a8ea529-1515-462b-afab-66d0870f253c 2018-08-25 10:40:58,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172881126404s 2018-08-25 10:40:58,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a8ea529-1515-462b-afab-66d0870f253c 2018-08-25 10:40:58,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:00,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:00,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-aeb0da14-d8ca-4612-aa34-6f7c074d82a6 x-compute-request-id: req-aeb0da14-d8ca-4612-aa34-6f7c074d82a6 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:00,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aeb0da14-d8ca-4612-aa34-6f7c074d82a6 2018-08-25 10:41:00,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595312833786s 2018-08-25 10:41:00,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aeb0da14-d8ca-4612-aa34-6f7c074d82a6 2018-08-25 10:41:00,813 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:02,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:02,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:02,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-5a04627b-4b74-45e1-8a2a-148f29330838 x-compute-request-id: req-5a04627b-4b74-45e1-8a2a-148f29330838 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:02,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a04627b-4b74-45e1-8a2a-148f29330838 2018-08-25 10:41:02,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167966842651s 2018-08-25 10:41:02,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a04627b-4b74-45e1-8a2a-148f29330838 2018-08-25 10:41:02,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:04,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:05,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-5d872452-80d2-44fb-9738-239261ea81ea x-compute-request-id: req-5d872452-80d2-44fb-9738-239261ea81ea 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:05,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5d872452-80d2-44fb-9738-239261ea81ea 2018-08-25 10:41:05,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405596971512s 2018-08-25 10:41:05,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5d872452-80d2-44fb-9738-239261ea81ea 2018-08-25 10:41:05,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:07,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:07,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:08,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-e2d9b3dd-b2a9-4f9e-a0f1-bb492e08228a x-compute-request-id: req-e2d9b3dd-b2a9-4f9e-a0f1-bb492e08228a 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:08,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e2d9b3dd-b2a9-4f9e-a0f1-bb492e08228a 2018-08-25 10:41:08,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676493167877s 2018-08-25 10:41:08,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e2d9b3dd-b2a9-4f9e-a0f1-bb492e08228a 2018-08-25 10:41:08,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:10,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:10,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:10,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d73f025f-8df8-4e34-ace3-ad2b71be0278 x-compute-request-id: req-d73f025f-8df8-4e34-ace3-ad2b71be0278 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:10,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d73f025f-8df8-4e34-ace3-ad2b71be0278 2018-08-25 10:41:10,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684723854065s 2018-08-25 10:41:10,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d73f025f-8df8-4e34-ace3-ad2b71be0278 2018-08-25 10:41:10,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:12,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:12,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-edd16f6c-ee36-4ac2-badc-8e34c882024c x-compute-request-id: req-edd16f6c-ee36-4ac2-badc-8e34c882024c 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:12,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-edd16f6c-ee36-4ac2-badc-8e34c882024c 2018-08-25 10:41:12,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200515985489s 2018-08-25 10:41:12,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-edd16f6c-ee36-4ac2-badc-8e34c882024c 2018-08-25 10:41:12,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:14,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:14,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:15,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-6ee31683-908f-4ef9-88ab-36df866e08d3 x-compute-request-id: req-6ee31683-908f-4ef9-88ab-36df866e08d3 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:15,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6ee31683-908f-4ef9-88ab-36df866e08d3 2018-08-25 10:41:15,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611050844193s 2018-08-25 10:41:15,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6ee31683-908f-4ef9-88ab-36df866e08d3 2018-08-25 10:41:15,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:17,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:17,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:18,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-59dfd434-6092-4a6f-a883-801aa004c85d x-compute-request-id: req-59dfd434-6092-4a6f-a883-801aa004c85d 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:18,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-59dfd434-6092-4a6f-a883-801aa004c85d 2018-08-25 10:41:18,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629077196121s 2018-08-25 10:41:18,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-59dfd434-6092-4a6f-a883-801aa004c85d 2018-08-25 10:41:18,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:20,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:20,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:20,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-89749781-5432-493d-b7d6-a6512677d1dc x-compute-request-id: req-89749781-5432-493d-b7d6-a6512677d1dc 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:20,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-89749781-5432-493d-b7d6-a6512677d1dc 2018-08-25 10:41:20,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377538204193s 2018-08-25 10:41:20,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-89749781-5432-493d-b7d6-a6512677d1dc 2018-08-25 10:41:20,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:22,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:22,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:23,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-aec54f93-1c66-44c6-adb5-17c949465758 x-compute-request-id: req-aec54f93-1c66-44c6-adb5-17c949465758 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:23,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aec54f93-1c66-44c6-adb5-17c949465758 2018-08-25 10:41:23,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650920152664s 2018-08-25 10:41:23,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aec54f93-1c66-44c6-adb5-17c949465758 2018-08-25 10:41:23,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:25,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:25,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:25,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-be74c1ad-2923-4f2e-bca5-ba994ddbf515 x-compute-request-id: req-be74c1ad-2923-4f2e-bca5-ba994ddbf515 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:25,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-be74c1ad-2923-4f2e-bca5-ba994ddbf515 2018-08-25 10:41:25,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42394900322s 2018-08-25 10:41:25,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-be74c1ad-2923-4f2e-bca5-ba994ddbf515 2018-08-25 10:41:25,714 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:27,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:27,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:28,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45ed3cfe-c3ca-4e30-9137-301c5e896691 x-compute-request-id: req-45ed3cfe-c3ca-4e30-9137-301c5e896691 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:28,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-45ed3cfe-c3ca-4e30-9137-301c5e896691 2018-08-25 10:41:28,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599216938019s 2018-08-25 10:41:28,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-45ed3cfe-c3ca-4e30-9137-301c5e896691 2018-08-25 10:41:28,320 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:30,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:30,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:30,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-22ec3f19-6e66-44d8-b473-2f39897827e7 x-compute-request-id: req-22ec3f19-6e66-44d8-b473-2f39897827e7 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:30,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-22ec3f19-6e66-44d8-b473-2f39897827e7 2018-08-25 10:41:30,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.335624933243s 2018-08-25 10:41:30,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-22ec3f19-6e66-44d8-b473-2f39897827e7 2018-08-25 10:41:30,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:32,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:32,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:33,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5456a214-63ac-460f-b1ce-e269e9bf3127 x-compute-request-id: req-5456a214-63ac-460f-b1ce-e269e9bf3127 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:33,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5456a214-63ac-460f-b1ce-e269e9bf3127 2018-08-25 10:41:33,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572135925293s 2018-08-25 10:41:33,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5456a214-63ac-460f-b1ce-e269e9bf3127 2018-08-25 10:41:33,242 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:35,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:35,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-c38b1920-8ab5-4fd3-aca6-721b2ff8cb1b x-compute-request-id: req-c38b1920-8ab5-4fd3-aca6-721b2ff8cb1b 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:35,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c38b1920-8ab5-4fd3-aca6-721b2ff8cb1b 2018-08-25 10:41:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437627077103s 2018-08-25 10:41:35,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c38b1920-8ab5-4fd3-aca6-721b2ff8cb1b 2018-08-25 10:41:35,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:38,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-caddb73f-0156-43af-90a3-763d8d8a706f x-compute-request-id: req-caddb73f-0156-43af-90a3-763d8d8a706f 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:38,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-caddb73f-0156-43af-90a3-763d8d8a706f 2018-08-25 10:41:38,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426753997803s 2018-08-25 10:41:38,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-caddb73f-0156-43af-90a3-763d8d8a706f 2018-08-25 10:41:38,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:40,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:40,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-111aadbb-c3c4-4c61-a76e-c8c6b290b8bb x-compute-request-id: req-111aadbb-c3c4-4c61-a76e-c8c6b290b8bb 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:40,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-111aadbb-c3c4-4c61-a76e-c8c6b290b8bb 2018-08-25 10:41:40,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414546012878s 2018-08-25 10:41:40,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-111aadbb-c3c4-4c61-a76e-c8c6b290b8bb 2018-08-25 10:41:40,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:42,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:42,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:42,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-40204659-8f56-4248-b1ba-e90a02dd5fc2 x-compute-request-id: req-40204659-8f56-4248-b1ba-e90a02dd5fc2 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:42,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-40204659-8f56-4248-b1ba-e90a02dd5fc2 2018-08-25 10:41:42,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.33069896698s 2018-08-25 10:41:42,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-40204659-8f56-4248-b1ba-e90a02dd5fc2 2018-08-25 10:41:42,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:44,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:44,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:45,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-355aa7d0-5868-4eca-ada9-056fcf15de82 x-compute-request-id: req-355aa7d0-5868-4eca-ada9-056fcf15de82 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:45,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-355aa7d0-5868-4eca-ada9-056fcf15de82 2018-08-25 10:41:45,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348475933075s 2018-08-25 10:41:45,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-355aa7d0-5868-4eca-ada9-056fcf15de82 2018-08-25 10:41:45,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:47,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:47,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-4817395b-1e4b-422f-a238-788b55c6e604 x-compute-request-id: req-4817395b-1e4b-422f-a238-788b55c6e604 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:47,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4817395b-1e4b-422f-a238-788b55c6e604 2018-08-25 10:41:47,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435983896255s 2018-08-25 10:41:47,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4817395b-1e4b-422f-a238-788b55c6e604 2018-08-25 10:41:47,677 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:49,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:49,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:50,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-368f39be-41bb-4dc8-aba5-7880655cfffe x-compute-request-id: req-368f39be-41bb-4dc8-aba5-7880655cfffe 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:50,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-368f39be-41bb-4dc8-aba5-7880655cfffe 2018-08-25 10:41:50,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430074930191s 2018-08-25 10:41:50,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-368f39be-41bb-4dc8-aba5-7880655cfffe 2018-08-25 10:41:50,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:52,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:52,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:52,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-439a45d7-5d47-4603-a749-f33c08e98a79 x-compute-request-id: req-439a45d7-5d47-4603-a749-f33c08e98a79 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:52,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-439a45d7-5d47-4603-a749-f33c08e98a79 2018-08-25 10:41:52,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.16893196106s 2018-08-25 10:41:52,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-439a45d7-5d47-4603-a749-f33c08e98a79 2018-08-25 10:41:52,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:54,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:55,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-293803e1-48b1-4cda-a915-702525a3943d x-compute-request-id: req-293803e1-48b1-4cda-a915-702525a3943d 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:55,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-293803e1-48b1-4cda-a915-702525a3943d 2018-08-25 10:41:55,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747541904449s 2018-08-25 10:41:55,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-293803e1-48b1-4cda-a915-702525a3943d 2018-08-25 10:41:55,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:57,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:57,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-f18c3d96-60c4-4a43-b7fc-4407a3d30ba6 x-compute-request-id: req-f18c3d96-60c4-4a43-b7fc-4407a3d30ba6 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:57,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f18c3d96-60c4-4a43-b7fc-4407a3d30ba6 2018-08-25 10:41:57,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632167816162s 2018-08-25 10:41:57,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f18c3d96-60c4-4a43-b7fc-4407a3d30ba6 2018-08-25 10:41:57,685 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:41:59,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:41:59,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:41:59,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:41: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-5eda9382-894d-4a8d-af45-3548eaf76601 x-compute-request-id: req-5eda9382-894d-4a8d-af45-3548eaf76601 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:41:59,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5eda9382-894d-4a8d-af45-3548eaf76601 2018-08-25 10:41:59,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.207033872604s 2018-08-25 10:41:59,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5eda9382-894d-4a8d-af45-3548eaf76601 2018-08-25 10:41:59,899 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:01,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:01,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:02,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-b5592ac6-b2b6-4bed-9b58-e7bb04443f36 x-compute-request-id: req-b5592ac6-b2b6-4bed-9b58-e7bb04443f36 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:02,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b5592ac6-b2b6-4bed-9b58-e7bb04443f36 2018-08-25 10:42:02,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.471633911133s 2018-08-25 10:42:02,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b5592ac6-b2b6-4bed-9b58-e7bb04443f36 2018-08-25 10:42:02,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:04,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:04,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:04,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-2543a12a-281e-47d9-bd9d-8cbac5171969 x-compute-request-id: req-2543a12a-281e-47d9-bd9d-8cbac5171969 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:04,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2543a12a-281e-47d9-bd9d-8cbac5171969 2018-08-25 10:42:04,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517228126526s 2018-08-25 10:42:04,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2543a12a-281e-47d9-bd9d-8cbac5171969 2018-08-25 10:42:04,903 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:06,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:06,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:07,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5cd5519-fc99-430a-8655-a8034520d10e x-compute-request-id: req-a5cd5519-fc99-430a-8655-a8034520d10e 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:07,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a5cd5519-fc99-430a-8655-a8034520d10e 2018-08-25 10:42:07,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397938966751s 2018-08-25 10:42:07,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a5cd5519-fc99-430a-8655-a8034520d10e 2018-08-25 10:42:07,308 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:09,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:09,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:09,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-49715adb-839c-4438-a590-8461cf60f399 x-compute-request-id: req-49715adb-839c-4438-a590-8461cf60f399 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:09,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-49715adb-839c-4438-a590-8461cf60f399 2018-08-25 10:42:09,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171463012695s 2018-08-25 10:42:09,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-49715adb-839c-4438-a590-8461cf60f399 2018-08-25 10:42:09,487 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:11,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:11,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:12,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-ad87fc4c-0833-44ca-923f-ddaf3dc4f3fd x-compute-request-id: req-ad87fc4c-0833-44ca-923f-ddaf3dc4f3fd 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:12,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ad87fc4c-0833-44ca-923f-ddaf3dc4f3fd 2018-08-25 10:42:12,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630190849304s 2018-08-25 10:42:12,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ad87fc4c-0833-44ca-923f-ddaf3dc4f3fd 2018-08-25 10:42:12,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:14,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:14,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:14,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-720e7ec5-33b1-4542-ba41-ff906a40b12c x-compute-request-id: req-720e7ec5-33b1-4542-ba41-ff906a40b12c 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:14,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-720e7ec5-33b1-4542-ba41-ff906a40b12c 2018-08-25 10:42:14,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430587053299s 2018-08-25 10:42:14,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-720e7ec5-33b1-4542-ba41-ff906a40b12c 2018-08-25 10:42:14,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:16,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:16,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:16,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1dbbb1f0-79f6-474d-9965-df77c45b3cd1 x-compute-request-id: req-1dbbb1f0-79f6-474d-9965-df77c45b3cd1 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:16,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1dbbb1f0-79f6-474d-9965-df77c45b3cd1 2018-08-25 10:42:16,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432120084763s 2018-08-25 10:42:16,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1dbbb1f0-79f6-474d-9965-df77c45b3cd1 2018-08-25 10:42:17,001 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:19,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:19,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:19,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-ed799569-cfd8-449b-8d35-9709b61a112c x-compute-request-id: req-ed799569-cfd8-449b-8d35-9709b61a112c 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:19,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ed799569-cfd8-449b-8d35-9709b61a112c 2018-08-25 10:42:19,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183087825775s 2018-08-25 10:42:19,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ed799569-cfd8-449b-8d35-9709b61a112c 2018-08-25 10:42:19,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:21,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:21,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:21,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-5065aaa7-5954-48f5-9e94-8eadfeb560a2 x-compute-request-id: req-5065aaa7-5954-48f5-9e94-8eadfeb560a2 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:21,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5065aaa7-5954-48f5-9e94-8eadfeb560a2 2018-08-25 10:42:21,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18482708931s 2018-08-25 10:42:21,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5065aaa7-5954-48f5-9e94-8eadfeb560a2 2018-08-25 10:42:21,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:23,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:23,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:23,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3d6d14d-7a1a-4c82-a62b-3ee55996971c x-compute-request-id: req-a3d6d14d-7a1a-4c82-a62b-3ee55996971c 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:23,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a3d6d14d-7a1a-4c82-a62b-3ee55996971c 2018-08-25 10:42:23,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170233011246s 2018-08-25 10:42:23,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a3d6d14d-7a1a-4c82-a62b-3ee55996971c 2018-08-25 10:42:23,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:25,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:25,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:26,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b6174f8-1990-4917-a37d-f617af6cbf10 x-compute-request-id: req-4b6174f8-1990-4917-a37d-f617af6cbf10 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:26,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4b6174f8-1990-4917-a37d-f617af6cbf10 2018-08-25 10:42:26,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.59935092926s 2018-08-25 10:42:26,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4b6174f8-1990-4917-a37d-f617af6cbf10 2018-08-25 10:42:26,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:28,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:28,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:28,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb88a7c0-13ec-4f21-88b9-cab3f4b38d36 x-compute-request-id: req-bb88a7c0-13ec-4f21-88b9-cab3f4b38d36 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:28,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bb88a7c0-13ec-4f21-88b9-cab3f4b38d36 2018-08-25 10:42:28,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170871973038s 2018-08-25 10:42:28,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bb88a7c0-13ec-4f21-88b9-cab3f4b38d36 2018-08-25 10:42:28,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:30,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:30,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:30,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5050fb3-7882-4da0-997f-0e27bb15d638 x-compute-request-id: req-f5050fb3-7882-4da0-997f-0e27bb15d638 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:30,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f5050fb3-7882-4da0-997f-0e27bb15d638 2018-08-25 10:42:30,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352550029755s 2018-08-25 10:42:30,699 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f5050fb3-7882-4da0-997f-0e27bb15d638 2018-08-25 10:42:30,703 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:32,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:32,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:32,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-f06f9dc2-7d2b-4bbc-9df7-deedb4c6ab19 x-compute-request-id: req-f06f9dc2-7d2b-4bbc-9df7-deedb4c6ab19 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:32,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f06f9dc2-7d2b-4bbc-9df7-deedb4c6ab19 2018-08-25 10:42:32,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187497138977s 2018-08-25 10:42:32,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f06f9dc2-7d2b-4bbc-9df7-deedb4c6ab19 2018-08-25 10:42:32,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:34,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:34,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:35,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d88ce09-4f61-4e6c-befd-56e6a9df7c4b x-compute-request-id: req-4d88ce09-4f61-4e6c-befd-56e6a9df7c4b 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:35,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4d88ce09-4f61-4e6c-befd-56e6a9df7c4b 2018-08-25 10:42:35,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439277172089s 2018-08-25 10:42:35,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4d88ce09-4f61-4e6c-befd-56e6a9df7c4b 2018-08-25 10:42:35,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:37,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:37,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:37,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e27524cd-7c89-4b1e-bc1f-d0622fb62973 x-compute-request-id: req-e27524cd-7c89-4b1e-bc1f-d0622fb62973 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:37,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e27524cd-7c89-4b1e-bc1f-d0622fb62973 2018-08-25 10:42:37,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165266990662s 2018-08-25 10:42:37,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e27524cd-7c89-4b1e-bc1f-d0622fb62973 2018-08-25 10:42:37,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:39,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:39,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:39,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-25ea8c3c-ef53-46d8-a04f-d3ee56a9b270 x-compute-request-id: req-25ea8c3c-ef53-46d8-a04f-d3ee56a9b270 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:39,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-25ea8c3c-ef53-46d8-a04f-d3ee56a9b270 2018-08-25 10:42:39,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436162948608s 2018-08-25 10:42:39,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-25ea8c3c-ef53-46d8-a04f-d3ee56a9b270 2018-08-25 10:42:39,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:41,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:41,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:42,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-6a26fea0-8991-44ba-8dfe-8abc1a301014 x-compute-request-id: req-6a26fea0-8991-44ba-8dfe-8abc1a301014 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:42,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6a26fea0-8991-44ba-8dfe-8abc1a301014 2018-08-25 10:42:42,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625670909882s 2018-08-25 10:42:42,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6a26fea0-8991-44ba-8dfe-8abc1a301014 2018-08-25 10:42:42,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:44,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:44,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:44,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-a016e3d4-ce44-4717-bb94-cbb780b81c88 x-compute-request-id: req-a016e3d4-ce44-4717-bb94-cbb780b81c88 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:44,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a016e3d4-ce44-4717-bb94-cbb780b81c88 2018-08-25 10:42:44,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167183876038s 2018-08-25 10:42:44,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a016e3d4-ce44-4717-bb94-cbb780b81c88 2018-08-25 10:42:44,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:46,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:46,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:47,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-cd9ccb95-84cd-4f0f-a501-cd40b13d6d5a x-compute-request-id: req-cd9ccb95-84cd-4f0f-a501-cd40b13d6d5a 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:47,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cd9ccb95-84cd-4f0f-a501-cd40b13d6d5a 2018-08-25 10:42:47,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432633876801s 2018-08-25 10:42:47,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cd9ccb95-84cd-4f0f-a501-cd40b13d6d5a 2018-08-25 10:42:47,205 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:49,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:49,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:49,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-a5b90fbe-ac77-48b4-b205-da781cd52979 x-compute-request-id: req-a5b90fbe-ac77-48b4-b205-da781cd52979 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:49,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a5b90fbe-ac77-48b4-b205-da781cd52979 2018-08-25 10:42:49,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169102907181s 2018-08-25 10:42:49,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a5b90fbe-ac77-48b4-b205-da781cd52979 2018-08-25 10:42:49,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:51,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:51,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:51,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-93c85d92-f4fb-4f5d-83ba-dd4f5abea5cb x-compute-request-id: req-93c85d92-f4fb-4f5d-83ba-dd4f5abea5cb 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:51,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-93c85d92-f4fb-4f5d-83ba-dd4f5abea5cb 2018-08-25 10:42:51,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423061847687s 2018-08-25 10:42:51,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-93c85d92-f4fb-4f5d-83ba-dd4f5abea5cb 2018-08-25 10:42:51,811 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:53,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:53,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:54,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-894846a8-1782-43ba-9651-663f85b9c599 x-compute-request-id: req-894846a8-1782-43ba-9651-663f85b9c599 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:54,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-894846a8-1782-43ba-9651-663f85b9c599 2018-08-25 10:42:54,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.797481060028s 2018-08-25 10:42:54,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-894846a8-1782-43ba-9651-663f85b9c599 2018-08-25 10:42:54,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:56,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:56,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:57,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f60487e2-6ba0-468f-8f76-cfae8753dbe9 x-compute-request-id: req-f60487e2-6ba0-468f-8f76-cfae8753dbe9 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:57,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f60487e2-6ba0-468f-8f76-cfae8753dbe9 2018-08-25 10:42:57,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41882610321s 2018-08-25 10:42:57,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f60487e2-6ba0-468f-8f76-cfae8753dbe9 2018-08-25 10:42:57,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:42:59,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:42:59,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:42:59,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:42: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-8f8c21f4-aa69-4e68-8a1f-d55365e6b2c8 x-compute-request-id: req-8f8c21f4-aa69-4e68-8a1f-d55365e6b2c8 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.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:40:44Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:42:59,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8f8c21f4-aa69-4e68-8a1f-d55365e6b2c8 2018-08-25 10:42:59,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699836015701s 2018-08-25 10:42:59,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8f8c21f4-aa69-4e68-8a1f-d55365e6b2c8 2018-08-25 10:42:59,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:43:01,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:43:01,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:02,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43: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-e81da5b5-6ee3-4d11-b3ad-878312803b18 x-compute-request-id: req-e81da5b5-6ee3-4d11-b3ad-878312803b18 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:cb:da", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T10:42:59.000000", "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T10:42:59Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:43:02,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e81da5b5-6ee3-4d11-b3ad-878312803b18 2018-08-25 10:43:02,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425062894821s 2018-08-25 10:43:02,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e81da5b5-6ee3-4d11-b3ad-878312803b18 2018-08-25 10:43:02,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 10:43:02,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=56d7c43b-00e2-4f09-8671-868fbf92bee3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:02,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-e1aa35c7-d81c-40d8-bf14-1d3cadc76c00 Date: Sat, 25 Aug 2018 10:43:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T10:42:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"195e154c-7dd8-4b51-a79c-879371efd119","ip_address":"192.168.120.4"}],"id":"bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef","security_groups":["f487290e-84e0-42ef-bd5d-efe899bbe7ff"],"mac_address":"fa:16:3e:51:cb:da","project_id":"40d23a00b2954d488b1807dce24ed633","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3797f744-3a60-4a66-bdc9-7572932ac84b","tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:40:44Z","binding:vnic_type":"normal","device_id":"56d7c43b-00e2-4f09-8671-868fbf92bee3","ip_allocation":"immediate"}]} 2018-08-25 10:43:02,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=56d7c43b-00e2-4f09-8671-868fbf92bee3 used request id req-e1aa35c7-d81c-40d8-bf14-1d3cadc76c00 2018-08-25 10:43:02,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0537800788879s 2018-08-25 10:43:02,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=56d7c43b-00e2-4f09-8671-868fbf92bee3 used request id req-e1aa35c7-d81c-40d8-bf14-1d3cadc76c00 2018-08-25 10:43:02,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:02,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:02,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7b6cd2b1-4bd2-4746-802b-7b747ed41e31 Date: Sat, 25 Aug 2018 10:43:02 GMT RESP BODY: {"floatingips": []} 2018-08-25 10:43:02,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef used request id req-7b6cd2b1-4bd2-4746-802b-7b747ed41e31 2018-08-25 10:43:02,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448791980743s 2018-08-25 10:43:02,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef used request id req-7b6cd2b1-4bd2-4746-802b-7b747ed41e31 2018-08-25 10:43:02,286 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:51:cb:da', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4752bbb1-0b42-4feb-ba4d-6348469484d8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T10:42:59.000000', 'flavor': Munch({u'id': u'e9041071-fb06-406a-aec7-a573a2db74d1'}), 'az': u'nova', 'id': u'56d7c43b-00e2-4f09-8671-868fbf92bee3', 'security_groups': [Munch({u'name': u'cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'268496ac06154e5ba3c79b15dcc53cac', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d23a00b2954d488b1807dce24ed633', 'name': 'cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T10:42:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T10:42:59Z', 'hostId': u'e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T10:42:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'40d23a00b2954d488b1807dce24ed633', 'name': u'cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d', 'adminPass': u'CEbE9DV3aXrF', 'tenant_id': u'40d23a00b2954d488b1807dce24ed633', 'created_at': u'2018-08-25T10:40:40Z', 'created': u'2018-08-25T10:40:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 10:43:02,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:43:02,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:02,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-6700ad36-21b3-47f7-98e9-7fb8574c3886 Date: Sat, 25 Aug 2018 10:43:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3797f744-3a60-4a66-bdc9-7572932ac84b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40d23a00b2954d488b1807dce24ed633","l2_adjacency":true,"status":"ACTIVE","subnets":["195e154c-7dd8-4b51-a79c-879371efd119"],"description":"","tags":[],"updated_at":"2018-08-25T10:38:50Z","qos_policy_id":null,"name":"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d","admin_state_up":true,"tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:49Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:43:02,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6700ad36-21b3-47f7-98e9-7fb8574c3886 2018-08-25 10:43:02,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0900230407715s 2018-08-25 10:43:02,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6700ad36-21b3-47f7-98e9-7fb8574c3886 2018-08-25 10:43:02,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 10:43:02,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=56d7c43b-00e2-4f09-8671-868fbf92bee3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:02,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-e47e595f-ab71-4bf8-b13e-eb277a776b10 Date: Sat, 25 Aug 2018 10:43:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T10:42:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"195e154c-7dd8-4b51-a79c-879371efd119","ip_address":"192.168.120.4"}],"id":"bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef","security_groups":["f487290e-84e0-42ef-bd5d-efe899bbe7ff"],"mac_address":"fa:16:3e:51:cb:da","project_id":"40d23a00b2954d488b1807dce24ed633","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3797f744-3a60-4a66-bdc9-7572932ac84b","tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:40:44Z","binding:vnic_type":"normal","device_id":"56d7c43b-00e2-4f09-8671-868fbf92bee3","ip_allocation":"immediate"}]} 2018-08-25 10:43:02,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=56d7c43b-00e2-4f09-8671-868fbf92bee3 used request id req-e47e595f-ab71-4bf8-b13e-eb277a776b10 2018-08-25 10:43:02,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0490050315857s 2018-08-25 10:43:02,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=56d7c43b-00e2-4f09-8671-868fbf92bee3 used request id req-e47e595f-ab71-4bf8-b13e-eb277a776b10 2018-08-25 10:43:02,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 10:43:02,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.4", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef"}}' 2018-08-25 10:43:04,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-0f836c90-efa7-4987-b6a6-123d1fb580f4 Date: Sat, 25 Aug 2018 10:43:04 GMT RESP BODY: {"floatingip": {"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}} 2018-08-25 10:43:04,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0f836c90-efa7-4987-b6a6-123d1fb580f4 2018-08-25 10:43:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.16790699959s 2018-08-25 10:43:04,599 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0f836c90-efa7-4987-b6a6-123d1fb580f4 2018-08-25 10:43:04,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:04,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:04,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8367d53c-76d6-4305-a6c9-ced8a028c48e Date: Sat, 25 Aug 2018 10:43:04 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:04,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8367d53c-76d6-4305-a6c9-ced8a028c48e 2018-08-25 10:43:04,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.110080957413s 2018-08-25 10:43:04,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8367d53c-76d6-4305-a6c9-ced8a028c48e 2018-08-25 10:43:04,722 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:43:04,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:04,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:04,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-42b46a9e-38ce-410b-8b37-ecc38b99643b Date: Sat, 25 Aug 2018 10:43:04 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:04,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-42b46a9e-38ce-410b-8b37-ecc38b99643b 2018-08-25 10:43:04,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0590269565582s 2018-08-25 10:43:04,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-42b46a9e-38ce-410b-8b37-ecc38b99643b 2018-08-25 10:43:04,890 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:43:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:05,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c202064e-b7aa-4b0e-9f6d-72c84f832e93 Date: Sat, 25 Aug 2018 10:43:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:05,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c202064e-b7aa-4b0e-9f6d-72c84f832e93 2018-08-25 10:43:05,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0614879131317s 2018-08-25 10:43:05,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c202064e-b7aa-4b0e-9f6d-72c84f832e93 2018-08-25 10:43:05,060 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:43:05,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:05,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:05,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-232f1cc3-9012-44a5-99ee-0019055a9dc9 Date: Sat, 25 Aug 2018 10:43:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:05,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-232f1cc3-9012-44a5-99ee-0019055a9dc9 2018-08-25 10:43:05,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0567941665649s 2018-08-25 10:43:05,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-232f1cc3-9012-44a5-99ee-0019055a9dc9 2018-08-25 10:43:05,227 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:43:05,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:05,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:05,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9ed9efa5-5cd9-42ba-acd3-77b8b1d241cd Date: Sat, 25 Aug 2018 10:43:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:05,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9ed9efa5-5cd9-42ba-acd3-77b8b1d241cd 2018-08-25 10:43:05,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0583899021149s 2018-08-25 10:43:05,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9ed9efa5-5cd9-42ba-acd3-77b8b1d241cd 2018-08-25 10:43:05,394 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:43:05,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:05,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:05,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-e04c8fa1-494c-474d-88d7-853625b71a4f Date: Sat, 25 Aug 2018 10:43:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:03Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 0, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:05,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e04c8fa1-494c-474d-88d7-853625b71a4f 2018-08-25 10:43:05,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.339337110519s 2018-08-25 10:43:05,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e04c8fa1-494c-474d-88d7-853625b71a4f 2018-08-25 10:43:05,842 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:43:05,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:05,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:06,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-128f8efc-d2ab-4228-99d0-99a525b52413 Date: Sat, 25 Aug 2018 10:43:06 GMT RESP BODY: {"floatingips": [{"router_id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:43:03Z", "updated_at": "2018-08-25T10:43:05Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "device_owner": "compute:nova", "mac_address": "fa:16:3e:51:cb:da", "device_id": "56d7c43b-00e2-4f09-8671-868fbf92bee3"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.218", "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "port_id": "bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef", "id": "50246d48-f1dd-473b-a04a-302dfe0d84a8", "qos_policy_id": null}]} 2018-08-25 10:43:06,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-128f8efc-d2ab-4228-99d0-99a525b52413 2018-08-25 10:43:06,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0726749897003s 2018-08-25 10:43:06,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-128f8efc-d2ab-4228-99d0-99a525b52413 2018-08-25 10:43:06,024 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c7972752-1475-4551-99d7-8b58ba8caa9a', 'updated_at': u'2018-08-25T10:43:05Z', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.218', 'revision_number': 1, 'port_id': u'bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef', 'id': u'50246d48-f1dd-473b-a04a-302dfe0d84a8', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'bb2e82b8-4cd9-4e59-86e0-e24d2491a0ef', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d23a00b2954d488b1807dce24ed633', 'name': 'cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'40d23a00b2954d488b1807dce24ed633', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'3797f744-3a60-4a66-bdc9-7572932ac84b', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:51:cb:da', u'device_id': u'56d7c43b-00e2-4f09-8671-868fbf92bee3'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'40d23a00b2954d488b1807dce24ed633', 'created_at': u'2018-08-25T10:43:03Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'3797f744-3a60-4a66-bdc9-7572932ac84b', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:51:cb:da', u'device_id': u'56d7c43b-00e2-4f09-8671-868fbf92bee3'}), 'router': u'c7972752-1475-4551-99d7-8b58ba8caa9a'}) 2018-08-25 10:43:06,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 10:43:06,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3/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}56309311239547b25b859f5ef48458405748beb3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 10:43:06,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43: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-77f9f570-b150-4fd6-a917-fd519ce43857 x-compute-request-id: req-77f9f570-b150-4fd6-a917-fd519ce43857 Content-Encoding: gzip Content-Length: 10936 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 1863674991 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.435837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.438923] pid_max: default: 32768 minimum: 301\n[ 0.440587] Security Framework initialized\n[ 0.442148] SELinux: Initializing.\n[ 0.443850] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.450324] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.454385] Mount-cache hash table entries: 4096\n[ 0.456406] Initializing cgroup subsys memory\n[ 0.458072] Initializing cgroup subsys devices\n[ 0.459698] Initializing cgroup subsys freezer\n[ 0.461335] Initializing cgroup subsys net_cls\n[ 0.462940] Initializing cgroup subsys blkio\n[ 0.464545] Initializing cgroup subsys perf_event\n[ 0.466224] Initializing cgroup subsys hugetlb\n[ 0.467850] Initializing cgroup subsys pids\n[ 0.469430] Initializing cgroup subsys net_prio\n[ 0.471157] CPU: Physical Processor ID: 0\n[ 0.473437] mce: CPU supports 10 MCE banks\n[ 0.475019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478634] tlb_flushall_shift: 6\n[ 0.480219] Freeing SMP alternatives: 28k freed\n[ 0.484509] ACPI: Core revision 20130517\n[ 0.486478] ACPI: All ACPI Tables successfully acquired\n[ 0.488540] ftrace: allocating 25812 entries in 101 pages\n[ 0.510894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.513004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515080] smpboot: Max logical packages: 2\n[ 0.516973] Enabling x2apic\n[ 0.518261] Enabled x2apic\n[ 0.519792] Switched APIC routing to physical x2apic.\n[ 0.522902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.524994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.528695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537722] KVM setup paravirtual spinlock\n[ 0.540626] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542820] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564721] Brought up 2 CPUs\n[ 0.564724] KVM setup async PF for cpu 1\n[ 0.564727] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569082] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572027] devtmpfs: initialized\n[ 0.575022] EVM: security.selinux\n[ 0.576437] EVM: security.ima\n[ 0.577684] EVM: security.capability\n[ 0.579773] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.581870] pinctrl core: initialized pinctrl subsystem\n[ 0.583794] NET: Registered protocol family 16\n[ 0.585624] ACPI: bus type PCI registered\n[ 0.587143] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.589197] PCI: Using configuration type 1 for base access\n[ 0.594484] ACPI: Added _OSI(Module Device)\n[ 0.596040] ACPI: Added _OSI(Processor Device)\n[ 0.597626] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.599243] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.602160] ACPI: Interpreter enabled\n[ 0.603605] ACPI: (supports S0 S5)\n[ 0.604981] ACPI: Using IOAPIC for interrupt routing\n[ 0.606678] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.611690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.613637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.615773] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.617813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.621601] acpiphp: Slot [3] registered\n[ 0.623057] acpiphp: Slot [4] registered\n[ 0.624582] acpiphp: Slot [5] registered\n[ 0.626058] acpiphp: Slot [6] registered\n[ 0.627543] acpiphp: Slot [7] registered\n[ 0.629069] acpiphp: Slot [8] registered\n[ 0.630563] acpiphp: Slot [9] registered\n[ 0.632087] acpiphp: Slot [10] registered\n[ 0.633617] acpiphp: Slot [11] registered\n[ 0.635135] acpiphp: Slot [12] registered\n[ 0.636634] acpiphp: Slot [13] registered\n[ 0.638152] acpiphp: Slot [14] registered\n[ 0.639640] acpiphp: Slot [15] registered\n[ 0.641161] acpiphp: Slot [16] registered\n[ 0.642683] acpiphp: Slot [17] registered\n[ 0.644223] acpiphp: Slot [18] registered\n[ 0.645708] acpiphp: Slot [19] registered\n[ 0.647215] acpiphp: Slot [20] registered\n[ 0.648742] acpiphp: Slot [21] registered\n[ 0.650237] acpiphp: Slot [22] registered\n[ 0.651763] acpiphp: Slot [23] registered\n[ 0.653344] acpiphp: Slot [24] registered\n[ 0.654890] acpiphp: Slot [25] registered\n[ 0.656424] acpiphp: Slot [26] registered\n[ 0.657954] acpiphp: Slot [27] registered\n[ 0.659496] acpiphp: Slot [28] registered\n[ 0.661029] acpiphp: Slot [29] registered\n[ 0.662570] acpiphp: Slot [30] registered\n[ 0.664100] acpiphp: Slot [31] registered\n[ 0.665638] PCI host bridge to bus 0000:00\n[ 0.667172] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.669002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.671145] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.673244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.676072] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.678882] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.684584] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.686790] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.688835] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.691049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.695386] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.698239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.724109] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.727327] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.729768] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.732194] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.734591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.736824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.739118] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.742108] vgaarb: loaded\n[ 0.743384] vgaarb: bridge control possible 0000:00:02.0\n[ 0.745438] SCSI subsystem initialized\n[ 0.746972] ACPI: bus type USB registered\n[ 0.748576] usbcore: registered new interface driver usbfs\n[ 0.750515] usbcore: registered new interface driver hub\n[ 0.752461] usbcore: registered new device driver usb\n[ 0.754503] PCI: Using ACPI for IRQ routing\n[ 0.756480] NetLabel: Initializing\n[ 0.757943] NetLabel: domain hash size = 128\n[ 0.759554] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.761356] NetLabel: unlabeled traffic allowed by default\n[ 0.763373] Switched to clocksource kvm-clock\n[ 0.773117] pnp: PnP ACPI init\n[ 0.774500] ACPI: bus type PNP registered\n[ 0.776504] pnp: PnP ACPI: found 5 devices\n[ 0.778119] ACPI: bus type PNP unregistered\n[ 0.786060] NET: Registered protocol family 2\n[ 0.788036] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.791128] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.793658] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.795849] TCP: reno registered\n[ 0.797220] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.799308] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.801477] NET: Registered protocol family 1\n[ 0.803134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.805123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.807052] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.827651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.848274] Unpacking initramfs...\n[ 1.330909] Freeing initrd memory: 37508k freed\n[ 1.340583] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.342714] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.346672] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.348768] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.351154] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.353182] Initialise system trusted keyring\n[ 1.354817] audit: initializing netlink socket (disabled)\n[ 1.356651] type=2000 audit(1535193781.799:1): initialized\n[ 1.373896] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.375942] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.378883] zpool: loaded\n[ 1.380121] zbud: loaded\n[ 1.381524] VFS: Disk quotas dquot_6.5.2\n[ 1.383060] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.385274] msgmni has been set to 7578\n[ 1.386827] Key type big_key registered\n[ 1.389128] NET: Registered protocol family 38\n[ 1.390758] Key type asymmetric registered\n[ 1.392318] Asymmetric key parser 'x509' registered\n[ 1.394032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.396905] io scheduler noop registered\n[ 1.398420] io scheduler deadline registered (default)\n[ 1.414140] io scheduler cfq registered\n[ 1.415752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.417610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.419808] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.422621] ACPI: Power Button [PWRF]\n[ 1.424206] GHES: HEST is not enabled!\n[ 1.425793] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.450066] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.452468] Non-volatile memory driver v1.3\n[ 1.454034] Linux agpgart interface v0.103\n[ 1.455738] crash memory driver: version 1.1\n[ 1.457381] rdac: device handler registered\n[ 1.459000] hp_sw: device handler registered\n[ 1.460598] emc: device handler registered\n[ 1.462157] alua: device handler registered\n[ 1.463750] libphy: Fixed MDIO Bus: probed\n[ 1.465369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.467455] ehci-pci: EHCI PCI platform driver\n[ 1.469099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.471109] ohci-pci: OHCI PCI platform driver\n[ 1.472728] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.493276] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.495145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506593] usb usb1: Product: UHCI Host Controller\n[ 1.508297] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510442] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.512217] hub 1-0:1.0: USB hub found\n[ 1.513684] hub 1-0:1.0: 2 ports detected\n[ 1.515354] usbcore: registered new interface driver usbserial\n[ 1.517273] usbcore: registered new interface driver usbserial_generic\n[ 1.519339] usbserial: USB Serial support registered for generic\n[ 1.521322] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525058] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526790] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528630] mousedev: PS/2 mouse device common for all mice\n[ 1.530837] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.536480] rtc_cmos 00:00: RTC can wake from S4\n[ 1.536753] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.536851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.536891] cpuidle: using governor menu\n[ 1.536950] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.537028] usbcore: registered new interface driver usbhid\n[ 1.537031] usbhid: USB HID core driver\n[ 1.537065] drop_monitor: Initializing network drop monitor service\n[ 1.537111] TCP: cubic registered\n[ 1.537113] Initializing XFRM netlink socket\n[ 1.537200] NET: Registered protocol family 10\n[ 1.539384] NET: Registered protocol family 17\n[ 1.541143] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.541147] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.541168] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.541248] Loading compiled-in X.509 certificates\n[ 1.541267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.541274] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.541608] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.541624] registered taskstats version 1\n[ 1.543339] Key type trusted registered\n[ 1.544501] Key type encrypted registered\n[ 1.545931] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.546511] rtc_cmos 00:00: setting system clock to 2018-08-25 10:43:02 UTC (1535193782)\n[ 1.584333] Freeing unused kernel memory: 1680k freed\n[ 1.590171] 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.595753] systemd[1]: Detected virtualization kvm.\n[ 1.596024] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.600391] systemd[1]: Detected architecture x86-64.\n[ 1.602036] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.605015] systemd[1]: No hostname configured.\n[ 1.606666] systemd[1]: Set hostname to .\n[ 1.608455] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.631368] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.634270] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.638164] systemd[1]: Reached target Swap.\n[ 1.639742] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.642145] systemd[1]: Reached target Paths.\n[ 1.643742] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.646318] systemd[1]: Created slice Root Slice.\n[ 1.647979] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.650637] systemd[1]: Created slice System Slice.\n[ 1.652326] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.654883] systemd[1]: Reached target Slices.\n[ 1.656503] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.659083] systemd[1]: Listening on udev Kernel Socket.\n[ 1.660876] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.663656] systemd[1]: Listening on Journal Socket.\n[ 1.665380] systemd[1]: Starting Journal Socket.\n[ 1.667520] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.670396] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Timers.\n[ 1.674115] systemd[1]: Reached target Timers.\n[ 1.675738] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.678956] systemd[1]: Reached target Local File Systems.\n[ 1.680755] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.683491] systemd[1]: Listening on udev Control Socket.\n[ 1.685303] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.688029] systemd[1]: Reached target Sockets.\n[ 1.689645] systemd[1]: Starting Sockets.\n[ 1.691476] 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.696342] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.700230] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.766421] RPC: Registered named UNIX socket transport module.\n[ 1.768276] RPC: Registered udp transport module.\n[ 1.769862] RPC: Registered tcp transport module.\n[ 1.771453] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.816396] 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[ 1.867586] FDC 0 is a S82078B\n[[32m OK [0m] Reached target Basic System.\n[ 1.900478] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.903812] scsi host0: ata_piix\n[ 1.905309] scsi host1: ata_piix\n[ 1.906716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.908810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.948652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.954391] vda: vda1\n[ 1.971775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973984] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.976180] usb 1-1: Product: QEMU USB Tablet\n[ 1.977801] usb 1-1: Manufacturer: QEMU\n[ 1.979307] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.993942] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.997368] 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.082137] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.085342] XFS (vda1): Mounting V4 Filesystem\n[ 2.138425] 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 System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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[ 2.347479] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel 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.411219] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.563922] SELinux: Disabled at runtime.\n[ 2.600390] type=1404 audit(1535193783.554:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.628269] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.630422] 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] Stopped target Switch Root.\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n Mounting NFSD configuration filesystem...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting POSIX Message Queue File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.983644] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 3.065517] systemd-journald[399]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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 udev Kernel Device Manager.\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[ 3.331603] type=1305 audit(1535193784.285:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.501821] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.507200] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.517829] [drm] Initialized drm 1.1.0 20060810\n[ 3.532690] ppdev: user-space parallel port driver\n[ 3.549408] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.549409] [TTM] Initializing pool allocator\n[ 3.549411] [TTM] Initializing DMA pool allocator\n[ 3.549690] [drm] fb mappable at 0xFC000000\n[ 3.549691] [drm] vram aper at 0xFC000000\n[ 3.549691] [drm] size 33554432\n[ 3.549691] [drm] fb depth is 24\n[ 3.549691] [drm] pitch is 3072\n[ 3.592214] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.617218] Console: switching to colour frame buffer device 128x48\n[ 3.632113] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[ 3.639467] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\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 Starting Permit User Sessions...\n[[32m OK [0m] Started Authorization Manager.[ 3.692196] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\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] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.734966] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.742746] alg: No test for crc32 (crc32-pclmul)\n[ 3.747281] intel_rapl: no valid rapl domains found in package 0\n[ 3.754842] intel_rapl: no valid rapl domains found in package 0\n[ 3.757712] intel_powerclamp: No package C-state available\n[ 3.764257] intel_powerclamp: No package C-state available[ 4.047296] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 10:43:05 +0000. Up 4.00 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-08-25 10:43:06,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3/action used request id req-77f9f570-b150-4fd6-a917-fd519ce43857 2018-08-25 10:43:06,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0755090713501s 2018-08-25 10:43:06,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3/action used request id req-77f9f570-b150-4fd6-a917-fd519ce43857 2018-08-25 10:43:06,102 - 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 1863674991 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.435837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.438923] pid_max: default: 32768 minimum: 301 [ 0.440587] Security Framework initialized [ 0.442148] SELinux: Initializing. [ 0.443850] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.450324] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.454385] Mount-cache hash table entries: 4096 [ 0.456406] Initializing cgroup subsys memory [ 0.458072] Initializing cgroup subsys devices [ 0.459698] Initializing cgroup subsys freezer [ 0.461335] Initializing cgroup subsys net_cls [ 0.462940] Initializing cgroup subsys blkio [ 0.464545] Initializing cgroup subsys perf_event [ 0.466224] Initializing cgroup subsys hugetlb [ 0.467850] Initializing cgroup subsys pids [ 0.469430] Initializing cgroup subsys net_prio [ 0.471157] CPU: Physical Processor ID: 0 [ 0.473437] mce: CPU supports 10 MCE banks [ 0.475019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478634] tlb_flushall_shift: 6 [ 0.480219] Freeing SMP alternatives: 28k freed [ 0.484509] ACPI: Core revision 20130517 [ 0.486478] ACPI: All ACPI Tables successfully acquired [ 0.488540] ftrace: allocating 25812 entries in 101 pages [ 0.510894] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.513004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515080] smpboot: Max logical packages: 2 [ 0.516973] Enabling x2apic [ 0.518261] Enabled x2apic [ 0.519792] Switched APIC routing to physical x2apic. [ 0.522902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.524994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.528695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537722] KVM setup paravirtual spinlock [ 0.540626] smpboot: Booting Node 0, Processors #1 OK [ 0.542820] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564721] Brought up 2 CPUs [ 0.564724] KVM setup async PF for cpu 1 [ 0.564727] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569082] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572027] devtmpfs: initialized [ 0.575022] EVM: security.selinux [ 0.576437] EVM: security.ima [ 0.577684] EVM: security.capability [ 0.579773] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.581870] pinctrl core: initialized pinctrl subsystem [ 0.583794] NET: Registered protocol family 16 [ 0.585624] ACPI: bus type PCI registered [ 0.587143] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.589197] PCI: Using configuration type 1 for base access [ 0.594484] ACPI: Added _OSI(Module Device) [ 0.596040] ACPI: Added _OSI(Processor Device) [ 0.597626] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.599243] ACPI: Added _OSI(Processor Aggregator Device) [ 0.602160] ACPI: Interpreter enabled [ 0.603605] ACPI: (supports S0 S5) [ 0.604981] ACPI: Using IOAPIC for interrupt routing [ 0.606678] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.611690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.613637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.615773] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.617813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.621601] acpiphp: Slot [3] registered [ 0.623057] acpiphp: Slot [4] registered [ 0.624582] acpiphp: Slot [5] registered [ 0.626058] acpiphp: Slot [6] registered [ 0.627543] acpiphp: Slot [7] registered [ 0.629069] acpiphp: Slot [8] registered [ 0.630563] acpiphp: Slot [9] registered [ 0.632087] acpiphp: Slot [10] registered [ 0.633617] acpiphp: Slot [11] registered [ 0.635135] acpiphp: Slot [12] registered [ 0.636634] acpiphp: Slot [13] registered [ 0.638152] acpiphp: Slot [14] registered [ 0.639640] acpiphp: Slot [15] registered [ 0.641161] acpiphp: Slot [16] registered [ 0.642683] acpiphp: Slot [17] registered [ 0.644223] acpiphp: Slot [18] registered [ 0.645708] acpiphp: Slot [19] registered [ 0.647215] acpiphp: Slot [20] registered [ 0.648742] acpiphp: Slot [21] registered [ 0.650237] acpiphp: Slot [22] registered [ 0.651763] acpiphp: Slot [23] registered [ 0.653344] acpiphp: Slot [24] registered [ 0.654890] acpiphp: Slot [25] registered [ 0.656424] acpiphp: Slot [26] registered [ 0.657954] acpiphp: Slot [27] registered [ 0.659496] acpiphp: Slot [28] registered [ 0.661029] acpiphp: Slot [29] registered [ 0.662570] acpiphp: Slot [30] registered [ 0.664100] acpiphp: Slot [31] registered [ 0.665638] PCI host bridge to bus 0000:00 [ 0.667172] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.669002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.671145] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.673244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.676072] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.678882] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.684584] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.686790] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.688835] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.691049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.695386] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.698239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.724109] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.727327] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.729768] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.732194] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.734591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.736824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.739118] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.742108] vgaarb: loaded [ 0.743384] vgaarb: bridge control possible 0000:00:02.0 [ 0.745438] SCSI subsystem initialized [ 0.746972] ACPI: bus type USB registered [ 0.748576] usbcore: registered new interface driver usbfs [ 0.750515] usbcore: registered new interface driver hub [ 0.752461] usbcore: registered new device driver usb [ 0.754503] PCI: Using ACPI for IRQ routing [ 0.756480] NetLabel: Initializing [ 0.757943] NetLabel: domain hash size = 128 [ 0.759554] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.761356] NetLabel: unlabeled traffic allowed by default [ 0.763373] Switched to clocksource kvm-clock [ 0.773117] pnp: PnP ACPI init [ 0.774500] ACPI: bus type PNP registered [ 0.776504] pnp: PnP ACPI: found 5 devices [ 0.778119] ACPI: bus type PNP unregistered [ 0.786060] NET: Registered protocol family 2 [ 0.788036] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.791128] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.793658] TCP: Hash tables configured (established 32768 bind 32768) [ 0.795849] TCP: reno registered [ 0.797220] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.799308] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.801477] NET: Registered protocol family 1 [ 0.803134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.805123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.807052] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.827651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.848274] Unpacking initramfs... [ 1.330909] Freeing initrd memory: 37508k freed [ 1.340583] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.342714] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.346672] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.348768] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.351154] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.353182] Initialise system trusted keyring [ 1.354817] audit: initializing netlink socket (disabled) [ 1.356651] type=2000 audit(1535193781.799:1): initialized [ 1.373896] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.375942] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.378883] zpool: loaded [ 1.380121] zbud: loaded [ 1.381524] VFS: Disk quotas dquot_6.5.2 [ 1.383060] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.385274] msgmni has been set to 7578 [ 1.386827] Key type big_key registered [ 1.389128] NET: Registered protocol family 38 [ 1.390758] Key type asymmetric registered [ 1.392318] Asymmetric key parser 'x509' registered [ 1.394032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.396905] io scheduler noop registered [ 1.398420] io scheduler deadline registered (default) [ 1.414140] io scheduler cfq registered [ 1.415752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.417610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.419808] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.422621] ACPI: Power Button [PWRF] [ 1.424206] GHES: HEST is not enabled! [ 1.425793] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.450066] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.452468] Non-volatile memory driver v1.3 [ 1.454034] Linux agpgart interface v0.103 [ 1.455738] crash memory driver: version 1.1 [ 1.457381] rdac: device handler registered [ 1.459000] hp_sw: device handler registered [ 1.460598] emc: device handler registered [ 1.462157] alua: device handler registered [ 1.463750] libphy: Fixed MDIO Bus: probed [ 1.465369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.467455] ehci-pci: EHCI PCI platform driver [ 1.469099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.471109] ohci-pci: OHCI PCI platform driver [ 1.472728] uhci_hcd: USB Universal Host Controller Interface driver [ 1.493276] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.495145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497954] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506593] usb usb1: Product: UHCI Host Controller [ 1.508297] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510442] usb usb1: SerialNumber: 0000:00:01.2 [ 1.512217] hub 1-0:1.0: USB hub found [ 1.513684] hub 1-0:1.0: 2 ports detected [ 1.515354] usbcore: registered new interface driver usbserial [ 1.517273] usbcore: registered new interface driver usbserial_generic [ 1.519339] usbserial: USB Serial support registered for generic [ 1.521322] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525058] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526790] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528630] mousedev: PS/2 mouse device common for all mice [ 1.530837] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.536480] rtc_cmos 00:00: RTC can wake from S4 [ 1.536753] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.536851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.536891] cpuidle: using governor menu [ 1.536950] hidraw: raw HID events driver (C) Jiri Kosina [ 1.537028] usbcore: registered new interface driver usbhid [ 1.537031] usbhid: USB HID core driver [ 1.537065] drop_monitor: Initializing network drop monitor service [ 1.537111] TCP: cubic registered [ 1.537113] Initializing XFRM netlink socket [ 1.537200] NET: Registered protocol family 10 [ 1.539384] NET: Registered protocol family 17 [ 1.541143] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.541147] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.541168] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.541248] Loading compiled-in X.509 certificates [ 1.541267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.541274] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.541608] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.541624] registered taskstats version 1 [ 1.543339] Key type trusted registered [ 1.544501] Key type encrypted registered [ 1.545931] IMA: No TPM chip found, activating TPM-bypass! [ 1.546511] rtc_cmos 00:00: setting system clock to 2018-08-25 10:43:02 UTC (1535193782) [ 1.584333] Freeing unused kernel memory: 1680k freed [ 1.590171] 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.595753] systemd[1]: Detected virtualization kvm. [ 1.596024] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.600391] systemd[1]: Detected architecture x86-64. [ 1.602036] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.605015] systemd[1]: No hostname configured. [ 1.606666] systemd[1]: Set hostname to . [ 1.608455] systemd[1]: Initializing machine ID from KVM UUID. [ 1.631368] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.634270] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.638164] systemd[1]: Reached target Swap. [ 1.639742] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.642145] systemd[1]: Reached target Paths. [ 1.643742] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.646318] systemd[1]: Created slice Root Slice. [ 1.647979] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.650637] systemd[1]: Created slice System Slice. [ 1.652326] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.654883] systemd[1]: Reached target Slices. [ 1.656503] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.659083] systemd[1]: Listening on udev Kernel Socket. [ 1.660876] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.663656] systemd[1]: Listening on Journal Socket. [ 1.665380] systemd[1]: Starting Journal Socket. [ 1.667520] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.670396] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Timers. [ 1.674115] systemd[1]: Reached target Timers. [ 1.675738] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.678956] systemd[1]: Reached target Local File Systems. [ 1.680755] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.683491] systemd[1]: Listening on udev Control Socket. [ 1.685303] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.688029] systemd[1]: Reached target Sockets. [ 1.689645] systemd[1]: Starting Sockets. [ 1.691476] 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.696342] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.700230] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.766421] RPC: Registered named UNIX socket transport module. [ 1.768276] RPC: Registered udp transport module. [ 1.769862] RPC: Registered tcp transport module. [ 1.771453] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.816396] 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. [ 1.867586] FDC 0 is a S82078B [[32m OK [0m] Reached target Basic System. [ 1.900478] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.903812] scsi host0: ata_piix [ 1.905309] scsi host1: ata_piix [ 1.906716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.908810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.948652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.954391] vda: vda1 [ 1.971775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973984] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.976180] usb 1-1: Product: QEMU USB Tablet [ 1.977801] usb 1-1: Manufacturer: QEMU [ 1.979307] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.993942] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.997368] 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.082137] SGI XFS with ACLs, security attributes, no debug enabled [ 2.085342] XFS (vda1): Mounting V4 Filesystem [ 2.138425] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[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... [ 2.347479] tsc: Refined TSC clocksource calibration: 3491.840 MHz [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.411219] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.563922] SELinux: Disabled at runtime. [ 2.600390] type=1404 audit(1535193783.554:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.628269] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.630422] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped target Switch Root. Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... Mounting NFSD configuration filesystem... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting POSIX Message Queue File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.983644] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 3.065517] systemd-journald[399]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started 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 udev Kernel Device Manager. [[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... [ 3.331603] type=1305 audit(1535193784.285:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.501821] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.507200] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.517829] [drm] Initialized drm 1.1.0 20060810 [ 3.532690] ppdev: user-space parallel port driver [ 3.549408] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.549409] [TTM] Initializing pool allocator [ 3.549411] [TTM] Initializing DMA pool allocator [ 3.549690] [drm] fb mappable at 0xFC000000 [ 3.549691] [drm] vram aper at 0xFC000000 [ 3.549691] [drm] size 33554432 [ 3.549691] [drm] fb depth is 24 [ 3.549691] [drm] pitch is 3072 [ 3.592214] fbcon: cirrusdrmfb (fb0) is primary device [ 3.617218] Console: switching to colour frame buffer device 128x48 [ 3.632113] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [ 3.639467] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Authorization Manager.[ 3.692196] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.734966] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.742746] alg: No test for crc32 (crc32-pclmul) [ 3.747281] intel_rapl: no valid rapl domains found in package 0 [ 3.754842] intel_rapl: no valid rapl domains found in package 0 [ 3.757712] intel_powerclamp: No package C-state available [ 3.764257] intel_powerclamp: No package C-state available[ 4.047296] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 10:43:05 +0000. Up 4.00 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-08-25 10:43:07,106 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.218: timed out 2018-08-25 10:43:16,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 10:43:16,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3/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}56309311239547b25b859f5ef48458405748beb3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 10:43:16,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43: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-f5e51f3a-72ff-4500-bcb5-31599641275d x-compute-request-id: req-f5e51f3a-72ff-4500-bcb5-31599641275d Content-Encoding: gzip Content-Length: 12721 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 1863674991 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.435837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.438923] pid_max: default: 32768 minimum: 301\n[ 0.440587] Security Framework initialized\n[ 0.442148] SELinux: Initializing.\n[ 0.443850] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.450324] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.454385] Mount-cache hash table entries: 4096\n[ 0.456406] Initializing cgroup subsys memory\n[ 0.458072] Initializing cgroup subsys devices\n[ 0.459698] Initializing cgroup subsys freezer\n[ 0.461335] Initializing cgroup subsys net_cls\n[ 0.462940] Initializing cgroup subsys blkio\n[ 0.464545] Initializing cgroup subsys perf_event\n[ 0.466224] Initializing cgroup subsys hugetlb\n[ 0.467850] Initializing cgroup subsys pids\n[ 0.469430] Initializing cgroup subsys net_prio\n[ 0.471157] CPU: Physical Processor ID: 0\n[ 0.473437] mce: CPU supports 10 MCE banks\n[ 0.475019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478634] tlb_flushall_shift: 6\n[ 0.480219] Freeing SMP alternatives: 28k freed\n[ 0.484509] ACPI: Core revision 20130517\n[ 0.486478] ACPI: All ACPI Tables successfully acquired\n[ 0.488540] ftrace: allocating 25812 entries in 101 pages\n[ 0.510894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.513004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515080] smpboot: Max logical packages: 2\n[ 0.516973] Enabling x2apic\n[ 0.518261] Enabled x2apic\n[ 0.519792] Switched APIC routing to physical x2apic.\n[ 0.522902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.524994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.528695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537722] KVM setup paravirtual spinlock\n[ 0.540626] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542820] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564721] Brought up 2 CPUs\n[ 0.564724] KVM setup async PF for cpu 1\n[ 0.564727] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569082] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572027] devtmpfs: initialized\n[ 0.575022] EVM: security.selinux\n[ 0.576437] EVM: security.ima\n[ 0.577684] EVM: security.capability\n[ 0.579773] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.581870] pinctrl core: initialized pinctrl subsystem\n[ 0.583794] NET: Registered protocol family 16\n[ 0.585624] ACPI: bus type PCI registered\n[ 0.587143] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.589197] PCI: Using configuration type 1 for base access\n[ 0.594484] ACPI: Added _OSI(Module Device)\n[ 0.596040] ACPI: Added _OSI(Processor Device)\n[ 0.597626] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.599243] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.602160] ACPI: Interpreter enabled\n[ 0.603605] ACPI: (supports S0 S5)\n[ 0.604981] ACPI: Using IOAPIC for interrupt routing\n[ 0.606678] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.611690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.613637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.615773] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.617813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.621601] acpiphp: Slot [3] registered\n[ 0.623057] acpiphp: Slot [4] registered\n[ 0.624582] acpiphp: Slot [5] registered\n[ 0.626058] acpiphp: Slot [6] registered\n[ 0.627543] acpiphp: Slot [7] registered\n[ 0.629069] acpiphp: Slot [8] registered\n[ 0.630563] acpiphp: Slot [9] registered\n[ 0.632087] acpiphp: Slot [10] registered\n[ 0.633617] acpiphp: Slot [11] registered\n[ 0.635135] acpiphp: Slot [12] registered\n[ 0.636634] acpiphp: Slot [13] registered\n[ 0.638152] acpiphp: Slot [14] registered\n[ 0.639640] acpiphp: Slot [15] registered\n[ 0.641161] acpiphp: Slot [16] registered\n[ 0.642683] acpiphp: Slot [17] registered\n[ 0.644223] acpiphp: Slot [18] registered\n[ 0.645708] acpiphp: Slot [19] registered\n[ 0.647215] acpiphp: Slot [20] registered\n[ 0.648742] acpiphp: Slot [21] registered\n[ 0.650237] acpiphp: Slot [22] registered\n[ 0.651763] acpiphp: Slot [23] registered\n[ 0.653344] acpiphp: Slot [24] registered\n[ 0.654890] acpiphp: Slot [25] registered\n[ 0.656424] acpiphp: Slot [26] registered\n[ 0.657954] acpiphp: Slot [27] registered\n[ 0.659496] acpiphp: Slot [28] registered\n[ 0.661029] acpiphp: Slot [29] registered\n[ 0.662570] acpiphp: Slot [30] registered\n[ 0.664100] acpiphp: Slot [31] registered\n[ 0.665638] PCI host bridge to bus 0000:00\n[ 0.667172] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.669002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.671145] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.673244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.676072] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.678882] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.684584] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.686790] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.688835] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.691049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.695386] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.698239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.724109] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.727327] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.729768] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.732194] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.734591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.736824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.739118] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.742108] vgaarb: loaded\n[ 0.743384] vgaarb: bridge control possible 0000:00:02.0\n[ 0.745438] SCSI subsystem initialized\n[ 0.746972] ACPI: bus type USB registered\n[ 0.748576] usbcore: registered new interface driver usbfs\n[ 0.750515] usbcore: registered new interface driver hub\n[ 0.752461] usbcore: registered new device driver usb\n[ 0.754503] PCI: Using ACPI for IRQ routing\n[ 0.756480] NetLabel: Initializing\n[ 0.757943] NetLabel: domain hash size = 128\n[ 0.759554] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.761356] NetLabel: unlabeled traffic allowed by default\n[ 0.763373] Switched to clocksource kvm-clock\n[ 0.773117] pnp: PnP ACPI init\n[ 0.774500] ACPI: bus type PNP registered\n[ 0.776504] pnp: PnP ACPI: found 5 devices\n[ 0.778119] ACPI: bus type PNP unregistered\n[ 0.786060] NET: Registered protocol family 2\n[ 0.788036] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.791128] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.793658] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.795849] TCP: reno registered\n[ 0.797220] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.799308] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.801477] NET: Registered protocol family 1\n[ 0.803134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.805123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.807052] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.827651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.848274] Unpacking initramfs...\n[ 1.330909] Freeing initrd memory: 37508k freed\n[ 1.340583] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.342714] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.346672] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.348768] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.351154] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.353182] Initialise system trusted keyring\n[ 1.354817] audit: initializing netlink socket (disabled)\n[ 1.356651] type=2000 audit(1535193781.799:1): initialized\n[ 1.373896] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.375942] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.378883] zpool: loaded\n[ 1.380121] zbud: loaded\n[ 1.381524] VFS: Disk quotas dquot_6.5.2\n[ 1.383060] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.385274] msgmni has been set to 7578\n[ 1.386827] Key type big_key registered\n[ 1.389128] NET: Registered protocol family 38\n[ 1.390758] Key type asymmetric registered\n[ 1.392318] Asymmetric key parser 'x509' registered\n[ 1.394032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.396905] io scheduler noop registered\n[ 1.398420] io scheduler deadline registered (default)\n[ 1.414140] io scheduler cfq registered\n[ 1.415752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.417610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.419808] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.422621] ACPI: Power Button [PWRF]\n[ 1.424206] GHES: HEST is not enabled!\n[ 1.425793] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.450066] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.452468] Non-volatile memory driver v1.3\n[ 1.454034] Linux agpgart interface v0.103\n[ 1.455738] crash memory driver: version 1.1\n[ 1.457381] rdac: device handler registered\n[ 1.459000] hp_sw: device handler registered\n[ 1.460598] emc: device handler registered\n[ 1.462157] alua: device handler registered\n[ 1.463750] libphy: Fixed MDIO Bus: probed\n[ 1.465369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.467455] ehci-pci: EHCI PCI platform driver\n[ 1.469099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.471109] ohci-pci: OHCI PCI platform driver\n[ 1.472728] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.493276] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.495145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506593] usb usb1: Product: UHCI Host Controller\n[ 1.508297] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510442] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.512217] hub 1-0:1.0: USB hub found\n[ 1.513684] hub 1-0:1.0: 2 ports detected\n[ 1.515354] usbcore: registered new interface driver usbserial\n[ 1.517273] usbcore: registered new interface driver usbserial_generic\n[ 1.519339] usbserial: USB Serial support registered for generic\n[ 1.521322] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525058] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526790] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528630] mousedev: PS/2 mouse device common for all mice\n[ 1.530837] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.536480] rtc_cmos 00:00: RTC can wake from S4\n[ 1.536753] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.536851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.536891] cpuidle: using governor menu\n[ 1.536950] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.537028] usbcore: registered new interface driver usbhid\n[ 1.537031] usbhid: USB HID core driver\n[ 1.537065] drop_monitor: Initializing network drop monitor service\n[ 1.537111] TCP: cubic registered\n[ 1.537113] Initializing XFRM netlink socket\n[ 1.537200] NET: Registered protocol family 10\n[ 1.539384] NET: Registered protocol family 17\n[ 1.541143] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.541147] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.541168] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.541248] Loading compiled-in X.509 certificates\n[ 1.541267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.541274] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.541608] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.541624] registered taskstats version 1\n[ 1.543339] Key type trusted registered\n[ 1.544501] Key type encrypted registered\n[ 1.545931] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.546511] rtc_cmos 00:00: setting system clock to 2018-08-25 10:43:02 UTC (1535193782)\n[ 1.584333] Freeing unused kernel memory: 1680k freed\n[ 1.590171] 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.595753] systemd[1]: Detected virtualization kvm.\n[ 1.596024] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.600391] systemd[1]: Detected architecture x86-64.\n[ 1.602036] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.605015] systemd[1]: No hostname configured.\n[ 1.606666] systemd[1]: Set hostname to .\n[ 1.608455] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.631368] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.634270] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.638164] systemd[1]: Reached target Swap.\n[ 1.639742] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.642145] systemd[1]: Reached target Paths.\n[ 1.643742] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.646318] systemd[1]: Created slice Root Slice.\n[ 1.647979] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.650637] systemd[1]: Created slice System Slice.\n[ 1.652326] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.654883] systemd[1]: Reached target Slices.\n[ 1.656503] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.659083] systemd[1]: Listening on udev Kernel Socket.\n[ 1.660876] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.663656] systemd[1]: Listening on Journal Socket.\n[ 1.665380] systemd[1]: Starting Journal Socket.\n[ 1.667520] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.670396] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Timers.\n[ 1.674115] systemd[1]: Reached target Timers.\n[ 1.675738] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.678956] systemd[1]: Reached target Local File Systems.\n[ 1.680755] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.683491] systemd[1]: Listening on udev Control Socket.\n[ 1.685303] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.688029] systemd[1]: Reached target Sockets.\n[ 1.689645] systemd[1]: Starting Sockets.\n[ 1.691476] 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.696342] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.700230] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.766421] RPC: Registered named UNIX socket transport module.\n[ 1.768276] RPC: Registered udp transport module.\n[ 1.769862] RPC: Registered tcp transport module.\n[ 1.771453] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.816396] 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[ 1.867586] FDC 0 is a S82078B\n[[32m OK [0m] Reached target Basic System.\n[ 1.900478] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.903812] scsi host0: ata_piix\n[ 1.905309] scsi host1: ata_piix\n[ 1.906716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.908810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.948652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.954391] vda: vda1\n[ 1.971775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973984] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.976180] usb 1-1: Product: QEMU USB Tablet\n[ 1.977801] usb 1-1: Manufacturer: QEMU\n[ 1.979307] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.993942] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.997368] 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.082137] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.085342] XFS (vda1): Mounting V4 Filesystem\n[ 2.138425] 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 System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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[ 2.347479] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel 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.411219] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.563922] SELinux: Disabled at runtime.\n[ 2.600390] type=1404 audit(1535193783.554:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.628269] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.630422] 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] Stopped target Switch Root.\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n Mounting NFSD configuration filesystem...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting POSIX Message Queue File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.983644] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 3.065517] systemd-journald[399]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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 udev Kernel Device Manager.\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[ 3.331603] type=1305 audit(1535193784.285:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.501821] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.507200] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.517829] [drm] Initialized drm 1.1.0 20060810\n[ 3.532690] ppdev: user-space parallel port driver\n[ 3.549408] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.549409] [TTM] Initializing pool allocator\n[ 3.549411] [TTM] Initializing DMA pool allocator\n[ 3.549690] [drm] fb mappable at 0xFC000000\n[ 3.549691] [drm] vram aper at 0xFC000000\n[ 3.549691] [drm] size 33554432\n[ 3.549691] [drm] fb depth is 24\n[ 3.549691] [drm] pitch is 3072\n[ 3.592214] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.617218] Console: switching to colour frame buffer device 128x48\n[ 3.632113] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[ 3.639467] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\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 Starting Permit User Sessions...\n[[32m OK [0m] Started Authorization Manager.[ 3.692196] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\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] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.734966] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.742746] alg: No test for crc32 (crc32-pclmul)\n[ 3.747281] intel_rapl: no valid rapl domains found in package 0\n[ 3.754842] intel_rapl: no valid rapl domains found in package 0\n[ 3.757712] intel_powerclamp: No package C-state available\n[ 3.764257] intel_powerclamp: No package C-state available[ 4.047296] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 10:43:05 +0000. Up 4.00 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 nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Dynamic System Tuning Daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.327604] cloud-init[831]: Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 10:43:07 +0000. Up 6.28 seconds.\n[ 6.370229] cloud-init[831]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.372424] cloud-init[831]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.374630] cloud-init[831]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.376840] cloud-init[831]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.379107] cloud-init[831]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.393933] cloud-init[831]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:51:cb:da |\n[ 6.396218] cloud-init[831]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.398495] cloud-init[831]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.400844] cloud-init[831]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.403223] cloud-init[831]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.428082] cloud-init[831]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.430591] cloud-init[831]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.433089] cloud-init[831]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 6.435563] cloud-init[831]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.450771] cloud-init[831]: 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: [ 11.015820] cloud-init[3174]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 10:43:12 +0000. Up 10.97 seconds.\n[ 11.286915] cloud-init[3427]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 10:43:12 +0000. Up 11.24 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 | 08:81:81:48:a9:ac:89:09:4a:d4:a2:78:4e:ed:38:1d | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.367843] cloud-init[3427]: Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 10:43:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.36 seconds\n"} 2018-08-25 10:43:16,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3/action used request id req-f5e51f3a-72ff-4500-bcb5-31599641275d 2018-08-25 10:43:16,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0803329944611s 2018-08-25 10:43:16,197 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3/action used request id req-f5e51f3a-72ff-4500-bcb5-31599641275d 2018-08-25 10:43:16,198 - 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 1863674991 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.435837] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.438923] pid_max: default: 32768 minimum: 301 [ 0.440587] Security Framework initialized [ 0.442148] SELinux: Initializing. [ 0.443850] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.450324] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.454385] Mount-cache hash table entries: 4096 [ 0.456406] Initializing cgroup subsys memory [ 0.458072] Initializing cgroup subsys devices [ 0.459698] Initializing cgroup subsys freezer [ 0.461335] Initializing cgroup subsys net_cls [ 0.462940] Initializing cgroup subsys blkio [ 0.464545] Initializing cgroup subsys perf_event [ 0.466224] Initializing cgroup subsys hugetlb [ 0.467850] Initializing cgroup subsys pids [ 0.469430] Initializing cgroup subsys net_prio [ 0.471157] CPU: Physical Processor ID: 0 [ 0.473437] mce: CPU supports 10 MCE banks [ 0.475019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478634] tlb_flushall_shift: 6 [ 0.480219] Freeing SMP alternatives: 28k freed [ 0.484509] ACPI: Core revision 20130517 [ 0.486478] ACPI: All ACPI Tables successfully acquired [ 0.488540] ftrace: allocating 25812 entries in 101 pages [ 0.510894] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.513004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515080] smpboot: Max logical packages: 2 [ 0.516973] Enabling x2apic [ 0.518261] Enabled x2apic [ 0.519792] Switched APIC routing to physical x2apic. [ 0.522902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.524994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.528695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537722] KVM setup paravirtual spinlock [ 0.540626] smpboot: Booting Node 0, Processors #1 OK [ 0.542820] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564721] Brought up 2 CPUs [ 0.564724] KVM setup async PF for cpu 1 [ 0.564727] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569082] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572027] devtmpfs: initialized [ 0.575022] EVM: security.selinux [ 0.576437] EVM: security.ima [ 0.577684] EVM: security.capability [ 0.579773] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.581870] pinctrl core: initialized pinctrl subsystem [ 0.583794] NET: Registered protocol family 16 [ 0.585624] ACPI: bus type PCI registered [ 0.587143] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.589197] PCI: Using configuration type 1 for base access [ 0.594484] ACPI: Added _OSI(Module Device) [ 0.596040] ACPI: Added _OSI(Processor Device) [ 0.597626] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.599243] ACPI: Added _OSI(Processor Aggregator Device) [ 0.602160] ACPI: Interpreter enabled [ 0.603605] ACPI: (supports S0 S5) [ 0.604981] ACPI: Using IOAPIC for interrupt routing [ 0.606678] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.611690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.613637] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.615773] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.617813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.621601] acpiphp: Slot [3] registered [ 0.623057] acpiphp: Slot [4] registered [ 0.624582] acpiphp: Slot [5] registered [ 0.626058] acpiphp: Slot [6] registered [ 0.627543] acpiphp: Slot [7] registered [ 0.629069] acpiphp: Slot [8] registered [ 0.630563] acpiphp: Slot [9] registered [ 0.632087] acpiphp: Slot [10] registered [ 0.633617] acpiphp: Slot [11] registered [ 0.635135] acpiphp: Slot [12] registered [ 0.636634] acpiphp: Slot [13] registered [ 0.638152] acpiphp: Slot [14] registered [ 0.639640] acpiphp: Slot [15] registered [ 0.641161] acpiphp: Slot [16] registered [ 0.642683] acpiphp: Slot [17] registered [ 0.644223] acpiphp: Slot [18] registered [ 0.645708] acpiphp: Slot [19] registered [ 0.647215] acpiphp: Slot [20] registered [ 0.648742] acpiphp: Slot [21] registered [ 0.650237] acpiphp: Slot [22] registered [ 0.651763] acpiphp: Slot [23] registered [ 0.653344] acpiphp: Slot [24] registered [ 0.654890] acpiphp: Slot [25] registered [ 0.656424] acpiphp: Slot [26] registered [ 0.657954] acpiphp: Slot [27] registered [ 0.659496] acpiphp: Slot [28] registered [ 0.661029] acpiphp: Slot [29] registered [ 0.662570] acpiphp: Slot [30] registered [ 0.664100] acpiphp: Slot [31] registered [ 0.665638] PCI host bridge to bus 0000:00 [ 0.667172] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.669002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.671145] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.673244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.676072] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.678882] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.684584] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.686790] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.688835] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.691049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.695386] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.698239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.724109] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.727327] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.729768] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.732194] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.734591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.736824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.739118] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.742108] vgaarb: loaded [ 0.743384] vgaarb: bridge control possible 0000:00:02.0 [ 0.745438] SCSI subsystem initialized [ 0.746972] ACPI: bus type USB registered [ 0.748576] usbcore: registered new interface driver usbfs [ 0.750515] usbcore: registered new interface driver hub [ 0.752461] usbcore: registered new device driver usb [ 0.754503] PCI: Using ACPI for IRQ routing [ 0.756480] NetLabel: Initializing [ 0.757943] NetLabel: domain hash size = 128 [ 0.759554] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.761356] NetLabel: unlabeled traffic allowed by default [ 0.763373] Switched to clocksource kvm-clock [ 0.773117] pnp: PnP ACPI init [ 0.774500] ACPI: bus type PNP registered [ 0.776504] pnp: PnP ACPI: found 5 devices [ 0.778119] ACPI: bus type PNP unregistered [ 0.786060] NET: Registered protocol family 2 [ 0.788036] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.791128] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.793658] TCP: Hash tables configured (established 32768 bind 32768) [ 0.795849] TCP: reno registered [ 0.797220] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.799308] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.801477] NET: Registered protocol family 1 [ 0.803134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.805123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.807052] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.827651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.848274] Unpacking initramfs... [ 1.330909] Freeing initrd memory: 37508k freed [ 1.340583] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.342714] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.346672] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.348768] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.351154] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.353182] Initialise system trusted keyring [ 1.354817] audit: initializing netlink socket (disabled) [ 1.356651] type=2000 audit(1535193781.799:1): initialized [ 1.373896] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.375942] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.378883] zpool: loaded [ 1.380121] zbud: loaded [ 1.381524] VFS: Disk quotas dquot_6.5.2 [ 1.383060] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.385274] msgmni has been set to 7578 [ 1.386827] Key type big_key registered [ 1.389128] NET: Registered protocol family 38 [ 1.390758] Key type asymmetric registered [ 1.392318] Asymmetric key parser 'x509' registered [ 1.394032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.396905] io scheduler noop registered [ 1.398420] io scheduler deadline registered (default) [ 1.414140] io scheduler cfq registered [ 1.415752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.417610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.419808] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.422621] ACPI: Power Button [PWRF] [ 1.424206] GHES: HEST is not enabled! [ 1.425793] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.450066] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.452468] Non-volatile memory driver v1.3 [ 1.454034] Linux agpgart interface v0.103 [ 1.455738] crash memory driver: version 1.1 [ 1.457381] rdac: device handler registered [ 1.459000] hp_sw: device handler registered [ 1.460598] emc: device handler registered [ 1.462157] alua: device handler registered [ 1.463750] libphy: Fixed MDIO Bus: probed [ 1.465369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.467455] ehci-pci: EHCI PCI platform driver [ 1.469099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.471109] ohci-pci: OHCI PCI platform driver [ 1.472728] uhci_hcd: USB Universal Host Controller Interface driver [ 1.493276] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.495145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497954] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506593] usb usb1: Product: UHCI Host Controller [ 1.508297] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510442] usb usb1: SerialNumber: 0000:00:01.2 [ 1.512217] hub 1-0:1.0: USB hub found [ 1.513684] hub 1-0:1.0: 2 ports detected [ 1.515354] usbcore: registered new interface driver usbserial [ 1.517273] usbcore: registered new interface driver usbserial_generic [ 1.519339] usbserial: USB Serial support registered for generic [ 1.521322] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525058] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526790] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528630] mousedev: PS/2 mouse device common for all mice [ 1.530837] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534564] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.536480] rtc_cmos 00:00: RTC can wake from S4 [ 1.536753] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.536851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.536891] cpuidle: using governor menu [ 1.536950] hidraw: raw HID events driver (C) Jiri Kosina [ 1.537028] usbcore: registered new interface driver usbhid [ 1.537031] usbhid: USB HID core driver [ 1.537065] drop_monitor: Initializing network drop monitor service [ 1.537111] TCP: cubic registered [ 1.537113] Initializing XFRM netlink socket [ 1.537200] NET: Registered protocol family 10 [ 1.539384] NET: Registered protocol family 17 [ 1.541143] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.541147] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.541168] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.541248] Loading compiled-in X.509 certificates [ 1.541267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.541274] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.541608] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.541624] registered taskstats version 1 [ 1.543339] Key type trusted registered [ 1.544501] Key type encrypted registered [ 1.545931] IMA: No TPM chip found, activating TPM-bypass! [ 1.546511] rtc_cmos 00:00: setting system clock to 2018-08-25 10:43:02 UTC (1535193782) [ 1.584333] Freeing unused kernel memory: 1680k freed [ 1.590171] 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.595753] systemd[1]: Detected virtualization kvm. [ 1.596024] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.600391] systemd[1]: Detected architecture x86-64. [ 1.602036] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.605015] systemd[1]: No hostname configured. [ 1.606666] systemd[1]: Set hostname to . [ 1.608455] systemd[1]: Initializing machine ID from KVM UUID. [ 1.631368] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.634270] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.638164] systemd[1]: Reached target Swap. [ 1.639742] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.642145] systemd[1]: Reached target Paths. [ 1.643742] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.646318] systemd[1]: Created slice Root Slice. [ 1.647979] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.650637] systemd[1]: Created slice System Slice. [ 1.652326] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.654883] systemd[1]: Reached target Slices. [ 1.656503] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.659083] systemd[1]: Listening on udev Kernel Socket. [ 1.660876] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.663656] systemd[1]: Listening on Journal Socket. [ 1.665380] systemd[1]: Starting Journal Socket. [ 1.667520] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.670396] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Timers. [ 1.674115] systemd[1]: Reached target Timers. [ 1.675738] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.678956] systemd[1]: Reached target Local File Systems. [ 1.680755] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.683491] systemd[1]: Listening on udev Control Socket. [ 1.685303] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.688029] systemd[1]: Reached target Sockets. [ 1.689645] systemd[1]: Starting Sockets. [ 1.691476] 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.696342] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.700230] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.766421] RPC: Registered named UNIX socket transport module. [ 1.768276] RPC: Registered udp transport module. [ 1.769862] RPC: Registered tcp transport module. [ 1.771453] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.816396] 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. [ 1.867586] FDC 0 is a S82078B [[32m OK [0m] Reached target Basic System. [ 1.900478] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.903812] scsi host0: ata_piix [ 1.905309] scsi host1: ata_piix [ 1.906716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.908810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.948652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.954391] vda: vda1 [ 1.971775] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973984] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.976180] usb 1-1: Product: QEMU USB Tablet [ 1.977801] usb 1-1: Manufacturer: QEMU [ 1.979307] usb 1-1: SerialNumber: 42 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.993942] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.997368] 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.082137] SGI XFS with ACLs, security attributes, no debug enabled [ 2.085342] XFS (vda1): Mounting V4 Filesystem [ 2.138425] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[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... [ 2.347479] tsc: Refined TSC clocksource calibration: 3491.840 MHz [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.411219] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.563922] SELinux: Disabled at runtime. [ 2.600390] type=1404 audit(1535193783.554:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.628269] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.630422] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped target Switch Root. Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... Mounting NFSD configuration filesystem... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting POSIX Message Queue File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.983644] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 3.065517] systemd-journald[399]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started 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 udev Kernel Device Manager. [[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... [ 3.331603] type=1305 audit(1535193784.285:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.501821] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.507200] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.517829] [drm] Initialized drm 1.1.0 20060810 [ 3.532690] ppdev: user-space parallel port driver [ 3.549408] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.549409] [TTM] Initializing pool allocator [ 3.549411] [TTM] Initializing DMA pool allocator [ 3.549690] [drm] fb mappable at 0xFC000000 [ 3.549691] [drm] vram aper at 0xFC000000 [ 3.549691] [drm] size 33554432 [ 3.549691] [drm] fb depth is 24 [ 3.549691] [drm] pitch is 3072 [ 3.592214] fbcon: cirrusdrmfb (fb0) is primary device [ 3.617218] Console: switching to colour frame buffer device 128x48 [ 3.632113] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [ 3.639467] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Authorization Manager.[ 3.692196] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.734966] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.742746] alg: No test for crc32 (crc32-pclmul) [ 3.747281] intel_rapl: no valid rapl domains found in package 0 [ 3.754842] intel_rapl: no valid rapl domains found in package 0 [ 3.757712] intel_powerclamp: No package C-state available [ 3.764257] intel_powerclamp: No package C-state available[ 4.047296] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 10:43:05 +0000. Up 4.00 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 nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting OpenSSH server daemon... Starting System Logging Service... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Dynamic System Tuning Daemon... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.327604] cloud-init[831]: Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 10:43:07 +0000. Up 6.28 seconds. [ 6.370229] cloud-init[831]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.372424] cloud-init[831]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.374630] cloud-init[831]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.376840] cloud-init[831]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.379107] cloud-init[831]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.393933] cloud-init[831]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:51:cb:da | [ 6.396218] cloud-init[831]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.398495] cloud-init[831]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.400844] cloud-init[831]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.403223] cloud-init[831]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.428082] cloud-init[831]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.430591] cloud-init[831]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.433089] cloud-init[831]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 6.435563] cloud-init[831]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.450771] cloud-init[831]: 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: [ 11.015820] cloud-init[3174]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 10:43:12 +0000. Up 10.97 seconds. [ 11.286915] cloud-init[3427]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 10:43:12 +0000. Up 11.24 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 | 08:81:81:48:a9:ac:89:09:4a:d4:a2:78:4e:ed:38:1d | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.367843] cloud-init[3427]: Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 10:43:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.36 seconds 2018-08-25 10:43:16,202 - paramiko.transport - DEBUG - starting thread (client mode): 0x37130e10L 2018-08-25 10:43:16,202 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 10:43:16,221 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-25 10:43:16,222 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-25 10:43:16,241 - 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-08-25 10:43:16,241 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 10:43:16,241 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-25 10:43:16,242 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 10:43:16,242 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 10:43:16,242 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 10:43:16,250 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 10:43:16,251 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 10:43:16,266 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.218: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-25 10:43:16,267 - paramiko.transport - DEBUG - Trying discovered key 08818148a9ac89094ad4a2784eed381d in /tmp/tmpu0fQyI 2018-08-25 10:43:16,291 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 10:43:16,381 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 10:43:16,383 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-25 10:43:16,384 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-25 10:43:16,384 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-25 10:43:16,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.218:80/api/v3/status 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:43:16,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:43:16,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4161, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4170, "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": 1705, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4156, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 865, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 813, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 827, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3872, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4151, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-25 10:43:16,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:43:16,595 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:43:16 GMT 2018-08-25 10:43:16,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:43:16,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-25 10:43:16,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:43:16,595 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4161, 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': 4170, 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': 1705, 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': 4156, 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': 865, 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': 813, 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': 827, 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': 3872, 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': 4151, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-25 10:43:16,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.218:80/api/v3/status 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:43:16,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:43:16,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4161, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4170, "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": 1705, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4156, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 865, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 813, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 827, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3872, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4151, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-25 10:43:16,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:43:16,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:43:16 GMT 2018-08-25 10:43:16,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:43:16,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-25 10:43:16,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:43:16,752 - functest.core.cloudify - INFO - The current manager status is running 2018-08-25 10:43:16,753 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.218:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-25 10:43:16,932 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:43:16,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:43:16,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:43:16.918Z", "updated_at": "2018-08-25T10:43:16.918Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:43:17 GMT 2018-08-25 10:43:16,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:43:16,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-25 10:43:16,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:43:16,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.218:80/api/v3/secrets 2018-08-25 10:43:17,095 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-25T10:43:16.918Z", "updated_at": "2018-08-25T10:43:16.918Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:43:17,096 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:43:17 GMT 2018-08-25 10:43:17,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:43:17,097 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-25 10:43:17,097 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:43:17,097 - functest.core.cloudify - DEBUG - List secrets: 2018-08-25 10:43:17,098 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.218:80/api/v3/secrets/foo 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 10:43:17,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:43:16.918Z", "updated_at": "2018-08-25T10:43:16.918Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-25 10:43:17,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:43:17,276 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:43:17 GMT 2018-08-25 10:43:17,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:43:17,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-25 10:43:17,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:43:17,276 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-25 10:43:17,276 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-25 10:43:17,398 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 10:43:17,398 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:28 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 10:43:17,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 10:43:17,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/50246d48-f1dd-473b-a04a-302dfe0d84a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:18,612 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb256455-0d8c-4ccf-a5b7-8c3033ee5de7 Content-Length: 0 Date: Sat, 25 Aug 2018 10:43:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:43:18,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/50246d48-f1dd-473b-a04a-302dfe0d84a8.json used request id req-bb256455-0d8c-4ccf-a5b7-8c3033ee5de7 2018-08-25 10:43:18,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.20672488213s 2018-08-25 10:43:18,613 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/50246d48-f1dd-473b-a04a-302dfe0d84a8.json used request id req-bb256455-0d8c-4ccf-a5b7-8c3033ee5de7 2018-08-25 10:43:18,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:43:18,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:18,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-47cf69b5-6b34-4112-8771-735202e5bc4e Date: Sat, 25 Aug 2018 10:43:18 GMT RESP BODY: {"floatingips": []} 2018-08-25 10:43:18,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-47cf69b5-6b34-4112-8771-735202e5bc4e 2018-08-25 10:43:18,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0605671405792s 2018-08-25 10:43:18,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-47cf69b5-6b34-4112-8771-735202e5bc4e 2018-08-25 10:43:18,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 10:43:18,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:18,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e9c76973-414d-4c25-9dbd-58b74213590c x-compute-request-id: req-e9c76973-414d-4c25-9dbd-58b74213590c Content-Type: application/json 2018-08-25 10:43:18,839 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3 used request id req-e9c76973-414d-4c25-9dbd-58b74213590c 2018-08-25 10:43:18,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.159358024597s 2018-08-25 10:43:18,839 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3 used request id req-e9c76973-414d-4c25-9dbd-58b74213590c 2018-08-25 10:43:18,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:43:18,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:19,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e0f1d68-4abf-49cd-af99-b8d7808d25c7 x-compute-request-id: req-0e0f1d68-4abf-49cd-af99-b8d7808d25c7 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:cb:da", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:cb:da", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/56d7c43b-00e2-4f09-8671-868fbf92bee3", "rel": "bookmark"}], "image": {"id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "links": [{"href": "http://172.30.9.35:8774/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T10:42:59.000000", "flavor": {"id": "e9041071-fb06-406a-aec7-a573a2db74d1", "links": [{"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "bookmark"}]}, "id": "56d7c43b-00e2-4f09-8671-868fbf92bee3", "security_groups": [{"name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}], "user_id": "268496ac06154e5ba3c79b15dcc53cac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T10:43:18Z", "hostId": "e5ccbe450118b078a1de3617e4f3b08bcd0dca79567bf4f74f82e254", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d", "name": "cloudify-vm_afb72e9a-94fb-4343-b690-b17d119d075d", "created": "2018-08-25T10:40:40Z", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:43:19,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0e0f1d68-4abf-49cd-af99-b8d7808d25c7 2018-08-25 10:43:19,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592415094376s 2018-08-25 10:43:19,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0e0f1d68-4abf-49cd-af99-b8d7808d25c7 2018-08-25 10:43:19,434 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:43:21,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:43:21,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:21,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60e968d0-3dda-4f3f-bab2-f2149b0b041a x-compute-request-id: req-60e968d0-3dda-4f3f-bab2-f2149b0b041a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 10:43:21,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-60e968d0-3dda-4f3f-bab2-f2149b0b041a 2018-08-25 10:43:21,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0670459270477s 2018-08-25 10:43:21,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-60e968d0-3dda-4f3f-bab2-f2149b0b041a 2018-08-25 10:43:21,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:43:21,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:21,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-e7cac7c4-27dc-4001-bbbf-f2d034288544 Date: Sat, 25 Aug 2018 10:43:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:49Z", "updated_at": "2018-08-25T10:38:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "66cb052a-0b5a-4b73-8d9b-defc9743a5da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "9fadef1f-d8d3-4807-bea2-edbf9082b7dc", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "c8622d48-2a26-4fab-bfd5-f4c70dcb5590", "remote_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:38:49Z", "revision_number": 0, "id": "d3935691-a842-4e76-a3a2-8ac14faab4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:38:49Z", "security_group_id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 1, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "3b6db115-17d4-4b48-ad25-8a601fea59fe", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:40:37Z", "updated_at": "2018-08-25T10:40:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "27f60d69-f6dc-4b37-912c-93277c5432b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "2d3c0c68-aef9-40d2-8363-a7ee92557a16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "6b446c59-697e-449d-9376-cefb48c942d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "8019e7dd-7dbc-4b2e-8d0a-ac26fa718ff9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 443, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "9c9faf9c-0cc9-4fc4-b926-e57d9e333a63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 80, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "c6251bb6-242b-4c9f-9df2-8914eca0aced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:38Z", "revision_number": 0, "id": "d05f1b33-91dd-4e26-a6db-f57818f23534", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:38Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d23a00b2954d488b1807dce24ed633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:40:37Z", "revision_number": 0, "id": "d10d9462-1858-4411-8546-58ec7c54dc26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:40:37Z", "security_group_id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d23a00b2954d488b1807dce24ed633"}], "revision_number": 7, "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "f487290e-84e0-42ef-bd5d-efe899bbe7ff", "name": "cloudify-sg_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:43:21,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-e7cac7c4-27dc-4001-bbbf-f2d034288544 2018-08-25 10:43:21,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0522818565369s 2018-08-25 10:43:21,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-e7cac7c4-27dc-4001-bbbf-f2d034288544 2018-08-25 10:43:21,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 10:43:21,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/f487290e-84e0-42ef-bd5d-efe899bbe7ff.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:21,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28f61e35-8ccc-432a-8859-f7eeec37601a Content-Length: 0 Date: Sat, 25 Aug 2018 10:43:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:43:21,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/f487290e-84e0-42ef-bd5d-efe899bbe7ff.json used request id req-28f61e35-8ccc-432a-8859-f7eeec37601a 2018-08-25 10:43:21,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.141155004501s 2018-08-25 10:43:21,705 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/f487290e-84e0-42ef-bd5d-efe899bbe7ff.json used request id req-28f61e35-8ccc-432a-8859-f7eeec37601a 2018-08-25 10:43:21,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 10:43:21,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:21,733 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c28070a4-b640-45f5-aa2f-8f4ed190e758 x-compute-request-id: req-c28070a4-b640-45f5-aa2f-8f4ed190e758 Content-Length: 0 Content-Type: application/json 2018-08-25 10:43:21,733 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d used request id req-c28070a4-b640-45f5-aa2f-8f4ed190e758 2018-08-25 10:43:21,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0282468795776s 2018-08-25 10:43:21,734 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/cloudify-kp_afb72e9a-94fb-4343-b690-b17d119d075d used request id req-c28070a4-b640-45f5-aa2f-8f4ed190e758 2018-08-25 10:43:21,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 10:43:21,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a/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}56309311239547b25b859f5ef48458405748beb3" -d '{"subnet_id": "195e154c-7dd8-4b51-a79c-879371efd119"}' 2018-08-25 10:43:23,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f3182d18-d505-4a48-8bf5-70ab11830e19 Date: Sat, 25 Aug 2018 10:43:23 GMT RESP BODY: {"network_id": "3797f744-3a60-4a66-bdc9-7572932ac84b", "tenant_id": "40d23a00b2954d488b1807dce24ed633", "subnet_id": "195e154c-7dd8-4b51-a79c-879371efd119", "subnet_ids": ["195e154c-7dd8-4b51-a79c-879371efd119"], "port_id": "20ea6d40-9094-4cf9-9eb1-0491ddd57a8e", "id": "c7972752-1475-4551-99d7-8b58ba8caa9a"} 2018-08-25 10:43:23,689 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a/remove_router_interface.json used request id req-f3182d18-d505-4a48-8bf5-70ab11830e19 2018-08-25 10:43:23,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.95469403267s 2018-08-25 10:43:23,689 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a/remove_router_interface.json used request id req-f3182d18-d505-4a48-8bf5-70ab11830e19 returning object c7972752-1475-4551-99d7-8b58ba8caa9a 2018-08-25 10:43:23,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 10:43:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:23,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-feccb739-55a4-4f88-961c-6c5e11ad1ae2 Date: Sat, 25 Aug 2018 10:43:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "40d23a00b2954d488b1807dce24ed633", "created_at": "2018-08-25T10:38:50Z", "admin_state_up": true, "updated_at": "2018-08-25T10:43:22Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "40d23a00b2954d488b1807dce24ed633", "id": "c7972752-1475-4551-99d7-8b58ba8caa9a", "name": "cloudify-router_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:43:23,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-feccb739-55a4-4f88-961c-6c5e11ad1ae2 2018-08-25 10:43:23,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112501859665s 2018-08-25 10:43:23,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-feccb739-55a4-4f88-961c-6c5e11ad1ae2 2018-08-25 10:43:23,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 10:43:23,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:24,975 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-538ec5a8-5b67-42a9-811b-4c68a0d984a0 Content-Length: 0 Date: Sat, 25 Aug 2018 10:43:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:43:24,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a.json used request id req-538ec5a8-5b67-42a9-811b-4c68a0d984a0 2018-08-25 10:43:24,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.17102098465s 2018-08-25 10:43:24,975 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c7972752-1475-4551-99d7-8b58ba8caa9a.json used request id req-538ec5a8-5b67-42a9-811b-4c68a0d984a0 2018-08-25 10:43:24,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 10:43:24,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:25,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-981ac947-c4df-439f-a99e-4f81c43c7d36 Date: Sat, 25 Aug 2018 10:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3797f744-3a60-4a66-bdc9-7572932ac84b","tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:38:50Z","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":"40d23a00b2954d488b1807dce24ed633","id":"195e154c-7dd8-4b51-a79c-879371efd119","subnetpool_id":null,"name":"cloudify-subnet_afb72e9a-94fb-4343-b690-b17d119d075d"}]} 2018-08-25 10:43:25,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-981ac947-c4df-439f-a99e-4f81c43c7d36 2018-08-25 10:43:25,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0379829406738s 2018-08-25 10:43:25,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-981ac947-c4df-439f-a99e-4f81c43c7d36 2018-08-25 10:43:25,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 10:43:25,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/195e154c-7dd8-4b51-a79c-879371efd119.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:26,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7172e2c2-7714-4120-b82b-7fe2beca5ff8 Date: Sat, 25 Aug 2018 10:43:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:43:26,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/195e154c-7dd8-4b51-a79c-879371efd119.json used request id req-7172e2c2-7714-4120-b82b-7fe2beca5ff8 2018-08-25 10:43:26,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13550710678s 2018-08-25 10:43:26,151 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/195e154c-7dd8-4b51-a79c-879371efd119.json used request id req-7172e2c2-7714-4120-b82b-7fe2beca5ff8 2018-08-25 10:43:26,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:43:26,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:26,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-61ca7945-c33d-4ee1-a9b3-58093abac442 Date: Sat, 25 Aug 2018 10:43:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"3797f744-3a60-4a66-bdc9-7572932ac84b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40d23a00b2954d488b1807dce24ed633","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:43:26Z","qos_policy_id":null,"name":"cloudify-net_afb72e9a-94fb-4343-b690-b17d119d075d","admin_state_up":true,"tenant_id":"40d23a00b2954d488b1807dce24ed633","created_at":"2018-08-25T10:38:49Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:43:26,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-61ca7945-c33d-4ee1-a9b3-58093abac442 2018-08-25 10:43:26,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0877017974854s 2018-08-25 10:43:26,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-61ca7945-c33d-4ee1-a9b3-58093abac442 2018-08-25 10:43:26,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 10:43:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/3797f744-3a60-4a66-bdc9-7572932ac84b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:27,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6754c22f-8ab9-4c4a-9c32-e59152010e98 Date: Sat, 25 Aug 2018 10:43:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 10:43:27,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/3797f744-3a60-4a66-bdc9-7572932ac84b.json used request id req-6754c22f-8ab9-4c4a-9c32-e59152010e98 2018-08-25 10:43:27,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20510983467s 2018-08-25 10:43:27,446 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/3797f744-3a60-4a66-bdc9-7572932ac84b.json used request id req-6754c22f-8ab9-4c4a-9c32-e59152010e98 2018-08-25 10:43:27,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:43:27,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:27,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ed6f55ff-0ab6-437f-9da5-a22afe522294 Date: Sat, 25 Aug 2018 10:43:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:40:36Z", "file": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/file", "owner": "40d23a00b2954d488b1807dce24ed633", "id": "4752bbb1-0b42-4feb-ba4d-6348469484d8", "size": 4373348352, "self": "/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/4752bbb1-0b42-4feb-ba4d-6348469484d8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_afb72e9a-94fb-4343-b690-b17d119d075d", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:39:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:43:27,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ed6f55ff-0ab6-437f-9da5-a22afe522294 2018-08-25 10:43:27,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277318954468s 2018-08-25 10:43:27,728 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ed6f55ff-0ab6-437f-9da5-a22afe522294 2018-08-25 10:43:27,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 10:43:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56309311239547b25b859f5ef48458405748beb3" 2018-08-25 10:43:28,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b68e416-824f-4751-a2bd-6dcf5fb17ed1 Date: Sat, 25 Aug 2018 10:43:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:43:28,101 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8 used request id req-2b68e416-824f-4751-a2bd-6dcf5fb17ed1 2018-08-25 10:43:28,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.37130689621s 2018-08-25 10:43:28,101 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/4752bbb1-0b42-4feb-ba4d-6348469484d8 used request id req-2b68e416-824f-4751-a2bd-6dcf5fb17ed1 2018-08-25 10:43:28,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:43:28,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:28,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2399c14f-1885-4b54-8606-0f29243b025e x-compute-request-id: req-2399c14f-1885-4b54-8606-0f29243b025e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_afb72e9a-94fb-4343-b690-b17d119d075d", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e9041071-fb06-406a-aec7-a573a2db74d1", "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": "e9041071-fb06-406a-aec7-a573a2db74d1"}]} 2018-08-25 10:43:28,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-2399c14f-1885-4b54-8606-0f29243b025e 2018-08-25 10:43:28,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229218006134s 2018-08-25 10:43:28,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-2399c14f-1885-4b54-8606-0f29243b025e 2018-08-25 10:43:28,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 10:43:28,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:28,159 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4dc5389a-91e1-4e66-82eb-52d37bdf38a8 x-compute-request-id: req-4dc5389a-91e1-4e66-82eb-52d37bdf38a8 Content-Length: 0 Content-Type: application/json 2018-08-25 10:43:28,159 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1 used request id req-4dc5389a-91e1-4e66-82eb-52d37bdf38a8 2018-08-25 10:43:28,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0330471992493s 2018-08-25 10:43:28,160 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/e9041071-fb06-406a-aec7-a573a2db74d1 used request id req-4dc5389a-91e1-4e66-82eb-52d37bdf38a8 2018-08-25 10:43:28,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:43:28,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:28,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4496ec1d-2624-4823-82c3-270746a551d1 Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d", "links": {"self": "http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "268496ac06154e5ba3c79b15dcc53cac", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:43:28,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-4496ec1d-2624-4823-82c3-270746a551d1 2018-08-25 10:43:28,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213756084442s 2018-08-25 10:43:28,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-4496ec1d-2624-4823-82c3-270746a551d1 2018-08-25 10:43:28,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:43:28,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:28,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3dfb00f-bb6b-4cf5-b4f4-a7667099566f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_afb72e9a-94fb-4343-b690-b17d119d075d", "links": {"self": "http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "268496ac06154e5ba3c79b15dcc53cac", "description": null}} 2018-08-25 10:43:28,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac used request id req-b3dfb00f-bb6b-4cf5-b4f4-a7667099566f 2018-08-25 10:43:28,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191760063171s 2018-08-25 10:43:28,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac used request id req-b3dfb00f-bb6b-4cf5-b4f4-a7667099566f 2018-08-25 10:43:28,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 10:43:28,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:28,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:43:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7f91929-7373-4e27-ac75-5dabf9fb7967 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:43:28,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac used request id req-d7f91929-7373-4e27-ac75-5dabf9fb7967 2018-08-25 10:43:28,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.351577043533s 2018-08-25 10:43:28,926 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/268496ac06154e5ba3c79b15dcc53cac used request id req-d7f91929-7373-4e27-ac75-5dabf9fb7967 2018-08-25 10:43:28,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:43:28,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:29,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ce8582-0a59-4614-9474-a67a9674423e Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633"}, "tags": [], "enabled": true, "id": "40d23a00b2954d488b1807dce24ed633", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_afb72e9a-94fb-4343-b690-b17d119d075d"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}]} 2018-08-25 10:43:29,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-f8ce8582-0a59-4614-9474-a67a9674423e 2018-08-25 10:43:29,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18501496315s 2018-08-25 10:43:29,117 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-f8ce8582-0a59-4614-9474-a67a9674423e 2018-08-25 10:43:29,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 10:43:29,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}77a4181201191fe1dfe817a1c379c802e2ba9076" 2018-08-25 10:43:29,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1840f51-c6d8-4363-b708-d8d676ada95d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:43:29,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633 used request id req-c1840f51-c6d8-4363-b708-d8d676ada95d 2018-08-25 10:43:29,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.229582071304s 2018-08-25 10:43:29,352 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/40d23a00b2954d488b1807dce24ed633 used request id req-c1840f51-c6d8-4363-b708-d8d676ada95d 2018-08-25 10:43:29,377 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:43:29,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:43:29,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:43:29,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:43:29,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:43:29,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:43:29,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:43:29,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:43:29,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:43:29,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6502c11d-1c4f-4f20-a88e-688e8771934d 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:43:29,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-6502c11d-1c4f-4f20-a88e-688e8771934d 2018-08-25 10:43:29,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:43:29,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T11:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["C62yqRQMRCaVWqt0_DCaWA"], "issued_at": "2018-08-25T10:43:29.000000Z"}} 2018-08-25 10:43:29,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:43:29,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:30,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-920835bd-8f22-4efa-bd58-b97c4885a02e Date: Sat, 25 Aug 2018 10:43:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 10:43:30,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-920835bd-8f22-4efa-bd58-b97c4885a02e 2018-08-25 10:43:30,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34259390831s 2018-08-25 10:43:30,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-920835bd-8f22-4efa-bd58-b97c4885a02e 2018-08-25 10:43:30,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:43:30,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20321156-2e65-439b-a7db-80e457d000aa 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 10:43:30,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-20321156-2e65-439b-a7db-80e457d000aa 2018-08-25 10:43:30,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:43:30,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:30,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b4bb2d-28ed-4eb1-8ba4-988ac104cae7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 10:43:30,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-d7b4bb2d-28ed-4eb1-8ba4-988ac104cae7 2018-08-25 10:43:30,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.173624992371s 2018-08-25 10:43:30,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-d7b4bb2d-28ed-4eb1-8ba4-988ac104cae7 2018-08-25 10:43:30,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 10:43:30,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"}}' 2018-08-25 10:43:30,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0849debc-625f-4f5b-a286-f86c28ce7a8c 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.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0"}, "tags": [], "enabled": true, "id": "e7719337c5104fdd95c45d992a8afac0", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"}} 2018-08-25 10:43:30,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-0849debc-625f-4f5b-a286-f86c28ce7a8c 2018-08-25 10:43:30,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124992132187s 2018-08-25 10:43:30,496 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-0849debc-625f-4f5b-a286-f86c28ce7a8c 2018-08-25 10:43:30,497 - 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'e7719337c5104fdd95c45d992a8afac0', '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_2ab14de2-6641-48da-a952-78d1657d86ed'}) 2018-08-25 10:43:30,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 10:43:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6798ac82-21ba-4f3c-9fc5-a7a046f61c2b", "email": null, "name": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed"}}' 2018-08-25 10:43:30,877 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 10:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acac3f6a-5440-4eef-8993-5095d23e2a3d Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed", "links": {"self": "http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5a7f713e42f844eb8b536bd4c3be86db", "domain_id": "default", "password_expires_at": null}} 2018-08-25 10:43:30,877 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-acac3f6a-5440-4eef-8993-5095d23e2a3d 2018-08-25 10:43:30,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.373957872391s 2018-08-25 10:43:30,878 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-acac3f6a-5440-4eef-8993-5095d23e2a3d 2018-08-25 10:43:30,878 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5a7f713e42f844eb8b536bd4c3be86db', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed'}) 2018-08-25 10:43:30,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:43:30,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:30,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c673322d-5f62-410a-a042-687323fae791 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:43:30,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c673322d-5f62-410a-a042-687323fae791 2018-08-25 10:43:30,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109872102737s 2018-08-25 10:43:30,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c673322d-5f62-410a-a042-687323fae791 2018-08-25 10:43:30,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:43:31,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:31,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1bbed49-b453-492a-929c-64a1777c38f7 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:43:31,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e1bbed49-b453-492a-929c-64a1777c38f7 2018-08-25 10:43:31,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.142760038376s 2018-08-25 10:43:31,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e1bbed49-b453-492a-929c-64a1777c38f7 2018-08-25 10:43:31,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 10:43:31,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:31,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c96158-6176-41f7-a54c-da3327917427 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 10:43:31,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-12c96158-6176-41f7-a54c-da3327917427 2018-08-25 10:43:31,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180199861526s 2018-08-25 10:43:31,326 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-12c96158-6176-41f7-a54c-da3327917427 2018-08-25 10:43:31,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 10:43:31,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:31,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea835c44-a2c7-41c1-ae3c-1417946d2cd9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 10:43:31,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-ea835c44-a2c7-41c1-ae3c-1417946d2cd9 2018-08-25 10:43:31,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0966050624847s 2018-08-25 10:43:31,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-ea835c44-a2c7-41c1-ae3c-1417946d2cd9 2018-08-25 10:43:31,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 10:43:31,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:31,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ce3632-f581-4932-b4f3-9d5d0906ffd5 Content-Encoding: gzip Content-Length: 1033 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed", "links": {"self": "http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5a7f713e42f844eb8b536bd4c3be86db", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 10:43:31,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-76ce3632-f581-4932-b4f3-9d5d0906ffd5 2018-08-25 10:43:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205194950104s 2018-08-25 10:43:31,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-76ce3632-f581-4932-b4f3-9d5d0906ffd5 2018-08-25 10:43:31,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:43:31,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:31,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ebaa0e-eedd-4070-980f-602782edff38 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0"}, "tags": [], "enabled": true, "id": "e7719337c5104fdd95c45d992a8afac0", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 10:43:31,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-05ebaa0e-eedd-4070-980f-602782edff38 2018-08-25 10:43:31,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198643922806s 2018-08-25 10:43:31,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-05ebaa0e-eedd-4070-980f-602782edff38 2018-08-25 10:43:31,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 10:43:31,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=5a7f713e42f844eb8b536bd4c3be86db&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e7719337c5104fdd95c45d992a8afac0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:32,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f16386f-d95b-4a83-b3fb-b92ce6c9aa6f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=5a7f713e42f844eb8b536bd4c3be86db&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e7719337c5104fdd95c45d992a8afac0", "previous": null, "next": null}} 2018-08-25 10:43:32,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=5a7f713e42f844eb8b536bd4c3be86db&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e7719337c5104fdd95c45d992a8afac0 used request id req-5f16386f-d95b-4a83-b3fb-b92ce6c9aa6f 2018-08-25 10:43:32,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.183377027512s 2018-08-25 10:43:32,037 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=5a7f713e42f844eb8b536bd4c3be86db&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=e7719337c5104fdd95c45d992a8afac0 used request id req-5f16386f-d95b-4a83-b3fb-b92ce6c9aa6f 2018-08-25 10:43:32,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 10:43:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0/users/5a7f713e42f844eb8b536bd4c3be86db/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:43:32,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 10:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18498c38-a88f-4b84-aab8-96f870c6690e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 10:43:32,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0/users/5a7f713e42f844eb8b536bd4c3be86db/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-18498c38-a88f-4b84-aab8-96f870c6690e 2018-08-25 10:43:32,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134557962418s 2018-08-25 10:43:32,175 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0/users/5a7f713e42f844eb8b536bd4c3be86db/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-18498c38-a88f-4b84-aab8-96f870c6690e 2018-08-25 10:43:32,176 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 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'e7719337c5104fdd95c45d992a8afac0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6798ac82-21ba-4f3c-9fc5-a7a046f61c2b', 'username': u'cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 10:43:32,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 10:43:32,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 10:43:32,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 10:43:32,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 10:43:32,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 10:43:32,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 10:43:32,181 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed', 'password': '6798ac82-21ba-4f3c-9fc5-a7a046f61c2b', 'project_name': 'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'e7719337c5104fdd95c45d992a8afac0', 'project_domain_name': 'Default'} 2018-08-25 10:43:32,238 - 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-08-25 10:43:32,253 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-25 10:43:32,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:43:32,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef7edaa-2f1b-49df-89e2-ea0e6c1edbae 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 10:43:32,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-5ef7edaa-2f1b-49df-89e2-ea0e6c1edbae 2018-08-25 10:43:32,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 10:43:32,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T11:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7719337c5104fdd95c45d992a8afac0", "name": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/e7719337c5104fdd95c45d992a8afac0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/e7719337c5104fdd95c45d992a8afac0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/e7719337c5104fdd95c45d992a8afac0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/e7719337c5104fdd95c45d992a8afac0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/e7719337c5104fdd95c45d992a8afac0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/e7719337c5104fdd95c45d992a8afac0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_e7719337c5104fdd95c45d992a8afac0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_e7719337c5104fdd95c45d992a8afac0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/e7719337c5104fdd95c45d992a8afac0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/e7719337c5104fdd95c45d992a8afac0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/e7719337c5104fdd95c45d992a8afac0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/e7719337c5104fdd95c45d992a8afac0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/e7719337c5104fdd95c45d992a8afac0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/e7719337c5104fdd95c45d992a8afac0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed", "id": "5a7f713e42f844eb8b536bd4c3be86db"}, "audit_ids": ["JsYQEsEWQ5-7QXuthOyYpg"], "issued_at": "2018-08-25T10:43:32.000000Z"}} 2018-08-25 10:43:32,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 10:43:32,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"network": {"name": "cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed", "admin_state_up": true}}' 2018-08-25 10:43:33,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-8de7bef2-a6f1-4d38-95b8-4280ed77313f Date: Sat, 25 Aug 2018 10:43:33 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e7719337c5104fdd95c45d992a8afac0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:43:33Z","is_default":false,"name":"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","mtu":1450}} 2018-08-25 10:43:33,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8de7bef2-a6f1-4d38-95b8-4280ed77313f 2018-08-25 10:43:33,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.564668178558s 2018-08-25 10:43:33,212 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8de7bef2-a6f1-4d38-95b8-4280ed77313f 2018-08-25 10:43:33,212 - 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-08-25T10:43:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', u'admin_state_up': True, u'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:43:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e7719337c5104fdd95c45d992a8afac0', u'l2_adjacency': True}) 2018-08-25 10:43:33,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:43:33,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:43:33,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-6ecbe313-2cd0-4063-9a2b-030a05f863ac Date: Sat, 25 Aug 2018 10:43:33 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e7719337c5104fdd95c45d992a8afac0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T10:43:33Z","qos_policy_id":null,"name":"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed","admin_state_up":true,"tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:43:33,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6ecbe313-2cd0-4063-9a2b-030a05f863ac 2018-08-25 10:43:33,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106356859207s 2018-08-25 10:43:33,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-6ecbe313-2cd0-4063-9a2b-030a05f863ac 2018-08-25 10:43:33,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 10:43:33,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"subnet": {"name": "cloudify_ims-subnet_2ab14de2-6641-48da-a952-78d1657d86ed", "enable_dhcp": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 10:43:33,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c3984b67-e838-496e-9537-c46a60f04c9a Date: Sat, 25 Aug 2018 10:43:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:43:33Z","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":"e7719337c5104fdd95c45d992a8afac0","id":"6de4e7de-0f18-4d4f-93da-8484979fe997","subnetpool_id":null,"name":"cloudify_ims-subnet_2ab14de2-6641-48da-a952-78d1657d86ed"}} 2018-08-25 10:43:33,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c3984b67-e838-496e-9537-c46a60f04c9a 2018-08-25 10:43:33,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.551366090775s 2018-08-25 10:43:33,873 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c3984b67-e838-496e-9537-c46a60f04c9a 2018-08-25 10:43:33,873 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:43:33Z', 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'6de4e7de-0f18-4d4f-93da-8484979fe997', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_2ab14de2-6641-48da-a952-78d1657d86ed', u'enable_dhcp': True, u'network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c', u'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:43:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e7719337c5104fdd95c45d992a8afac0'}) 2018-08-25 10:43:33,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 10:43:33,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "cloudify_ims-router_2ab14de2-6641-48da-a952-78d1657d86ed", "admin_state_up": true}}' 2018-08-25 10:43:35,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-5fd1a2a2-98e6-4a8d-9017-ff0091cb7247 Date: Sat, 25 Aug 2018 10:43:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:33Z", "admin_state_up": true, "updated_at": "2018-08-25T10:43:35Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "c2738945-812a-4b25-9004-3612db0be980", "name": "cloudify_ims-router_2ab14de2-6641-48da-a952-78d1657d86ed"}} 2018-08-25 10:43:35,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-5fd1a2a2-98e6-4a8d-9017-ff0091cb7247 2018-08-25 10:43:35,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.7009999752s 2018-08-25 10:43:35,575 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-5fd1a2a2-98e6-4a8d-9017-ff0091cb7247 2018-08-25 10:43:35,576 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T10:43:35Z', u'revision_number': 2, u'id': u'c2738945-812a-4b25-9004-3612db0be980', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_2ab14de2-6641-48da-a952-78d1657d86ed', u'admin_state_up': True, u'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:43:33Z', u'flavor_id': None, u'routes': [], u'project_id': u'e7719337c5104fdd95c45d992a8afac0'}) 2018-08-25 10:43:35,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 10:43:35,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980/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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"subnet_id": "6de4e7de-0f18-4d4f-93da-8484979fe997"}' 2018-08-25 10:43:38,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-56236e10-9a1a-4429-bc06-edea81709e51 Date: Sat, 25 Aug 2018 10:43:38 GMT RESP BODY: {"network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "subnet_id": "6de4e7de-0f18-4d4f-93da-8484979fe997", "subnet_ids": ["6de4e7de-0f18-4d4f-93da-8484979fe997"], "port_id": "be00de36-d2cf-4268-afbd-c0b31d430375", "id": "c2738945-812a-4b25-9004-3612db0be980"} 2018-08-25 10:43:38,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980/add_router_interface.json used request id req-56236e10-9a1a-4429-bc06-edea81709e51 2018-08-25 10:43:38,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.59507799149s 2018-08-25 10:43:38,172 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980/add_router_interface.json used request id req-56236e10-9a1a-4429-bc06-edea81709e51 returning object c2738945-812a-4b25-9004-3612db0be980 2018-08-25 10:43:38,172 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-25 10:44:00,842 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-25 10:44:00,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 10:44:00,849 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 10:44:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 10:44:00,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:44:00,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:44:01,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ca479117-3b30-49e3-8e41-d11d3cf14da2 Date: Sat, 25 Aug 2018 10:44:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:44:01,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ca479117-3b30-49e3-8e41-d11d3cf14da2 2018-08-25 10:44:01,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.356638908386s 2018-08-25 10:44:01,208 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ca479117-3b30-49e3-8e41-d11d3cf14da2 2018-08-25 10:44:01,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 10:44:01,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed"}' 2018-08-25 10:44:01,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e340f0df-6fba-46fd-9be6-a2a593adf825 Date: Sat, 25 Aug 2018 10:44:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:44:01Z", "file": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "size": null, "self": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "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_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": null, "created_at": "2018-08-25T10:44:01Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 10:44:01,261 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-e340f0df-6fba-46fd-9be6-a2a593adf825 2018-08-25 10:44:01,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0443961620331s 2018-08-25 10:44:01,261 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-e340f0df-6fba-46fd-9be6-a2a593adf825 returning object 6feb0236-ed3b-4c9d-9fa0-0768d2d977be 2018-08-25 10:44:01,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 10:44:01,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '' 2018-08-25 10:45:02,115 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a985264-5386-452c-a065-cb01a3a24afe Date: Sat, 25 Aug 2018 10:45:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:45:02,115 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file used request id req-2a985264-5386-452c-a065-cb01a3a24afe 2018-08-25 10:45:02,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.8531210423s 2018-08-25 10:45:02,115 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file used request id req-2a985264-5386-452c-a065-cb01a3a24afe 2018-08-25 10:45:02,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:45:02,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:02,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-fd1a1461-d32a-4d0a-a91d-404672868c9a Date: Sat, 25 Aug 2018 10:45:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:45:02Z", "file": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "size": 4373348352, "self": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:44:01Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:45:02,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fd1a1461-d32a-4d0a-a91d-404672868c9a 2018-08-25 10:45:02,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0385091304779s 2018-08-25 10:45:02,158 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fd1a1461-d32a-4d0a-a91d-404672868c9a 2018-08-25 10:45:02,160 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file', 'owner': u'e7719337c5104fdd95c45d992a8afac0', 'id': u'6feb0236-ed3b-4c9d-9fa0-0768d2d977be', 'size': 4373348352, u'self': u'/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e7719337c5104fdd95c45d992a8afac0', 'name': 'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T10:45:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T10:45:02Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed', '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/6feb0236-ed3b-4c9d-9fa0-0768d2d977be', 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_2ab14de2-6641-48da-a952-78d1657d86ed', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed', 'created': u'2018-08-25T10:44:01Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-25T10:44:01Z', 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/6feb0236-ed3b-4c9d-9fa0-0768d2d977be', 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_2ab14de2-6641-48da-a952-78d1657d86ed', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-25 10:45:02,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 10:45:02,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_2ab14de2-6641-48da-a952-78d1657d86ed", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-25 10:45:02,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-f5c690c9-985c-4592-a4c0-a606bc723266 x-compute-request-id: req-f5c690c9-985c-4592-a4c0-a606bc723266 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_2ab14de2-6641-48da-a952-78d1657d86ed", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "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": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40"}} 2018-08-25 10:45:02,465 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-f5c690c9-985c-4592-a4c0-a606bc723266 2018-08-25 10:45:02,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303915023804s 2018-08-25 10:45:02,466 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-f5c690c9-985c-4592-a4c0-a606bc723266 2018-08-25 10:45:02,467 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_2ab14de2-6641-48da-a952-78d1657d86ed', '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'89d58111967c4124b09131409c7a2a28', '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'3e550a05-a0b8-4b94-a98a-7a4d839ecd40', 'swap': 0}) 2018-08-25 10:45:02,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 10:45:02,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40/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}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"extra_specs": {}}' 2018-08-25 10:45:02,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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 x-openstack-request-id: req-4771f723-d41f-4a48-b0e5-4da3234ca992 x-compute-request-id: req-4771f723-d41f-4a48-b0e5-4da3234ca992 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 10:45:02,487 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40/os-extra_specs used request id req-4771f723-d41f-4a48-b0e5-4da3234ca992 2018-08-25 10:45:02,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0198409557343s 2018-08-25 10:45:02,488 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40/os-extra_specs used request id req-4771f723-d41f-4a48-b0e5-4da3234ca992 2018-08-25 10:45:02,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 10:45:02,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"keypair": {"name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed"}}' 2018-08-25 10:45:03,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-319bc362-3a28-4b6f-8ca8-2bd4d5f99017 x-compute-request-id: req-319bc362-3a28-4b6f-8ca8-2bd4d5f99017 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvjbWqmCFUYq2koSk7azyQrSMK/8+qSI4jtLaYLrbh+KKwk62OpQvpUb6rxePwaR4c0s9Xa62H96+MloQCajKp1jhAXICNxrZQEtpsaJqpI5kCBABbiwkOQNUOiJBRCxSWk4K+dAtjq780ZShZefB0PlusACoDDtpzYS0tMx4kQzy+N8XxylNNv2ArcteolmRx2da2S5prEYq55nQigjq3KUxoa+PLd33N8lGxoi0mcxOK1luvkMl6p6wt2pg+aBJ8a6Y58Ir8s5+nUBlHDofSJ95nnW4SneeiOuPuIUtox+vSC3dD188glpcRGuQ3NqM0oZ/hY39YRElMNb99SSLp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr421qpghVGKtpKEpO2s8kK0jCv/PqkiOI7S2mC624fiisJOt\njqUL6VG+q8Xj8GkeHNLPV2uth/evjJaEAmoyqdY4QFyAjca2UBLabGiaqSOZAgQA\nW4sJDkDVDoiQUQsUlpOCvnQLY6u/NGUoWXnwdD5brAAqAw7ac2EtLTMeJEM8vjfF\n8cpTTb9gK3LXqJZkcdnWtkuaaxGKueZ0IoI6tylMaGvjy3d9zfJRsaItJnMTitZb\nr5DJeqesLdqYPmgSfGumOfCK/LOfp1AZRw6H0ifeZ51uEp3nojrj7iFLaMfr0gt3\nQ9fPIJaXERrkNzajNKGf4WN/WERJTDW/fUki6QIDAQABAoIBAQCZ8G2o1hYD5TPW\n9OsvC23kf64G6yKyc0UQ0lp7QBtmM5yVsimyt8+mHORRxAmIuuSI6eKfCfD1FaB+\na03+wBkFDK/u4C5qJCGiPaYDAgb84hY9yjx2CYk7UmaBhAboygqXr2oqj5+dGvFj\nhIDJVUAg7r18KfitDc1I96GhzP1VVZyQNgCUFOjgyrOLfOZ2ZC68wLLHvpBg84IV\nPBooWPpryaaV8eDnMFXqwzJKwZttkhRkBiN3UFvNroO1FNNOoAG8LvKqhPZ1sUJj\nvO6aY8G0GuhNadFm2xIHXksQ/pIFIV4drvRukwTdVURS/zFK77Mm1mYiP/Dro+fh\nuseYzYbBAoGBANaZIMYj7L/2ZUQuP2iMEY3Xc7km4ixx6LyQpxS/bZ16xHSrC5yV\n8aJTmhpi2843RGy7eRdlA59YbuGcncGbp8shFw+1mNoCDbUo5ELigSHc53zNhUMP\nMZfpNftlk0RTsNJsmH1CbZ8uVOF0NqZ5aQkiHyjXwUblKw70pQpfnVt1AoGBANFs\nMUc2PYZFyOLaU/G+KFY70fk+cCWK86gdda+6qbCwv8dCY9RGNqGACqWdMe6cBBwe\nTqzzhq67Dz/52S1cg1+EmGSVKjtPm8bet06C1V4C84cb0oCliON2u4U7xGD6hoEo\nhcQLQMwSSPjXX9j8SeCa2cool9qQsQtrGbV5YN8lAoGBAMoitKdOQXvTuDFPqrRs\nc0B69+soABTDOukbC/ZUFgknEZOfZbGZ31/6hYZjJg4JKu+MaxQpNw9J+i+TGVm7\np4KDabiHYjG/i2/f05pYxi/CZ128LNEsp5ciuZFSbTQH7N9YIQ6jmqQ8vQEcOTn3\n1IMg297Z05lW1Ych06+AvrTdAoGAN/P2PpaJXaSrhaDbqM0rrc6RzUwXXpB/hT1J\nwkfXKrQuqShdz8tqsT+qmJElVCEvH+whDSiLpYepDWjN08bR+uVMaiNIg0xDzKCY\nzUs7gsC7HDAcz+5qYovIklJjp52H7l5LTxPKnjuMb5/rpefSPUZiRhcOa4EZLHnT\nBp+FeFkCgYAUYzbxGQunsNooI6Ezhe2IlMLmRdIUq30muGkkFOLCZC1F1DotEPUD\nuy+okWEQMOCQXyUz/YN4IvvTx9uoawwICj4uO9HNAfnJu9P9JicpcrkO+GidyHAU\ntCGCphtW8PNohf+wV2RiFCARM/d4V/HIU291om3Mg+MxiIO9XJGnOw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "fingerprint": "79:0f:8f:5c:6b:31:e4:41:78:78:95:67:ea:7a:b7:e5"}} 2018-08-25 10:45:03,077 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-319bc362-3a28-4b6f-8ca8-2bd4d5f99017 2018-08-25 10:45:03,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.588374137878s 2018-08-25 10:45:03,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-319bc362-3a28-4b6f-8ca8-2bd4d5f99017 2018-08-25 10:45:03,078 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvjbWqmCFUYq2koSk7azyQrSMK/8+qSI4jtLaYLrbh+KKwk62OpQvpUb6rxePwaR4c0s9Xa62H96+MloQCajKp1jhAXICNxrZQEtpsaJqpI5kCBABbiwkOQNUOiJBRCxSWk4K+dAtjq780ZShZefB0PlusACoDDtpzYS0tMx4kQzy+N8XxylNNv2ArcteolmRx2da2S5prEYq55nQigjq3KUxoa+PLd33N8lGxoi0mcxOK1luvkMl6p6wt2pg+aBJ8a6Y58Ir8s5+nUBlHDofSJ95nnW4SneeiOuPuIUtox+vSC3dD188glpcRGuQ3NqM0oZ/hY39YRElMNb99SSLp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr421qpghVGKtpKEpO2s8kK0jCv/PqkiOI7S2mC624fiisJOt\njqUL6VG+q8Xj8GkeHNLPV2uth/evjJaEAmoyqdY4QFyAjca2UBLabGiaqSOZAgQA\nW4sJDkDVDoiQUQsUlpOCvnQLY6u/NGUoWXnwdD5brAAqAw7ac2EtLTMeJEM8vjfF\n8cpTTb9gK3LXqJZkcdnWtkuaaxGKueZ0IoI6tylMaGvjy3d9zfJRsaItJnMTitZb\nr5DJeqesLdqYPmgSfGumOfCK/LOfp1AZRw6H0ifeZ51uEp3nojrj7iFLaMfr0gt3\nQ9fPIJaXERrkNzajNKGf4WN/WERJTDW/fUki6QIDAQABAoIBAQCZ8G2o1hYD5TPW\n9OsvC23kf64G6yKyc0UQ0lp7QBtmM5yVsimyt8+mHORRxAmIuuSI6eKfCfD1FaB+\na03+wBkFDK/u4C5qJCGiPaYDAgb84hY9yjx2CYk7UmaBhAboygqXr2oqj5+dGvFj\nhIDJVUAg7r18KfitDc1I96GhzP1VVZyQNgCUFOjgyrOLfOZ2ZC68wLLHvpBg84IV\nPBooWPpryaaV8eDnMFXqwzJKwZttkhRkBiN3UFvNroO1FNNOoAG8LvKqhPZ1sUJj\nvO6aY8G0GuhNadFm2xIHXksQ/pIFIV4drvRukwTdVURS/zFK77Mm1mYiP/Dro+fh\nuseYzYbBAoGBANaZIMYj7L/2ZUQuP2iMEY3Xc7km4ixx6LyQpxS/bZ16xHSrC5yV\n8aJTmhpi2843RGy7eRdlA59YbuGcncGbp8shFw+1mNoCDbUo5ELigSHc53zNhUMP\nMZfpNftlk0RTsNJsmH1CbZ8uVOF0NqZ5aQkiHyjXwUblKw70pQpfnVt1AoGBANFs\nMUc2PYZFyOLaU/G+KFY70fk+cCWK86gdda+6qbCwv8dCY9RGNqGACqWdMe6cBBwe\nTqzzhq67Dz/52S1cg1+EmGSVKjtPm8bet06C1V4C84cb0oCliON2u4U7xGD6hoEo\nhcQLQMwSSPjXX9j8SeCa2cool9qQsQtrGbV5YN8lAoGBAMoitKdOQXvTuDFPqrRs\nc0B69+soABTDOukbC/ZUFgknEZOfZbGZ31/6hYZjJg4JKu+MaxQpNw9J+i+TGVm7\np4KDabiHYjG/i2/f05pYxi/CZ128LNEsp5ciuZFSbTQH7N9YIQ6jmqQ8vQEcOTn3\n1IMg297Z05lW1Ych06+AvrTdAoGAN/P2PpaJXaSrhaDbqM0rrc6RzUwXXpB/hT1J\nwkfXKrQuqShdz8tqsT+qmJElVCEvH+whDSiLpYepDWjN08bR+uVMaiNIg0xDzKCY\nzUs7gsC7HDAcz+5qYovIklJjp52H7l5LTxPKnjuMb5/rpefSPUZiRhcOa4EZLHnT\nBp+FeFkCgYAUYzbxGQunsNooI6Ezhe2IlMLmRdIUq30muGkkFOLCZC1F1DotEPUD\nuy+okWEQMOCQXyUz/YN4IvvTx9uoawwICj4uO9HNAfnJu9P9JicpcrkO+GidyHAU\ntCGCphtW8PNohf+wV2RiFCARM/d4V/HIU291om3Mg+MxiIO9XJGnOw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5a7f713e42f844eb8b536bd4c3be86db', 'name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'created_at': '2018-08-25T10:45:03.078222', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e7719337c5104fdd95c45d992a8afac0', 'name': 'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'79:0f:8f:5c:6b:31:e4:41:78:78:95:67:ea:7a:b7:e5', 'type': 'ssh', 'id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed'}) 2018-08-25 10:45:03,078 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAr421qpghVGKtpKEpO2s8kK0jCv/PqkiOI7S2mC624fiisJOt jqUL6VG+q8Xj8GkeHNLPV2uth/evjJaEAmoyqdY4QFyAjca2UBLabGiaqSOZAgQA W4sJDkDVDoiQUQsUlpOCvnQLY6u/NGUoWXnwdD5brAAqAw7ac2EtLTMeJEM8vjfF 8cpTTb9gK3LXqJZkcdnWtkuaaxGKueZ0IoI6tylMaGvjy3d9zfJRsaItJnMTitZb r5DJeqesLdqYPmgSfGumOfCK/LOfp1AZRw6H0ifeZ51uEp3nojrj7iFLaMfr0gt3 Q9fPIJaXERrkNzajNKGf4WN/WERJTDW/fUki6QIDAQABAoIBAQCZ8G2o1hYD5TPW 9OsvC23kf64G6yKyc0UQ0lp7QBtmM5yVsimyt8+mHORRxAmIuuSI6eKfCfD1FaB+ a03+wBkFDK/u4C5qJCGiPaYDAgb84hY9yjx2CYk7UmaBhAboygqXr2oqj5+dGvFj hIDJVUAg7r18KfitDc1I96GhzP1VVZyQNgCUFOjgyrOLfOZ2ZC68wLLHvpBg84IV PBooWPpryaaV8eDnMFXqwzJKwZttkhRkBiN3UFvNroO1FNNOoAG8LvKqhPZ1sUJj vO6aY8G0GuhNadFm2xIHXksQ/pIFIV4drvRukwTdVURS/zFK77Mm1mYiP/Dro+fh useYzYbBAoGBANaZIMYj7L/2ZUQuP2iMEY3Xc7km4ixx6LyQpxS/bZ16xHSrC5yV 8aJTmhpi2843RGy7eRdlA59YbuGcncGbp8shFw+1mNoCDbUo5ELigSHc53zNhUMP MZfpNftlk0RTsNJsmH1CbZ8uVOF0NqZ5aQkiHyjXwUblKw70pQpfnVt1AoGBANFs MUc2PYZFyOLaU/G+KFY70fk+cCWK86gdda+6qbCwv8dCY9RGNqGACqWdMe6cBBwe Tqzzhq67Dz/52S1cg1+EmGSVKjtPm8bet06C1V4C84cb0oCliON2u4U7xGD6hoEo hcQLQMwSSPjXX9j8SeCa2cool9qQsQtrGbV5YN8lAoGBAMoitKdOQXvTuDFPqrRs c0B69+soABTDOukbC/ZUFgknEZOfZbGZ31/6hYZjJg4JKu+MaxQpNw9J+i+TGVm7 p4KDabiHYjG/i2/f05pYxi/CZ128LNEsp5ciuZFSbTQH7N9YIQ6jmqQ8vQEcOTn3 1IMg297Z05lW1Ych06+AvrTdAoGAN/P2PpaJXaSrhaDbqM0rrc6RzUwXXpB/hT1J wkfXKrQuqShdz8tqsT+qmJElVCEvH+whDSiLpYepDWjN08bR+uVMaiNIg0xDzKCY zUs7gsC7HDAcz+5qYovIklJjp52H7l5LTxPKnjuMb5/rpefSPUZiRhcOa4EZLHnT Bp+FeFkCgYAUYzbxGQunsNooI6Ezhe2IlMLmRdIUq30muGkkFOLCZC1F1DotEPUD uy+okWEQMOCQXyUz/YN4IvvTx9uoawwICj4uO9HNAfnJu9P9JicpcrkO+GidyHAU tCGCphtW8PNohf+wV2RiFCARM/d4V/HIU291om3Mg+MxiIO9XJGnOw== -----END RSA PRIVATE KEY----- 2018-08-25 10:45:03,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 10:45:03,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"security_group": {"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-25 10:45:03,510 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-0351992f-ac90-4441-a448-2da8773788b9 Date: Sat, 25 Aug 2018 10:45:03 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}} 2018-08-25 10:45:03,510 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-0351992f-ac90-4441-a448-2da8773788b9 2018-08-25 10:45:03,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.428582906723s 2018-08-25 10:45:03,510 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-0351992f-ac90-4441-a448-2da8773788b9 2018-08-25 10:45:03,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:45:03,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:03,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-ae5c4f67-ef16-4aaf-8d96-cb3ff0edfdcf Date: Sat, 25 Aug 2018 10:45:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:45:03,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ae5c4f67-ef16-4aaf-8d96-cb3ff0edfdcf 2018-08-25 10:45:03,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0652451515198s 2018-08-25 10:45:03,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ae5c4f67-ef16-4aaf-8d96-cb3ff0edfdcf 2018-08-25 10:45:03,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:45:03,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}}' 2018-08-25 10:45:03,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a49cb75a-882d-490f-8121-a09744a0bfd1 Date: Sat, 25 Aug 2018 10:45:03 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-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "port_range_min": 22, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "f957858d-ccf8-4c03-a2c9-a771738e7394"}} 2018-08-25 10:45:03,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-a49cb75a-882d-490f-8121-a09744a0bfd1 2018-08-25 10:45:03,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130887031555s 2018-08-25 10:45:03,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-a49cb75a-882d-490f-8121-a09744a0bfd1 2018-08-25 10:45:03,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:45:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:03,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-a6229744-67ff-4c94-bb8c-85730c819fd6 Date: Sat, 25 Aug 2018 10:45:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 2, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:45:03,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-a6229744-67ff-4c94-bb8c-85730c819fd6 2018-08-25 10:45:03,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0471119880676s 2018-08-25 10:45:03,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-a6229744-67ff-4c94-bb8c-85730c819fd6 2018-08-25 10:45:03,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:45:03,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}}' 2018-08-25 10:45:03,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9455da04-7332-4ee4-aa7e-c14d37016577 Date: Sat, 25 Aug 2018 10:45:03 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-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "port_range_min": null, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914"}} 2018-08-25 10:45:03,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-9455da04-7332-4ee4-aa7e-c14d37016577 2018-08-25 10:45:03,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.137781143188s 2018-08-25 10:45:03,908 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-9455da04-7332-4ee4-aa7e-c14d37016577 2018-08-25 10:45:03,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:45:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:03,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-e8d85e11-8f41-43d8-9272-ccef065ae089 Date: Sat, 25 Aug 2018 10:45:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 3, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:45:03,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-e8d85e11-8f41-43d8-9272-ccef065ae089 2018-08-25 10:45:03,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0557079315186s 2018-08-25 10:45:03,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-e8d85e11-8f41-43d8-9272-ccef065ae089 2018-08-25 10:45:03,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:45:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}}' 2018-08-25 10:45:04,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a4163322-19f9-48ee-bca1-fe861dadf61c Date: Sat, 25 Aug 2018 10:45:04 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-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "port_range_min": 80, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:04Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "ac34638e-f0da-47d1-b2c0-ce512e187afb"}} 2018-08-25 10:45:04,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-a4163322-19f9-48ee-bca1-fe861dadf61c 2018-08-25 10:45:04,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.15504193306s 2018-08-25 10:45:04,126 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-a4163322-19f9-48ee-bca1-fe861dadf61c 2018-08-25 10:45:04,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:45:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:04,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-2f20a52b-af3b-481f-b7c1-d473bec2e795 Date: Sat, 25 Aug 2018 10:45:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "ac34638e-f0da-47d1-b2c0-ce512e187afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 4, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:45:04,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-2f20a52b-af3b-481f-b7c1-d473bec2e795 2018-08-25 10:45:04,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0463449954987s 2018-08-25 10:45:04,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-2f20a52b-af3b-481f-b7c1-d473bec2e795 2018-08-25 10:45:04,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:45:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}}' 2018-08-25 10:45:04,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d82b0462-d012-4106-b394-4edc24e5e9d7 Date: Sat, 25 Aug 2018 10:45:04 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-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "port_range_min": 443, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:04Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "e975a1b3-0191-45ad-85bb-0dce7d544020"}} 2018-08-25 10:45:04,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-d82b0462-d012-4106-b394-4edc24e5e9d7 2018-08-25 10:45:04,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.239628076553s 2018-08-25 10:45:04,419 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-d82b0462-d012-4106-b394-4edc24e5e9d7 2018-08-25 10:45:04,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:45:04,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:04,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-268eebda-ca78-4523-b9d4-7a6162029929 Date: Sat, 25 Aug 2018 10:45:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "ac34638e-f0da-47d1-b2c0-ce512e187afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "e975a1b3-0191-45ad-85bb-0dce7d544020", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 5, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:45:04,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-268eebda-ca78-4523-b9d4-7a6162029929 2018-08-25 10:45:04,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0437378883362s 2018-08-25 10:45:04,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-268eebda-ca78-4523-b9d4-7a6162029929 2018-08-25 10:45:04,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:45:04,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}}' 2018-08-25 10:45:04,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-cf114cdf-5656-445c-a096-e1a17b55ec61 Date: Sat, 25 Aug 2018 10:45:04 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-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "port_range_min": 5671, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:04Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "31e07766-62af-401d-ade6-7e0a0d381544"}} 2018-08-25 10:45:04,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-cf114cdf-5656-445c-a096-e1a17b55ec61 2018-08-25 10:45:04,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13162612915s 2018-08-25 10:45:04,602 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-cf114cdf-5656-445c-a096-e1a17b55ec61 2018-08-25 10:45:04,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:45:04,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:04,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-ead919ea-3f17-4a0a-89e6-da0dc603de4c Date: Sat, 25 Aug 2018 10:45:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "31e07766-62af-401d-ade6-7e0a0d381544", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "ac34638e-f0da-47d1-b2c0-ce512e187afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "e975a1b3-0191-45ad-85bb-0dce7d544020", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 6, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:45:04,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ead919ea-3f17-4a0a-89e6-da0dc603de4c 2018-08-25 10:45:04,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0464510917664s 2018-08-25 10:45:04,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-ead919ea-3f17-4a0a-89e6-da0dc603de4c 2018-08-25 10:45:04,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:45:04,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}}' 2018-08-25 10:45:04,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-838a2b03-2b1c-49d5-ab8e-5e37a70955af Date: Sat, 25 Aug 2018 10:45:04 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-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "port_range_min": 53333, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:04Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "32e9d102-68e9-40d1-b647-671372ba8d58"}} 2018-08-25 10:45:04,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-838a2b03-2b1c-49d5-ab8e-5e37a70955af 2018-08-25 10:45:04,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.125285863876s 2018-08-25 10:45:04,782 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-838a2b03-2b1c-49d5-ab8e-5e37a70955af 2018-08-25 10:45:04,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:45:04,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:04,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-b4efb698-96db-4d22-9d5a-de45ea37e33d Date: Sat, 25 Aug 2018 10:45:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e7719337c5104fdd95c45d992a8afac0","l2_adjacency":true,"status":"ACTIVE","subnets":["6de4e7de-0f18-4d4f-93da-8484979fe997"],"description":"","tags":[],"updated_at":"2018-08-25T10:43:33Z","qos_policy_id":null,"name":"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed","admin_state_up":true,"tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:45:04,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b4efb698-96db-4d22-9d5a-de45ea37e33d 2018-08-25 10:45:04,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0945031642914s 2018-08-25 10:45:04,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b4efb698-96db-4d22-9d5a-de45ea37e33d 2018-08-25 10:45:04,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:45:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:04,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-f18b8bc1-0fc3-45f6-94a1-62f8b619ead8 Date: Sat, 25 Aug 2018 10:45:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:45:02Z", "file": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "size": 4373348352, "self": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:44:01Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:45:04,917 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-f18b8bc1-0fc3-45f6-94a1-62f8b619ead8 2018-08-25 10:45:04,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338768959045s 2018-08-25 10:45:04,917 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-f18b8bc1-0fc3-45f6-94a1-62f8b619ead8 2018-08-25 10:45:04,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 10:45:04,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:04,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-821ea94b-e8c0-4513-b981-0acbba2da96c x-compute-request-id: req-821ea94b-e8c0-4513-b981-0acbba2da96c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2ab14de2-6641-48da-a952-78d1657d86ed", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "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": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40"}]} 2018-08-25 10:45:04,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-821ea94b-e8c0-4513-b981-0acbba2da96c 2018-08-25 10:45:04,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0357730388641s 2018-08-25 10:45:04,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-821ea94b-e8c0-4513-b981-0acbba2da96c 2018-08-25 10:45:04,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 10:45:04,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"server": {"name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "imageRef": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "flavorRef": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "max_count": 1, "min_count": 1, "networks": [{"uuid": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c"}], "security_groups": [{"name": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}]}}' 2018-08-25 10:45:06,415 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 10:45: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-6ab52ad9-935a-4551-bd3e-bfa0c1f1d0a4 x-compute-request-id: req-6ab52ad9-935a-4551-bd3e-bfa0c1f1d0a4 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "546947f7-d383-4cc7-a3b6-fa40d5f2736e"}], "OS-DCF:diskConfig": "MANUAL", "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "adminPass": "MD6dJgCD9s3G"}} 2018-08-25 10:45:06,415 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-6ab52ad9-935a-4551-bd3e-bfa0c1f1d0a4 2018-08-25 10:45:06,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.45870089531s 2018-08-25 10:45:06,416 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-6ab52ad9-935a-4551-bd3e-bfa0c1f1d0a4 2018-08-25 10:45:06,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:06,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:07,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-b340139e-0887-4cfb-bd62-88018a23b0de x-compute-request-id: req-b340139e-0887-4cfb-bd62-88018a23b0de Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "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-08-25T10:45:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:07,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b340139e-0887-4cfb-bd62-88018a23b0de 2018-08-25 10:45:07,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584953784943s 2018-08-25 10:45:07,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b340139e-0887-4cfb-bd62-88018a23b0de 2018-08-25 10:45:07,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:45:07,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:07,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-32a8e177-bf64-40e5-b55f-5f156ec76283 Date: Sat, 25 Aug 2018 10:45:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e7719337c5104fdd95c45d992a8afac0","l2_adjacency":true,"status":"ACTIVE","subnets":["6de4e7de-0f18-4d4f-93da-8484979fe997"],"description":"","tags":[],"updated_at":"2018-08-25T10:43:33Z","qos_policy_id":null,"name":"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed","admin_state_up":true,"tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:45:07,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-32a8e177-bf64-40e5-b55f-5f156ec76283 2018-08-25 10:45:07,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0996489524841s 2018-08-25 10:45:07,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-32a8e177-bf64-40e5-b55f-5f156ec76283 2018-08-25 10:45:07,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 10:45:07,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:07,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-9aa034f4-2951-4796-9fe7-66c7e6c9f1ea Date: Sat, 25 Aug 2018 10:45:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:43:33Z","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":"e7719337c5104fdd95c45d992a8afac0","id":"6de4e7de-0f18-4d4f-93da-8484979fe997","subnetpool_id":null,"name":"cloudify_ims-subnet_2ab14de2-6641-48da-a952-78d1657d86ed"}]} 2018-08-25 10:45:07,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-9aa034f4-2951-4796-9fe7-66c7e6c9f1ea 2018-08-25 10:45:07,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.280573129654s 2018-08-25 10:45:07,390 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-9aa034f4-2951-4796-9fe7-66c7e6c9f1ea 2018-08-25 10:45:07,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:09,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:09,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:10,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-acca8098-c79b-4642-964e-8b97723c4718 x-compute-request-id: req-acca8098-c79b-4642-964e-8b97723c4718 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:10,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-acca8098-c79b-4642-964e-8b97723c4718 2018-08-25 10:45:10,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21124100685s 2018-08-25 10:45:10,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-acca8098-c79b-4642-964e-8b97723c4718 2018-08-25 10:45:10,610 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:12,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:13,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-a4f108bd-6552-4e16-9e18-63ca93bfec4b x-compute-request-id: req-a4f108bd-6552-4e16-9e18-63ca93bfec4b 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:13,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4f108bd-6552-4e16-9e18-63ca93bfec4b 2018-08-25 10:45:13,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.866865158081s 2018-08-25 10:45:13,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4f108bd-6552-4e16-9e18-63ca93bfec4b 2018-08-25 10:45:13,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:15,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:15,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:15,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-82aa8f54-7691-4eec-b90d-56f85f6af2a5 x-compute-request-id: req-82aa8f54-7691-4eec-b90d-56f85f6af2a5 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:15,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-82aa8f54-7691-4eec-b90d-56f85f6af2a5 2018-08-25 10:45:15,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210618019104s 2018-08-25 10:45:15,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-82aa8f54-7691-4eec-b90d-56f85f6af2a5 2018-08-25 10:45:15,702 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:17,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:17,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:18,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-5781480b-1292-4461-87e8-c0e70951c886 x-compute-request-id: req-5781480b-1292-4461-87e8-c0e70951c886 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:18,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5781480b-1292-4461-87e8-c0e70951c886 2018-08-25 10:45:18,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368041038513s 2018-08-25 10:45:18,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5781480b-1292-4461-87e8-c0e70951c886 2018-08-25 10:45:18,080 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:20,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:20,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:20,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-ea61e11d-1dc7-4b25-8eef-00b7443d0fb7 x-compute-request-id: req-ea61e11d-1dc7-4b25-8eef-00b7443d0fb7 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:20,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ea61e11d-1dc7-4b25-8eef-00b7443d0fb7 2018-08-25 10:45:20,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675511837006s 2018-08-25 10:45:20,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ea61e11d-1dc7-4b25-8eef-00b7443d0fb7 2018-08-25 10:45:20,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:22,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:22,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:23,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-1f57d7b8-a692-4349-a0e4-25b78e985c7d x-compute-request-id: req-1f57d7b8-a692-4349-a0e4-25b78e985c7d 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:23,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1f57d7b8-a692-4349-a0e4-25b78e985c7d 2018-08-25 10:45:23,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690468072891s 2018-08-25 10:45:23,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1f57d7b8-a692-4349-a0e4-25b78e985c7d 2018-08-25 10:45:23,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:25,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:25,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:25,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-d316f9ac-a243-46ba-ac76-f87a7950094c x-compute-request-id: req-d316f9ac-a243-46ba-ac76-f87a7950094c 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:25,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d316f9ac-a243-46ba-ac76-f87a7950094c 2018-08-25 10:45:25,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398952960968s 2018-08-25 10:45:25,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d316f9ac-a243-46ba-ac76-f87a7950094c 2018-08-25 10:45:25,866 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:27,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:28,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-6110feec-3812-405f-94ba-53557e2351a2 x-compute-request-id: req-6110feec-3812-405f-94ba-53557e2351a2 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:28,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6110feec-3812-405f-94ba-53557e2351a2 2018-08-25 10:45:28,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180192947388s 2018-08-25 10:45:28,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6110feec-3812-405f-94ba-53557e2351a2 2018-08-25 10:45:28,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:30,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:30,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:30,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-aab2961b-d029-4be5-9149-8a17cb1a1a25 x-compute-request-id: req-aab2961b-d029-4be5-9149-8a17cb1a1a25 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:30,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aab2961b-d029-4be5-9149-8a17cb1a1a25 2018-08-25 10:45:30,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382557153702s 2018-08-25 10:45:30,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aab2961b-d029-4be5-9149-8a17cb1a1a25 2018-08-25 10:45:30,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:32,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:32,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:32,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-e1cb4901-7ef2-4ba8-a813-116f130ed012 x-compute-request-id: req-e1cb4901-7ef2-4ba8-a813-116f130ed012 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:32,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e1cb4901-7ef2-4ba8-a813-116f130ed012 2018-08-25 10:45:32,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19399189949s 2018-08-25 10:45:32,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e1cb4901-7ef2-4ba8-a813-116f130ed012 2018-08-25 10:45:32,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:34,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:34,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-7fba2404-ed8f-40b7-84e5-ba18e9c3eb97 x-compute-request-id: req-7fba2404-ed8f-40b7-84e5-ba18e9c3eb97 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:34,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7fba2404-ed8f-40b7-84e5-ba18e9c3eb97 2018-08-25 10:45:34,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174452066422s 2018-08-25 10:45:34,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7fba2404-ed8f-40b7-84e5-ba18e9c3eb97 2018-08-25 10:45:34,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:36,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:36,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:37,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-ff6cb5ad-a9aa-49a9-95f3-ce19004e76a3 x-compute-request-id: req-ff6cb5ad-a9aa-49a9-95f3-ce19004e76a3 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:37,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ff6cb5ad-a9aa-49a9-95f3-ce19004e76a3 2018-08-25 10:45:37,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400155067444s 2018-08-25 10:45:37,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ff6cb5ad-a9aa-49a9-95f3-ce19004e76a3 2018-08-25 10:45:37,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:39,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:39,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:39,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-72e09175-fdb4-432e-bc34-9db288a5ce2b x-compute-request-id: req-72e09175-fdb4-432e-bc34-9db288a5ce2b 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:39,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-72e09175-fdb4-432e-bc34-9db288a5ce2b 2018-08-25 10:45:39,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170337915421s 2018-08-25 10:45:39,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-72e09175-fdb4-432e-bc34-9db288a5ce2b 2018-08-25 10:45:39,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:41,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:41,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-1f6b3c33-a24e-4129-aad1-aac6151c554b x-compute-request-id: req-1f6b3c33-a24e-4129-aad1-aac6151c554b 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:41,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1f6b3c33-a24e-4129-aad1-aac6151c554b 2018-08-25 10:45:41,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166610002518s 2018-08-25 10:45:41,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1f6b3c33-a24e-4129-aad1-aac6151c554b 2018-08-25 10:45:41,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:43,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:44,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-9c699320-b1ad-4365-9993-ffc45d88e561 x-compute-request-id: req-9c699320-b1ad-4365-9993-ffc45d88e561 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:44,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c699320-b1ad-4365-9993-ffc45d88e561 2018-08-25 10:45:44,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676539182663s 2018-08-25 10:45:44,266 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9c699320-b1ad-4365-9993-ffc45d88e561 2018-08-25 10:45:44,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:46,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:46,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-52516d3c-2e48-4c66-93e2-7efddc437fc0 x-compute-request-id: req-52516d3c-2e48-4c66-93e2-7efddc437fc0 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:46,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-52516d3c-2e48-4c66-93e2-7efddc437fc0 2018-08-25 10:45:46,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.338088035583s 2018-08-25 10:45:46,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-52516d3c-2e48-4c66-93e2-7efddc437fc0 2018-08-25 10:45:46,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:48,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:48,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:48,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-fa94bdb2-bb51-4fa0-bb68-0d4a7e235554 x-compute-request-id: req-fa94bdb2-bb51-4fa0-bb68-0d4a7e235554 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:48,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-fa94bdb2-bb51-4fa0-bb68-0d4a7e235554 2018-08-25 10:45:48,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177356004715s 2018-08-25 10:45:48,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-fa94bdb2-bb51-4fa0-bb68-0d4a7e235554 2018-08-25 10:45:48,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:50,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:50,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:51,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-7142b5f4-7d4a-45b0-b49c-1007df84d110 x-compute-request-id: req-7142b5f4-7d4a-45b0-b49c-1007df84d110 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:51,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7142b5f4-7d4a-45b0-b49c-1007df84d110 2018-08-25 10:45:51,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345182180405s 2018-08-25 10:45:51,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7142b5f4-7d4a-45b0-b49c-1007df84d110 2018-08-25 10:45:51,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:53,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:53,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:53,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-dfd991c3-dd68-4562-84f2-b725621f8d4f x-compute-request-id: req-dfd991c3-dd68-4562-84f2-b725621f8d4f 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:53,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-dfd991c3-dd68-4562-84f2-b725621f8d4f 2018-08-25 10:45:53,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194356918335s 2018-08-25 10:45:53,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-dfd991c3-dd68-4562-84f2-b725621f8d4f 2018-08-25 10:45:53,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:55,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:55,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:55,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-f581d5ad-d423-4b11-a89b-d9cb1cce08ed x-compute-request-id: req-f581d5ad-d423-4b11-a89b-d9cb1cce08ed 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:55,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f581d5ad-d423-4b11-a89b-d9cb1cce08ed 2018-08-25 10:45:55,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462108850479s 2018-08-25 10:45:55,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f581d5ad-d423-4b11-a89b-d9cb1cce08ed 2018-08-25 10:45:55,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:45:57,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:45:57,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:45:58,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:45: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-587e3990-842b-41b1-918f-b7042cf3ed29 x-compute-request-id: req-587e3990-842b-41b1-918f-b7042cf3ed29 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:45:58,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-587e3990-842b-41b1-918f-b7042cf3ed29 2018-08-25 10:45:58,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340203046799s 2018-08-25 10:45:58,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-587e3990-842b-41b1-918f-b7042cf3ed29 2018-08-25 10:45:58,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:00,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:00,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:00,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-a4b92b8b-2b87-46b8-b0d9-13d20992add9 x-compute-request-id: req-a4b92b8b-2b87-46b8-b0d9-13d20992add9 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:00,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4b92b8b-2b87-46b8-b0d9-13d20992add9 2018-08-25 10:46:00,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726730108261s 2018-08-25 10:46:00,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4b92b8b-2b87-46b8-b0d9-13d20992add9 2018-08-25 10:46:00,902 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:02,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:03,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-54edbc78-98f6-4050-8b2d-324490d501e7 x-compute-request-id: req-54edbc78-98f6-4050-8b2d-324490d501e7 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:03,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-54edbc78-98f6-4050-8b2d-324490d501e7 2018-08-25 10:46:03,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674045085907s 2018-08-25 10:46:03,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-54edbc78-98f6-4050-8b2d-324490d501e7 2018-08-25 10:46:03,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:05,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:05,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:05,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-78f22ef3-e5ff-4ff7-8b10-9f3b103f32c2 x-compute-request-id: req-78f22ef3-e5ff-4ff7-8b10-9f3b103f32c2 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:05,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-78f22ef3-e5ff-4ff7-8b10-9f3b103f32c2 2018-08-25 10:46:05,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353773832321s 2018-08-25 10:46:05,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-78f22ef3-e5ff-4ff7-8b10-9f3b103f32c2 2018-08-25 10:46:05,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:07,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:07,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:08,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-7d4d9cdd-81da-4b24-8e6d-66819e1cd6af x-compute-request-id: req-7d4d9cdd-81da-4b24-8e6d-66819e1cd6af 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:08,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7d4d9cdd-81da-4b24-8e6d-66819e1cd6af 2018-08-25 10:46:08,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172147035599s 2018-08-25 10:46:08,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7d4d9cdd-81da-4b24-8e6d-66819e1cd6af 2018-08-25 10:46:08,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:10,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:10,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:10,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-c962b2ad-03b6-425b-bb34-e92dd3ff4bda x-compute-request-id: req-c962b2ad-03b6-425b-bb34-e92dd3ff4bda 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:10,552 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c962b2ad-03b6-425b-bb34-e92dd3ff4bda 2018-08-25 10:46:10,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427217960358s 2018-08-25 10:46:10,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c962b2ad-03b6-425b-bb34-e92dd3ff4bda 2018-08-25 10:46:10,556 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:12,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:13,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-4781cb09-f168-461c-a808-5f48e922118a x-compute-request-id: req-4781cb09-f168-461c-a808-5f48e922118a 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:13,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4781cb09-f168-461c-a808-5f48e922118a 2018-08-25 10:46:13,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661123037338s 2018-08-25 10:46:13,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4781cb09-f168-461c-a808-5f48e922118a 2018-08-25 10:46:13,224 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:15,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:15,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-a27e32ce-3264-458e-abcb-43e5f9c8bc53 x-compute-request-id: req-a27e32ce-3264-458e-abcb-43e5f9c8bc53 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:15,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a27e32ce-3264-458e-abcb-43e5f9c8bc53 2018-08-25 10:46:15,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170098781586s 2018-08-25 10:46:15,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a27e32ce-3264-458e-abcb-43e5f9c8bc53 2018-08-25 10:46:15,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:17,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:17,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:17,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-5bbb30c8-9b94-4916-9b19-a03f4394b4b7 x-compute-request-id: req-5bbb30c8-9b94-4916-9b19-a03f4394b4b7 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:17,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5bbb30c8-9b94-4916-9b19-a03f4394b4b7 2018-08-25 10:46:17,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36612701416s 2018-08-25 10:46:17,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5bbb30c8-9b94-4916-9b19-a03f4394b4b7 2018-08-25 10:46:17,774 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:19,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:19,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:20,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-1451506d-15c4-47de-a042-fa37ea3503f2 x-compute-request-id: req-1451506d-15c4-47de-a042-fa37ea3503f2 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:20,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1451506d-15c4-47de-a042-fa37ea3503f2 2018-08-25 10:46:20,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431282997131s 2018-08-25 10:46:20,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-1451506d-15c4-47de-a042-fa37ea3503f2 2018-08-25 10:46:20,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:22,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:22,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:22,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-0f19b036-7410-4a40-98b3-88af2b8d790c x-compute-request-id: req-0f19b036-7410-4a40-98b3-88af2b8d790c 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:22,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0f19b036-7410-4a40-98b3-88af2b8d790c 2018-08-25 10:46:22,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372356891632s 2018-08-25 10:46:22,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0f19b036-7410-4a40-98b3-88af2b8d790c 2018-08-25 10:46:22,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:24,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:24,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:24,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-d18df997-5c74-41c2-80ce-2971cac79dd4 x-compute-request-id: req-d18df997-5c74-41c2-80ce-2971cac79dd4 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:24,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d18df997-5c74-41c2-80ce-2971cac79dd4 2018-08-25 10:46:24,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194584846497s 2018-08-25 10:46:24,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d18df997-5c74-41c2-80ce-2971cac79dd4 2018-08-25 10:46:24,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:26,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:26,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:26,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-385cb5ea-4713-4bea-a6ee-02105cfaa3f4 x-compute-request-id: req-385cb5ea-4713-4bea-a6ee-02105cfaa3f4 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:26,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-385cb5ea-4713-4bea-a6ee-02105cfaa3f4 2018-08-25 10:46:26,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183952093124s 2018-08-25 10:46:26,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-385cb5ea-4713-4bea-a6ee-02105cfaa3f4 2018-08-25 10:46:26,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:28,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:28,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:29,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-2297ffb5-c56c-4a98-a522-beb26e9415e7 x-compute-request-id: req-2297ffb5-c56c-4a98-a522-beb26e9415e7 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:29,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2297ffb5-c56c-4a98-a522-beb26e9415e7 2018-08-25 10:46:29,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592753887177s 2018-08-25 10:46:29,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2297ffb5-c56c-4a98-a522-beb26e9415e7 2018-08-25 10:46:29,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:31,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:31,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:32,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-574e5ad7-1b1e-4a23-a133-e190aeb7be7a x-compute-request-id: req-574e5ad7-1b1e-4a23-a133-e190aeb7be7a 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:32,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-574e5ad7-1b1e-4a23-a133-e190aeb7be7a 2018-08-25 10:46:32,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604029893875s 2018-08-25 10:46:32,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-574e5ad7-1b1e-4a23-a133-e190aeb7be7a 2018-08-25 10:46:32,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:34,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:34,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:34,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-715037b9-bce5-4d28-a02d-b5f7fc1872f1 x-compute-request-id: req-715037b9-bce5-4d28-a02d-b5f7fc1872f1 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:34,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-715037b9-bce5-4d28-a02d-b5f7fc1872f1 2018-08-25 10:46:34,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17773604393s 2018-08-25 10:46:34,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-715037b9-bce5-4d28-a02d-b5f7fc1872f1 2018-08-25 10:46:34,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:36,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:36,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:36,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-43472eb5-7272-4e95-aef1-432caf73e67b x-compute-request-id: req-43472eb5-7272-4e95-aef1-432caf73e67b 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:36,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-43472eb5-7272-4e95-aef1-432caf73e67b 2018-08-25 10:46:36,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410935878754s 2018-08-25 10:46:36,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-43472eb5-7272-4e95-aef1-432caf73e67b 2018-08-25 10:46:36,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:38,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:38,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:38,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-b10d3063-5838-4ca6-82f7-be575a6bbb84 x-compute-request-id: req-b10d3063-5838-4ca6-82f7-be575a6bbb84 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:38,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b10d3063-5838-4ca6-82f7-be575a6bbb84 2018-08-25 10:46:38,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195134878159s 2018-08-25 10:46:38,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b10d3063-5838-4ca6-82f7-be575a6bbb84 2018-08-25 10:46:38,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:41,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:41,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:41,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-3006e188-a5b5-44b6-8d9c-8f92c2788b98 x-compute-request-id: req-3006e188-a5b5-44b6-8d9c-8f92c2788b98 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:41,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3006e188-a5b5-44b6-8d9c-8f92c2788b98 2018-08-25 10:46:41,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46141910553s 2018-08-25 10:46:41,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3006e188-a5b5-44b6-8d9c-8f92c2788b98 2018-08-25 10:46:41,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:43,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:43,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-f53d70e6-1c44-4b45-a436-4707fb880fbd x-compute-request-id: req-f53d70e6-1c44-4b45-a436-4707fb880fbd 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:43,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f53d70e6-1c44-4b45-a436-4707fb880fbd 2018-08-25 10:46:43,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181493997574s 2018-08-25 10:46:43,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f53d70e6-1c44-4b45-a436-4707fb880fbd 2018-08-25 10:46:43,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:45,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:45,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:46,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-3d1ef4bd-365b-463c-bfbc-15d75df0e3e0 x-compute-request-id: req-3d1ef4bd-365b-463c-bfbc-15d75df0e3e0 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:46,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3d1ef4bd-365b-463c-bfbc-15d75df0e3e0 2018-08-25 10:46:46,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657110929489s 2018-08-25 10:46:46,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3d1ef4bd-365b-463c-bfbc-15d75df0e3e0 2018-08-25 10:46:46,320 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:48,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:48,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:48,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-9e06964d-67e2-4652-bbeb-33a9ef9156f1 x-compute-request-id: req-9e06964d-67e2-4652-bbeb-33a9ef9156f1 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:48,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9e06964d-67e2-4652-bbeb-33a9ef9156f1 2018-08-25 10:46:48,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176412820816s 2018-08-25 10:46:48,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9e06964d-67e2-4652-bbeb-33a9ef9156f1 2018-08-25 10:46:48,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:50,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:50,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:50,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-8362999b-3e70-4716-9397-3a9a78e8494d x-compute-request-id: req-8362999b-3e70-4716-9397-3a9a78e8494d 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:50,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8362999b-3e70-4716-9397-3a9a78e8494d 2018-08-25 10:46:50,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176872968674s 2018-08-25 10:46:50,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8362999b-3e70-4716-9397-3a9a78e8494d 2018-08-25 10:46:50,689 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:52,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:52,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:53,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-f4e4a7dc-d28a-4e06-8e33-3bf2b48b7427 x-compute-request-id: req-f4e4a7dc-d28a-4e06-8e33-3bf2b48b7427 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:53,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f4e4a7dc-d28a-4e06-8e33-3bf2b48b7427 2018-08-25 10:46:53,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648298978806s 2018-08-25 10:46:53,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f4e4a7dc-d28a-4e06-8e33-3bf2b48b7427 2018-08-25 10:46:53,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:55,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:55,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:55,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-cfcd2419-79a6-4948-b73f-1bcb9d6030eb x-compute-request-id: req-cfcd2419-79a6-4948-b73f-1bcb9d6030eb 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:55,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cfcd2419-79a6-4948-b73f-1bcb9d6030eb 2018-08-25 10:46:55,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175284862518s 2018-08-25 10:46:55,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cfcd2419-79a6-4948-b73f-1bcb9d6030eb 2018-08-25 10:46:55,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:57,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:57,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:46:57,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:46: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-d6cb60a5-c35b-47b7-8518-9cd6112b1fe8 x-compute-request-id: req-d6cb60a5-c35b-47b7-8518-9cd6112b1fe8 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:46:57,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d6cb60a5-c35b-47b7-8518-9cd6112b1fe8 2018-08-25 10:46:57,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418216943741s 2018-08-25 10:46:57,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d6cb60a5-c35b-47b7-8518-9cd6112b1fe8 2018-08-25 10:46:57,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:46:59,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:46:59,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:00,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10: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-e34629bb-063c-477e-bc3a-1cde575654e5 x-compute-request-id: req-e34629bb-063c-477e-bc3a-1cde575654e5 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:00,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e34629bb-063c-477e-bc3a-1cde575654e5 2018-08-25 10:47:00,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17896604538s 2018-08-25 10:47:00,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e34629bb-063c-477e-bc3a-1cde575654e5 2018-08-25 10:47:00,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:02,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:02,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:02,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-81fcf2c8-7f0f-46ac-b75b-323e7e03d3f4 x-compute-request-id: req-81fcf2c8-7f0f-46ac-b75b-323e7e03d3f4 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:02,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-81fcf2c8-7f0f-46ac-b75b-323e7e03d3f4 2018-08-25 10:47:02,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347487926483s 2018-08-25 10:47:02,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-81fcf2c8-7f0f-46ac-b75b-323e7e03d3f4 2018-08-25 10:47:02,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:04,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:04,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-d1adb409-e0e5-4e60-914e-5f861c64d1fb x-compute-request-id: req-d1adb409-e0e5-4e60-914e-5f861c64d1fb 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:04,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d1adb409-e0e5-4e60-914e-5f861c64d1fb 2018-08-25 10:47:04,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18870806694s 2018-08-25 10:47:04,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d1adb409-e0e5-4e60-914e-5f861c64d1fb 2018-08-25 10:47:04,689 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:06,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:06,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:07,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-2fb6a1da-dcfb-4796-8ce8-edc702d9a90e x-compute-request-id: req-2fb6a1da-dcfb-4796-8ce8-edc702d9a90e 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:07,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2fb6a1da-dcfb-4796-8ce8-edc702d9a90e 2018-08-25 10:47:07,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453748941422s 2018-08-25 10:47:07,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2fb6a1da-dcfb-4796-8ce8-edc702d9a90e 2018-08-25 10:47:07,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:09,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:09,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-5e9ea68e-b289-4f00-98ea-29e8fa1e8363 x-compute-request-id: req-5e9ea68e-b289-4f00-98ea-29e8fa1e8363 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:09,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5e9ea68e-b289-4f00-98ea-29e8fa1e8363 2018-08-25 10:47:09,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175697088242s 2018-08-25 10:47:09,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5e9ea68e-b289-4f00-98ea-29e8fa1e8363 2018-08-25 10:47:09,333 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:11,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:11,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:11,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-19cd8b12-035a-4613-9283-467857f4c18b x-compute-request-id: req-19cd8b12-035a-4613-9283-467857f4c18b 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:11,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-19cd8b12-035a-4613-9283-467857f4c18b 2018-08-25 10:47:11,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165374040604s 2018-08-25 10:47:11,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-19cd8b12-035a-4613-9283-467857f4c18b 2018-08-25 10:47:11,505 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:13,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:13,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:14,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-f54194ea-239b-4162-828c-e3fb2f276533 x-compute-request-id: req-f54194ea-239b-4162-828c-e3fb2f276533 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:14,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f54194ea-239b-4162-828c-e3fb2f276533 2018-08-25 10:47:14,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838631868362s 2018-08-25 10:47:14,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f54194ea-239b-4162-828c-e3fb2f276533 2018-08-25 10:47:14,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:16,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:16,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:16,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-7c68892a-d9ed-4d42-9dff-d07536e58d7c x-compute-request-id: req-7c68892a-d9ed-4d42-9dff-d07536e58d7c 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:16,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7c68892a-d9ed-4d42-9dff-d07536e58d7c 2018-08-25 10:47:16,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183162927628s 2018-08-25 10:47:16,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7c68892a-d9ed-4d42-9dff-d07536e58d7c 2018-08-25 10:47:16,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:18,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:18,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:18,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-7b0adfbb-97f8-48a0-947c-4d89f8635cde x-compute-request-id: req-7b0adfbb-97f8-48a0-947c-4d89f8635cde 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:18,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7b0adfbb-97f8-48a0-947c-4d89f8635cde 2018-08-25 10:47:18,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179605007172s 2018-08-25 10:47:18,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7b0adfbb-97f8-48a0-947c-4d89f8635cde 2018-08-25 10:47:18,728 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:20,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:20,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:21,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-e79703e3-d282-4cde-9205-bb9ea1411b19 x-compute-request-id: req-e79703e3-d282-4cde-9205-bb9ea1411b19 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:21,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e79703e3-d282-4cde-9205-bb9ea1411b19 2018-08-25 10:47:21,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46112203598s 2018-08-25 10:47:21,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e79703e3-d282-4cde-9205-bb9ea1411b19 2018-08-25 10:47:21,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:23,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:23,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:23,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-4f6b41ea-8bc9-433f-be8f-6cdaa4069029 x-compute-request-id: req-4f6b41ea-8bc9-433f-be8f-6cdaa4069029 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:23,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4f6b41ea-8bc9-433f-be8f-6cdaa4069029 2018-08-25 10:47:23,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637974023819s 2018-08-25 10:47:23,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-4f6b41ea-8bc9-433f-be8f-6cdaa4069029 2018-08-25 10:47:23,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:25,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:25,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:26,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-b27e429b-8b32-40da-8a14-15335a4f244a x-compute-request-id: req-b27e429b-8b32-40da-8a14-15335a4f244a 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:26,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b27e429b-8b32-40da-8a14-15335a4f244a 2018-08-25 10:47:26,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345484018326s 2018-08-25 10:47:26,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b27e429b-8b32-40da-8a14-15335a4f244a 2018-08-25 10:47:26,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:28,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:28,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-ebf212d4-fa41-4410-b3c1-f1716cfb32bd x-compute-request-id: req-ebf212d4-fa41-4410-b3c1-f1716cfb32bd 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.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T10:45:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:28,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ebf212d4-fa41-4410-b3c1-f1716cfb32bd 2018-08-25 10:47:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172358989716s 2018-08-25 10:47:28,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ebf212d4-fa41-4410-b3c1-f1716cfb32bd 2018-08-25 10:47:28,374 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 10:47:30,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 10:47:30,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:30,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-0faf89fa-2fa3-4c5a-ad25-1a48cad94376 x-compute-request-id: req-0faf89fa-2fa3-4c5a-ad25-1a48cad94376 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:d6:3d", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T10:47:28.000000", "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T10:47:28Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 10:47:30,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0faf89fa-2fa3-4c5a-ad25-1a48cad94376 2018-08-25 10:47:30,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195830106735s 2018-08-25 10:47:30,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0faf89fa-2fa3-4c5a-ad25-1a48cad94376 2018-08-25 10:47:30,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 10:47:30,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=4dd15380-e126-4b8a-9c90-3ab9d296a885" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:30,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-8ded054f-4823-4417-ae5a-6ccb8adea1ed Date: Sat, 25 Aug 2018 10:47:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T10:47:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6de4e7de-0f18-4d4f-93da-8484979fe997","ip_address":"192.168.120.17"}],"id":"57242034-bfa0-4090-8a37-c9cc91dd4e13","security_groups":["546947f7-d383-4cc7-a3b6-fa40d5f2736e"],"mac_address":"fa:16:3e:72:d6:3d","project_id":"e7719337c5104fdd95c45d992a8afac0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:45:08Z","binding:vnic_type":"normal","device_id":"4dd15380-e126-4b8a-9c90-3ab9d296a885","ip_allocation":"immediate"}]} 2018-08-25 10:47:30,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=4dd15380-e126-4b8a-9c90-3ab9d296a885 used request id req-8ded054f-4823-4417-ae5a-6ccb8adea1ed 2018-08-25 10:47:30,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0659780502319s 2018-08-25 10:47:30,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=4dd15380-e126-4b8a-9c90-3ab9d296a885 used request id req-8ded054f-4823-4417-ae5a-6ccb8adea1ed 2018-08-25 10:47:30,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:30,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=57242034-bfa0-4090-8a37-c9cc91dd4e13" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:30,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-18621b62-49df-46b8-b83a-2ee059981d48 Date: Sat, 25 Aug 2018 10:47:30 GMT RESP BODY: {"floatingips": []} 2018-08-25 10:47:30,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=57242034-bfa0-4090-8a37-c9cc91dd4e13 used request id req-18621b62-49df-46b8-b83a-2ee059981d48 2018-08-25 10:47:30,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0449061393738s 2018-08-25 10:47:30,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=57242034-bfa0-4090-8a37-c9cc91dd4e13 used request id req-18621b62-49df-46b8-b83a-2ee059981d48 2018-08-25 10:47:30,695 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:d6:3d', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6feb0236-ed3b-4c9d-9fa0-0768d2d977be'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T10:47:28.000000', 'flavor': Munch({u'id': u'3e550a05-a0b8-4b94-a98a-7a4d839ecd40'}), 'az': u'nova', 'id': u'4dd15380-e126-4b8a-9c90-3ab9d296a885', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5a7f713e42f844eb8b536bd4c3be86db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e7719337c5104fdd95c45d992a8afac0', 'name': 'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T10:47:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T10:47:28Z', 'hostId': u'45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T10:47:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e7719337c5104fdd95c45d992a8afac0', 'name': u'cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed', 'adminPass': u'MD6dJgCD9s3G', 'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', 'created_at': u'2018-08-25T10:45:06Z', 'created': u'2018-08-25T10:45:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 10:47:30,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 10:47:30,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:30,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-c3762a5f-9973-41cc-b3ed-4acce5c994d4 Date: Sat, 25 Aug 2018 10:47:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e7719337c5104fdd95c45d992a8afac0","l2_adjacency":true,"status":"ACTIVE","subnets":["6de4e7de-0f18-4d4f-93da-8484979fe997"],"description":"","tags":[],"updated_at":"2018-08-25T10:43:33Z","qos_policy_id":null,"name":"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed","admin_state_up":true,"tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 10:47:30,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c3762a5f-9973-41cc-b3ed-4acce5c994d4 2018-08-25 10:47:30,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0976531505585s 2018-08-25 10:47:30,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c3762a5f-9973-41cc-b3ed-4acce5c994d4 2018-08-25 10:47:30,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 10:47:30,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=4dd15380-e126-4b8a-9c90-3ab9d296a885" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:30,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-4fbd1c38-4897-44f7-9242-d7037f82629e Date: Sat, 25 Aug 2018 10:47:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T10:47:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6de4e7de-0f18-4d4f-93da-8484979fe997","ip_address":"192.168.120.17"}],"id":"57242034-bfa0-4090-8a37-c9cc91dd4e13","security_groups":["546947f7-d383-4cc7-a3b6-fa40d5f2736e"],"mac_address":"fa:16:3e:72:d6:3d","project_id":"e7719337c5104fdd95c45d992a8afac0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:45:08Z","binding:vnic_type":"normal","device_id":"4dd15380-e126-4b8a-9c90-3ab9d296a885","ip_allocation":"immediate"}]} 2018-08-25 10:47:30,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=4dd15380-e126-4b8a-9c90-3ab9d296a885 used request id req-4fbd1c38-4897-44f7-9242-d7037f82629e 2018-08-25 10:47:30,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0560240745544s 2018-08-25 10:47:30,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=4dd15380-e126-4b8a-9c90-3ab9d296a885 used request id req-4fbd1c38-4897-44f7-9242-d7037f82629e 2018-08-25 10:47:30,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 10:47:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.17", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13"}}' 2018-08-25 10:47:32,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-890b1023-e37d-4846-9314-af758dfa86e6 Date: Sat, 25 Aug 2018 10:47:32 GMT RESP BODY: {"floatingip": {"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:31Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}} 2018-08-25 10:47:32,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-890b1023-e37d-4846-9314-af758dfa86e6 2018-08-25 10:47:32,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.10996317863s 2018-08-25 10:47:32,965 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-890b1023-e37d-4846-9314-af758dfa86e6 2018-08-25 10:47:32,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:32,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:33,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-cb3307af-878b-4f54-b608-c630ca278092 Date: Sat, 25 Aug 2018 10:47:33 GMT RESP BODY: {"floatingips": [{"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:31Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}]} 2018-08-25 10:47:33,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-cb3307af-878b-4f54-b608-c630ca278092 2018-08-25 10:47:33,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0792820453644s 2018-08-25 10:47:33,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-cb3307af-878b-4f54-b608-c630ca278092 2018-08-25 10:47:33,057 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:47:33,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:33,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:33,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-a0116adc-8c80-4819-8035-0b192b18654d Date: Sat, 25 Aug 2018 10:47:33 GMT RESP BODY: {"floatingips": [{"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:31Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}]} 2018-08-25 10:47:33,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a0116adc-8c80-4819-8035-0b192b18654d 2018-08-25 10:47:33,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0594620704651s 2018-08-25 10:47:33,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a0116adc-8c80-4819-8035-0b192b18654d 2018-08-25 10:47:33,226 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:47:33,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:33,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:33,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9ec47562-871c-4236-a102-a147cd521b81 Date: Sat, 25 Aug 2018 10:47:33 GMT RESP BODY: {"floatingips": [{"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:31Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}]} 2018-08-25 10:47:33,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9ec47562-871c-4236-a102-a147cd521b81 2018-08-25 10:47:33,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0577628612518s 2018-08-25 10:47:33,390 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9ec47562-871c-4236-a102-a147cd521b81 2018-08-25 10:47:33,392 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:47:33,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:33,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:33,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-042e2482-b2a9-4b5c-ac8d-44201d326460 Date: Sat, 25 Aug 2018 10:47:33 GMT RESP BODY: {"floatingips": [{"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:31Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}]} 2018-08-25 10:47:33,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-042e2482-b2a9-4b5c-ac8d-44201d326460 2018-08-25 10:47:33,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0575728416443s 2018-08-25 10:47:33,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-042e2482-b2a9-4b5c-ac8d-44201d326460 2018-08-25 10:47:33,559 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:47:33,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:33,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:33,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-d7a50b0c-4aed-4a3f-bb82-9ee255b4e81a Date: Sat, 25 Aug 2018 10:47:33 GMT RESP BODY: {"floatingips": [{"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:31Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}]} 2018-08-25 10:47:33,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d7a50b0c-4aed-4a3f-bb82-9ee255b4e81a 2018-08-25 10:47:33,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0595200061798s 2018-08-25 10:47:33,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d7a50b0c-4aed-4a3f-bb82-9ee255b4e81a 2018-08-25 10:47:33,729 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 10:47:33,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 10:47:33,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:47:33,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-320095ef-f09c-4586-8943-bc1e4d3a3c4c Date: Sat, 25 Aug 2018 10:47:33 GMT RESP BODY: {"floatingips": [{"router_id": "c2738945-812a-4b25-9004-3612db0be980", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:47:31Z", "updated_at": "2018-08-25T10:47:33Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:72:d6:3d", "device_id": "4dd15380-e126-4b8a-9c90-3ab9d296a885"}, "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.202", "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "port_id": "57242034-bfa0-4090-8a37-c9cc91dd4e13", "id": "05d102e3-24bc-429c-bd2f-7e3136feb7ed", "qos_policy_id": null}]} 2018-08-25 10:47:33,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-320095ef-f09c-4586-8943-bc1e4d3a3c4c 2018-08-25 10:47:33,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0582060813904s 2018-08-25 10:47:33,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-320095ef-f09c-4586-8943-bc1e4d3a3c4c 2018-08-25 10:47:33,897 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c2738945-812a-4b25-9004-3612db0be980', 'updated_at': u'2018-08-25T10:47:33Z', 'fixed_ip_address': u'192.168.120.17', 'floating_ip_address': u'172.30.9.202', 'revision_number': 1, 'port_id': u'57242034-bfa0-4090-8a37-c9cc91dd4e13', 'id': u'05d102e3-24bc-429c-bd2f-7e3136feb7ed', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'57242034-bfa0-4090-8a37-c9cc91dd4e13', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e7719337c5104fdd95c45d992a8afac0', 'name': 'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'e7719337c5104fdd95c45d992a8afac0', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:72:d6:3d', u'device_id': u'4dd15380-e126-4b8a-9c90-3ab9d296a885'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', 'created_at': u'2018-08-25T10:47:31Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:72:d6:3d', u'device_id': u'4dd15380-e126-4b8a-9c90-3ab9d296a885'}), 'router': u'c2738945-812a-4b25-9004-3612db0be980'}) 2018-08-25 10:47:33,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 10:47:33,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885/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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 10:47:33,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-0a8a23ff-755d-4753-bfc2-22fe4fe3221e x-compute-request-id: req-0a8a23ff-755d-4753-bfc2-22fe4fe3221e Content-Encoding: gzip Content-Length: 9959 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 1955593713 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.420071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.423062] pid_max: default: 32768 minimum: 301\n[ 0.424679] Security Framework initialized\n[ 0.426168] SELinux: Initializing.\n[ 0.427803] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.434054] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.437946] Mount-cache hash table entries: 4096\n[ 0.439848] Initializing cgroup subsys memory\n[ 0.441414] Initializing cgroup subsys devices\n[ 0.442956] Initializing cgroup subsys freezer\n[ 0.444493] Initializing cgroup subsys net_cls\n[ 0.446026] Initializing cgroup subsys blkio\n[ 0.447534] Initializing cgroup subsys perf_event\n[ 0.449119] Initializing cgroup subsys hugetlb\n[ 0.450668] Initializing cgroup subsys pids\n[ 0.452146] Initializing cgroup subsys net_prio\n[ 0.453782] CPU: Physical Processor ID: 0\n[ 0.455952] mce: CPU supports 10 MCE banks\n[ 0.457455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.459163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.460882] tlb_flushall_shift: 6\n[ 0.462417] Freeing SMP alternatives: 28k freed\n[ 0.466583] ACPI: Core revision 20130517\n[ 0.468472] ACPI: All ACPI Tables successfully acquired\n[ 0.470399] ftrace: allocating 25812 entries in 101 pages\n[ 0.492072] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.494084] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.496039] smpboot: Max logical packages: 2\n[ 0.497824] Enabling x2apic\n[ 0.499033] Enabled x2apic\n[ 0.500514] Switched APIC routing to physical x2apic.\n[ 0.503521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.505443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.508958] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.517112] KVM setup paravirtual spinlock\n[ 0.519886] smpboot: Booting Node 0, Processors #1 OK\n[ 0.522007] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.544508] Brought up 2 CPUs\n[ 0.544519] KVM setup async PF for cpu 1\n[ 0.544522] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.548752] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.551921] devtmpfs: initialized\n[ 0.555009] EVM: security.selinux\n[ 0.556344] EVM: security.ima\n[ 0.557595] EVM: security.capability\n[ 0.559647] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.561735] pinctrl core: initialized pinctrl subsystem\n[ 0.563558] NET: Registered protocol family 16\n[ 0.565387] ACPI: bus type PCI registered\n[ 0.566872] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.568912] PCI: Using configuration type 1 for base access\n[ 0.574184] ACPI: Added _OSI(Module Device)\n[ 0.575721] ACPI: Added _OSI(Processor Device)\n[ 0.577283] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.578900] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.581795] ACPI: Interpreter enabled\n[ 0.583217] ACPI: (supports S0 S5)\n[ 0.584564] ACPI: Using IOAPIC for interrupt routing\n[ 0.586226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.591106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593038] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.595100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.597093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.600831] acpiphp: Slot [3] registered\n[ 0.602300] acpiphp: Slot [4] registered\n[ 0.603785] acpiphp: Slot [5] registered\n[ 0.605249] acpiphp: Slot [6] registered\n[ 0.606716] acpiphp: Slot [7] registered\n[ 0.608178] acpiphp: Slot [8] registered\n[ 0.609646] acpiphp: Slot [9] registered\n[ 0.611116] acpiphp: Slot [10] registered\n[ 0.612602] acpiphp: Slot [11] registered\n[ 0.614092] acpiphp: Slot [12] registered\n[ 0.615584] acpiphp: Slot [13] registered\n[ 0.617071] acpiphp: Slot [14] registered\n[ 0.618551] acpiphp: Slot [15] registered\n[ 0.620048] acpiphp: Slot [16] registered\n[ 0.621529] acpiphp: Slot [17] registered\n[ 0.623014] acpiphp: Slot [18] registered\n[ 0.624494] acpiphp: Slot [19] registered\n[ 0.625991] acpiphp: Slot [20] registered\n[ 0.627478] acpiphp: Slot [21] registered\n[ 0.628964] acpiphp: Slot [22] registered\n[ 0.630444] acpiphp: Slot [23] registered\n[ 0.631938] acpiphp: Slot [24] registered\n[ 0.633423] acpiphp: Slot [25] registered\n[ 0.634916] acpiphp: Slot [26] registered\n[ 0.636411] acpiphp: Slot [27] registered\n[ 0.637907] acpiphp: Slot [28] registered\n[ 0.639386] acpiphp: Slot [29] registered\n[ 0.640866] acpiphp: Slot [30] registered\n[ 0.642319] acpiphp: Slot [31] registered\n[ 0.643776] PCI host bridge to bus 0000:00\n[ 0.645241] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.646985] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.648990] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.650976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.653665] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.656358] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.661793] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.663862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.665814] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.667873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.672156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.674816] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.698029] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.700428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.703052] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.705380] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.707671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.709795] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.711990] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.714818] vgaarb: loaded\n[ 0.716012] vgaarb: bridge control possible 0000:00:02.0\n[ 0.717912] SCSI subsystem initialized\n[ 0.719355] ACPI: bus type USB registered\n[ 0.720847] usbcore: registered new interface driver usbfs\n[ 0.722609] usbcore: registered new interface driver hub\n[ 0.724359] usbcore: registered new device driver usb\n[ 0.726235] PCI: Using ACPI for IRQ routing\n[ 0.728128] NetLabel: Initializing\n[ 0.729470] NetLabel: domain hash size = 128\n[ 0.730989] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.732670] NetLabel: unlabeled traffic allowed by default\n[ 0.734577] Switched to clocksource kvm-clock\n[ 0.744411] pnp: PnP ACPI init\n[ 0.745706] ACPI: bus type PNP registered\n[ 0.747556] pnp: PnP ACPI: found 5 devices\n[ 0.749035] ACPI: bus type PNP unregistered\n[ 0.757093] NET: Registered protocol family 2\n[ 0.758972] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.761912] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.764359] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.766450] TCP: reno registered\n[ 0.767760] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.769695] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.771722] NET: Registered protocol family 1\n[ 0.773283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.775152] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.776996] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.797209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.817376] Unpacking initramfs...\n[ 1.299907] Freeing initrd memory: 37508k freed\n[ 1.309795] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.311852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.315809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.317921] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.320302] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.322239] Initialise system trusted keyring\n[ 1.323808] audit: initializing netlink socket (disabled)\n[ 1.325567] type=2000 audit(1535194051.584:1): initialized\n[ 1.342427] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.344402] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.347312] zpool: loaded\n[ 1.348511] zbud: loaded\n[ 1.349859] VFS: Disk quotas dquot_6.5.2\n[ 1.351332] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.353508] msgmni has been set to 7578\n[ 1.355003] Key type big_key registered\n[ 1.357360] NET: Registered protocol family 38\n[ 1.358936] Key type asymmetric registered\n[ 1.360430] Asymmetric key parser 'x509' registered\n[ 1.362084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.364876] io scheduler noop registered\n[ 1.366364] io scheduler deadline registered (default)\n[ 1.381754] io scheduler cfq registered\n[ 1.383295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.385079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.387165] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.389866] ACPI: Power Button [PWRF]\n[ 1.391389] GHES: HEST is not enabled!\n[ 1.392906] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.417870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.420188] Non-volatile memory driver v1.3\n[ 1.421688] Linux agpgart interface v0.103\n[ 1.423331] crash memory driver: version 1.1\n[ 1.424905] rdac: device handler registered\n[ 1.426493] hp_sw: device handler registered\n[ 1.427995] emc: device handler registered\n[ 1.429449] alua: device handler registered\n[ 1.430963] libphy: Fixed MDIO Bus: probed\n[ 1.432557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.434502] ehci-pci: EHCI PCI platform driver\n[ 1.436029] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.437900] ohci-pci: OHCI PCI platform driver\n[ 1.439435] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.459839] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.461636] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.464329] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.466026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.467909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.469923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.472555] usb usb1: Product: UHCI Host Controller\n[ 1.474182] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.476238] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.478007] hub 1-0:1.0: USB hub found\n[ 1.479431] hub 1-0:1.0: 2 ports detected\n[ 1.481034] usbcore: registered new interface driver usbserial\n[ 1.482878] usbcore: registered new interface driver usbserial_generic\n[ 1.484837] usbserial: USB Serial support registered for generic\n[ 1.486711] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.490253] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.491891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.493686] mousedev: PS/2 mouse device common for all mice\n[ 1.495886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.499072] rtc_cmos 00:00: RTC can wake from S4\n[ 1.501278] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.504224] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.506200] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.508341] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.511327] cpuidle: using governor menu\n[ 1.512866] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.514748] usbcore: registered new interface driver usbhid\n[ 1.516526] usbhid: USB HID core driver\n[ 1.517977] drop_monitor: Initializing network drop monitor service\n[ 1.519918] TCP: cubic registered\n[ 1.521247] Initializing XFRM netlink socket\n[ 1.522833] NET: Registered protocol family 10\n[ 1.524661] NET: Registered protocol family 17\n[ 1.526409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.528234] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.530354] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.533688] Loading compiled-in X.509 certificates\n[ 1.535436] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.538765] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.542538] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.545905] registered taskstats version 1\n[ 1.549433] Key type trusted registered\n[ 1.552327] Key type encrypted registered\n[ 1.555237] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.557621] rtc_cmos 00:00: setting system clock to 2018-08-25 10:47:31 UTC (1535194051)\n[ 1.561320] Freeing unused kernel memory: 1680k freed\n[ 1.567525] 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.573332] systemd[1]: Detected virtualization kvm.\n[ 1.575086] systemd[1]: Detected architecture x86-64.\n[ 1.576846] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.580058] systemd[1]: No hostname configured.\n[ 1.581829] systemd[1]: Set hostname to .\n[ 1.583661] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.609514] systemd[1]: Reached target Swap.\n[ 1.611160] systemd[1]: Starting Swap.\n[ 1.612716] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.615725] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.619950] systemd[1]: Reached target Local File Systems.\n[ 1.621876] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.624694] systemd[1]: Reached target Timers.\n[ 1.626339] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.628860] systemd[1]: Reached target Paths.\n[ 1.630497] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.633159] systemd[1]: Created slice Root Slice.\n[ 1.634888] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.637618] systemd[1]: Created slice System Slice.\n[ 1.639369] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.642042] systemd[1]: Reached target Slices.\n[ 1.643715] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.646450] systemd[1]: Listening on udev Control Socket.\n[ 1.648328] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651279] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653135] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.656014] systemd[1]: Listening on Journal Socket.\n[ 1.657803] systemd[1]: Starting Journal Socket.\n[ 1.659860] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Sockets.\n[ 1.663616] systemd[1]: Reached target Sockets.\n[ 1.665313] systemd[1]: Starting Sockets.\n[ 1.667221] 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.672339] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.675502] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.679724] 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.747877] RPC: Registered named UNIX socket transport module.\n[ 1.749956] RPC: Registered udp transport module.\n[ 1.751631] RPC: Registered tcp transport module.\n[ 1.753306] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.783617] 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.858915] FDC 0 is a S82078B\n[ 1.879772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.919814] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.923395] scsi host0: ata_piix\n[ 1.927250] vda: vda1\n[ 1.929278] scsi host1: ata_piix\n[ 1.931177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.933951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.935945] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.935946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.935947] usb 1-1: Product: QEMU USB Tablet\n[ 1.935948] usb 1-1: Manufacturer: QEMU\n[ 1.935948] usb 1-1: SerialNumber: 42\n[ 1.944966] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.945028] 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.125260] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.128230] XFS (vda1): Mounting V4 Filesystem\n[ 2.196029] 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.316655] tsc: Refined TSC clocksource calibration: 3491.844 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 Initrd Default Target.\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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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 Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped 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 Control Socket.\n[[32m OK [0m] Closed udev Kernel 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.436185] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.600839] SELinux: Disabled at runtime.\n[ 2.638640] type=1404 audit(1535194052.580:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.698257] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.700237] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Reached target Swap.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 3.011997] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.122923] systemd-journald[398]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\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"} 2018-08-25 10:47:33,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885/action used request id req-0a8a23ff-755d-4753-bfc2-22fe4fe3221e 2018-08-25 10:47:33,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0760989189148s 2018-08-25 10:47:33,975 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885/action used request id req-0a8a23ff-755d-4753-bfc2-22fe4fe3221e 2018-08-25 10:47:33,975 - 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 1955593713 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.420071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.423062] pid_max: default: 32768 minimum: 301 [ 0.424679] Security Framework initialized [ 0.426168] SELinux: Initializing. [ 0.427803] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.434054] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.437946] Mount-cache hash table entries: 4096 [ 0.439848] Initializing cgroup subsys memory [ 0.441414] Initializing cgroup subsys devices [ 0.442956] Initializing cgroup subsys freezer [ 0.444493] Initializing cgroup subsys net_cls [ 0.446026] Initializing cgroup subsys blkio [ 0.447534] Initializing cgroup subsys perf_event [ 0.449119] Initializing cgroup subsys hugetlb [ 0.450668] Initializing cgroup subsys pids [ 0.452146] Initializing cgroup subsys net_prio [ 0.453782] CPU: Physical Processor ID: 0 [ 0.455952] mce: CPU supports 10 MCE banks [ 0.457455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.459163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.460882] tlb_flushall_shift: 6 [ 0.462417] Freeing SMP alternatives: 28k freed [ 0.466583] ACPI: Core revision 20130517 [ 0.468472] ACPI: All ACPI Tables successfully acquired [ 0.470399] ftrace: allocating 25812 entries in 101 pages [ 0.492072] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.494084] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.496039] smpboot: Max logical packages: 2 [ 0.497824] Enabling x2apic [ 0.499033] Enabled x2apic [ 0.500514] Switched APIC routing to physical x2apic. [ 0.503521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.505443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.508958] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.517112] KVM setup paravirtual spinlock [ 0.519886] smpboot: Booting Node 0, Processors #1 OK [ 0.522007] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.544508] Brought up 2 CPUs [ 0.544519] KVM setup async PF for cpu 1 [ 0.544522] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.548752] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.551921] devtmpfs: initialized [ 0.555009] EVM: security.selinux [ 0.556344] EVM: security.ima [ 0.557595] EVM: security.capability [ 0.559647] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.561735] pinctrl core: initialized pinctrl subsystem [ 0.563558] NET: Registered protocol family 16 [ 0.565387] ACPI: bus type PCI registered [ 0.566872] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.568912] PCI: Using configuration type 1 for base access [ 0.574184] ACPI: Added _OSI(Module Device) [ 0.575721] ACPI: Added _OSI(Processor Device) [ 0.577283] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.578900] ACPI: Added _OSI(Processor Aggregator Device) [ 0.581795] ACPI: Interpreter enabled [ 0.583217] ACPI: (supports S0 S5) [ 0.584564] ACPI: Using IOAPIC for interrupt routing [ 0.586226] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.591106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593038] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.595100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.597093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.600831] acpiphp: Slot [3] registered [ 0.602300] acpiphp: Slot [4] registered [ 0.603785] acpiphp: Slot [5] registered [ 0.605249] acpiphp: Slot [6] registered [ 0.606716] acpiphp: Slot [7] registered [ 0.608178] acpiphp: Slot [8] registered [ 0.609646] acpiphp: Slot [9] registered [ 0.611116] acpiphp: Slot [10] registered [ 0.612602] acpiphp: Slot [11] registered [ 0.614092] acpiphp: Slot [12] registered [ 0.615584] acpiphp: Slot [13] registered [ 0.617071] acpiphp: Slot [14] registered [ 0.618551] acpiphp: Slot [15] registered [ 0.620048] acpiphp: Slot [16] registered [ 0.621529] acpiphp: Slot [17] registered [ 0.623014] acpiphp: Slot [18] registered [ 0.624494] acpiphp: Slot [19] registered [ 0.625991] acpiphp: Slot [20] registered [ 0.627478] acpiphp: Slot [21] registered [ 0.628964] acpiphp: Slot [22] registered [ 0.630444] acpiphp: Slot [23] registered [ 0.631938] acpiphp: Slot [24] registered [ 0.633423] acpiphp: Slot [25] registered [ 0.634916] acpiphp: Slot [26] registered [ 0.636411] acpiphp: Slot [27] registered [ 0.637907] acpiphp: Slot [28] registered [ 0.639386] acpiphp: Slot [29] registered [ 0.640866] acpiphp: Slot [30] registered [ 0.642319] acpiphp: Slot [31] registered [ 0.643776] PCI host bridge to bus 0000:00 [ 0.645241] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.646985] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.648990] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.650976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.653665] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.656358] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.661793] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.663862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.665814] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.667873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.672156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.674816] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.698029] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.700428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.703052] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.705380] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.707671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.709795] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.711990] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.714818] vgaarb: loaded [ 0.716012] vgaarb: bridge control possible 0000:00:02.0 [ 0.717912] SCSI subsystem initialized [ 0.719355] ACPI: bus type USB registered [ 0.720847] usbcore: registered new interface driver usbfs [ 0.722609] usbcore: registered new interface driver hub [ 0.724359] usbcore: registered new device driver usb [ 0.726235] PCI: Using ACPI for IRQ routing [ 0.728128] NetLabel: Initializing [ 0.729470] NetLabel: domain hash size = 128 [ 0.730989] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.732670] NetLabel: unlabeled traffic allowed by default [ 0.734577] Switched to clocksource kvm-clock [ 0.744411] pnp: PnP ACPI init [ 0.745706] ACPI: bus type PNP registered [ 0.747556] pnp: PnP ACPI: found 5 devices [ 0.749035] ACPI: bus type PNP unregistered [ 0.757093] NET: Registered protocol family 2 [ 0.758972] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.761912] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.764359] TCP: Hash tables configured (established 32768 bind 32768) [ 0.766450] TCP: reno registered [ 0.767760] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.769695] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.771722] NET: Registered protocol family 1 [ 0.773283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.775152] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.776996] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.797209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.817376] Unpacking initramfs... [ 1.299907] Freeing initrd memory: 37508k freed [ 1.309795] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.311852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.315809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.317921] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.320302] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.322239] Initialise system trusted keyring [ 1.323808] audit: initializing netlink socket (disabled) [ 1.325567] type=2000 audit(1535194051.584:1): initialized [ 1.342427] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.344402] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.347312] zpool: loaded [ 1.348511] zbud: loaded [ 1.349859] VFS: Disk quotas dquot_6.5.2 [ 1.351332] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.353508] msgmni has been set to 7578 [ 1.355003] Key type big_key registered [ 1.357360] NET: Registered protocol family 38 [ 1.358936] Key type asymmetric registered [ 1.360430] Asymmetric key parser 'x509' registered [ 1.362084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.364876] io scheduler noop registered [ 1.366364] io scheduler deadline registered (default) [ 1.381754] io scheduler cfq registered [ 1.383295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.385079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.387165] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.389866] ACPI: Power Button [PWRF] [ 1.391389] GHES: HEST is not enabled! [ 1.392906] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.417870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.420188] Non-volatile memory driver v1.3 [ 1.421688] Linux agpgart interface v0.103 [ 1.423331] crash memory driver: version 1.1 [ 1.424905] rdac: device handler registered [ 1.426493] hp_sw: device handler registered [ 1.427995] emc: device handler registered [ 1.429449] alua: device handler registered [ 1.430963] libphy: Fixed MDIO Bus: probed [ 1.432557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.434502] ehci-pci: EHCI PCI platform driver [ 1.436029] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.437900] ohci-pci: OHCI PCI platform driver [ 1.439435] uhci_hcd: USB Universal Host Controller Interface driver [ 1.459839] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.461636] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.464329] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.466026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.467909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.469923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.472555] usb usb1: Product: UHCI Host Controller [ 1.474182] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.476238] usb usb1: SerialNumber: 0000:00:01.2 [ 1.478007] hub 1-0:1.0: USB hub found [ 1.479431] hub 1-0:1.0: 2 ports detected [ 1.481034] usbcore: registered new interface driver usbserial [ 1.482878] usbcore: registered new interface driver usbserial_generic [ 1.484837] usbserial: USB Serial support registered for generic [ 1.486711] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.490253] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.491891] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.493686] mousedev: PS/2 mouse device common for all mice [ 1.495886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.499072] rtc_cmos 00:00: RTC can wake from S4 [ 1.501278] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.504224] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.506200] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.508341] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.511327] cpuidle: using governor menu [ 1.512866] hidraw: raw HID events driver (C) Jiri Kosina [ 1.514748] usbcore: registered new interface driver usbhid [ 1.516526] usbhid: USB HID core driver [ 1.517977] drop_monitor: Initializing network drop monitor service [ 1.519918] TCP: cubic registered [ 1.521247] Initializing XFRM netlink socket [ 1.522833] NET: Registered protocol family 10 [ 1.524661] NET: Registered protocol family 17 [ 1.526409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.528234] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.530354] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.533688] Loading compiled-in X.509 certificates [ 1.535436] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.538765] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.542538] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.545905] registered taskstats version 1 [ 1.549433] Key type trusted registered [ 1.552327] Key type encrypted registered [ 1.555237] IMA: No TPM chip found, activating TPM-bypass! [ 1.557621] rtc_cmos 00:00: setting system clock to 2018-08-25 10:47:31 UTC (1535194051) [ 1.561320] Freeing unused kernel memory: 1680k freed [ 1.567525] 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.573332] systemd[1]: Detected virtualization kvm. [ 1.575086] systemd[1]: Detected architecture x86-64. [ 1.576846] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.580058] systemd[1]: No hostname configured. [ 1.581829] systemd[1]: Set hostname to . [ 1.583661] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.609514] systemd[1]: Reached target Swap. [ 1.611160] systemd[1]: Starting Swap. [ 1.612716] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.615725] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.619950] systemd[1]: Reached target Local File Systems. [ 1.621876] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.624694] systemd[1]: Reached target Timers. [ 1.626339] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.628860] systemd[1]: Reached target Paths. [ 1.630497] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.633159] systemd[1]: Created slice Root Slice. [ 1.634888] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.637618] systemd[1]: Created slice System Slice. [ 1.639369] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.642042] systemd[1]: Reached target Slices. [ 1.643715] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.646450] systemd[1]: Listening on udev Control Socket. [ 1.648328] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651279] systemd[1]: Listening on udev Kernel Socket. [ 1.653135] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.656014] systemd[1]: Listening on Journal Socket. [ 1.657803] systemd[1]: Starting Journal Socket. [ 1.659860] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Sockets. [ 1.663616] systemd[1]: Reached target Sockets. [ 1.665313] systemd[1]: Starting Sockets. [ 1.667221] 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.672339] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.675502] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.679724] 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.747877] RPC: Registered named UNIX socket transport module. [ 1.749956] RPC: Registered udp transport module. [ 1.751631] RPC: Registered tcp transport module. [ 1.753306] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.783617] 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.858915] FDC 0 is a S82078B [ 1.879772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.919814] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.923395] scsi host0: ata_piix [ 1.927250] vda: vda1 [ 1.929278] scsi host1: ata_piix [ 1.931177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.933951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.935945] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.935946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.935947] usb 1-1: Product: QEMU USB Tablet [ 1.935948] usb 1-1: Manufacturer: QEMU [ 1.935948] usb 1-1: SerialNumber: 42 [ 1.944966] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.945028] 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.125260] SGI XFS with ACLs, security attributes, no debug enabled [ 2.128230] XFS (vda1): Mounting V4 Filesystem [ 2.196029] 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.316655] tsc: Refined TSC clocksource calibration: 3491.844 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 Initrd Default Target. [[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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped 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 Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.436185] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.600839] SELinux: Disabled at runtime. [ 2.638640] type=1404 audit(1535194052.580:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.698257] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.700237] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Reached target Swap. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. 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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [ 3.011997] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [ 3.122923] systemd-journald[398]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[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... 2018-08-25 10:47:34,979 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-25 10:47:43,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 10:47:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885/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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 10:47:44,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47: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-abfa3a0f-8afa-4b67-a720-42b360312fe6 x-compute-request-id: req-abfa3a0f-8afa-4b67-a720-42b360312fe6 Content-Encoding: gzip Content-Length: 12711 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 1955593713 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.420071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.423062] pid_max: default: 32768 minimum: 301\n[ 0.424679] Security Framework initialized\n[ 0.426168] SELinux: Initializing.\n[ 0.427803] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.434054] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.437946] Mount-cache hash table entries: 4096\n[ 0.439848] Initializing cgroup subsys memory\n[ 0.441414] Initializing cgroup subsys devices\n[ 0.442956] Initializing cgroup subsys freezer\n[ 0.444493] Initializing cgroup subsys net_cls\n[ 0.446026] Initializing cgroup subsys blkio\n[ 0.447534] Initializing cgroup subsys perf_event\n[ 0.449119] Initializing cgroup subsys hugetlb\n[ 0.450668] Initializing cgroup subsys pids\n[ 0.452146] Initializing cgroup subsys net_prio\n[ 0.453782] CPU: Physical Processor ID: 0\n[ 0.455952] mce: CPU supports 10 MCE banks\n[ 0.457455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.459163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.460882] tlb_flushall_shift: 6\n[ 0.462417] Freeing SMP alternatives: 28k freed\n[ 0.466583] ACPI: Core revision 20130517\n[ 0.468472] ACPI: All ACPI Tables successfully acquired\n[ 0.470399] ftrace: allocating 25812 entries in 101 pages\n[ 0.492072] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.494084] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.496039] smpboot: Max logical packages: 2\n[ 0.497824] Enabling x2apic\n[ 0.499033] Enabled x2apic\n[ 0.500514] Switched APIC routing to physical x2apic.\n[ 0.503521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.505443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.508958] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.517112] KVM setup paravirtual spinlock\n[ 0.519886] smpboot: Booting Node 0, Processors #1 OK\n[ 0.522007] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.544508] Brought up 2 CPUs\n[ 0.544519] KVM setup async PF for cpu 1\n[ 0.544522] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.548752] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.551921] devtmpfs: initialized\n[ 0.555009] EVM: security.selinux\n[ 0.556344] EVM: security.ima\n[ 0.557595] EVM: security.capability\n[ 0.559647] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.561735] pinctrl core: initialized pinctrl subsystem\n[ 0.563558] NET: Registered protocol family 16\n[ 0.565387] ACPI: bus type PCI registered\n[ 0.566872] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.568912] PCI: Using configuration type 1 for base access\n[ 0.574184] ACPI: Added _OSI(Module Device)\n[ 0.575721] ACPI: Added _OSI(Processor Device)\n[ 0.577283] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.578900] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.581795] ACPI: Interpreter enabled\n[ 0.583217] ACPI: (supports S0 S5)\n[ 0.584564] ACPI: Using IOAPIC for interrupt routing\n[ 0.586226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.591106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593038] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.595100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.597093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.600831] acpiphp: Slot [3] registered\n[ 0.602300] acpiphp: Slot [4] registered\n[ 0.603785] acpiphp: Slot [5] registered\n[ 0.605249] acpiphp: Slot [6] registered\n[ 0.606716] acpiphp: Slot [7] registered\n[ 0.608178] acpiphp: Slot [8] registered\n[ 0.609646] acpiphp: Slot [9] registered\n[ 0.611116] acpiphp: Slot [10] registered\n[ 0.612602] acpiphp: Slot [11] registered\n[ 0.614092] acpiphp: Slot [12] registered\n[ 0.615584] acpiphp: Slot [13] registered\n[ 0.617071] acpiphp: Slot [14] registered\n[ 0.618551] acpiphp: Slot [15] registered\n[ 0.620048] acpiphp: Slot [16] registered\n[ 0.621529] acpiphp: Slot [17] registered\n[ 0.623014] acpiphp: Slot [18] registered\n[ 0.624494] acpiphp: Slot [19] registered\n[ 0.625991] acpiphp: Slot [20] registered\n[ 0.627478] acpiphp: Slot [21] registered\n[ 0.628964] acpiphp: Slot [22] registered\n[ 0.630444] acpiphp: Slot [23] registered\n[ 0.631938] acpiphp: Slot [24] registered\n[ 0.633423] acpiphp: Slot [25] registered\n[ 0.634916] acpiphp: Slot [26] registered\n[ 0.636411] acpiphp: Slot [27] registered\n[ 0.637907] acpiphp: Slot [28] registered\n[ 0.639386] acpiphp: Slot [29] registered\n[ 0.640866] acpiphp: Slot [30] registered\n[ 0.642319] acpiphp: Slot [31] registered\n[ 0.643776] PCI host bridge to bus 0000:00\n[ 0.645241] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.646985] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.648990] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.650976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.653665] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.656358] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.661793] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.663862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.665814] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.667873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.672156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.674816] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.698029] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.700428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.703052] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.705380] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.707671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.709795] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.711990] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.714818] vgaarb: loaded\n[ 0.716012] vgaarb: bridge control possible 0000:00:02.0\n[ 0.717912] SCSI subsystem initialized\n[ 0.719355] ACPI: bus type USB registered\n[ 0.720847] usbcore: registered new interface driver usbfs\n[ 0.722609] usbcore: registered new interface driver hub\n[ 0.724359] usbcore: registered new device driver usb\n[ 0.726235] PCI: Using ACPI for IRQ routing\n[ 0.728128] NetLabel: Initializing\n[ 0.729470] NetLabel: domain hash size = 128\n[ 0.730989] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.732670] NetLabel: unlabeled traffic allowed by default\n[ 0.734577] Switched to clocksource kvm-clock\n[ 0.744411] pnp: PnP ACPI init\n[ 0.745706] ACPI: bus type PNP registered\n[ 0.747556] pnp: PnP ACPI: found 5 devices\n[ 0.749035] ACPI: bus type PNP unregistered\n[ 0.757093] NET: Registered protocol family 2\n[ 0.758972] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.761912] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.764359] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.766450] TCP: reno registered\n[ 0.767760] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.769695] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.771722] NET: Registered protocol family 1\n[ 0.773283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.775152] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.776996] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.797209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.817376] Unpacking initramfs...\n[ 1.299907] Freeing initrd memory: 37508k freed\n[ 1.309795] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.311852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.315809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.317921] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.320302] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.322239] Initialise system trusted keyring\n[ 1.323808] audit: initializing netlink socket (disabled)\n[ 1.325567] type=2000 audit(1535194051.584:1): initialized\n[ 1.342427] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.344402] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.347312] zpool: loaded\n[ 1.348511] zbud: loaded\n[ 1.349859] VFS: Disk quotas dquot_6.5.2\n[ 1.351332] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.353508] msgmni has been set to 7578\n[ 1.355003] Key type big_key registered\n[ 1.357360] NET: Registered protocol family 38\n[ 1.358936] Key type asymmetric registered\n[ 1.360430] Asymmetric key parser 'x509' registered\n[ 1.362084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.364876] io scheduler noop registered\n[ 1.366364] io scheduler deadline registered (default)\n[ 1.381754] io scheduler cfq registered\n[ 1.383295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.385079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.387165] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.389866] ACPI: Power Button [PWRF]\n[ 1.391389] GHES: HEST is not enabled!\n[ 1.392906] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.417870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.420188] Non-volatile memory driver v1.3\n[ 1.421688] Linux agpgart interface v0.103\n[ 1.423331] crash memory driver: version 1.1\n[ 1.424905] rdac: device handler registered\n[ 1.426493] hp_sw: device handler registered\n[ 1.427995] emc: device handler registered\n[ 1.429449] alua: device handler registered\n[ 1.430963] libphy: Fixed MDIO Bus: probed\n[ 1.432557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.434502] ehci-pci: EHCI PCI platform driver\n[ 1.436029] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.437900] ohci-pci: OHCI PCI platform driver\n[ 1.439435] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.459839] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.461636] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.464329] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.466026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.467909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.469923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.472555] usb usb1: Product: UHCI Host Controller\n[ 1.474182] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.476238] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.478007] hub 1-0:1.0: USB hub found\n[ 1.479431] hub 1-0:1.0: 2 ports detected\n[ 1.481034] usbcore: registered new interface driver usbserial\n[ 1.482878] usbcore: registered new interface driver usbserial_generic\n[ 1.484837] usbserial: USB Serial support registered for generic\n[ 1.486711] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.490253] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.491891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.493686] mousedev: PS/2 mouse device common for all mice\n[ 1.495886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.499072] rtc_cmos 00:00: RTC can wake from S4\n[ 1.501278] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.504224] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.506200] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.508341] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.511327] cpuidle: using governor menu\n[ 1.512866] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.514748] usbcore: registered new interface driver usbhid\n[ 1.516526] usbhid: USB HID core driver\n[ 1.517977] drop_monitor: Initializing network drop monitor service\n[ 1.519918] TCP: cubic registered\n[ 1.521247] Initializing XFRM netlink socket\n[ 1.522833] NET: Registered protocol family 10\n[ 1.524661] NET: Registered protocol family 17\n[ 1.526409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.528234] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.530354] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.533688] Loading compiled-in X.509 certificates\n[ 1.535436] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.538765] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.542538] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.545905] registered taskstats version 1\n[ 1.549433] Key type trusted registered\n[ 1.552327] Key type encrypted registered\n[ 1.555237] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.557621] rtc_cmos 00:00: setting system clock to 2018-08-25 10:47:31 UTC (1535194051)\n[ 1.561320] Freeing unused kernel memory: 1680k freed\n[ 1.567525] 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.573332] systemd[1]: Detected virtualization kvm.\n[ 1.575086] systemd[1]: Detected architecture x86-64.\n[ 1.576846] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.580058] systemd[1]: No hostname configured.\n[ 1.581829] systemd[1]: Set hostname to .\n[ 1.583661] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.609514] systemd[1]: Reached target Swap.\n[ 1.611160] systemd[1]: Starting Swap.\n[ 1.612716] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.615725] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.619950] systemd[1]: Reached target Local File Systems.\n[ 1.621876] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.624694] systemd[1]: Reached target Timers.\n[ 1.626339] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.628860] systemd[1]: Reached target Paths.\n[ 1.630497] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.633159] systemd[1]: Created slice Root Slice.\n[ 1.634888] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.637618] systemd[1]: Created slice System Slice.\n[ 1.639369] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.642042] systemd[1]: Reached target Slices.\n[ 1.643715] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.646450] systemd[1]: Listening on udev Control Socket.\n[ 1.648328] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651279] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653135] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.656014] systemd[1]: Listening on Journal Socket.\n[ 1.657803] systemd[1]: Starting Journal Socket.\n[ 1.659860] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Sockets.\n[ 1.663616] systemd[1]: Reached target Sockets.\n[ 1.665313] systemd[1]: Starting Sockets.\n[ 1.667221] 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.672339] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.675502] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.679724] 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.747877] RPC: Registered named UNIX socket transport module.\n[ 1.749956] RPC: Registered udp transport module.\n[ 1.751631] RPC: Registered tcp transport module.\n[ 1.753306] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.783617] 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.858915] FDC 0 is a S82078B\n[ 1.879772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.919814] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.923395] scsi host0: ata_piix\n[ 1.927250] vda: vda1\n[ 1.929278] scsi host1: ata_piix\n[ 1.931177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.933951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.935945] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.935946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.935947] usb 1-1: Product: QEMU USB Tablet\n[ 1.935948] usb 1-1: Manufacturer: QEMU\n[ 1.935948] usb 1-1: SerialNumber: 42\n[ 1.944966] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.945028] 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.125260] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.128230] XFS (vda1): Mounting V4 Filesystem\n[ 2.196029] 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.316655] tsc: Refined TSC clocksource calibration: 3491.844 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 Initrd Default Target.\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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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 Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped 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 Control Socket.\n[[32m OK [0m] Closed udev Kernel 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.436185] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.600839] SELinux: Disabled at runtime.\n[ 2.638640] type=1404 audit(1535194052.580:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.698257] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.700237] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Reached target Swap.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 3.011997] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.122923] systemd-journald[398]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\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[ 3.306314] type=1305 audit(1535194053.247:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\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 D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\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[ 3.460986] [drm] Initialized drm 1.1.0 20060810\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.470825] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 3.480391] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.504673] ppdev: user-space parallel port driver\n[ 3.513845] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.513846] [TTM] Initializing pool allocator\n[ 3.513848] [TTM] Initializing DMA pool allocator\n[ 3.514108] [drm] fb mappable at 0xFC000000\n[ 3.514109] [drm] vram aper at 0xFC000000\n[ 3.514109] [drm] size 33554432\n[ 3.514109] [drm] fb depth is 24\n[ 3.514109] [drm] pitch is 3072\n[ 3.555953] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.581985] Console: switching to colour frame buffer device 128x48\n[ 3.596921] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.602399] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\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] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.688440] AES CTR mode by8 optimization enabled\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 Login Service.\n[ 3.703870] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started NTP client/server.\n[ 3.724123] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.732403] intel_rapl: no valid rapl domains found in package 0\n[ 3.735776] intel_powerclamp: No package C-state available\n[ 3.742357] intel_powerclamp: No package C-state available[ 4.111514] cloud-init[473]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 10:47:34 +0000. Up 4.06 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\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 Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started OpenSSH server daemon.\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[ 6.145068] cloud-init[800]: Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 10:47:36 +0000. Up 6.11 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.195258] cloud-init[800]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.205719] cloud-init[800]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.208084] cloud-init[800]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.210361] cloud-init[800]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.212506] cloud-init[800]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.216408] cloud-init[800]: ci-info: | eth0: | True | 192.168.120.17 | 255.255.255.0 | fa:16:3e:72:d6:3d |\n[ 6.219918] cloud-init[800]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.222036] cloud-init[800]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.224491] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.228779] cloud-init[800]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.231289] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.234428] cloud-init[800]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.236526] cloud-init[800]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 6.238725] cloud-init[800]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.241080] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 11.176076] cloud-init[3458]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 10:47:41 +0000. Up 11.12 seconds.\n[ 11.462326] cloud-init[3581]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 10:47:41 +0000. Up 11.41 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 | 79:0f:8f:5c:6b:31:e4:41:78:78:95:67:ea:7a:b7:e5 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.531028] cloud-init[3581]: Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 10:47:41 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.52 seconds\n"} 2018-08-25 10:47:44,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885/action used request id req-abfa3a0f-8afa-4b67-a720-42b360312fe6 2018-08-25 10:47:44,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0774900913239s 2018-08-25 10:47:44,068 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885/action used request id req-abfa3a0f-8afa-4b67-a720-42b360312fe6 2018-08-25 10:47:44,068 - 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 1955593713 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.420071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.423062] pid_max: default: 32768 minimum: 301 [ 0.424679] Security Framework initialized [ 0.426168] SELinux: Initializing. [ 0.427803] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.434054] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.437946] Mount-cache hash table entries: 4096 [ 0.439848] Initializing cgroup subsys memory [ 0.441414] Initializing cgroup subsys devices [ 0.442956] Initializing cgroup subsys freezer [ 0.444493] Initializing cgroup subsys net_cls [ 0.446026] Initializing cgroup subsys blkio [ 0.447534] Initializing cgroup subsys perf_event [ 0.449119] Initializing cgroup subsys hugetlb [ 0.450668] Initializing cgroup subsys pids [ 0.452146] Initializing cgroup subsys net_prio [ 0.453782] CPU: Physical Processor ID: 0 [ 0.455952] mce: CPU supports 10 MCE banks [ 0.457455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.459163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.460882] tlb_flushall_shift: 6 [ 0.462417] Freeing SMP alternatives: 28k freed [ 0.466583] ACPI: Core revision 20130517 [ 0.468472] ACPI: All ACPI Tables successfully acquired [ 0.470399] ftrace: allocating 25812 entries in 101 pages [ 0.492072] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.494084] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.496039] smpboot: Max logical packages: 2 [ 0.497824] Enabling x2apic [ 0.499033] Enabled x2apic [ 0.500514] Switched APIC routing to physical x2apic. [ 0.503521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.505443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.508958] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.517112] KVM setup paravirtual spinlock [ 0.519886] smpboot: Booting Node 0, Processors #1 OK [ 0.522007] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.544508] Brought up 2 CPUs [ 0.544519] KVM setup async PF for cpu 1 [ 0.544522] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.548752] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.551921] devtmpfs: initialized [ 0.555009] EVM: security.selinux [ 0.556344] EVM: security.ima [ 0.557595] EVM: security.capability [ 0.559647] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.561735] pinctrl core: initialized pinctrl subsystem [ 0.563558] NET: Registered protocol family 16 [ 0.565387] ACPI: bus type PCI registered [ 0.566872] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.568912] PCI: Using configuration type 1 for base access [ 0.574184] ACPI: Added _OSI(Module Device) [ 0.575721] ACPI: Added _OSI(Processor Device) [ 0.577283] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.578900] ACPI: Added _OSI(Processor Aggregator Device) [ 0.581795] ACPI: Interpreter enabled [ 0.583217] ACPI: (supports S0 S5) [ 0.584564] ACPI: Using IOAPIC for interrupt routing [ 0.586226] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.591106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593038] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.595100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.597093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.600831] acpiphp: Slot [3] registered [ 0.602300] acpiphp: Slot [4] registered [ 0.603785] acpiphp: Slot [5] registered [ 0.605249] acpiphp: Slot [6] registered [ 0.606716] acpiphp: Slot [7] registered [ 0.608178] acpiphp: Slot [8] registered [ 0.609646] acpiphp: Slot [9] registered [ 0.611116] acpiphp: Slot [10] registered [ 0.612602] acpiphp: Slot [11] registered [ 0.614092] acpiphp: Slot [12] registered [ 0.615584] acpiphp: Slot [13] registered [ 0.617071] acpiphp: Slot [14] registered [ 0.618551] acpiphp: Slot [15] registered [ 0.620048] acpiphp: Slot [16] registered [ 0.621529] acpiphp: Slot [17] registered [ 0.623014] acpiphp: Slot [18] registered [ 0.624494] acpiphp: Slot [19] registered [ 0.625991] acpiphp: Slot [20] registered [ 0.627478] acpiphp: Slot [21] registered [ 0.628964] acpiphp: Slot [22] registered [ 0.630444] acpiphp: Slot [23] registered [ 0.631938] acpiphp: Slot [24] registered [ 0.633423] acpiphp: Slot [25] registered [ 0.634916] acpiphp: Slot [26] registered [ 0.636411] acpiphp: Slot [27] registered [ 0.637907] acpiphp: Slot [28] registered [ 0.639386] acpiphp: Slot [29] registered [ 0.640866] acpiphp: Slot [30] registered [ 0.642319] acpiphp: Slot [31] registered [ 0.643776] PCI host bridge to bus 0000:00 [ 0.645241] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.646985] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.648990] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.650976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.653665] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.656358] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.661793] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.663862] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.665814] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.667873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.672156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.674816] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.698029] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.700428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.703052] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.705380] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.707671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.709795] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.711990] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.714818] vgaarb: loaded [ 0.716012] vgaarb: bridge control possible 0000:00:02.0 [ 0.717912] SCSI subsystem initialized [ 0.719355] ACPI: bus type USB registered [ 0.720847] usbcore: registered new interface driver usbfs [ 0.722609] usbcore: registered new interface driver hub [ 0.724359] usbcore: registered new device driver usb [ 0.726235] PCI: Using ACPI for IRQ routing [ 0.728128] NetLabel: Initializing [ 0.729470] NetLabel: domain hash size = 128 [ 0.730989] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.732670] NetLabel: unlabeled traffic allowed by default [ 0.734577] Switched to clocksource kvm-clock [ 0.744411] pnp: PnP ACPI init [ 0.745706] ACPI: bus type PNP registered [ 0.747556] pnp: PnP ACPI: found 5 devices [ 0.749035] ACPI: bus type PNP unregistered [ 0.757093] NET: Registered protocol family 2 [ 0.758972] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.761912] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.764359] TCP: Hash tables configured (established 32768 bind 32768) [ 0.766450] TCP: reno registered [ 0.767760] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.769695] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.771722] NET: Registered protocol family 1 [ 0.773283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.775152] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.776996] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.797209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.817376] Unpacking initramfs... [ 1.299907] Freeing initrd memory: 37508k freed [ 1.309795] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.311852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.315809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.317921] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.320302] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.322239] Initialise system trusted keyring [ 1.323808] audit: initializing netlink socket (disabled) [ 1.325567] type=2000 audit(1535194051.584:1): initialized [ 1.342427] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.344402] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.347312] zpool: loaded [ 1.348511] zbud: loaded [ 1.349859] VFS: Disk quotas dquot_6.5.2 [ 1.351332] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.353508] msgmni has been set to 7578 [ 1.355003] Key type big_key registered [ 1.357360] NET: Registered protocol family 38 [ 1.358936] Key type asymmetric registered [ 1.360430] Asymmetric key parser 'x509' registered [ 1.362084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.364876] io scheduler noop registered [ 1.366364] io scheduler deadline registered (default) [ 1.381754] io scheduler cfq registered [ 1.383295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.385079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.387165] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.389866] ACPI: Power Button [PWRF] [ 1.391389] GHES: HEST is not enabled! [ 1.392906] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.417870] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.420188] Non-volatile memory driver v1.3 [ 1.421688] Linux agpgart interface v0.103 [ 1.423331] crash memory driver: version 1.1 [ 1.424905] rdac: device handler registered [ 1.426493] hp_sw: device handler registered [ 1.427995] emc: device handler registered [ 1.429449] alua: device handler registered [ 1.430963] libphy: Fixed MDIO Bus: probed [ 1.432557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.434502] ehci-pci: EHCI PCI platform driver [ 1.436029] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.437900] ohci-pci: OHCI PCI platform driver [ 1.439435] uhci_hcd: USB Universal Host Controller Interface driver [ 1.459839] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.461636] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.464329] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.466026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.467909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.469923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.472555] usb usb1: Product: UHCI Host Controller [ 1.474182] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.476238] usb usb1: SerialNumber: 0000:00:01.2 [ 1.478007] hub 1-0:1.0: USB hub found [ 1.479431] hub 1-0:1.0: 2 ports detected [ 1.481034] usbcore: registered new interface driver usbserial [ 1.482878] usbcore: registered new interface driver usbserial_generic [ 1.484837] usbserial: USB Serial support registered for generic [ 1.486711] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.490253] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.491891] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.493686] mousedev: PS/2 mouse device common for all mice [ 1.495886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.499072] rtc_cmos 00:00: RTC can wake from S4 [ 1.501278] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.504224] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.506200] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.508341] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.511327] cpuidle: using governor menu [ 1.512866] hidraw: raw HID events driver (C) Jiri Kosina [ 1.514748] usbcore: registered new interface driver usbhid [ 1.516526] usbhid: USB HID core driver [ 1.517977] drop_monitor: Initializing network drop monitor service [ 1.519918] TCP: cubic registered [ 1.521247] Initializing XFRM netlink socket [ 1.522833] NET: Registered protocol family 10 [ 1.524661] NET: Registered protocol family 17 [ 1.526409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.528234] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.530354] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.533688] Loading compiled-in X.509 certificates [ 1.535436] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.538765] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.542538] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.545905] registered taskstats version 1 [ 1.549433] Key type trusted registered [ 1.552327] Key type encrypted registered [ 1.555237] IMA: No TPM chip found, activating TPM-bypass! [ 1.557621] rtc_cmos 00:00: setting system clock to 2018-08-25 10:47:31 UTC (1535194051) [ 1.561320] Freeing unused kernel memory: 1680k freed [ 1.567525] 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.573332] systemd[1]: Detected virtualization kvm. [ 1.575086] systemd[1]: Detected architecture x86-64. [ 1.576846] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.580058] systemd[1]: No hostname configured. [ 1.581829] systemd[1]: Set hostname to . [ 1.583661] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.609514] systemd[1]: Reached target Swap. [ 1.611160] systemd[1]: Starting Swap. [ 1.612716] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.615725] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.619950] systemd[1]: Reached target Local File Systems. [ 1.621876] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.624694] systemd[1]: Reached target Timers. [ 1.626339] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.628860] systemd[1]: Reached target Paths. [ 1.630497] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.633159] systemd[1]: Created slice Root Slice. [ 1.634888] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.637618] systemd[1]: Created slice System Slice. [ 1.639369] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.642042] systemd[1]: Reached target Slices. [ 1.643715] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.646450] systemd[1]: Listening on udev Control Socket. [ 1.648328] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651279] systemd[1]: Listening on udev Kernel Socket. [ 1.653135] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.656014] systemd[1]: Listening on Journal Socket. [ 1.657803] systemd[1]: Starting Journal Socket. [ 1.659860] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Sockets. [ 1.663616] systemd[1]: Reached target Sockets. [ 1.665313] systemd[1]: Starting Sockets. [ 1.667221] 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.672339] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.675502] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.679724] 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.747877] RPC: Registered named UNIX socket transport module. [ 1.749956] RPC: Registered udp transport module. [ 1.751631] RPC: Registered tcp transport module. [ 1.753306] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.783617] 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.858915] FDC 0 is a S82078B [ 1.879772] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.919814] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.923395] scsi host0: ata_piix [ 1.927250] vda: vda1 [ 1.929278] scsi host1: ata_piix [ 1.931177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.933951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.935945] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.935946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.935947] usb 1-1: Product: QEMU USB Tablet [ 1.935948] usb 1-1: Manufacturer: QEMU [ 1.935948] usb 1-1: SerialNumber: 42 [ 1.944966] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.945028] 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.125260] SGI XFS with ACLs, security attributes, no debug enabled [ 2.128230] XFS (vda1): Mounting V4 Filesystem [ 2.196029] 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.316655] tsc: Refined TSC clocksource calibration: 3491.844 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 Initrd Default Target. [[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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped 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 Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.436185] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.600839] SELinux: Disabled at runtime. [ 2.638640] type=1404 audit(1535194052.580:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.698257] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.700237] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Reached target Swap. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. 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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [ 3.011997] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [ 3.122923] systemd-journald[398]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[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... [ 3.306314] type=1305 audit(1535194053.247:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.460986] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [ 3.470825] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 3.480391] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.504673] ppdev: user-space parallel port driver [ 3.513845] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.513846] [TTM] Initializing pool allocator [ 3.513848] [TTM] Initializing DMA pool allocator [ 3.514108] [drm] fb mappable at 0xFC000000 [ 3.514109] [drm] vram aper at 0xFC000000 [ 3.514109] [drm] size 33554432 [ 3.514109] [drm] fb depth is 24 [ 3.514109] [drm] pitch is 3072 [ 3.555953] fbcon: cirrusdrmfb (fb0) is primary device [ 3.581985] Console: switching to colour frame buffer device 128x48 [ 3.596921] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.602399] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting NTP client/server... Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [[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] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.688440] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Login Service. [ 3.703870] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started NTP client/server. [ 3.724123] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Authorization Manager. [ 3.732403] intel_rapl: no valid rapl domains found in package 0 [ 3.735776] intel_powerclamp: No package C-state available [ 3.742357] intel_powerclamp: No package C-state available[ 4.111514] cloud-init[473]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 10:47:34 +0000. Up 4.06 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... 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 InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started OpenSSH server daemon. [[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.. [ 6.145068] cloud-init[800]: Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 10:47:36 +0000. Up 6.11 seconds. [[32m OK [0m] Created slice user-993.slice. [ 6.195258] cloud-init[800]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.205719] cloud-init[800]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.208084] cloud-init[800]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.210361] cloud-init[800]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.212506] cloud-init[800]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.216408] cloud-init[800]: ci-info: | eth0: | True | 192.168.120.17 | 255.255.255.0 | fa:16:3e:72:d6:3d | [ 6.219918] cloud-init[800]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.222036] cloud-init[800]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.224491] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.228779] cloud-init[800]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.231289] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.234428] cloud-init[800]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.236526] cloud-init[800]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 6.238725] cloud-init[800]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.241080] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started PostgreSQL 9.5 database server. [[32m OK [0m] Started Postfix Mail Transport Agent. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 11.176076] cloud-init[3458]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 10:47:41 +0000. Up 11.12 seconds. [ 11.462326] cloud-init[3581]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 10:47:41 +0000. Up 11.41 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 | 79:0f:8f:5c:6b:31:e4:41:78:78:95:67:ea:7a:b7:e5 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.531028] cloud-init[3581]: Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 10:47:41 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.52 seconds 2018-08-25 10:47:44,072 - paramiko.transport - DEBUG - starting thread (client mode): 0x37001050L 2018-08-25 10:47:44,073 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 10:47:44,091 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-25 10:47:44,092 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-25 10:47:44,105 - 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-08-25 10:47:44,105 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 10:47:44,105 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-25 10:47:44,105 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 10:47:44,105 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 10:47:44,106 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 10:47:44,112 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 10:47:44,113 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 10:47:44,136 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-25 10:47:44,137 - paramiko.transport - DEBUG - Trying discovered key 790f8f5c6b31e44178789567ea7ab7e5 in /tmp/tmpEeCSGZ 2018-08-25 10:47:44,163 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 10:47:44,195 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 10:47:44,202 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-25 10:47:44,202 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-25 10:47:44,203 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-25 10:47:44,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-25 10:47:44,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:47:44,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 815, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1956, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 843, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 819, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 810, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 844, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:47:43 GMT 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:47:44,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-25 10:47:44,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:47:44,438 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 815, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1956, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 843, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 819, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 810, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 844, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-25 10:47:44,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-25 10:47:44,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:47:44,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 815, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1956, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 843, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 819, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 810, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 844, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-25 10:47:44,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:47:44,552 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:47:43 GMT 2018-08-25 10:47:44,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:47:44,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-25 10:47:44,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:47:44,552 - functest.core.cloudify - INFO - The current manager status is running 2018-08-25 10:47:44,553 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-25 10:47:44,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:47:44,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:47:44,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:47:44,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:47:44,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:47:43.876Z", "updated_at": "2018-08-25T10:47:43.876Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:47:43 GMT 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-25 10:47:44,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:47:44,644 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-25 10:47:44,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:47:44,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:47:44,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:47:44,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:47:44,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:47:44,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-25T10:47:43.876Z", "updated_at": "2018-08-25T10:47:43.876Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:47:44 GMT 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-25 10:47:44,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:47:44,766 - functest.core.cloudify - DEBUG - List secrets: 2018-08-25 10:47:44,766 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-08-25 10:47:44,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:47:44,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:47:44,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:47:44,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:47:44,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:47:43.876Z", "updated_at": "2018-08-25T10:47:43.876Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:47:44 GMT 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-25 10:47:44,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:47:44,888 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-25 10:47:44,888 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-25 10:47:44,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 10:47:44,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:47:45,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8460a0e-eb6f-4995-92ea-0c385345632c Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0"}, "tags": [], "enabled": true, "id": "e7719337c5104fdd95c45d992a8afac0", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"}]} 2018-08-25 10:47:45,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-b8460a0e-eb6f-4995-92ea-0c385345632c 2018-08-25 10:47:45,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187384843826s 2018-08-25 10:47:45,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-b8460a0e-eb6f-4995-92ea-0c385345632c 2018-08-25 10:47:45,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-25 10:47:45,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/quotas/e7719337c5104fdd95c45d992a8afac0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-25 10:47:45,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-b48b3645-c423-4c16-8872-79ecdda73af8 Date: Sat, 25 Aug 2018 10:47:45 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-08-25 10:47:45,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/quotas/e7719337c5104fdd95c45d992a8afac0.json used request id req-b48b3645-c423-4c16-8872-79ecdda73af8 2018-08-25 10:47:45,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.25922203064s 2018-08-25 10:47:45,345 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/quotas/e7719337c5104fdd95c45d992a8afac0.json used request id req-b48b3645-c423-4c16-8872-79ecdda73af8 2018-08-25 10:47:45,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-25 10:47:45,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 10:47:45,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-08-25 10:47:45,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a67c184d-1489-4198-a240-0b3d80c29d0e 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-25 10:47:45,358 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-a67c184d-1489-4198-a240-0b3d80c29d0e 2018-08-25 10:47:45,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:47:45,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1379558-671c-401b-843e-0970566ff969 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0deae06599954c6ea2cef507d068fd03"}, "enabled": true, "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e6232b5880c42949bb19e67fabfeef3"}, "enabled": true, "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1015dc7a5e53415eae083d4d9fc44412"}, "enabled": true, "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/18dda3d7aafd499687e45b906cba7eb6"}, "enabled": true, "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2573c4eec85040368a5638d349e1318f"}, "enabled": true, "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2843ed2cd0e941d497a3f21c85e2a5c0"}, "enabled": true, "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b0a320f6d3841f9bd112a2715415cb3"}, "enabled": true, "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3f1ae93bf02b47b88a62597d2785c485"}, "enabled": true, "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5000fff740314f7fa89195cdff25ca4f"}, "enabled": true, "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/58064798ed864de8b000282ea108843b"}, "enabled": true, "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cd30b2d156f4bbb9d29916060cb7dd4"}, "enabled": true, "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3b4a1239544932866167123a33ba1d"}, "enabled": true, "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86c8b0b7acb34012a8d8eeed92a21ead"}, "enabled": true, "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8de3127b11f0427dab486207e8c2e7c0"}, "enabled": true, "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/b36d7cc49d7d485e80008a5860ecfdeb"}, "enabled": true, "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 10:47:45,533 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-c1379558-671c-401b-843e-0970566ff969 2018-08-25 10:47:45,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.184747934341s 2018-08-25 10:47:45,534 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-c1379558-671c-401b-843e-0970566ff969 2018-08-25 10:47:45,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 10:47:45,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 10:47:45,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64fcad86-dbe9-4e9f-980e-7dd8a364ee4c Content-Encoding: gzip Content-Length: 1987 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/010143a5ac2147928894133e96c877ee"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "010143a5ac2147928894133e96c877ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0132057ba171471fb2e956aa6062e611"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "0132057ba171471fb2e956aa6062e611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/09041b0df5d949d983eabe190e6dbcbb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0d2e05593636414fb9d592fea372d3e4"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58064798ed864de8b000282ea108843b", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0f27bfe2d82648c0b4e630dac6a8e74b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1824cc5ad5b448998604c2636250e0c9"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1a01d06c805b4c218241a8cfdebb3efd"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/272efc4069d34a7993a0486603d09a8f"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "272efc4069d34a7993a0486603d09a8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/295269e3f2924d78a5385a287e0c3bf7"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2aa168343f614f43a5afd7bc940d7579"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c5d9a81863c46e2a17ac8c358b106f1"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c936aed093b405381e717ea65f95df3"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "2c936aed093b405381e717ea65f95df3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3f34b2847f4849bd90495e4055a4f266"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4df89f77180741dda734d8e6f897eb91"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "4df89f77180741dda734d8e6f897eb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5fb42df6511b47a19a6744cacef3e0b7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "5fb42df6511b47a19a6744cacef3e0b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/684448ff412a41a9975b74b35bf6b1dd"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6be3147cad7f4a5b9839bd27c160d54a"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6cb59073c61a41158d248e5e2245172e"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "6cb59073c61a41158d248e5e2245172e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6f1b19aad0564b53a7219a0e7f4b7a6c"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7813a76a1e4342edb716295e706afe4c"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "7813a76a1e4342edb716295e706afe4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7d6f31c9fe484dc1bf486877c789e4cd"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8126836dda1e4091b1ce67b8ba0f2625"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8f9ec477dcf54211b18dc0eb8b22fe2d"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/932fede9f5a84e74bcd7386a21a04293"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "932fede9f5a84e74bcd7386a21a04293"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/935011e9ce3047178d67d3972807cb45"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "935011e9ce3047178d67d3972807cb45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/996f73131d344ac09cbb5f68f9cb8d1f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9a1d5694cd9846f18765d1daef38a436"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58064798ed864de8b000282ea108843b", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b12af6e97e394c7f814f314b595275ea"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "b12af6e97e394c7f814f314b595275ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c098758f92a948e489ef4ab6bcf91511"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c36ebfc0c30846419c1fca31e8716d0b"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "c36ebfc0c30846419c1fca31e8716d0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c6402ebdd23b4ab7abfeea1d1000bd88"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d741030a78b54c25971c2b1811309b24"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "d741030a78b54c25971c2b1811309b24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/de8d0e8d21b8490891eb9c763daa4253"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e0e0807ad9914139afa6d4e2d8d2ed7d"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e6990d8925a74026a8bb47f242bfdbdb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "e6990d8925a74026a8bb47f242bfdbdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ec2dcd6c1f214474aef88955e1518b94"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58064798ed864de8b000282ea108843b", "id": "ec2dcd6c1f214474aef88955e1518b94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f2b4e3e98d184ebba276aa4b77d81eab"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f3096f37335c4c8b8b7f5851c1c7c937"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f8410e7c21694572ae7ace751586ae60"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "f8410e7c21694572ae7ace751586ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fb54d8ba886844dd955b125007eba2d7"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "fb54d8ba886844dd955b125007eba2d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fda349a3b9d4423d9a00d6dc57b1ac1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 10:47:45,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-64fcad86-dbe9-4e9f-980e-7dd8a364ee4c 2018-08-25 10:47:45,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.283291101456s 2018-08-25 10:47:45,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-64fcad86-dbe9-4e9f-980e-7dd8a364ee4c 2018-08-25 10:47:45,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '6798ac82-21ba-4f3c-9fc5-a7a046f61c2b', 'keystone_tenant_name': u'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.35:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed', 'project_domain_name': 'Default'} 2018-08-25 10:47:45,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-25 10:47:45,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - try 1: Cannot create secrets 2018-08-25 10:48:15,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-25 10:48:16,005 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:16,005 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:16,005 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:16,005 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:16,005 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:16,005 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:15 GMT 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:16,006 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "6798ac82-21ba-4f3c-9fc5-a7a046f61c2b"} 2018-08-25 10:48:16,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:16,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:16,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:16,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:16,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:16,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:16.073Z", "updated_at": "2018-08-25T10:48:16.073Z", "created_by": "admin", "private_resource": false, "value": "6798ac82-21ba-4f3c-9fc5-a7a046f61c2b", "key": "keystone_password"} 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:16 GMT 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-25 10:48:16,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:16,143 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"} 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:16,394 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:16.357Z", "updated_at": "2018-08-25T10:48:16.357Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed", "key": "keystone_tenant_name"} 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:16 GMT 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:16,395 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-25 10:48:16,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:16,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:16,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:16,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:16,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:16,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:16.592Z", "updated_at": "2018-08-25T10:48:16.592Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:16 GMT 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:16,622 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.35:5000"} 2018-08-25 10:48:16,805 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:16,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:16,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:16,806 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:16,806 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:16,806 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:16,806 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:16,806 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-25 10:48:16,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:16.716Z", "updated_at": "2018-08-25T10:48:16.716Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.35:5000", "key": "keystone_url"} 2018-08-25 10:48:16,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:16,807 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:16 GMT 2018-08-25 10:48:16,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:16,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-25 10:48:16,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:16,808 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:16,927 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-25 10:48:16,928 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:16.877Z", "updated_at": "2018-08-25T10:48:16.877Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-25 10:48:16,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:16,928 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:16 GMT 2018-08-25 10:48:16,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:16,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-25 10:48:16,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:16,929 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed"} 2018-08-25 10:48:17,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:17,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:17,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:17,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:17,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:17,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:17,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:17,025 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:17.008Z", "updated_at": "2018-08-25T10:48:17.008Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed", "key": "keystone_username"} 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:17 GMT 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:17,026 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-25 10:48:17,166 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:17.128Z", "updated_at": "2018-08-25T10:48:17.128Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-25 10:48:17,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:17,168 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:17 GMT 2018-08-25 10:48:17,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:17,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-25 10:48:17,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:17,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-25 10:48:17,169 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 10:48:17,176 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-25 10:48:17,176 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 10:48:17,194 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 10:48:17,313 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 10:48:17,314 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-25 10:48:17,316 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 10:48:17,317 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-25 10:48:17,317 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-25 10:48:17,321 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-25 10:48:54,017 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-25 10:48:54,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.s.uw.edu * extras: mirrors.unifiedlayer.com * updates: mirrors.xmission.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 4.3 MB/s | 54 MB 00:12 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-08-25 10:48:54,018 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-25 10:48:54,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-08-25 10:48:54,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 10:48:54,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:48:54,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-189841bf-ecf5-4d67-b788-410e2cf54739 Date: Sat, 25 Aug 2018 10:48:54 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "31e07766-62af-401d-ade6-7e0a0d381544", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "32e9d102-68e9-40d1-b647-671372ba8d58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "ac34638e-f0da-47d1-b2c0-ce512e187afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "e975a1b3-0191-45ad-85bb-0dce7d544020", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 7, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 1, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 10:48:54,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-189841bf-ecf5-4d67-b788-410e2cf54739 2018-08-25 10:48:54,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.054563999176s 2018-08-25 10:48:54,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-189841bf-ecf5-4d67-b788-410e2cf54739 2018-08-25 10:48:54,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 10:48:54,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -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": "7099c344-2259-42f1-af33-0db12c543a2e"}}' 2018-08-25 10:48:54,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b041aed1-02c2-4584-bc46-c796ce4ae018 Date: Sat, 25 Aug 2018 10:48:54 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-08-25T10:48:54Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "port_range_min": 22, "revision_number": 0, "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:48:54Z", "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "d904426a-fcd6-4809-a58b-4786c0b4ccaf"}} 2018-08-25 10:48:54,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-b041aed1-02c2-4584-bc46-c796ce4ae018 2018-08-25 10:48:54,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.428333044052s 2018-08-25 10:48:54,510 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-b041aed1-02c2-4584-bc46-c796ce4ae018 2018-08-25 10:48:54,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-25 10:48:54,720 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-25 10:48:57,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:48:57,431 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:48:57,431 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:48:57,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:48:57,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:48:57,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:48:57,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:48:57,432 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-25 10:48:57,432 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:57.374Z", "updated_at": "2018-08-25T10:48:57.374Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.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.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.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.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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-08-25 10:48:57,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:48:57,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:48:57 GMT 2018-08-25 10:48:57,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:48:57,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-25 10:48:57,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:48:57,459 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-25 10:48:58,931 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-25 10:48:58,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:48:58,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:48:59,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-794b8111-a054-45da-a381-2ee5741a5fac Date: Sat, 25 Aug 2018 10:48:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:45:02Z", "file": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "size": 4373348352, "self": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:44:01Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:48:59,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-794b8111-a054-45da-a381-2ee5741a5fac 2018-08-25 10:48:59,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.269675016403s 2018-08-25 10:48:59,202 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-794b8111-a054-45da-a381-2ee5741a5fac 2018-08-25 10:48:59,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 10:48:59,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed"}' 2018-08-25 10:48:59,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8509e880-54ef-462f-9ec4-08326bcf0368 Date: Sat, 25 Aug 2018 10:48:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:48:59Z", "file": "/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "f43b544e-30a3-4466-b76a-e035576d0f90", "size": null, "self": "/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90", "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_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": null, "created_at": "2018-08-25T10:48:59Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 10:48:59,277 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-8509e880-54ef-462f-9ec4-08326bcf0368 2018-08-25 10:48:59,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0654909610748s 2018-08-25 10:48:59,277 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-8509e880-54ef-462f-9ec4-08326bcf0368 returning object f43b544e-30a3-4466-b76a-e035576d0f90 2018-08-25 10:48:59,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 10:48:59,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90/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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '' 2018-08-25 10:49:04,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d309170e-ea94-41fa-b87d-c4312c6474de Date: Sat, 25 Aug 2018 10:49:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 10:49:04,277 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90/file used request id req-d309170e-ea94-41fa-b87d-c4312c6474de 2018-08-25 10:49:04,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.99935412407s 2018-08-25 10:49:04,278 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90/file used request id req-d309170e-ea94-41fa-b87d-c4312c6474de 2018-08-25 10:49:04,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 10:49:04,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 10:49:04,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-af5cf612-36bc-48e5-b6f3-ff9c75ca3ba1 Date: Sat, 25 Aug 2018 10:49:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:49:04Z", "file": "/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "f43b544e-30a3-4466-b76a-e035576d0f90", "size": 263193088, "self": "/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f43b544e-30a3-4466-b76a-e035576d0f90/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f43b544e-30a3-4466-b76a-e035576d0f90/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T10:48:59Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:45:02Z", "file": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "size": 4373348352, "self": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:44:01Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 10:49:04,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-af5cf612-36bc-48e5-b6f3-ff9c75ca3ba1 2018-08-25 10:49:04,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0473101139069s 2018-08-25 10:49:04,330 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-af5cf612-36bc-48e5-b6f3-ff9c75ca3ba1 2018-08-25 10:49:04,332 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f43b544e-30a3-4466-b76a-e035576d0f90/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90/file', 'owner': u'e7719337c5104fdd95c45d992a8afac0', 'id': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'size': 263193088, u'self': u'/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e7719337c5104fdd95c45d992a8afac0', 'name': 'cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/f43b544e-30a3-4466-b76a-e035576d0f90/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T10:49:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T10:49:04Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed', '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/f43b544e-30a3-4466-b76a-e035576d0f90', 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_2ab14de2-6641-48da-a952-78d1657d86ed', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_2ab14de2-6641-48da-a952-78d1657d86ed', 'created': u'2018-08-25T10:48:59Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-25T10:48:59Z', 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/f43b544e-30a3-4466-b76a-e035576d0f90', 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_2ab14de2-6641-48da-a952-78d1657d86ed', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-25 10:49:04,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 10:49:04,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-25 10:49:04,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:49: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-4f55a37d-3c9c-440a-80df-bbdafc46a8af x-compute-request-id: req-4f55a37d-3c9c-440a-80df-bbdafc46a8af Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651", "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": "0e495725-db90-4ab0-8cb0-23f7c5ca9651"}} 2018-08-25 10:49:04,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-4f55a37d-3c9c-440a-80df-bbdafc46a8af 2018-08-25 10:49:04,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0582411289215s 2018-08-25 10:49:04,391 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-4f55a37d-3c9c-440a-80df-bbdafc46a8af 2018-08-25 10:49:04,392 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_2ab14de2-6641-48da-a952-78d1657d86ed', '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'89d58111967c4124b09131409c7a2a28', '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'0e495725-db90-4ab0-8cb0-23f7c5ca9651', 'swap': 0}) 2018-08-25 10:49:04,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 10:49:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651/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}286d3016ba835d623765ac5440273e72d38a1e7f" -d '{"extra_specs": {}}' 2018-08-25 10:49:04,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 10:49: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-362274bf-c800-4e61-b09d-0f0b9a2e2f09 x-compute-request-id: req-362274bf-c800-4e61-b09d-0f0b9a2e2f09 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 10:49:04,415 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651/os-extra_specs used request id req-362274bf-c800-4e61-b09d-0f0b9a2e2f09 2018-08-25 10:49:04,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216059684753s 2018-08-25 10:49:04,415 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651/os-extra_specs used request id req-362274bf-c800-4e61-b09d-0f0b9a2e2f09 2018-08-25 10:49:04,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-25 10:49:04,415 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "f43b544e-30a3-4466-b76a-e035576d0f90", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "bono_cluster_size": 1, "flavor_id": "0e495725-db90-4ab0-8cb0-23f7c5ca9651", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-25 10:49:05,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:05,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:05,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:05,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "f43b544e-30a3-4466-b76a-e035576d0f90", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "bono_cluster_size": 1, "flavor_id": "0e495725-db90-4ab0-8cb0-23f7c5ca9651", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed", "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-08-25T10:49:04.677Z", "updated_at": "2018-08-25T10:49:04.677Z", "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-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:05 GMT 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:05,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-25 10:49:05,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:05,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-08-25 10:49:05,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:05,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:05,901 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:05 GMT 2018-08-25 10:49:05,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:05,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-25 10:49:05,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:05,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:05,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:05 GMT 2018-08-25 10:49:05,985 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:05,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-25 10:49:05,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:05,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:06,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:06,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:06,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:06,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:06,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:06,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:06,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:06,438 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:06,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:06,439 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:06 GMT 2018-08-25 10:49:06,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:06,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:06,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:11,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:11,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:11,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:11,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:11,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:11,511 - 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-08-25T10:49:06.838Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:06.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:07.212Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:07.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:07.374Z", "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-08-25T10:49:07.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:07.476Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:07.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:07.476Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:07.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:07.476Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:07.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:08.382Z", "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-08-25T10:49:08.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:08.382Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:08.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:08.382Z", "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-08-25T10:49:08.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:09.392Z", "message": "Installing from directory: /tmp/tmprD2Jqn [args=--prefix=\"/tmp/openstack-NZ6eDx\" --constraint=\"/tmp/openstack-NZ6eDx/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:09.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:09.392Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmprD2Jqn --prefix=\"/tmp/openstack-NZ6eDx\" --constraint=\"/tmp/openstack-NZ6eDx/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:09.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:11 GMT 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-08-25 10:49:11,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:11,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-25 10:49:11,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-08-25 10:49:11,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-25 10:49:11,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:49:11,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:49:11,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-08-25 10:49:11,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-25 10:49:11,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:49:11,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-25 10:49:11,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmprD2Jqn [args=--prefix="/tmp/openstack-NZ6eDx" --constraint="/tmp/openstack-NZ6eDx/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-25 10:49:11,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmprD2Jqn --prefix="/tmp/openstack-NZ6eDx" --constraint="/tmp/openstack-NZ6eDx/constraint.txt" 2018-08-25 10:49:11,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:11,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:11,573 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:11,573 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:11 GMT 2018-08-25 10:49:11,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:11,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:11,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:16,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:16,867 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:16,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:16 GMT 2018-08-25 10:49:16,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:16,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 10:49:16,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:16,869 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:16,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:16,942 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:16,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:16 GMT 2018-08-25 10:49:16,943 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:16,943 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:16,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:21,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:22,231 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:22,232 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:22 GMT 2018-08-25 10:49:22,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:22,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 10:49:22,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:22,233 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:22,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:22,303 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:22,303 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:22 GMT 2018-08-25 10:49:22,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:22,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:22,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:27,309 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:27,373 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:27,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:27,373 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:27 GMT 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 10:49:27,374 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:27,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:27,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:27,439 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:27,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:27,440 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:27 GMT 2018-08-25 10:49:27,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:27,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:27,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:32,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:32,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:32,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:32,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:32 GMT 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:32,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 10:49:32,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:32,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:32,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:32,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:32,575 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:32 GMT 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:32,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:32,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:37,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:37,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:37,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:36.907Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:36.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:37.432Z", "message": "Removing directory: /tmp/tmprD2Jqn", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:37.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22", "logger": "a0c9ee15-91aa-4101-bdd5-61369be3aeba"}], "metadata": {"pagination": {"total": 13, "offset": 11, "size": 50}}} 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:37 GMT 2018-08-25 10:49:37,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:37,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1087 2018-08-25 10:49:37,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:37,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-25 10:49:37,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmprD2Jqn 2018-08-25 10:49:37,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:37,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:37,963 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:37,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:37,964 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:37 GMT 2018-08-25 10:49:37,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:37,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-25 10:49:37,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:42,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:43,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:43,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:43,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:37.950Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:37.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:38.500Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:38.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:38.500Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:38.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:38.500Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:38.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}], "metadata": {"pagination": {"total": 17, "offset": 13, "size": 50}}} 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:43,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:43 GMT 2018-08-25 10:49:43,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:43,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2020 2018-08-25 10:49:43,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:43,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:49:43,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-25 10:49:43,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-08-25 10:49:43,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-25 10:49:43,044 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/a7ca2665-08dd-4a4d-9f15-cad99288bb22 2018-08-25 10:49:43,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:43,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:43,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:43,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:43,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:43,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:43,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:43,101 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"} 2018-08-25 10:49:43,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:43,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:43 GMT 2018-08-25 10:49:43,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:43,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-08-25 10:49:43,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:43,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-08-25 10:49:43,102 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-25 10:49:43,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:43,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:43,300 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:43,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:43,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-08-25 10:49:43,301 - 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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:43 GMT 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:49:43,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:43,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:43,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-25 10:49:43,362 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:43,362 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:43 GMT 2018-08-25 10:49:43,362 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:43,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-25 10:49:43,362 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:43,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:49:43,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:43,419 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:43,420 - 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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:43 GMT 2018-08-25 10:49:43,420 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:43,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:49:43,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:48,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:48,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:48,511 - 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-08-25T10:49:43.900Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:43.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:45.129Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:45.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_security_group_9gqqq2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.092Z", "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-08-25T10:49:47.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e6700ac5-87a4-4ea3-b0ad-7a5cbcf306c6"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.094Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:47.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "homer_security_group_9gqqq2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e6700ac5-87a4-4ea3-b0ad-7a5cbcf306c6"}, {"node_instance_id": "homer_security_group_9gqqq2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e6700ac5-87a4-4ea3-b0ad-7a5cbcf306c6"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "homer_security_group_9gqqq2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e6700ac5-87a4-4ea3-b0ad-7a5cbcf306c6"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:47.564Z", "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-08-25T10:49:47.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1cf00abc-6836-4085-b632-b47f3a6269de"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "keypair_y8khtg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "keypair_y8khtg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 52, "offset": 0, "size": 50}}} 2018-08-25 10:49:48,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:48,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:48 GMT 2018-08-25 10:49:48,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:48,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28668 2018-08-25 10:49:48,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:48,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-08-25 10:49:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,513 - 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-08-25 10:49:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,514 - 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-08-25 10:49:48,514 - 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-08-25 10:49:48,515 - 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-08-25 10:49:48,515 - 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-08-25 10:49:48,515 - 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-08-25 10:49:48,515 - 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-08-25 10:49:48,515 - 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-08-25 10:49:48,515 - 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-08-25 10:49:48,516 - 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-08-25 10:49:48,516 - 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-08-25 10:49:48,516 - 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-08-25 10:49:48,516 - 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-08-25 10:49:48,516 - 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-08-25 10:49:48,516 - 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-08-25 10:49:48,517 - 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-08-25 10:49:48,517 - 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-08-25 10:49:48,517 - 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-08-25 10:49:48,517 - 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-08-25 10:49:48,517 - 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-08-25 10:49:48,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:48,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-25 10:49:48,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-25 10:49:48,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-25 10:49:48,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-25 10:49:48,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:48,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:49:48,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:48,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:48,577 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:48,577 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:48,577 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:48 GMT 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:49:48,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:53,584 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:53,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:53,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:53,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:53,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:53,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:53,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "keypair_y8khtg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.134Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_security_group_lcbas3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b429d690-b886-43fd-882b-b4280f8fc00d"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91ac2e45-1ec4-4149-8705-2046af63d85f"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91ac2e45-1ec4-4149-8705-2046af63d85f"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91ac2e45-1ec4-4149-8705-2046af63d85f"}, {"node_instance_id": "bind_security_group_lcbas3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b429d690-b886-43fd-882b-b4280f8fc00d"}, {"node_instance_id": "bind_security_group_lcbas3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b429d690-b886-43fd-882b-b4280f8fc00d"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91ac2e45-1ec4-4149-8705-2046af63d85f"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91ac2e45-1ec4-4149-8705-2046af63d85f"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91ac2e45-1ec4-4149-8705-2046af63d85f"}, {"node_instance_id": "bind_security_group_lcbas3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "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-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b429d690-b886-43fd-882b-b4280f8fc00d"}, {"node_instance_id": "keypair_y8khtg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:48.593Z", "message": "Using external resource keypair: cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:48.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "53bf14ac-ab91-45cf-b9ac-df23b773d53d"}, {"node_instance_id": "keypair_y8khtg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:49.151Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:49.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:49.151Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:49.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "keypair_y8khtg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:49.151Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:49.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "keypair_y8khtg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:50.158Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:50.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:51.295Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:51.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:51.295Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:51.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:51.295Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:51.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:51.295Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:51.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:51.609Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:49:50Z', u'updated_at': u'2018-08-25T10:49:50Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'e7719337c5104fdd95c45d992a8afac0', u'port_id': None, u'id': u'304239e5-c137-4532-a445-ce919b73516c', u'qos_policy_id': None}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:51.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "aaf55e06-df40-4aec-8067-86550a5130f1"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.614Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.614Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.614Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.614Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.614Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.614Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.765Z", "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-08-25T10:49:52.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a0e0fc04-7887-46f4-a3b4-81f0a614b1ab"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.765Z", "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-08-25T10:49:52.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a0e0fc04-7887-46f4-a3b4-81f0a614b1ab"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.765Z", "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-08-25T10:49:52.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a0e0fc04-7887-46f4-a3b4-81f0a614b1ab"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.765Z", "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-08-25T10:49:52.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a0e0fc04-7887-46f4-a3b4-81f0a614b1ab"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.765Z", "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-08-25T10:49:52.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a0e0fc04-7887-46f4-a3b4-81f0a614b1ab"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:52.765Z", "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-08-25T10:49:52.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a0e0fc04-7887-46f4-a3b4-81f0a614b1ab"}], "metadata": {"pagination": {"total": 84, "offset": 50, "size": 50}}} 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:53 GMT 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20794 2018-08-25 10:49:53,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:53,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-25 10:49:53,656 - 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-08-25 10:49:53,656 - 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-08-25 10:49:53,656 - 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-08-25 10:49:53,656 - 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-08-25 10:49:53,656 - 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-08-25 10:49:53,657 - 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-08-25 10:49:53,657 - 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-08-25 10:49:53,657 - 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-08-25 10:49:53,657 - 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-08-25 10:49:53,657 - 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-08-25 10:49:53,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed 2018-08-25 10:49:53,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:53,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-25 10:49:53,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-25 10:49:53,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:53,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:49:53,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:49:53,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,659 - 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'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:49:50Z', u'updated_at': u'2018-08-25T10:49:50Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'e7719337c5104fdd95c45d992a8afac0', u'port_id': None, u'id': u'304239e5-c137-4532-a445-ce919b73516c', u'qos_policy_id': None} 2018-08-25 10:49:53,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:53,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-25 10:49:53,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:53,660 - 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-08-25 10:49:53,660 - 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-08-25 10:49:53,660 - 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-08-25 10:49:53,660 - 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-08-25 10:49:53,661 - 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-08-25 10:49:53,661 - 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-08-25 10:49:53,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:49:53,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:53,800 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:53 GMT 2018-08-25 10:49:53,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:53,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:49:53,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:58,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:49:58,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:58,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:58,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_lcbas3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.748Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:53.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "ellis_security_group_7nu0ks", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3b7f12e4-e5ff-49e7-9fdf-698faa534805"}, {"node_instance_id": "ellis_security_group_7nu0ks", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3b7f12e4-e5ff-49e7-9fdf-698faa534805"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "ellis_security_group_7nu0ks", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3b7f12e4-e5ff-49e7-9fdf-698faa534805"}, {"node_instance_id": "ellis_security_group_7nu0ks", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3b7f12e4-e5ff-49e7-9fdf-698faa534805"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:53.869Z", "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-08-25T10:49:53.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "95562f6f-691a-4d24-ae80-0e0bb3181a4b"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:54.757Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:54.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:54.757Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:54.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:54.757Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:54.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_floatingip_z5x5ke", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:55.392Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:49:54Z', u'updated_at': u'2018-08-25T10:49:54Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'e7719337c5104fdd95c45d992a8afac0', u'port_id': None, u'id': u'345ac358-ae54-4156-93b9-c4bb8c955992', u'qos_policy_id': None}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:55.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "060bab13-7907-43ba-b83e-f607a51f4398"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:55.776Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:55.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:55.776Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:55.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:55.776Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:55.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:55.776Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:55.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.825Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:49:55Z', u'updated_at': u'2018-08-25T10:49:55Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'e7719337c5104fdd95c45d992a8afac0', u'port_id': None, u'id': u'c3f57773-1a3a-401a-90a2-2a5006054d26', u'qos_policy_id': None}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7782ddf3-3368-40db-8150-ec32025286ff"}, {"node_instance_id": "sprout_security_group_vc3km3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.825Z", "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-08-25T10:49:56.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bf6605ad-17fe-428f-896c-9c0e4e8d1af6"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.956Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.956Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.956Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.956Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.956Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.956Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:56.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.968Z", "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-08-25T10:49:56.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "sprout_security_group_vc3km3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.968Z", "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-08-25T10:49:56.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bf6605ad-17fe-428f-896c-9c0e4e8d1af6"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.968Z", "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-08-25T10:49:56.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:56.968Z", "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-08-25T10:49:56.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.992Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d4d4057f-aa16-422b-8ec7-0084a2333ec6"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}], "metadata": {"pagination": {"total": 143, "offset": 84, "size": 50}}} 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:58 GMT 2018-08-25 10:49:58,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:58,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29349 2018-08-25 10:49:58,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:49:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-25 10:49:58,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-25 10:49:58,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:58,882 - 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-08-25 10:49:58,883 - 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-08-25 10:49:58,883 - 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-08-25 10:49:58,883 - 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-08-25 10:49:58,883 - 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-08-25 10:49:58,883 - 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-08-25 10:49:58,883 - 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-08-25 10:49:58,884 - 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-08-25 10:49:58,884 - 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-08-25 10:49:58,884 - 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-08-25 10:49:58,884 - 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-08-25 10:49:58,884 - 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-08-25 10:49:58,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,885 - 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'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:49:54Z', u'updated_at': u'2018-08-25T10:49:54Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'e7719337c5104fdd95c45d992a8afac0', u'port_id': None, u'id': u'345ac358-ae54-4156-93b9-c4bb8c955992', u'qos_policy_id': None} 2018-08-25 10:49:58,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:58,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 10:49:58,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-25 10:49:58,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:58,886 - 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'e7719337c5104fdd95c45d992a8afac0', u'created_at': u'2018-08-25T10:49:55Z', u'updated_at': u'2018-08-25T10:49:55Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'e7719337c5104fdd95c45d992a8afac0', u'port_id': None, u'id': u'c3f57773-1a3a-401a-90a2-2a5006054d26', u'qos_policy_id': None} 2018-08-25 10:49:58,886 - 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-08-25 10:49:58,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:49:58,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-25 10:49:58,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:58,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:49:58,887 - 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-08-25 10:49:58,887 - 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-08-25 10:49:58,887 - 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-08-25 10:49:58,887 - 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-08-25 10:49:58,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:49:58,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}] 2018-08-25 10:49:58,889 - 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-08-25 10:49:58,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:49:58,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:49:58,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:49:58,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:49:58,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:49:58,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:49:58,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:49:58 GMT 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:49:58,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:03,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:04,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:04,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:04,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "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-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7447cd35-85de-449e-9e00-b071db86eb7a"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:57.994Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_toj5uv'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:57.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d4d4057f-aa16-422b-8ec7-0084a2333ec6"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:58.997Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:58.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:49:59.492Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_toj5uv', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:49:59.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d4d4057f-aa16-422b-8ec7-0084a2333ec6"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.005Z", "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-08-25T10:50:00.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d4d4057f-aa16-422b-8ec7-0084a2333ec6"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.005Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_toj5uv', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d4d4057f-aa16-422b-8ec7-0084a2333ec6"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:00.013Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:00.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.017Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2ddc56ca-14a1-474e-bd11-7aaccc9d49fe', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'87a0ed2f-b2f7-475a-af44-aa7f39652b09', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'304239e5-c137-4532-a445-ce919b73516c', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:01.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0a0a214f-a7a8-46ee-ad8a-1a5d9b733d95"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.017Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ae18953a-551b-46ad-92e4-4b825af99168', 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-08-25T10:50:01.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "319f2463-bfce-4d46-8e28-8b4e41ecd796"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.017Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ou8e32'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:01.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0a0a214f-a7a8-46ee-ad8a-1a5d9b733d95"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.017Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_cnsgkm'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:01.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "319f2463-bfce-4d46-8e28-8b4e41ecd796"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.019Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:01.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.019Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:01.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:01.019Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:01.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.215Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'508eaf71-0b9e-4727-8090-e39a6f259373', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'c3f57773-1a3a-401a-90a2-2a5006054d26', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3c290a2c-0039-47be-98fd-641aa5c3a02b"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.215Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_f2g55a'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3c290a2c-0039-47be-98fd-641aa5c3a02b"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.226Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.226Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.226Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.226Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.226Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:02.226Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:02.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "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-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "319f2463-bfce-4d46-8e28-8b4e41ecd796"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_cnsgkm', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "319f2463-bfce-4d46-8e28-8b4e41ecd796"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'369b08e5-b675-40d7-a803-284d038a49b4', 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-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0de0f0c0-c322-4036-b809-f2306dba3a91"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3d5b5ed3-7e2c-4cc9-8cad-20a3e9b0bdfc', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'345ac358-ae54-4156-93b9-c4bb8c955992', 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-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f0d88ffb-fe34-4611-ad90-74dfa55fb7bb"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_cnsgkm', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "319f2463-bfce-4d46-8e28-8b4e41ecd796"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_dhyoa2'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f0d88ffb-fe34-4611-ad90-74dfa55fb7bb"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.236Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_qrrn5l'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0de0f0c0-c322-4036-b809-f2306dba3a91"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.237Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.237Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.237Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 187, "offset": 134, "size": 50}}} 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:04,032 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:04 GMT 2018-08-25 10:50:04,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:04,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32030 2018-08-25 10:50:04,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:04,034 - 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-08-25 10:50:04,034 - 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-08-25 10:50:04,034 - 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-08-25 10:50:04,035 - 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-08-25 10:50:04,035 - 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-08-25 10:50:04,035 - 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-08-25 10:50:04,035 - 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-08-25 10:50:04,035 - 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-08-25 10:50:04,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_toj5uv'} 2018-08-25 10:50:04,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:04,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_toj5uv', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:04,036 - 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-08-25 10:50:04,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_toj5uv', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:04,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:04,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:04,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:04,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:04,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:04,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:04,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:04,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:04,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:04,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:04,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:04,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:04,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2ddc56ca-14a1-474e-bd11-7aaccc9d49fe', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'87a0ed2f-b2f7-475a-af44-aa7f39652b09', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'304239e5-c137-4532-a445-ce919b73516c', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}] 2018-08-25 10:50:04,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ae18953a-551b-46ad-92e4-4b825af99168', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-08-25 10:50:04,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ou8e32'} 2018-08-25 10:50:04,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_cnsgkm'} 2018-08-25 10:50:04,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:04,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:04,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:50:04,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'508eaf71-0b9e-4727-8090-e39a6f259373', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'c3f57773-1a3a-401a-90a2-2a5006054d26', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_f2g55a'} 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 10:50:04,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:04,041 - 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-08-25 10:50:04,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_cnsgkm', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:04,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'369b08e5-b675-40d7-a803-284d038a49b4', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-08-25 10:50:04,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3d5b5ed3-7e2c-4cc9-8cad-20a3e9b0bdfc', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'345ac358-ae54-4156-93b9-c4bb8c955992', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}] 2018-08-25 10:50:04,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_cnsgkm', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:04,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_dhyoa2'} 2018-08-25 10:50:04,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_qrrn5l'} 2018-08-25 10:50:04,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:04,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:04,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:04,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:04,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:04,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:04,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:04 GMT 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:04,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:09,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:10,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:10,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:10,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:10,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:10,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:10,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.237Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.237Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:03.237Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:03.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:04.243Z", "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-08-25T10:50:04.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0a0a214f-a7a8-46ee-ad8a-1a5d9b733d95"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:04.243Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ou8e32', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:04.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0a0a214f-a7a8-46ee-ad8a-1a5d9b733d95"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:04.243Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ou8e32', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:04.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0a0a214f-a7a8-46ee-ad8a-1a5d9b733d95"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:04.246Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:04.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:04.246Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:04.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:05.263Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:05.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:05.263Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:05.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:05.263Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:05.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:05.263Z", "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-08-25T10:50:05.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3c290a2c-0039-47be-98fd-641aa5c3a02b"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:05.263Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_f2g55a', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:05.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3c290a2c-0039-47be-98fd-641aa5c3a02b"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:05.263Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_f2g55a', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:05.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3c290a2c-0039-47be-98fd-641aa5c3a02b"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.523Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.523Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.523Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.523Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.523Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.523Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "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-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f0d88ffb-fe34-4611-ad90-74dfa55fb7bb"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "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-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0de0f0c0-c322-4036-b809-f2306dba3a91"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_dhyoa2', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f0d88ffb-fe34-4611-ad90-74dfa55fb7bb"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_qrrn5l', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0de0f0c0-c322-4036-b809-f2306dba3a91"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'87a0ed2f-b2f7-475a-af44-aa7f39652b09', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ce1fae60-a2ca-49e1-9a93-2c433f90249c', 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-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a7742fd5-405a-44f6-bcb0-ce9c72c2a772"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_dhyoa2', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f0d88ffb-fe34-4611-ad90-74dfa55fb7bb"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_qrrn5l', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "0de0f0c0-c322-4036-b809-f2306dba3a91"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:06.564Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_65qwvh'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a7742fd5-405a-44f6-bcb0-ce9c72c2a772"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:07.571Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:07.571Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:07.571Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:07.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:07.591Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'43acb831-67f5-4fe2-bb9f-73422341be8c', 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-08-25T10:50:07.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91240dc1-416e-49d5-a407-5d15b9359cf1"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:07.591Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_88imjs'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:07.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91240dc1-416e-49d5-a407-5d15b9359cf1"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:08.581Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:08.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:08.581Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:08.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:08.581Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:08.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:08.595Z", "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-08-25T10:50:08.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a7742fd5-405a-44f6-bcb0-ce9c72c2a772"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:08.595Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_65qwvh', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:08.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a7742fd5-405a-44f6-bcb0-ce9c72c2a772"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:08.595Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_65qwvh', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:08.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a7742fd5-405a-44f6-bcb0-ce9c72c2a772"}], "metadata": {"pagination": {"total": 223, "offset": 184, "size": 50}}} 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:10 GMT 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25986 2018-08-25 10:50:10,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:10,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:10,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:10,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:10,577 - 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-08-25 10:50:10,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ou8e32', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ou8e32', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:50:10,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 10:50:10,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:10,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:10,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:10,578 - 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-08-25 10:50:10,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_f2g55a', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_f2g55a', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:10,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:10,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 10:50:10,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:10,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:10,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:10,580 - 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-08-25 10:50:10,580 - 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-08-25 10:50:10,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_dhyoa2', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_qrrn5l', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'87a0ed2f-b2f7-475a-af44-aa7f39652b09', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ce1fae60-a2ca-49e1-9a93-2c433f90249c', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-08-25 10:50:10,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_dhyoa2', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_qrrn5l', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_65qwvh'} 2018-08-25 10:50:10,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:10,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:10,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:10,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', u'external_type': u'keypair'}, {u'external_id': u'a366c537-b566-4914-8ed3-67c5b574a6ea', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'43acb831-67f5-4fe2-bb9f-73422341be8c', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-08-25 10:50:10,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_88imjs'} 2018-08-25 10:50:10,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:10,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:10,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:10,583 - 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-08-25 10:50:10,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_65qwvh', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_65qwvh', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:10,583 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:10,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:10,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:10,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:10 GMT 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:10,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:15,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:15,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:15,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:15,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:15,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:15,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.258Z", "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-08-25T10:50:11.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91240dc1-416e-49d5-a407-5d15b9359cf1"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.258Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_88imjs', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:11.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91240dc1-416e-49d5-a407-5d15b9359cf1"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.258Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_88imjs', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:11.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "91240dc1-416e-49d5-a407-5d15b9359cf1"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.261Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.261Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.261Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:11.261Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "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-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:12.266Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:12.266Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:13.309Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:13.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:14.341Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:14.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:14.341Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:50:14.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:14.341Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:50:14.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:14.341Z", "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-08-25T10:50:14.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:14.341Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:14.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:14.341Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:14.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:15.703Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:50:15.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:15.703Z", "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-08-25T10:50:15.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 255, "offset": 223, "size": 50}}} 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:15 GMT 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20538 2018-08-25 10:50:15,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:15,862 - 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-08-25 10:50:15,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_88imjs', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:15,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_88imjs', 'key_name': u'cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed', 'image': u'f43b544e-30a3-4466-b76a-e035576d0f90', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed', 'cloudify_management_network_id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}, 'nics': [{'net-id': u'19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c'}], 'flavor': u'0e495725-db90-4ab0-8cb0-23f7c5ca9651'} 2018-08-25 10:50:15,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:15,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:15,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:15,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:15,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:15,864 - 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-08-25 10:50:15,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:15,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:15,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:15,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:50:15,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 10:50:15,866 - 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-08-25 10:50:15,867 - 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-08-25 10:50:15,867 - 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-08-25 10:50:15,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 10:50:15,867 - 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-08-25 10:50:15,867 - 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-08-25 10:50:15,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:16,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:16,199 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:16,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:16,199 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:16 GMT 2018-08-25 10:50:16,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:16,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:16,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:21,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:21,349 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:21,349 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:21,349 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:21,349 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:16.822Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:50:16.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:17.827Z", "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-08-25T10:50:17.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 257, "offset": 255, "size": 50}}} 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:21 GMT 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2328 2018-08-25 10:50:21,350 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:21,351 - 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-08-25 10:50:21,351 - 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-08-25 10:50:21,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:21,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:21,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:21,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:21,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:21,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:21,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:21 GMT 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:21,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:26,444 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:26,543 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:26,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:26,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:26,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:26,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:26,544 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:26,544 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:26 GMT 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:26,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:26,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:26,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:26,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:26,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:26 GMT 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:26,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:31,610 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:31,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:31,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:31,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:31,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:31,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:31,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:31 GMT 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:50:31,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:31,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:31,797 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:31,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:31,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:31,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:31,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:31 GMT 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:31,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:36,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:36,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:36,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-25 10:50:36,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:36,973 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:36 GMT 2018-08-25 10:50:36,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:36,973 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:50:36,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:36,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:37,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:37,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:37,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:37,062 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:37,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:37,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:37 GMT 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:37,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:42,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:42,131 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:42,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:42,131 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:40.812Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:40.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:41.838Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:41.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 259, "offset": 257, "size": 50}}} 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:42 GMT 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:42,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-08-25 10:50:42,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:42,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:42,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:42,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:42,217 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:42,218 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:42 GMT 2018-08-25 10:50:42,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:42,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:42,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:47,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:47,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:47,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:47,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:43.155Z", "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-08-25T10:50:43.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:43.843Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:43.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:43.843Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:43.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:44.848Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:44.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:44.848Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:44.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:44.848Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:44.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:44.848Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:44.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:45.854Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:45.854Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:45.854Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:45.854Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "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-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "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-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "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-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:46.911Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:50:46.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 277, "offset": 259, "size": 50}}} 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:47 GMT 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11802 2018-08-25 10:50:47,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:47,331 - 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-08-25 10:50:47,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,333 - 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-08-25 10:50:47,334 - 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-08-25 10:50:47,334 - 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-08-25 10:50:47,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 10:50:47,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:47,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:47,556 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:47,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:47,556 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:47 GMT 2018-08-25 10:50:47,556 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:47,556 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:47,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:52,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:52,716 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:52,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_qrrn5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:47.915Z", "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-08-25T10:50:47.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:47.915Z", "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-08-25T10:50:47.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:48.918Z", "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-08-25T10:50:48.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:50:48.918Z", "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-08-25T10:50:48.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 281, "offset": 277, "size": 50}}} 2018-08-25 10:50:52,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:52,717 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:52 GMT 2018-08-25 10:50:52,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:52,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4626 2018-08-25 10:50:52,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:52,718 - 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-08-25 10:50:52,718 - 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-08-25 10:50:52,718 - 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-08-25 10:50:52,718 - 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-08-25 10:50:52,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:52,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:52,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:52,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:52,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:52,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:52,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:52,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:52,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:52,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:52,790 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:52 GMT 2018-08-25 10:50:52,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:52,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:52,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:57,795 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:57,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:57 GMT 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:50:57,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:50:58,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:50:58,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:50:58,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:50:58,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:50:58 GMT 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:50:58,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:50:58,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:03,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:03,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:03,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:03,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:03,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:03 GMT 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:51:03,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:03,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:03,190 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:03,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:03,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:03,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:03,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:03,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:03 GMT 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:03,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:08,197 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:08,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:08,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:08,370 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:08 GMT 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:51:08,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:08,372 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:08,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:08,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:08,433 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:08 GMT 2018-08-25 10:51:08,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:08,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:08,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:13,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:13,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:13,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:13,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:13,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:13,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:13.227Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:13.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 282, "offset": 281, "size": 50}}} 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:13 GMT 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-08-25 10:51:13,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:13,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:13,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:13,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:13,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:13 GMT 2018-08-25 10:51:13,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:13,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:13,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:18,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:18,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:13.930Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:13.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:15.476Z", "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-08-25T10:51:15.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:16.614Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:16.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:16.614Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:16.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:16.614Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:16.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:17.002Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:17.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:17.002Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:17.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:17.002Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:17.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:18.189Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:18.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:18.189Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:18.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:18.189Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:18.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:18.189Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:18.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 294, "offset": 282, "size": 50}}} 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:18,708 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:18 GMT 2018-08-25 10:51:18,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:18,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6857 2018-08-25 10:51:18,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:18,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,710 - 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-08-25 10:51:18,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:18,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:18,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:18,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:18,844 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:18 GMT 2018-08-25 10:51:18,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:18,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:18,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:23,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:23,922 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:23,922 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:23,922 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:23,922 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:23,922 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:23,922 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:19.296Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:19.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:19.296Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:19.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:19.296Z", "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-08-25T10:51:19.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:19.296Z", "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-08-25T10:51:19.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:19.296Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:19.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:19.296Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:19.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:20.302Z", "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-08-25T10:51:20.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:20.302Z", "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-08-25T10:51:20.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:20.302Z", "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-08-25T10:51:20.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:21.308Z", "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-08-25T10:51:21.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:21.308Z", "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-08-25T10:51:21.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 305, "offset": 294, "size": 50}}} 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:23 GMT 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10084 2018-08-25 10:51:23,923 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:23,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:23,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:23,924 - 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-08-25 10:51:23,924 - 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-08-25 10:51:23,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:23,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-25 10:51:23,925 - 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-08-25 10:51:23,925 - 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-08-25 10:51:23,925 - 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-08-25 10:51:23,925 - 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-08-25 10:51:23,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-25 10:51:23,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:23,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:23,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:23,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:23 GMT 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:23,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:28,993 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:29,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:29,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:29 GMT 2018-08-25 10:51:29,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:29,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:51:29,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:29,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:29,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:29,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:29 GMT 2018-08-25 10:51:29,115 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:29,116 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:29,116 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:34,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:35,496 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-25 10:51:35,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:35,497 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:35 GMT 2018-08-25 10:51:35,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:35,497 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:51:35,497 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:35,497 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:35,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:35,995 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:35 GMT 2018-08-25 10:51:35,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:35,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:35,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:41,001 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:42,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:42,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:42,316 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:42 GMT 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:51:42,317 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:42,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:43,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:43,188 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:43,188 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:43,188 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:43 GMT 2018-08-25 10:51:43,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:43,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:43,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:48,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:49,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:49,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:45.545Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:45.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:46.319Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:46.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 307, "offset": 305, "size": 50}}} 2018-08-25 10:51:49,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:49,659 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:49 GMT 2018-08-25 10:51:49,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:49,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-08-25 10:51:49,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:49,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:49,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:49,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:51,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:51,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:51,113 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:51 GMT 2018-08-25 10:51:51,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:51,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:51,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:56,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:51:57,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:57,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:57,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:57,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:48.797Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:48.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:51.568Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:51.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:52.896Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:52.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:52.896Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:52.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:52.896Z", "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-08-25T10:51:52.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:52.896Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:52.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 320, "offset": 307, "size": 50}}} 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:57 GMT 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7370 2018-08-25 10:51:57,551 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:51:57,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,554 - 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-08-25 10:51:57,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:51:57,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:51:57,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:51:57,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:51:57,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:51:57 GMT 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:51:57,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:02,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:02,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:02,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:02,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:57.856Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:57.997Z", "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-08-25T10:51:57.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:59.117Z", "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-08-25T10:51:59.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:59.117Z", "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-08-25T10:51:59.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:59.117Z", "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-08-25T10:51:59.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:51:59.117Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:51:59.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:00.274Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 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-08-25T10:52:00.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:01.470Z", "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-08-25T10:52:01.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:02.289Z", "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-08-25T10:52:02.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 329, "offset": 320, "size": 50}}} 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:02 GMT 2018-08-25 10:52:02,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:02,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9058 2018-08-25 10:52:02,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:02,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:52:02,907 - 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-08-25 10:52:02,908 - 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-08-25 10:52:02,908 - 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-08-25 10:52:02,908 - 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-08-25 10:52:02,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-25 10:52:02,908 - 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-08-25 10:52:02,909 - 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-08-25 10:52:02,909 - 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-08-25 10:52:02,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:03,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:03,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:03,034 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:03 GMT 2018-08-25 10:52:03,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:03,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:03,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:08,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:08,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-25 10:52:08,111 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:08,112 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:08 GMT 2018-08-25 10:52:08,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:08,112 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:52:08,112 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:08,112 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:08,167 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:08,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:08,168 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:08 GMT 2018-08-25 10:52:08,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:08,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:08,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:13,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:13,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:13,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:13 GMT 2018-08-25 10:52:13,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:13,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:52:13,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:13,276 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:13,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:13,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:13,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:13 GMT 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:13,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:13,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:18,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:19,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:19,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-25 10:52:19,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:19,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:19 GMT 2018-08-25 10:52:19,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:19,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 10:52:19,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:19,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:19,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:19,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:19,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:19,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:19,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:19,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:19,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:19,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:19,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:19,951 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:19 GMT 2018-08-25 10:52:19,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:19,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:19,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:24,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:26,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:26,197 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:21.157Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:21.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:22.363Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:22.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:23.578Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:23.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f164fd8b-9e7c-47dd-b286-21cad99997f1"}], "metadata": {"pagination": {"total": 332, "offset": 329, "size": 50}}} 2018-08-25 10:52:26,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:26,197 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:26 GMT 2018-08-25 10:52:26,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:26,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1620 2018-08-25 10:52:26,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:26,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:26,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:26,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:52:26,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:26,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:26,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:26,509 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:26 GMT 2018-08-25 10:52:26,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:26,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:26,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:31,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:32,862 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:26.389Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:26.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:27.377Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:27.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:27.377Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:27.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:28.809Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:28.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:28.809Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:28.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:28.809Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:28.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:28.809Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:28.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:28.809Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:28.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:30.280Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:30.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:30.280Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:30.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:30.280Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:30.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:30.280Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:30.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:30.280Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:30.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 345, "offset": 332, "size": 50}}} 2018-08-25 10:52:32,863 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:32,864 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:32 GMT 2018-08-25 10:52:32,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:32,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6709 2018-08-25 10:52:32,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:32,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:52:32,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:32,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:32,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:32,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:35,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:35,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:35,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:35 GMT 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:35,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:40,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:40,782 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:32.103Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:32.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:32.103Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:32.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:33.433Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:33.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "844a4731-644b-4406-84ab-82f39bff9a11"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:36.144Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:36.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:36.994Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:36.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1fc335df-2ac4-44d9-adeb-bba08fc9f766"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:37.304Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:52:37.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.783Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.998Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:52:38.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:38.998Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:38.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:39.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:39.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:39.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:39.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:39.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:39.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:39.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:39.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:39.385Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:39.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.109Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.109Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.109Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.109Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.109Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.109Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 370, "offset": 345, "size": 50}}} 2018-08-25 10:52:40,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:40,783 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:40 GMT 2018-08-25 10:52:40,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:40,783 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14485 2018-08-25 10:52:40,783 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:40,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:52:40,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:52:40,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-25 10:52:40,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:40,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:52:40,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:52:40,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:40,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:40,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:40,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:40,909 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:40,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:40,910 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:40 GMT 2018-08-25 10:52:40,910 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:40,910 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:40,910 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:45,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:46,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.914Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.914Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.914Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.914Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:40.914Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:40.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9fa4354e-3c6d-4c6f-8b5e-a8736a70a9c1"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.275Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}], "metadata": {"pagination": {"total": 489, "offset": 370, "size": 50}}} 2018-08-25 10:52:46,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:46,071 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:46 GMT 2018-08-25 10:52:46,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:46,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27886 2018-08-25 10:52:46,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:46,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:52:46,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:52:46,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:52:46,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:46,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:46,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-25 10:52:46,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:46,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:46,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-25 10:52:46,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:46,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:46,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:46,153 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:46,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:46,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:46 GMT 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:46,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:51,160 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:51,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "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-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "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-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Creating Agent proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}], "metadata": {"pagination": {"total": 599, "offset": 420, "size": 50}}} 2018-08-25 10:52:51,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:51,329 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:51 GMT 2018-08-25 10:52:51,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:51,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27500 2018-08-25 10:52:51,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:51,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:51,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:52:51,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:52:51,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_toj5uv 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:52:51,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:52:51,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:52:51,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:52:51,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:52:51,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:52:51,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:52:51,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-25 10:52:51,339 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:51,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:51,406 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:51,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:51 GMT 2018-08-25 10:52:51,407 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:51,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:51,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:56,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:52:56,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:56,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_toj5uv/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:41.972Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:41.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.283Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "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-08-25T10:52:42.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Creating Agent dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:42.987Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_qrrn5l/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:42.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:44.856Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:44.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:44.992Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_toj5uv/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:44.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:44.992Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_toj5uv/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_toj5uv/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_toj5uv', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_toj5uv/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_toj5uv', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:44.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:44.992Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:44.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:44.992Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:44.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:45.711Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:45.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.294Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.294Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.294Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_qrrn5l/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "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-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_qrrn5l/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_qrrn5l/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_qrrn5l', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_qrrn5l/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_qrrn5l', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}], "metadata": {"pagination": {"total": 724, "offset": 470, "size": 50}}} 2018-08-25 10:52:56,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:56,812 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:56 GMT 2018-08-25 10:52:56,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:56,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29830 2018-08-25 10:52:56,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:52:56,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-25 10:52:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_toj5uv/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:52:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:52:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:52:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:52:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-25 10:52:56,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:52:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_qrrn5l 2018-08-25 10:52:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:52:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:52:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:52:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:52:56,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_qrrn5l/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:52:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:52:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_toj5uv/env 2018-08-25 10:52:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_toj5uv/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_toj5uv/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_toj5uv', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_toj5uv/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_toj5uv', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:52:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:52:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:52:56,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:52:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:52:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:52:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:52:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:52:56,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_qrrn5l/env 2018-08-25 10:52:56,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:52:56,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_qrrn5l/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_qrrn5l/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_qrrn5l', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_qrrn5l/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_qrrn5l', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:52:56,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:52:56,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:52:56,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:52:56,878 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:52:56 GMT 2018-08-25 10:52:56,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:52:56,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:52:56,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:01,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:02,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:02,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:02,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:02,162 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Successfully created daemon: dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "162db5dc-5df1-4e20-a2f7-c9a3cef311ba"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "308898c1-167f-40c4-8a29-743ef678dbe9"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:46.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:46.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.328Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.328Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.328Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.328Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "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-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}], "metadata": {"pagination": {"total": 799, "offset": 520, "size": 50}}} 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:02 GMT 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27441 2018-08-25 10:53:02,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:02,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:53:02,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:02,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:53:02,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:02,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:53:02,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_qrrn5l 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:02,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:02,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:53:02,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:02,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:53:02,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:02,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:53:02,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:53:02,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:53:02,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:53:02,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:53:02,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:02,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:02,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:02,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:02 GMT 2018-08-25 10:53:02,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:02,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:02,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:07,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:07,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:07,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:07,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:07,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_dhyoa2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:47.336Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:47.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:48.377Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:48.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.044Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_dhyoa2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_dhyoa2/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_dhyoa2', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_dhyoa2/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_dhyoa2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_dhyoa2/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_f2g55a/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_f2g55a', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_f2g55a/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_f2g55a', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:50.395Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:50.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.209Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "/home/ubuntu/ellis_host_f2g55a/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-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Successfully created daemon: bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "/home/ubuntu/bind_host_dhyoa2/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-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "dc120b89-2cb4-4877-89a0-e54a471e82d7"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Successfully created daemon: ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd3cf89a-7c3c-4f68-99b9-f0728727acc2"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:51.428Z", "message": "Configuring Agent proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:51.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 830, "offset": 570, "size": 50}}} 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:07 GMT 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:07,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29967 2018-08-25 10:53:07,587 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:07,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_dhyoa2/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:53:07,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:53:07,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:53:07,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-25 10:53:07,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:53:07,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:53:07,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:07,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:53:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:53:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_dhyoa2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_dhyoa2/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_dhyoa2', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_dhyoa2/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_dhyoa2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:53:07,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_dhyoa2/env 2018-08-25 10:53:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:53:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_f2g55a/env 2018-08-25 10:53:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_f2g55a/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_f2g55a', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_f2g55a/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_f2g55a', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:53:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:53:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:53:07,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:53:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:53:07,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_f2g55a/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-08-25 10:53:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:53:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_dhyoa2 2018-08-25 10:53:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:07,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_dhyoa2/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-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_f2g55a 2018-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_toj5uv 2018-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:07,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:53:07,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:07,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:07,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:07,657 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:07 GMT 2018-08-25 10:53:07,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:07,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:07,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:12,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:12,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:12,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:12,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:12,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:12,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.355Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Configuring Agent dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Successfully configured daemon: proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "be7faf50-acfe-49de-800c-7060605b15ed"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:52.465Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:52.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.414Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.414Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.414Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.414Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.414Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.414Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Configuring Agent ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Successfully configured daemon: dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}], "metadata": {"pagination": {"total": 875, "offset": 620, "size": 50}}} 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:12 GMT 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27106 2018-08-25 10:53:12,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:12,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:12,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:12,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:12,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:12,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_qrrn5l 2018-08-25 10:53:12,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_toj5uv 2018-08-25 10:53:12,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:53:12,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:12,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:12,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:53:12,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:12,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:12,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:12,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:12,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_f2g55a 2018-08-25 10:53:12,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_qrrn5l 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:12,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:12,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:12,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:12,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:13,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:13,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:13,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:13,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:13,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:13,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:13 GMT 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:13,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:18,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:18,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:18,151 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:53.492Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:53.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "99cbe16f-abed-43ca-ac19-eb72d73fe2e1"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.420Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Successfully configured daemon: ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Starting Agent proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e3b8515b-91ba-4fc8-b0c6-37aed94e8591"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Successfully configured daemon: bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ad7484d1-5057-472a-8009-3897fedbecc8"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:54.510Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:54.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Starting Agent dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}], "metadata": {"pagination": {"total": 980, "offset": 670, "size": 50}}} 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:18 GMT 2018-08-25 10:53:18,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:18,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26992 2018-08-25 10:53:18,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:53:18,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:53:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:18,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_f2g55a 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:53:18,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:18,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_toj5uv 2018-08-25 10:53:18,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_dhyoa2 2018-08-25 10:53:18,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:18,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:18,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:18,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_qrrn5l 2018-08-25 10:53:18,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:18,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:18,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:18,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:18,221 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:18,222 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:18 GMT 2018-08-25 10:53:18,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:18,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:18,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:23,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:23,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:23,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:23,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:23,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:23,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:23,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:23,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:23,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:55.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:55.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Starting Agent bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Starting Agent ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:56.552Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:56.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:57.698Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:57.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:57.796Z", "message": "Successfully started daemon: proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:57.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:57.796Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_toj5uv start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:57.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:57.796Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:57.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e83b0a69-bee9-4bcb-bde3-791f3d41d88f"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.450Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.450Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.450Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.450Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.450Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.801Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_qrrn5l start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.801Z", "message": "Successfully started daemon: dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.801Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "c101cddb-6ef4-4f2c-99b3-bd6e96aefe18"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.801Z", "message": "[localhost] run: /home/ubuntu/proxy_host_toj5uv/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:58.801Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:58.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.484Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.484Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.484Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.484Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_f2g55a start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_dhyoa2 start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "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-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "[localhost] run: /home/ubuntu/dime_host_qrrn5l/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "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-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Successfully started daemon: bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "15108e38-d2d0-4b0e-b1c8-282c6322c085"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "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-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Removing directory: /tmp/tmp8Gt0hA", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1b72635f-e010-4749-bd79-7b927b8494c8"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "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-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:52:59.808Z", "message": "Successfully started daemon: ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:52:59.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ce1367e2-a1b6-4919-94d3-90cfae32e42d"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1104, "offset": 720, "size": 50}}} 2018-08-25 10:53:23,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:23,477 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:23 GMT 2018-08-25 10:53:23,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:23,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27313 2018-08-25 10:53:23,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:23,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:23,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:23,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_dhyoa2 2018-08-25 10:53:23,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_f2g55a 2018-08-25 10:53:23,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:23,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:23,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_toj5uv 2018-08-25 10:53:23,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_toj5uv start 2018-08-25 10:53:23,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_qrrn5l start 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_qrrn5l 2018-08-25 10:53:23,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_toj5uv/env/bin/pip freeze 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:53:23,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_f2g55a start 2018-08-25 10:53:23,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_dhyoa2 start 2018-08-25 10:53:23,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:53:23,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_qrrn5l/env/bin/pip freeze 2018-08-25 10:53:23,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:53:23,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_dhyoa2 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:53:23,486 - 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-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp8Gt0hA 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:53:23,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_f2g55a 2018-08-25 10:53:23,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:53:23,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:53:23,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:23,487 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:23,552 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:23,552 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:23,552 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:23 GMT 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:23,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:28,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:28,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:28,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:28,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:28,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.489Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "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-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "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-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "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-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "message": "[localhost] run: /home/ubuntu/bind_host_dhyoa2/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "message": "[localhost] run: /home/ubuntu/ellis_host_f2g55a/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:00.814Z", "message": "Removing directory: /tmp/tmp_HsJoQ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:00.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "3f89e127-7ff5-416a-b258-a84d30ad2e2d"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.495Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.495Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.495Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.495Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.495Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.495Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.821Z", "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-08-25T10:53:01.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.821Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.821Z", "message": "Removing directory: /tmp/tmpBm_BBW", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:01.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.821Z", "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-08-25T10:53:01.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:01.821Z", "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-08-25T10:53:01.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7cdd21f3-f815-4b51-b021-69bc30112411"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.680Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.858Z", "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-08-25T10:53:02.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:02.858Z", "message": "Removing directory: /tmp/tmpztkYLm", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:02.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ede3cd1-3e61-4ea0-8005-36b5bcbdf890"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1211, "offset": 770, "size": 50}}} 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:28 GMT 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26759 2018-08-25 10:53:28,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:28,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:53:28,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:53:28,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_dhyoa2/env/bin/pip freeze 2018-08-25 10:53:28,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_f2g55a/env/bin/pip freeze 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp_HsJoQ 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:53:28,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:53:28,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:53:28,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:53:28,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:53:28,872 - 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-08-25 10:53:28,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:53:28,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpBm_BBW 2018-08-25 10:53:28,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:28,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:53:28,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:28,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:53:28,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:53:28,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:53:28,874 - 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-08-25 10:53:28,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpztkYLm 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:53:28,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:53:28,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:53:28,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:29,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:29,272 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:29 GMT 2018-08-25 10:53:29,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:29,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:29,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:34,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:34,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:34,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_node_nk6zlp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.691Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_node_nk6zlp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.861Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/A8PVB/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a58bf595-047f-4cc1-b64b-50cac551f0cd"}, {"node_instance_id": "proxy_node_nk6zlp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:03.861Z", "message": "Executing: /tmp/A8PVB/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:03.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a58bf595-047f-4cc1-b64b-50cac551f0cd"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:04.695Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:04.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:04.695Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:04.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:06.268Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:06.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:06.698Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:06.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:07.766Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:07.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:07.766Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:07.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:08.712Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:08.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d8193147-5a67-4a46-855d-489b1affa0bc"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:08.823Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:08.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:08.823Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:08.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:08.823Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:08.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.868Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:09.917Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:09.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "10892c36-d62b-4534-9a83-cef90f545a06"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.895Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.895Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.895Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.895Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}], "metadata": {"pagination": {"total": 1303, "offset": 820, "size": 50}}} 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:34,750 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:34 GMT 2018-08-25 10:53:34,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:34,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26290 2018-08-25 10:53:34,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:34,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:53:34,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:53:34,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:53:34,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:53:34,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/A8PVB/install_requirements.sh 2018-08-25 10:53:34,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A8PVB/install_requirements.sh 2018-08-25 10:53:34,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:34,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:34,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:53:34,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:34,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:34,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:34,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:34,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:34,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:34,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:34,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:34,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:34,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:53:34,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:53:34,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:34,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:53:34,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:34,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:53:34,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:34,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:53:34,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:34,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:34,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:34,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:34,838 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:34,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:34,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:34 GMT 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:34,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:34,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:39,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:10.945Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:10.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:12.235Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:12.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:13.241Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:13.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:13.241Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:13.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:13.241Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:13.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.134Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "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-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.239Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.249Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.249Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:14.249Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:14.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.580Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.580Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.580Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.580Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.580Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.580Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "fdab9311-b128-4e26-a306-c1f03f7993dd"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Creating Agent bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}], "metadata": {"pagination": {"total": 1353, "offset": 870, "size": 50}}} 2018-08-25 10:53:40,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:40,111 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:40 GMT 2018-08-25 10:53:40,111 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:40,111 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27098 2018-08-25 10:53:40,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:40,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:53:40,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:40,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:40,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:53:40,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:40,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:40,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:40,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:53:40,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:40,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,117 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:53:40,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:53:40,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-25 10:53:40,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:53:40,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_ou8e32 2018-08-25 10:53:40,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:40,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:40,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:40,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:40,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:40,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:40 GMT 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:40,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:45,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:45,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ou8e32/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "fdab9311-b128-4e26-a306-c1f03f7993dd"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_65qwvh/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "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-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:15.628Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:15.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.649Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.649Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.649Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.649Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.725Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.725Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:16.725Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:16.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "34ca2ba6-f08e-40be-a524-085e4bee37be"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}], "metadata": {"pagination": {"total": 1392, "offset": 920, "size": 50}}} 2018-08-25 10:53:45,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:45,348 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:45 GMT 2018-08-25 10:53:45,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:45,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27510 2018-08-25 10:53:45,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:45,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ou8e32/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:53:45,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-25 10:53:45,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-25 10:53:45,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:53:45,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:53:45,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_65qwvh/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:53:45,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:53:45,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:53:45,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-25 10:53:45,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:53:45,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:45,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:53:45,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:45,357 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:45,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:45,421 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:45 GMT 2018-08-25 10:53:45,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:45,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:45,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:50,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:50,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:50,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:50,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:50,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_65qwvh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_65qwvh/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_65qwvh', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_65qwvh/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_65qwvh', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:17.752Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:17.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.225Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.727Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.727Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.727Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.727Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.727Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Successfully created daemon: bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Successfully created daemon: sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ou8e32/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ou8e32/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_ou8e32', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ou8e32/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ou8e32', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "/home/ubuntu/bono_host_ou8e32/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-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_ou8e32/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "/home/ubuntu/sprout_host_65qwvh/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-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "e9f7a39e-d6c7-48cc-920d-2bf09aa758be"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:18.937Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "105a7c58-89cb-4f54-9735-fcdaa99f636d"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.938Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}], "metadata": {"pagination": {"total": 1416, "offset": 970, "size": 50}}} 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:50 GMT 2018-08-25 10:53:50,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:50,630 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29465 2018-08-25 10:53:50,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:50,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:53:50,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:53:50,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_65qwvh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_65qwvh/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_65qwvh', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_65qwvh/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_65qwvh', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:53:50,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:50,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:50,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:50,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:50,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:53:50,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:50,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_ou8e32 2018-08-25 10:53:50,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:53:50,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:53:50,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_65qwvh 2018-08-25 10:53:50,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:53:50,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:53:50,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:53:50,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ou8e32/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ou8e32/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_ou8e32', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ou8e32/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ou8e32', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:53:50,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_ou8e32/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-08-25 10:53:50,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_ou8e32/env 2018-08-25 10:53:50,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:53:50,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_65qwvh/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-08-25 10:53:50,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:53:50,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:50,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:50,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:53:50,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:53:50,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:50,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-25 10:53:50,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:53:50,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-25 10:53:50,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:50,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:50,696 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:50,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:50,697 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:50 GMT 2018-08-25 10:53:50,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:50,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:50,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:55,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:53:55,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:55,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:55,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:55,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:19.949Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Configuring Agent bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Configuring Agent sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "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-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:20.968Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:20.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.375Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1424, "offset": 1020, "size": 50}}} 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:55 GMT 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:55,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27645 2018-08-25 10:53:55,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:53:55,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:53:55,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:55,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:55,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:53:55,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-25 10:53:55,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ou8e32 2018-08-25 10:53:55,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-25 10:53:55,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_65qwvh 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:53:55,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:53:55,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:53:55,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:53:55,969 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:53:55,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:53:55,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:53:55,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:53:55,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:53:55,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:53:55 GMT 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:53:55,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:00,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:01,211 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:01,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:01,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:21.989Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:21.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Creating Agent homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_cnsgkm/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Successfully configured daemon: bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Successfully configured daemon: sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "50cb8ca7-b72b-4a8d-b3c2-50c96ba158a8"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:22.032Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:22.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "80420928-b58f-405f-b533-f1f22697fc8b"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Starting Agent sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.047Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.530Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.999Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:23.999Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:23.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "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-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Successfully created daemon: homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}], "metadata": {"pagination": {"total": 1425, "offset": 1070, "size": 50}}} 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:01 GMT 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27016 2018-08-25 10:54:01,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:01,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:01,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:01,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:01,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:54:01,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:54:01,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:01,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:01,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:54:01,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:54:01,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:54:01,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_cnsgkm 2018-08-25 10:54:01,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_cnsgkm/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_ou8e32 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_65qwvh 2018-08-25 10:54:01,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:54:01,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:54:01,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:54:01,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_65qwvh 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:01,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-25 10:54:01,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-25 10:54:01,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_cnsgkm 2018-08-25 10:54:01,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:54:01,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:54:01,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:01,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:01,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:01,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:01,279 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:01 GMT 2018-08-25 10:54:01,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:01,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:01,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:06,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:06,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:06,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:06,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_cnsgkm/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_cnsgkm/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_cnsgkm', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_cnsgkm/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_cnsgkm', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "/home/ubuntu/homer_host_cnsgkm/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-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_cnsgkm/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "8ccb7a0f-500e-4b32-b419-6f589cbcc009"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:24.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:24.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.005Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.005Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.005Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.005Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Creating Agent vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_88imjs/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Starting Agent bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:25.478Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:25.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:26.056Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:26.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:26.056Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:26.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:26.488Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:26.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.118Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.118Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1425, "offset": 1120, "size": 50}}} 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:06 GMT 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:06,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28738 2018-08-25 10:54:06,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:06,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_cnsgkm/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_cnsgkm/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_cnsgkm', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_cnsgkm/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_cnsgkm', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:54:06,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_cnsgkm/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-08-25 10:54:06,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_cnsgkm/env 2018-08-25 10:54:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:54:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:54:06,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:06,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-25 10:54:06,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.17:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-25 10:54:06,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_88imjs 2018-08-25 10:54:06,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-25 10:54:06,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_88imjs/cloudify/ssl/cloudify_internal_cert.pem 2018-08-25 10:54:06,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-25 10:54:06,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:06,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_ou8e32 2018-08-25 10:54:06,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:06,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-25 10:54:06,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:06,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:06,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-25 10:54:06,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:06,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:06,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:06,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:06,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:06,631 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:06,631 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:06,631 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:06,631 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:06 GMT 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:06,632 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:11,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:11,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:11,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:11,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:11,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:11,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:11,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:11,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:11,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.118Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.118Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Successfully started daemon: sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_65qwvh start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "32fdb418-8d30-47a2-8de7-b14649545419"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:27.493Z", "message": "Configuring Agent homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.121Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.121Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_88imjs/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Successfully configured daemon: homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_ou8e32 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Successfully started daemon: bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "[localhost] run: /home/ubuntu/sprout_host_65qwvh/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_88imjs/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_88imjs/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_88imjs', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_88imjs/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_88imjs', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "/home/ubuntu/vellum_host_88imjs/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-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "24b2ad24-684e-40f1-8e88-c41a2647f2c5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Successfully created daemon: vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "46430d47-4408-44ef-b6b0-c4499f707734"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:28.601Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:28.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7c77ea3-4c60-4f98-bf97-abcf36388bf9"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.125Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.125Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "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-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:29.635Z", "message": "Removing directory: /tmp/tmpGrFFag", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f8186166-ab62-41e9-aa91-6a98c91e0b43"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1425, "offset": 1170, "size": 50}}} 2018-08-25 10:54:11,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:11,738 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:11 GMT 2018-08-25 10:54:11,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:11,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28615 2018-08-25 10:54:11,739 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:11,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:11,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:54:11,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:11,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_65qwvh 2018-08-25 10:54:11,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:54:11,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:54:11,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_65qwvh start 2018-08-25 10:54:11,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:54:11,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_cnsgkm 2018-08-25 10:54:11,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:11,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:54:11,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:54:11,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_88imjs/env 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:54:11,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_cnsgkm 2018-08-25 10:54:11,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_ou8e32 start 2018-08-25 10:54:11,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_ou8e32 2018-08-25 10:54:11,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:54:11,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_65qwvh/env/bin/pip freeze 2018-08-25 10:54:11,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:54:11,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.17', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_88imjs/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_88imjs/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_88imjs', 'REST_HOST': '192.168.120.17', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_88imjs/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_88imjs', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmLFxw.enIhv_z068DBTPIqkkB0J-7gPds'} 2018-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_88imjs/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-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_88imjs 2018-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:11,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:54:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,749 - 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-08-25 10:54:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpGrFFag 2018-08-25 10:54:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:11,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:11,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:11,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:11,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:11,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:11,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:11 GMT 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:11,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:11,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:16,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:17,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:17,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.304Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Starting Agent homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "Downloaded scripts/bind/bind.py to /tmp/2EBZO/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:30.640Z", "message": "[localhost] run: /home/ubuntu/bono_host_ou8e32/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:30.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.309Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.309Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.309Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.309Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.309Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Removing directory: /tmp/tmpjuXIHZ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Configuring Agent vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "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-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "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-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "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-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Successfully configured daemon: vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}], "metadata": {"pagination": {"total": 1425, "offset": 1220, "size": 50}}} 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:17,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:17 GMT 2018-08-25 10:54:17,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:17,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26798 2018-08-25 10:54:17,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:17,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:17,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:54:17,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:17,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:17,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:54:17,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:17,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:54:17,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-25 10:54:17,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:54:17,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-25 10:54:17,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:17,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_cnsgkm 2018-08-25 10:54:17,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-08-25 10:54:17,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:54:17,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:17,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-08-25 10:54:17,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:54:17,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/2EBZO/bind.py 2018-08-25 10:54:17,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_ou8e32/env/bin/pip freeze 2018-08-25 10:54:17,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:54:17,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:54:17,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:17,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:54:17,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:17,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpjuXIHZ 2018-08-25 10:54:17,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-25 10:54:17,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_88imjs 2018-08-25 10:54:17,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-25 10:54:17,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-25 10:54:17,038 - 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-08-25 10:54:17,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:17,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:17,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:54:17,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:54:17,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_88imjs 2018-08-25 10:54:17,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:17,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:17,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:17,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:17,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:17,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:17 GMT 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:17,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:22,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:22,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:22,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "31eab208-76d8-4432-ac62-597f2b5a0f5d"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:31.647Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:31.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d3999181-d133-4fdb-9954-770a3acab883"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.380Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.655Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.655Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.655Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.655Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:32.655Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:32.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.384Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.384Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.384Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Starting Agent vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_cnsgkm start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Successfully started daemon: homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "9c413fee-157c-47ca-8e0b-1613f9d5591f"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:33.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:33.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:34.415Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:34.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:34.415Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:34.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:34.415Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:34.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:34.415Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:34.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:34.960Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:34.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:34.960Z", "message": "[localhost] run: /home/ubuntu/homer_host_cnsgkm/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:34.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:35.594Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:35.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:35.594Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:35.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:35.594Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:35.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.088Z", "message": "Removing directory: /tmp/tmpJ5xFSR", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.088Z", "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-08-25T10:53:36.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.088Z", "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-08-25T10:53:36.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.088Z", "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-08-25T10:53:36.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.088Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "20ef0997-0cb6-4077-970e-320411e83cce"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.607Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.607Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.607Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.607Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.607Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:36.607Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:36.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.091Z", "message": "Successfully started daemon: vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.091Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}], "metadata": {"pagination": {"total": 1425, "offset": 1270, "size": 50}}} 2018-08-25 10:54:22,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:22,318 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:22 GMT 2018-08-25 10:54:22,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:22,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26877 2018-08-25 10:54:22,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:22,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:54:22,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:54:22,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:54:22,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:22,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-25 10:54:22,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-25 10:54:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-25 10:54:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:54:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:54:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:54:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-25 10:54:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_88imjs 2018-08-25 10:54:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_cnsgkm start 2018-08-25 10:54:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:54:22,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_cnsgkm 2018-08-25 10:54:22,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 10:54:22,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:22,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:22,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:54:22,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_cnsgkm/env/bin/pip freeze 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpJ5xFSR 2018-08-25 10:54:22,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:54:22,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:54:22,326 - 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-08-25 10:54:22,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:54:22,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:22,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:22,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:54:22,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:22,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:22,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:54:22,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_88imjs 2018-08-25 10:54:22,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-25 10:54:22,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:22,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:22,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:22,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:22 GMT 2018-08-25 10:54:22,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:22,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:22,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:27,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:27,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:27,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:27,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.091Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_88imjs start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "bd08de7c-ce70-48ac-b2bf-965ae3b8dc49"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:37.674Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:37.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "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-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "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-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "message": "[localhost] run: /home/ubuntu/vellum_host_88imjs/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "proxy_node_nk6zlp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "message": "Execution done (return_code=0): /tmp/A8PVB/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "a58bf595-047f-4cc1-b64b-50cac551f0cd"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "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-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.096Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.798Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.798Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.798Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.798Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.798Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:38.798Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:38.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.311Z", "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-08-25T10:53:39.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.311Z", "message": "Removing directory: /tmp/tmpVnqVN8", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "26ae281a-b2ba-41b4-ae36-fb8cc3194989"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:39.807Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:39.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:41.028Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:41.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:41.028Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:41.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:41.028Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:41.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:41.028Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:41.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:41.028Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:41.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:41.028Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:41.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:42.858Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:42.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:43.031Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:43.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:43.031Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:43.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:43.271Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:43.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:43.317Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:43.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:43.317Z", "message": "[localhost] run: sudo mv /tmp/tmpPmsrVn /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:43.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:43.317Z", "message": "The config dict: {'etcd_ip': u'192.168.120.7', 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:43.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.064Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.064Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.064Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.064Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "The config dict: {'etcd_ip': u'192.168.120.7', 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}], "metadata": {"pagination": {"total": 1425, "offset": 1320, "size": 50}}} 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:27 GMT 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:27,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26834 2018-08-25 10:54:27,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:27,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_88imjs start 2018-08-25 10:54:27,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:54:27,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:27,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:54:27,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-25 10:54:27,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:54:27,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:27,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-25 10:54:27,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-25 10:54:27,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-25 10:54:27,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_88imjs/env/bin/pip freeze 2018-08-25 10:54:27,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-25 10:54:27,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/A8PVB/install_requirements.sh 2018-08-25 10:54:27,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-08-25 10:54:27,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-25 10:54:27,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:27,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 10:54:27,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:54:27,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:27,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:27,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:54:27,482 - 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-08-25 10:54:27,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpVnqVN8 2018-08-25 10:54:27,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-25 10:54:27,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-25 10:54:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-25 10:54:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:54:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-25 10:54:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-25 10:54:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:27,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-25 10:54:27,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:27,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:27,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPmsrVn /etc/clearwater/local_config 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.7', 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.7', u'hss_hostname': u''}. 2018-08-25 10:54:27,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:27,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:27,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.7', 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.7', u'hss_hostname': u''}. 2018-08-25 10:54:27,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:27,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:27,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:27,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:27 GMT 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:27,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:32,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:32,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "[localhost] run: sudo mv /tmp/tmpuUrTa7 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "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-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "[localhost] run: sudo mv /tmp/tmpCcI60z /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:44.336Z", "message": "[localhost] run: sudo mv /tmp/tmpwILpdS /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:44.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.068Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:45.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.068Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:45.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.068Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:45.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.068Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:45.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.344Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:45.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.344Z", "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-08-25T10:53:45.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:45.344Z", "message": "[localhost] run: sudo mv /tmp/tmp8lFD0q /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:45.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "70dd3fb5-4baa-4356-977e-f3867e145799"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.297Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.297Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.297Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.297Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.297Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.357Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.357Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/YZQUT/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:46.357Z", "message": "Executing: /tmp/YZQUT/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:46.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:47.361Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:47.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:47.361Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:47.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:47.361Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:47.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:47.821Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:47.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:48.361Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:48.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:48.361Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:48.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:48.361Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:48.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:49.421Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:49.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:50.465Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:50.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:50.465Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:50.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:50.465Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:50.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:52.265Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:52.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:52.577Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:52.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:52.577Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:52.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:52.577Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:52.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:54.097Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:54.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:54.321Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-dhyoa2\nHit http://security.ubuntu.com trusty-security InRelease\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/main Sources\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://security.ubuntu.com trusty-security/universe 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\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 4s (5,179 B/s)\nReading package lists...\n\nreal\t0m6.800s\nuser\t0m2.670s\nsys\t0m0.241s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:54.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:55.380Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:55.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:55.380Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:55.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:53:57.113Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:53:57.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1425, "offset": 1370, "size": 50}}} 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:32,682 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:32 GMT 2018-08-25 10:54:32,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:32,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30808 2018-08-25 10:54:32,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:32,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-08-25 10:54:32,684 - 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.7', u'hss_hostname': u''}. 2018-08-25 10:54:32,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpuUrTa7 /etc/bind/named.conf.local 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 10:54:32,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:54:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 10:54:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 10:54:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-08-25 10:54:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCcI60z /etc/bind/db.clearwater.local 2018-08-25 10:54:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpwILpdS /etc/clearwater/shared_config 2018-08-25 10:54:32,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp8lFD0q /etc/bind/db.clearwater.opnfv 2018-08-25 10:54:32,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-25 10:54:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-08-25 10:54:32,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/YZQUT/install-etcd.sh 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YZQUT/install-etcd.sh 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-25 10:54:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-dhyoa2 Hit http://security.ubuntu.com trusty-security InRelease 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/main Sources Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://security.ubuntu.com trusty-security/universe 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 Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Ign http://repo.cw-ngv.com binary/ Translation-en 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 4s (5,179 B/s) Reading package lists... real 0m6.800s user 0m2.670s sys 0m0.241s 2018-08-25 10:54:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:54:32,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-08-25 10:54:32,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-25 10:54:32,692 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:32,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:32 GMT 2018-08-25 10:54:32,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:32,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:32,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:37,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:37,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:37,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:37,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:37,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:37,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:37,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:37,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:37,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1425, "offset": 1420, "size": 50}}} 2018-08-25 10:54:37,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:37,959 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:37 GMT 2018-08-25 10:54:37,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:37,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:54:37,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:37,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:38,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:38,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:38,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:38 GMT 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:38,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:43,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:43,172 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:43,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:43,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:43,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:43,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:42.675Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-dhyoa2\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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\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-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:21 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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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 6s (12.8 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 8938\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.692s\nuser\t0m18.715s\nsys\t0m8.209s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:42.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}], "metadata": {"pagination": {"total": 1426, "offset": 1420, "size": 50}}} 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:43 GMT 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 44562 2018-08-25 10:54:43,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:43,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-dhyoa2 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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] 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-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:21 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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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 6s (12.8 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 8938 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.692s user 0m18.715s sys 0m8.209s 2018-08-25 10:54:43,176 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:43,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:43,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:43,261 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:43 GMT 2018-08-25 10:54:43,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:43,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:43,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:48,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:48,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:48,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:43.397Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:43.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:43.397Z", "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-08-25T10:54:43.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:43.397Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:43.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:44.401Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:44.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:44.401Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:44.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:44.401Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:44.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:44.401Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f6:9a:b7 \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef6:9ab7/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72501 errors:0 dropped:0 overruns:0 frame:0\n TX packets:22383 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123576727 (123.5 MB) TX bytes:3988956 (3.9 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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:13739 (13.7 KB) TX bytes:13739 (13.7 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.005s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:44.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:44.401Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:00 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:52 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:52 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 36 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 37 2 0 10:52 ? 00:00:00 [vmstat]\nroot 38 2 0 10:52 ? 00:00:00 [ksmd]\nroot 39 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 40 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 10:52 ? 00:00:00 [crypto]\nroot 54 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 55 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 10:52 ? 00:00:00 [vballoon]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 10:52 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 10:52 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 123 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 142 2 0 10:52 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 273 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 385 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 448 2 0 10:52 ? 00:00:00 [kworker/u5:1]\nroot 511 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 576 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 729 2 0 10:52 ? 00:00:00 [kworker/u5:2]\nroot 822 2 0 10:52 ? 00:00:00 [kauditd]\nroot 914 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 991 1 0 10:52 ? 00:00:00 rsyslogd\nroot 1045 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nmessage+ 1046 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 1049 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1053 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1054 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1056 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1088 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\nroot 1089 1 0 10:52 ? 00:00:00 cron\ndaemon 1090 1 0 10:52 ? 00:00:00 atd\nroot 1092 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1125 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1133 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1203 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1209 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1653 1 0 10:52 ? 00:00:00 /home/ubuntu/bind_host_dhyoa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_dhyoa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_dhyoa2 --logging-server-logdir=/home/ubuntu/bind_host_dhyoa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2%I.log --pidfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2.pid\nubuntu 1692 1653 0 10:52 ? 00:00:00 /home/ubuntu/bind_host_dhyoa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_dhyoa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_dhyoa2 --logging-server-logdir=/home/ubuntu/bind_host_dhyoa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2%I.log --pidfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2.pid\nubuntu 1767 1 0 10:53 ? 00:00:00 python2.7 /home/ubuntu/bind_host_dhyoa2/env/bin/diamond --configfile /home/ubuntu/bind_host_dhyoa2/work/plugins/diamond/etc/diamond.conf\nbind 2430 1 0 10:53 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2483 1692 0 10:53 ? 00:00:00 /home/ubuntu/bind_host_dhyoa2/env/bin/python2.7 /home/ubuntu/bind_host_dhyoa2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-gOUuEL\nubuntu 2494 2483 0 10:53 ? 00:00:00 /bin/sh -c /tmp/YZQUT/install-etcd.sh\nubuntu 2496 2494 0 10:53 ? 00:00:00 /bin/bash -e /tmp/YZQUT/install-etcd.sh\nntp 8534 1 0 10:54 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9072 1 0 10:54 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9089 9072 0 10:54 ? 00:00:00 [check-monit-upt] \nclearwa+ 9150 1 0 10:54 ? 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.7:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.7 --name 192-168-120-7 --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.7:2380 --listen-peer-urls http://192.168.120.7:2380\nroot 9182 9072 0 10:54 ? 00:00:00 [check-etcd-upti] \nroot 9184 9072 0 10:54 ? 00:00:00 [poll_etcd_clust] \nroot 9188 9072 0 10:54 ? 00:00:00 [poll_etcd.sh] \nroot 9216 1 0 10:54 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9226 9216 0 10:54 ? 00:00:00 inotifywait -e create -qq .\nubuntu 9361 2496 0 10:54 ? 00:00:00 /bin/bash -e /tmp/YZQUT/install-etcd.sh\nubuntu 9362 9361 0 10:54 ? 00:00:00 /bin/bash -e /tmp/YZQUT/install-etcd.sh\nroot 9363 9362 0 10:54 ? 00:00:00 sudo ps -edf\nroot 9364 9363 0 10:54 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:44.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:45.405Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:45.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:45.405Z", "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.7:53 0.0.0.0:* LISTEN 2430/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2430/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1088/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2430/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9072/monit \ntcp 0 0 192.168.120.7:2380 0.0.0.0:* LISTEN 9150/etcd \ntcp6 0 0 :::53 :::* LISTEN 2430/named \ntcp6 0 0 :::22 :::* LISTEN 1088/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2430/named \ntcp6 0 0 :::4000 :::* LISTEN 9150/etcd \nudp 0 0 0.0.0.0:20576 0.0.0.0:* 576/dhclient \nudp 0 0 192.168.120.7:123 0.0.0.0:* 8534/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8534/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8534/ntpd \nudp 0 0 192.168.120.7:53 0.0.0.0:* 2430/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2430/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 576/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 8534/ntpd \nudp6 0 0 ::1:123 :::* 8534/ntpd \nudp6 0 0 :::123 :::* 8534/ntpd \nudp6 0 0 :::51181 :::* 576/dhclient \nudp6 0 0 :::53 :::* 2430/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7202 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11331 1653/python2.7 /tmp/cloudify-logging-server-93fc3.socket\nunix 2 [ ACC ] STREAM LISTENING 8034 1046/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 6968 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13954 2483/python2.7 /tmp/ctx-7vdS9a.socket\nunix 2 [ ACC ] STREAM LISTENING 8151 1092/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:45.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:45.405Z", "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-08-25T10:54:45.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:45.405Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:45.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:46.410Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:46.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:46.410Z", "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/sa25\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.026s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:46.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:46.410Z", "message": "[etcd] => [25-Aug-2018 10:54:37 UTC] clearwater-diags-monitor starting\n[25-Aug-2018 10:54:37 UTC] Waiting for trigger files\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:46.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:47.335Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:47.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:47.414Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:47.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:47.414Z", "message": "Execution done (return_code=0): /tmp/YZQUT/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:47.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:47.414Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:47.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}, {"node_instance_id": "bind_owuisb", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:47.414Z", "message": "[etcd] => 2018-08-25 10:54:30.588818452 Stopping etcd clearwater-etcd\n2018-08-25 10:54:36.606672280 Restarting etcd clearwater-etcd\n2018-08-25 10:54:36.611389304 Configured ETCDCTL_PEERS: \n2018-08-25 10:54:36.612107748 Check for previous failed startup attempt\n2018-08-25 10:54:36.613264675 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2018-08-25 10:54:36.624698746 etcdctl returned 2\n2018-08-25 10:54:36.630663640 Creating new cluster...\n2018-08-25 10:54:36.633282543 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.7:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.7\n --name 192-168-120-7\n --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.7:2380\n --listen-peer-urls http://192.168.120.7:2380\n2018-08-25 10:54:36.634882233 Check we're actually a member of the cluster\n2018-08-25 10:54:36.640338268 Wait for etcd to startup\n2018-08-25 10:54:37.660506568 Etcd started successfully\n2018-08-25 10:54:36.658957 I | etcdmain: etcd Version: 3.1.7\n2018-08-25 10:54:36.658994 I | etcdmain: Git SHA: 43b7507\n2018-08-25 10:54:36.658998 I | etcdmain: Go Version: go1.7.5\n2018-08-25 10:54:36.659001 I | etcdmain: Go OS/Arch: linux/amd64\n2018-08-25 10:54:36.659005 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-08-25 10:54:36.659063 I | embed: listening for peers on http://192.168.120.7:2380\n2018-08-25 10:54:36.659108 I | embed: listening for client requests on 0.0.0.0:4000\n2018-08-25 10:54:36.694268 I | etcdserver: name = 192-168-120-7\n2018-08-25 10:54:36.694280 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.7\n2018-08-25 10:54:36.694285 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.7/member\n2018-08-25 10:54:36.694288 I | etcdserver: heartbeat = 100ms\n2018-08-25 10:54:36.694291 I | etcdserver: election = 1000ms\n2018-08-25 10:54:36.694295 I | etcdserver: snapshot count = 10000\n2018-08-25 10:54:36.694320 I | etcdserver: advertise client URLs = http://192.168.120.7:4000\n2018-08-25 10:54:36.694327 I | etcdserver: initial advertise peer URLs = http://192.168.120.7:2380\n2018-08-25 10:54:36.694334 I | etcdserver: initial cluster = 192-168-120-7=http://192.168.120.7:2380\n2018-08-25 10:54:36.700245 I | etcdserver: starting member 5ddd06b029c620bb in cluster fc9468c5fc975110\n2018-08-25 10:54:36.700271 I | raft: 5ddd06b029c620bb became follower at term 0\n2018-08-25 10:54:36.700284 I | raft: newRaft 5ddd06b029c620bb [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-08-25 10:54:36.700290 I | raft: 5ddd06b029c620bb became follower at term 1\n2018-08-25 10:54:36.724165 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-08-25 10:54:36.724943 I | etcdserver/membership: added member 5ddd06b029c620bb [http://192.168.120.7:2380] to cluster fc9468c5fc975110\n2018-08-25 10:54:36.900485 I | raft: 5ddd06b029c620bb is starting a new election at term 1\n2018-08-25 10:54:36.900573 I | raft: 5ddd06b029c620bb became candidate at term 2\n2018-08-25 10:54:36.900598 I | raft: 5ddd06b029c620bb received MsgVoteResp from 5ddd06b029c620bb at term 2\n2018-08-25 10:54:36.900612 I | raft: 5ddd06b029c620bb became leader at term 2\n2018-08-25 10:54:36.900619 I | raft: raft.node: 5ddd06b029c620bb elected leader 5ddd06b029c620bb at term 2\n2018-08-25 10:54:36.900887 I | etcdserver: published {Name:192-168-120-7 ClientURLs:[http://192.168.120.7:4000]} to cluster fc9468c5fc975110\n2018-08-25 10:54:36.900986 I | etcdserver: setting up the initial cluster version to 3.1\n2018-08-25 10:54:36.901032 I | embed: ready to serve client requests\n2018-08-25 10:54:36.901309 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-08-25 10:54:36.904958 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-08-25 10:54:36.904986 I | etcdserver/api: enabled capabilities for version 3.1\n2018-08-25 10:54:37.845523 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.7:58084\n2018-08-25 10:54:37.858246 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.7:58085\n2018-08-25 10:54:37.859132 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.7:58086\n2018-08-25 10:54:43.116769 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.7/liveness-check remote:192.168.120.7:58087\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:47.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "136c9d40-2ab7-491b-a57d-aa6cc34f0710"}], "metadata": {"pagination": {"total": 1449, "offset": 1421, "size": 50}}} 2018-08-25 10:54:48,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:48,378 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:48 GMT 2018-08-25 10:54:48,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:48,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29951 2018-08-25 10:54:48,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-08-25 10:54:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.010s user 0m0.007s sys 0m0.004s 2018-08-25 10:54:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-08-25 10:54:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-08-25 10:54:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-08-25 10:54:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-08-25 10:54:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f6:9a:b7 inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fef6:9ab7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:72501 errors:0 dropped:0 overruns:0 frame:0 TX packets:22383 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123576727 (123.5 MB) TX bytes:3988956 (3.9 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets: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:13739 (13.7 KB) TX bytes:13739 (13.7 KB) real 0m0.006s user 0m0.005s sys 0m0.003s 2018-08-25 10:54:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:00 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:52 ? 00:00:00 [kworker/0:0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:52 ? 00:00:00 [kworker/1:0] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 33 2 0 10:52 ? 00:00:00 [kworker/1:1] root 35 2 0 10:52 ? 00:00:00 [khungtaskd] root 36 2 0 10:52 ? 00:00:00 [kswapd0] root 37 2 0 10:52 ? 00:00:00 [vmstat] root 38 2 0 10:52 ? 00:00:00 [ksmd] root 39 2 0 10:52 ? 00:00:00 [khugepaged] root 40 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 10:52 ? 00:00:00 [crypto] root 54 2 0 10:52 ? 00:00:00 [kthrotld] root 55 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 56 2 0 10:52 ? 00:00:00 [vballoon] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:52 ? 00:00:00 [kworker/u4:2] root 60 2 0 10:52 ? 00:00:00 [kworker/u4:3] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 123 2 0 10:52 ? 00:00:00 [kpsmoused] root 142 2 0 10:52 ? 00:00:00 [kworker/0:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 273 2 0 10:52 ? 00:00:00 [kworker/1:2] root 385 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 448 2 0 10:52 ? 00:00:00 [kworker/u5:1] root 511 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 576 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 729 2 0 10:52 ? 00:00:00 [kworker/u5:2] root 822 2 0 10:52 ? 00:00:00 [kauditd] root 914 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon syslog 991 1 0 10:52 ? 00:00:00 rsyslogd root 1045 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 message+ 1046 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 1049 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1053 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1054 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1056 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1088 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D root 1089 1 0 10:52 ? 00:00:00 cron daemon 1090 1 0 10:52 ? 00:00:00 atd root 1092 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1125 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind root 1133 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1203 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1209 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1653 1 0 10:52 ? 00:00:00 /home/ubuntu/bind_host_dhyoa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_dhyoa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_dhyoa2 --logging-server-logdir=/home/ubuntu/bind_host_dhyoa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2%I.log --pidfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2.pid ubuntu 1692 1653 0 10:52 ? 00:00:00 /home/ubuntu/bind_host_dhyoa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_dhyoa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_dhyoa2 --logging-server-logdir=/home/ubuntu/bind_host_dhyoa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2%I.log --pidfile=/home/ubuntu/bind_host_dhyoa2/work/bind_host_dhyoa2.pid ubuntu 1767 1 0 10:53 ? 00:00:00 python2.7 /home/ubuntu/bind_host_dhyoa2/env/bin/diamond --configfile /home/ubuntu/bind_host_dhyoa2/work/plugins/diamond/etc/diamond.conf bind 2430 1 0 10:53 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2483 1692 0 10:53 ? 00:00:00 /home/ubuntu/bind_host_dhyoa2/env/bin/python2.7 /home/ubuntu/bind_host_dhyoa2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-gOUuEL ubuntu 2494 2483 0 10:53 ? 00:00:00 /bin/sh -c /tmp/YZQUT/install-etcd.sh ubuntu 2496 2494 0 10:53 ? 00:00:00 /bin/bash -e /tmp/YZQUT/install-etcd.sh ntp 8534 1 0 10:54 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9072 1 0 10:54 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9089 9072 0 10:54 ? 00:00:00 [check-monit-upt] clearwa+ 9150 1 0 10:54 ? 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.7:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.7 --name 192-168-120-7 --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.7:2380 --listen-peer-urls http://192.168.120.7:2380 root 9182 9072 0 10:54 ? 00:00:00 [check-etcd-upti] root 9184 9072 0 10:54 ? 00:00:00 [poll_etcd_clust] root 9188 9072 0 10:54 ? 00:00:00 [poll_etcd.sh] root 9216 1 0 10:54 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9226 9216 0 10:54 ? 00:00:00 inotifywait -e create -qq . ubuntu 9361 2496 0 10:54 ? 00:00:00 /bin/bash -e /tmp/YZQUT/install-etcd.sh ubuntu 9362 9361 0 10:54 ? 00:00:00 /bin/bash -e /tmp/YZQUT/install-etcd.sh root 9363 9362 0 10:54 ? 00:00:00 sudo ps -edf root 9364 9363 0 10:54 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.009s 2018-08-25 10:54:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-08-25 10:54:48,381 - 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.7:53 0.0.0.0:* LISTEN 2430/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2430/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1088/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2430/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9072/monit tcp 0 0 192.168.120.7:2380 0.0.0.0:* LISTEN 9150/etcd tcp6 0 0 :::53 :::* LISTEN 2430/named tcp6 0 0 :::22 :::* LISTEN 1088/sshd tcp6 0 0 ::1:953 :::* LISTEN 2430/named tcp6 0 0 :::4000 :::* LISTEN 9150/etcd udp 0 0 0.0.0.0:20576 0.0.0.0:* 576/dhclient udp 0 0 192.168.120.7:123 0.0.0.0:* 8534/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8534/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8534/ntpd udp 0 0 192.168.120.7:53 0.0.0.0:* 2430/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2430/named udp 0 0 0.0.0.0:68 0.0.0.0:* 576/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 8534/ntpd udp6 0 0 ::1:123 :::* 8534/ntpd udp6 0 0 :::123 :::* 8534/ntpd udp6 0 0 :::51181 :::* 576/dhclient udp6 0 0 :::53 :::* 2430/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7202 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11331 1653/python2.7 /tmp/cloudify-logging-server-93fc3.socket unix 2 [ ACC ] STREAM LISTENING 8034 1046/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 6968 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13954 2483/python2.7 /tmp/ctx-7vdS9a.socket unix 2 [ ACC ] STREAM LISTENING 8151 1092/acpid /var/run/acpid.socket real 0m0.008s user 0m0.000s sys 0m0.008s 2018-08-25 10:54:48,381 - 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-08-25 10:54:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-08-25 10:54:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-08-25 10:54:48,381 - 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/sa25 /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.026s user 0m0.000s sys 0m0.006s 2018-08-25 10:54:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [25-Aug-2018 10:54:37 UTC] clearwater-diags-monitor starting [25-Aug-2018 10:54:37 UTC] Waiting for trigger files real 0m0.006s user 0m0.002s sys 0m0.004s 2018-08-25 10:54:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-08-25 10:54:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/YZQUT/install-etcd.sh 2018-08-25 10:54:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-08-25 10:54:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-08-25 10:54:30.588818452 Stopping etcd clearwater-etcd 2018-08-25 10:54:36.606672280 Restarting etcd clearwater-etcd 2018-08-25 10:54:36.611389304 Configured ETCDCTL_PEERS: 2018-08-25 10:54:36.612107748 Check for previous failed startup attempt 2018-08-25 10:54:36.613264675 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2018-08-25 10:54:36.624698746 etcdctl returned 2 2018-08-25 10:54:36.630663640 Creating new cluster... 2018-08-25 10:54:36.633282543 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.7:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.7 --name 192-168-120-7 --debug --initial-cluster 192-168-120-7=http://192.168.120.7:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.7:2380 --listen-peer-urls http://192.168.120.7:2380 2018-08-25 10:54:36.634882233 Check we're actually a member of the cluster 2018-08-25 10:54:36.640338268 Wait for etcd to startup 2018-08-25 10:54:37.660506568 Etcd started successfully 2018-08-25 10:54:36.658957 I | etcdmain: etcd Version: 3.1.7 2018-08-25 10:54:36.658994 I | etcdmain: Git SHA: 43b7507 2018-08-25 10:54:36.658998 I | etcdmain: Go Version: go1.7.5 2018-08-25 10:54:36.659001 I | etcdmain: Go OS/Arch: linux/amd64 2018-08-25 10:54:36.659005 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-08-25 10:54:36.659063 I | embed: listening for peers on http://192.168.120.7:2380 2018-08-25 10:54:36.659108 I | embed: listening for client requests on 0.0.0.0:4000 2018-08-25 10:54:36.694268 I | etcdserver: name = 192-168-120-7 2018-08-25 10:54:36.694280 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.7 2018-08-25 10:54:36.694285 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.7/member 2018-08-25 10:54:36.694288 I | etcdserver: heartbeat = 100ms 2018-08-25 10:54:36.694291 I | etcdserver: election = 1000ms 2018-08-25 10:54:36.694295 I | etcdserver: snapshot count = 10000 2018-08-25 10:54:36.694320 I | etcdserver: advertise client URLs = http://192.168.120.7:4000 2018-08-25 10:54:36.694327 I | etcdserver: initial advertise peer URLs = http://192.168.120.7:2380 2018-08-25 10:54:36.694334 I | etcdserver: initial cluster = 192-168-120-7=http://192.168.120.7:2380 2018-08-25 10:54:36.700245 I | etcdserver: starting member 5ddd06b029c620bb in cluster fc9468c5fc975110 2018-08-25 10:54:36.700271 I | raft: 5ddd06b029c620bb became follower at term 0 2018-08-25 10:54:36.700284 I | raft: newRaft 5ddd06b029c620bb [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-08-25 10:54:36.700290 I | raft: 5ddd06b029c620bb became follower at term 1 2018-08-25 10:54:36.724165 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-08-25 10:54:36.724943 I | etcdserver/membership: added member 5ddd06b029c620bb [http://192.168.120.7:2380] to cluster fc9468c5fc975110 2018-08-25 10:54:36.900485 I | raft: 5ddd06b029c620bb is starting a new election at term 1 2018-08-25 10:54:36.900573 I | raft: 5ddd06b029c620bb became candidate at term 2 2018-08-25 10:54:36.900598 I | raft: 5ddd06b029c620bb received MsgVoteResp from 5ddd06b029c620bb at term 2 2018-08-25 10:54:36.900612 I | raft: 5ddd06b029c620bb became leader at term 2 2018-08-25 10:54:36.900619 I | raft: raft.node: 5ddd06b029c620bb elected leader 5ddd06b029c620bb at term 2 2018-08-25 10:54:36.900887 I | etcdserver: published {Name:192-168-120-7 ClientURLs:[http://192.168.120.7:4000]} to cluster fc9468c5fc975110 2018-08-25 10:54:36.900986 I | etcdserver: setting up the initial cluster version to 3.1 2018-08-25 10:54:36.901032 I | embed: ready to serve client requests 2018-08-25 10:54:36.901309 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-08-25 10:54:36.904958 N | etcdserver/membership: set the initial cluster version to 3.1 2018-08-25 10:54:36.904986 I | etcdserver/api: enabled capabilities for version 3.1 2018-08-25 10:54:37.845523 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.7:58084 2018-08-25 10:54:37.858246 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.7:58085 2018-08-25 10:54:37.859132 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.7:58086 2018-08-25 10:54:43.116769 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.7/liveness-check remote:192.168.120.7:58087 real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-25 10:54:48,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:48,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:48,441 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:48 GMT 2018-08-25 10:54:48,442 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:48,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:48,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:53,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:53,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_owuisb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:48.597Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:48.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.387Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/8ZZU3/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.418Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "bono_63aajd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:49.612Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:49.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mv /tmp/tmp_4qPQx /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/ZX9LV/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'sprout-5vs4tc', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/CQINC/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mv /tmp/tmpebTdSX /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/GZWFD/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/A2Y5A/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mv /tmp/tmpVYCQgN /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/IKR3P/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'dime-7wqrny', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mv /tmp/tmp5khnbA /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}], "metadata": {"pagination": {"total": 1562, "offset": 1441, "size": 50}}} 2018-08-25 10:54:53,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:53,523 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:53 GMT 2018-08-25 10:54:53,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:53,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26289 2018-08-25 10:54:53,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:53,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:54:53,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/8ZZU3/clearwater.py 2018-08-25 10:54:53,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-25 10:54:53,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:53,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:53,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:53,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_4qPQx /etc/clearwater/local_config 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/ZX9LV/clearwater.py 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-25 10:54:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'sprout-5vs4tc', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}. 2018-08-25 10:54:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:54:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-25 10:54:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:54:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-25 10:54:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/CQINC/clearwater.py 2018-08-25 10:54:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpebTdSX /etc/dnsmasq.resolv.conf 2018-08-25 10:54:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:54:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/GZWFD/clearwater.py 2018-08-25 10:54:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/A2Y5A/clearwater.py 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVYCQgN /etc/clearwater/local_config 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/IKR3P/clearwater.py 2018-08-25 10:54:53,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:53,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'dime-7wqrny', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.11'}. 2018-08-25 10:54:53,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:53,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-25 10:54:53,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:53,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5khnbA /etc/clearwater/local_config 2018-08-25 10:54:53,532 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:53,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:53,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:53,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:53,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:53,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:53,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:53 GMT 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:53,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:58,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:54:58,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:58,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:58,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:58,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:58,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:58,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:58,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:58,800 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'sprout-5vs4tc', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "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-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.599Z", "message": "[localhost] run: sudo mv /tmp/tmpebTdSX /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4b43b11a-a3ee-4b2c-b1c6-cc7ef4df3f5e"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:50.621Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:50.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'vellum-k06bxe', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mv /tmp/tmpiBVweX /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mv /tmp/tmp4BUWrw /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.7', 'name': u'bono-63aajd', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.4'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mv /tmp/tmpHMkNiT /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "69f2803d-dd68-4f69-b881-5f7f0e15b1a1"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mv /tmp/tmpaM_0F5 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.7', 'name': u'ellis-r00mzk', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.18'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b88bc9c6-8134-445d-918f-aff2186cc7b8"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mv /tmp/tmpXHhh_N /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "64454a18-ef23-4e63-9836-f9ba968e2df6"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.614Z", "message": "[localhost] run: sudo mv /tmp/tmpJuo4zb /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f7e12166-c896-46dd-9000-5d97ffb4ab60"}, {"node_instance_id": "bono_63aajd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:51.766Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:51.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/QAVYA/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4637e170-f1a2-4564-8790-ca0afa003fe2"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Executing: /tmp/0L1UE/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Executing: /tmp/CQRML/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Executing: /tmp/6ZQJS/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/CQRML/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/0L1UE/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/6ZQJS/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}], "metadata": {"pagination": {"total": 1593, "offset": 1491, "size": 50}}} 2018-08-25 10:54:58,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:58,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:58 GMT 2018-08-25 10:54:58,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:58,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26988 2018-08-25 10:54:58,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:54:58,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:58,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'sprout-5vs4tc', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}. 2018-08-25 10:54:58,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:54:58,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpebTdSX /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:58,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.7', 'name': u'vellum-k06bxe', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-08-25 10:54:58,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiBVweX /etc/clearwater/local_config 2018-08-25 10:54:58,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4BUWrw /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.7', 'name': u'bono-63aajd', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.4'}. 2018-08-25 10:54:58,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHMkNiT /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-25 10:54:58,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpaM_0F5 /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-25 10:54:58,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:58,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:58,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.7', 'name': u'ellis-r00mzk', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.18'}. 2018-08-25 10:54:58,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-25 10:54:58,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:54:58,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXHhh_N /etc/dnsmasq.resolv.conf 2018-08-25 10:54:58,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:54:58,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-25 10:54:58,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJuo4zb /etc/clearwater/local_config 2018-08-25 10:54:58,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:58,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:58,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:58,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:54:58,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:54:58,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:58,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:58,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:58,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:54:58,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:54:58,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:54:58,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:58,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:54:58,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-08-25 10:54:58,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/QAVYA/append_proxy_snmp_conf.py 2018-08-25 10:54:58,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-08-25 10:54:58,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0L1UE/install-dime.sh 2018-08-25 10:54:58,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-08-25 10:54:58,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-08-25 10:54:58,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CQRML/install-vellum.sh 2018-08-25 10:54:58,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6ZQJS/install-homer.sh 2018-08-25 10:54:58,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/CQRML/install-vellum.sh 2018-08-25 10:54:58,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/0L1UE/install-dime.sh 2018-08-25 10:54:58,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/6ZQJS/install-homer.sh 2018-08-25 10:54:58,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:54:58,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:54:58,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:54:58,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:54:58,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:54:58 GMT 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:54:58,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:03,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:04,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:04,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.628Z", "message": "Executing: /tmp/CQRML/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:52.807Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:52.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "Executing: /tmp/LZ23Q/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/CBNU8/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/LZ23Q/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "Executing: /tmp/CBNU8/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:53.632Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:53.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:54.637Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:54.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:54.637Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:54.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:54.637Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:54.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:54.637Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:54.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:54.637Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:54.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:55.641Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:55.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:55.641Z", "message": "[localhost] run: sudo mv /tmp/tmpMfyWl0 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:55.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:55.815Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:55.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:56.649Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:56.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:56.649Z", "message": "[localhost] run: sudo mv /tmp/tmpZWPfsL /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:56.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "1016e52e-d05e-4ede-9e41-9ef74cbf0f91"}, {"node_instance_id": "ellis_r00mzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:56.811Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:56.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:57.808Z", "message": "Executing: /tmp/FQQZL/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:57.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:57.808Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:57.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:57.808Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/FQQZL/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:57.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:57.872Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:57.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:57.872Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:57.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:58.838Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:58.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:58.838Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:58.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:54:59.906Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:54:59.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:01.387Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-88imjs\nIgn http://repo.cw-ngv.com binary/ InRelease\nIgn http://nova.clouds.archive.ubuntu.com trusty 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 [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,100 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 [132 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 [470 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 [252 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,294 kB/s)\nReading package lists...\n\nreal\t0m7.665s\nuser\t0m4.808s\nsys\t0m0.598s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:01.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:01.910Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:01.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:01.910Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:01.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:02.929Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:02.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:02.929Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ou8e32\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 [7,441 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,100 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 [470 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 [252 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,229 kB/s)\nReading package lists...\n\nreal\t0m7.533s\nuser\t0m5.005s\nsys\t0m0.682s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:02.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:02.929Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:02.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}], "metadata": {"pagination": {"total": 1602, "offset": 1541, "size": 50}}} 2018-08-25 10:55:04,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:04,117 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:04 GMT 2018-08-25 10:55:04,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:04,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35274 2018-08-25 10:55:04,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:04,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CQRML/install-vellum.sh 2018-08-25 10:55:04,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:55:04,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:55:04,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:55:04,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:55:04,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:55:04,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:55:04,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:55:04,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:55:04,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LZ23Q/install-sprout.sh 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/CBNU8/install-bono.sh 2018-08-25 10:55:04,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-08-25 10:55:04,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-08-25 10:55:04,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-08-25 10:55:04,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-08-25 10:55:04,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-08-25 10:55:04,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/LZ23Q/install-sprout.sh 2018-08-25 10:55:04,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-08-25 10:55:04,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CBNU8/install-bono.sh 2018-08-25 10:55:04,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-08-25 10:55:04,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-08-25 10:55:04,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-08-25 10:55:04,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-08-25 10:55:04,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-08-25 10:55:04,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-08-25 10:55:04,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-25 10:55:04,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMfyWl0 /etc/clearwater/local_config 2018-08-25 10:55:04,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:55:04,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-25 10:55:04,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZWPfsL /etc/dnsmasq.resolv.conf 2018-08-25 10:55:04,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-25 10:55:04,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FQQZL/install-ellis.sh 2018-08-25 10:55:04,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-08-25 10:55:04,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/FQQZL/install-ellis.sh 2018-08-25 10:55:04,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:55:04,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:55:04,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-08-25 10:55:04,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-08-25 10:55:04,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-08-25 10:55:04,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-88imjs Ign http://repo.cw-ngv.com binary/ InRelease Ign http://nova.clouds.archive.ubuntu.com trusty 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 [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,100 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 [132 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 [470 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 [252 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,294 kB/s) Reading package lists... real 0m7.665s user 0m4.808s sys 0m0.598s 2018-08-25 10:55:04,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-08-25 10:55:04,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:55:04,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:55:04,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ou8e32 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en 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 [7,441 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,100 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 [470 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 [252 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,229 kB/s) Reading package lists... real 0m7.533s user 0m5.005s sys 0m0.682s 2018-08-25 10:55:04,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-08-25 10:55:04,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:04,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:04,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:04 GMT 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:04,403 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:04,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:09,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:09,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:09,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:06.414Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-cnsgkm\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]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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,100 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 [470 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 [252 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,180 kB/s)\nReading package lists...\n\nreal\t0m12.805s\nuser\t0m4.952s\nsys\t0m0.650s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:06.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:06.936Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:06.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:06.936Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-qrrn5l\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]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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,100 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 [470 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 [252 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.988s\nuser\t0m4.707s\nsys\t0m0.635s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:06.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:06.936Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:06.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:06.936Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:06.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:06.936Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:06.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:07.973Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-65qwvh\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 [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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,100 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 [470 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 [252 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,169 kB/s)\nReading package lists...\n\nreal\t0m12.594s\nuser\t0m5.008s\nsys\t0m0.666s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:07.973Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:07.973Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}], "metadata": {"pagination": {"total": 1611, "offset": 1591, "size": 50}}} 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:09 GMT 2018-08-25 10:55:09,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:09,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19069 2018-08-25 10:55:09,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:09,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-cnsgkm 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] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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,100 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 [470 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 [252 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,180 kB/s) Reading package lists... real 0m12.805s user 0m4.952s sys 0m0.650s 2018-08-25 10:55:09,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:55:09,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-qrrn5l 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] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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,100 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 [470 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 [252 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.988s user 0m4.707s sys 0m0.635s 2018-08-25 10:55:09,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-08-25 10:55:09,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-08-25 10:55:09,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:55:09,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-65qwvh 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 [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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,100 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 [470 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 [252 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,169 kB/s) Reading package lists... real 0m12.594s user 0m5.008s sys 0m0.666s 2018-08-25 10:55:09,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:55:09,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-08-25 10:55:09,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:09,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:09,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:09,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:09,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:09,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:09,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:09 GMT 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:09,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:14,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:15,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:15,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:15,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:12.084Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-f2g55a\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 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,100 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 [470 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 [252 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,176 kB/s)\nReading package lists...\n\nreal\t0m12.979s\nuser\t0m5.049s\nsys\t0m0.508s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:12.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:12.996Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:55:12.996Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:55:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}], "metadata": {"pagination": {"total": 1614, "offset": 1600, "size": 50}}} 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:15 GMT 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6413 2018-08-25 10:55:15,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:15,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-f2g55a 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 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,100 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 [470 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 [252 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,176 kB/s) Reading package lists... real 0m12.979s user 0m5.049s sys 0m0.508s 2018-08-25 10:55:15,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-08-25 10:55:15,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:55:15,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:15,188 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:15,188 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:15,188 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:15,188 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:15,188 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:15,188 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:15 GMT 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:15,189 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:20,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:20,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:20,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:20 GMT 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:20,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:20,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:20,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:20,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:20,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:20,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:20,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:20,563 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:20,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:20 GMT 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:20,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:25,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:25,720 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:25,721 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:25 GMT 2018-08-25 10:55:25,722 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:25,722 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:25,722 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:25,722 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:25,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:25,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:25,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:25,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:25,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:25,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:25,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:25,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:25,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:25,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:25 GMT 2018-08-25 10:55:25,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:25,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:25,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:30,794 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:31,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:31,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:31,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:31 GMT 2018-08-25 10:55:31,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:31,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:31,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:31,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:31,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:31 GMT 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:31,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:31,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:36,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:36,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:36,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:36,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:36 GMT 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:36,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:36,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:36,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:36,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:36,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:36,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:36,428 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:36 GMT 2018-08-25 10:55:36,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:36,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:36,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:41,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:41,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:41,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:41 GMT 2018-08-25 10:55:41,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:41,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:41,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:41,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:41,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:41,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:41,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:41,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:41 GMT 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:41,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:41,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:46,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:46,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:46,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:46,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:46,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:46,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:46 GMT 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:46,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:46,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:46,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:46,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:46,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:46 GMT 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:46,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:46,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:51,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:51,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:51,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:51,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:51,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:51,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:51 GMT 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:51,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:51,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:51,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:51,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:51,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:51,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:51 GMT 2018-08-25 10:55:51,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:51,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:51,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:56,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:55:57,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:57,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:57,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:57,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:57,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:57 GMT 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:55:57,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:55:57,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:55:57,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:55:57,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:55:57,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:55:57 GMT 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:55:57,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:55:57,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:02,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:02,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:02,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:02,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:02,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:02 GMT 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:02,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:02,594 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:02,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:02,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:02,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:02,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:02,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:02,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:02 GMT 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:02,687 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:07,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:07,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:07 GMT 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:07,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:07,897 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:07,897 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:07 GMT 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:07,898 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:07,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:12,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:13,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:13,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:13,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:13,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:13,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:13,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:13,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:13,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:56:13,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:13,031 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:13 GMT 2018-08-25 10:56:13,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:13,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:13,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:13,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:13,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:13,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:13,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:13 GMT 2018-08-25 10:56:13,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:13,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:13,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:18,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:18,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:18,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:18,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:18,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:18,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:18,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:18 GMT 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:18,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:18,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:18,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:18,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:18,284 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:18 GMT 2018-08-25 10:56:18,284 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:18,284 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:18,284 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:23,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:23,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:23 GMT 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:23,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:23,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:23,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:23,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:23,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:23 GMT 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:23,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:28,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:28,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:28,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1614, "offset": 1603, "size": 50}}} 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:28 GMT 2018-08-25 10:56:28,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:28,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:28,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:28,686 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:28,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:28,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:28,753 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:28 GMT 2018-08-25 10:56:28,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:28,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:28,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:33,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:33,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:33,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:33,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:33,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:33,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:33,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:56:33.044Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ou8e32\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 4 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://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-infrastructure 1.0-171215.180814 [2,269 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://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 13s (3,943 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 8596\nSetting up restund (1.0-171215.183529) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8645\nclearwater-socket-factory-sig start/running, process 8653\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t1m30.175s\nuser\t0m8.415s\nsys\t0m7.759s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:56:33.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}], "metadata": {"pagination": {"total": 1615, "offset": 1603, "size": 50}}} 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:33 GMT 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37139 2018-08-25 10:56:33,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:33,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ou8e32 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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://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 13s (3,943 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 8596 Setting up restund (1.0-171215.183529) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8645 clearwater-socket-factory-sig start/running, process 8653 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 1m30.175s user 0m8.415s sys 0m7.759s 2018-08-25 10:56:33,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:34,011 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:34,012 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:34 GMT 2018-08-25 10:56:34,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:34,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:34,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:39,018 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:39,230 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:39,230 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:56:34.052Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:56:34.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}], "metadata": {"pagination": {"total": 1616, "offset": 1604, "size": 50}}} 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:39 GMT 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:39,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 618 2018-08-25 10:56:39,232 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:39,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:56:39,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:39,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:39,294 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:39 GMT 2018-08-25 10:56:39,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:39,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:39,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:44,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:44,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:44,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:44,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:44,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:44,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1616, "offset": 1605, "size": 50}}} 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:44 GMT 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:44,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:44,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:44,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:44,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:44,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:44,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:44 GMT 2018-08-25 10:56:44,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:44,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:44,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:49,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:49,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1616, "offset": 1605, "size": 50}}} 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:49,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:49 GMT 2018-08-25 10:56:49,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:49,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:49,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:49,789 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:49,851 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:49,851 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:49 GMT 2018-08-25 10:56:49,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:49,853 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:49,853 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:54,858 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:56:55,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:55,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:55,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:55,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:55,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:55,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1616, "offset": 1605, "size": 50}}} 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:55 GMT 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:56:55,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:56:55,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:56:55,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:56:55,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:56:55,188 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:56:55,188 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:56:55 GMT 2018-08-25 10:56:55,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:56:55,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:56:55,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:00,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:00,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1616, "offset": 1605, "size": 50}}} 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:00 GMT 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:00,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:00,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:00,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:00,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:00,512 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:00 GMT 2018-08-25 10:57:00,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:00,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:00,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:05,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:05,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:05,661 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:01.529Z", "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 4 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 (9,665 kB/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\t0m28.072s\nuser\t0m12.753s\nsys\t0m3.472s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:01.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:02.062Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:02.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:03.098Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-65qwvh\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 4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 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://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 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/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:27 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.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.8 [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,520 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 8885\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 8985\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 9003\nclearwater-socket-factory-sig start/running, process 9008\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\t1m54.608s\nuser\t0m9.557s\nsys\t0m8.456s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:03.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:03.098Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:03.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:04.104Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-cnsgkm\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 4 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://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 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/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 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.8 [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 [1,913 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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 10s (8,563 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 8954\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\t1m56.766s\nuser\t0m20.301s\nsys\t0m11.319s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:04.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:04.104Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:04.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}], "metadata": {"pagination": {"total": 1622, "offset": 1605, "size": 50}}} 2018-08-25 10:57:05,661 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:05,661 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:05 GMT 2018-08-25 10:57:05,661 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:05,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 112681 2018-08-25 10:57:05,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:05,665 - 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 4 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 (9,665 kB/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 0m28.072s user 0m12.753s sys 0m3.472s 2018-08-25 10:57:05,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:57:05,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-65qwvh 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 4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 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://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 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/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:27 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.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.8 [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,520 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 8885 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 8985 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 9003 clearwater-socket-factory-sig start/running, process 9008 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 1m54.608s user 0m9.557s sys 0m8.456s 2018-08-25 10:57:05,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:57:05,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-cnsgkm 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 4 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 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/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [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 [1,913 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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 10s (8,563 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 8954 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 1m56.766s user 0m20.301s sys 0m11.319s 2018-08-25 10:57:05,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:57:05,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:05,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:05,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:05,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:05,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:05,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:05,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:05,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:05,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:05,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:05,780 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:05 GMT 2018-08-25 10:57:05,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:05,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:05,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:10,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:10,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:10,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:10,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:10.478Z", "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 4 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 (589 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\t0m8.492s\nuser\t0m0.755s\nsys\t0m0.644s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:10.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}], "metadata": {"pagination": {"total": 1623, "offset": 1611, "size": 50}}} 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:10 GMT 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3013 2018-08-25 10:57:10,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:10,888 - 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 4 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 (589 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 0m8.492s user 0m0.755s sys 0m0.644s 2018-08-25 10:57:10,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:11,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:11,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:11,186 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:11 GMT 2018-08-25 10:57:11,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:11,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:11,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:16,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:16,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:16,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:16,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:16,285 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:16,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:11.110Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:11.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:11.110Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:11.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:12.360Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:12.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:13.436Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.064s\nuser\t0m0.011s\nsys\t0m0.050s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:14.365Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:01 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:52 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:52 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:52 ? 00:00:00 [vmstat]\nroot 37 2 0 10:52 ? 00:00:00 [ksmd]\nroot 38 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:52 ? 00:00:00 [crypto]\nroot 53 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:52 ? 00:00:00 [vballoon]\nroot 56 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 10:52 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 10:52 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 146 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:52 ? 00:00:00 [kworker/u5:1]\nroot 584 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 589 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 807 2 0 10:52 ? 00:00:00 [kworker/u5:2]\nroot 819 2 0 10:52 ? 00:00:00 [kauditd]\nmessage+ 907 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 937 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nroot 944 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 989 1 0 10:52 ? 00:00:00 rsyslogd\nroot 1050 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1086 1 0 10:52 ? 00:00:00 cron\ndaemon 1088 1 0 10:52 ? 00:00:00 atd\nroot 1093 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\nroot 1117 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1118 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 10:53 ? 00:00:00 /home/ubuntu/bono_host_ou8e32/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ou8e32 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ou8e32 --logging-server-logdir=/home/ubuntu/bono_host_ou8e32/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32%I.log --pidfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32.pid\nubuntu 1764 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/bono_host_ou8e32/env/bin/diamond --configfile /home/ubuntu/bono_host_ou8e32/work/plugins/diamond/etc/diamond.conf\nubuntu 1800 1650 0 10:54 ? 00:00:00 /home/ubuntu/bono_host_ou8e32/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ou8e32 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ou8e32 --logging-server-logdir=/home/ubuntu/bono_host_ou8e32/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32%I.log --pidfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32.pid\nubuntu 1822 1800 0 10:54 ? 00:00:00 /home/ubuntu/bono_host_ou8e32/env/bin/python2.7 /home/ubuntu/bono_host_ou8e32/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-O9Ai8h\nubuntu 1833 1822 0 10:54 ? 00:00:00 /bin/sh -c /tmp/CBNU8/install-bono.sh\nubuntu 1835 1833 0 10:54 ? 00:00:00 /bin/bash -e /tmp/CBNU8/install-bono.sh\nntp 8091 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8596 1 0 10:56 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8645 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8646 8645 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8653 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8654 8646 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8655 8653 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8661 8655 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8662 8661 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9025 1 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.4,bono-63aajd.clearwater.local --alias=172.30.9.207,bono-63aajd.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-63aajd.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid\ndnsmasq 9754 1 0 10:57 ? 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 9817 1835 0 10:57 ? 00:00:00 /bin/bash -e /tmp/CBNU8/install-bono.sh\nubuntu 9818 9817 0 10:57 ? 00:00:00 /bin/bash -e /tmp/CBNU8/install-bono.sh\nroot 9819 9818 0 10:57 ? 00:00:00 sudo ps -edf\nroot 9820 9819 0 10:57 ? 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-08-25T10:57:14.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:14.365Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:07:20:b1 \n inet addr:192.168.120.4 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:20b1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77681 errors:0 dropped:0 overruns:0 frame:0\n TX packets:45316 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131012873 (131.0 MB) TX bytes:7166720 (7.1 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:3734 (3.7 KB) TX bytes:3734 (3.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:14.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:14.365Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:14.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:14.365Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:14.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:15.392Z", "message": "[bono] => /var/log/syslog\n/var/log/lastlog\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/bono/bono_20180825T100000Z.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-sa25\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.010s\nuser\t0m0.005s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:15.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:15.392Z", "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 9754/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8596/monit \ntcp 0 0 192.168.120.4:5058 0.0.0.0:* LISTEN 9025/bono \ntcp 0 0 192.168.120.4:5060 0.0.0.0:* LISTEN 9025/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9025/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9754/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \nudp 0 0 192.168.120.4:123 0.0.0.0:* 8091/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8091/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8091/ntpd \nudp 0 0 0.0.0.0:58782 0.0.0.0:* 589/dhclient \nudp 0 0 192.168.120.4:5058 0.0.0.0:* 9025/bono \nudp 0 0 192.168.120.4:5060 0.0.0.0:* 9025/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9754/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 589/dhclient \nudp6 0 0 fe80::f816:3eff:fe0:123 :::* 8091/ntpd \nudp6 0 0 ::1:123 :::* 8091/ntpd \nudp6 0 0 :::123 :::* 8091/ntpd \nudp6 0 0 :::62678 :::* 589/dhclient \nudp6 0 0 ::1:53 :::* 9754/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8205 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 20011 8654/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20016 8662/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 11047 1650/python2.7 /tmp/cloudify-logging-server-8a1a1.socket\nunix 2 [ ACC ] STREAM LISTENING 11918 1822/python2.7 /tmp/ctx-CvuiuR.socket\nunix 2 [ ACC ] STREAM LISTENING 1588 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9067 1118/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8091 907/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.011s\nuser\t0m0.000s\nsys\t0m0.010s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:15.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:15.392Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:15.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:15.392Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:15.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:15.392Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:15.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}], "metadata": {"pagination": {"total": 1636, "offset": 1612, "size": 50}}} 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:16 GMT 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21210 2018-08-25 10:57:16,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:16,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-08-25 10:57:16,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-08-25 10:57:16,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-08-25 10:57:16,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.064s user 0m0.011s sys 0m0.050s 2018-08-25 10:57:16,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:01 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:52 ? 00:00:00 [kworker/0:0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:52 ? 00:00:00 [kworker/1:0] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 34 2 0 10:52 ? 00:00:00 [khungtaskd] root 35 2 0 10:52 ? 00:00:00 [kswapd0] root 36 2 0 10:52 ? 00:00:00 [vmstat] root 37 2 0 10:52 ? 00:00:00 [ksmd] root 38 2 0 10:52 ? 00:00:00 [khugepaged] root 39 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:52 ? 00:00:00 [crypto] root 53 2 0 10:52 ? 00:00:00 [kthrotld] root 54 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:52 ? 00:00:00 [vballoon] root 56 2 0 10:52 ? 00:00:00 [kworker/1:1] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:52 ? 00:00:00 [kworker/u4:2] root 60 2 0 10:52 ? 00:00:00 [kworker/u4:3] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 124 2 0 10:52 ? 00:00:00 [kpsmoused] root 146 2 0 10:52 ? 00:00:00 [kworker/1:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:52 ? 00:00:00 [kworker/u5:1] root 584 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 589 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 807 2 0 10:52 ? 00:00:00 [kworker/u5:2] root 819 2 0 10:52 ? 00:00:00 [kauditd] message+ 907 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 937 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon root 944 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind syslog 989 1 0 10:52 ? 00:00:00 rsyslogd root 1050 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1086 1 0 10:52 ? 00:00:00 cron daemon 1088 1 0 10:52 ? 00:00:00 atd root 1093 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D root 1117 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1118 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 10:53 ? 00:00:00 /home/ubuntu/bono_host_ou8e32/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ou8e32 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ou8e32 --logging-server-logdir=/home/ubuntu/bono_host_ou8e32/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32%I.log --pidfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32.pid ubuntu 1764 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/bono_host_ou8e32/env/bin/diamond --configfile /home/ubuntu/bono_host_ou8e32/work/plugins/diamond/etc/diamond.conf ubuntu 1800 1650 0 10:54 ? 00:00:00 /home/ubuntu/bono_host_ou8e32/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ou8e32 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ou8e32 --logging-server-logdir=/home/ubuntu/bono_host_ou8e32/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32%I.log --pidfile=/home/ubuntu/bono_host_ou8e32/work/bono_host_ou8e32.pid ubuntu 1822 1800 0 10:54 ? 00:00:00 /home/ubuntu/bono_host_ou8e32/env/bin/python2.7 /home/ubuntu/bono_host_ou8e32/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-O9Ai8h ubuntu 1833 1822 0 10:54 ? 00:00:00 /bin/sh -c /tmp/CBNU8/install-bono.sh ubuntu 1835 1833 0 10:54 ? 00:00:00 /bin/bash -e /tmp/CBNU8/install-bono.sh ntp 8091 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8596 1 0 10:56 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8645 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8646 8645 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8653 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8654 8646 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8655 8653 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8661 8655 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8662 8661 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9025 1 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.4,bono-63aajd.clearwater.local --alias=172.30.9.207,bono-63aajd.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-63aajd.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid dnsmasq 9754 1 0 10:57 ? 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 9817 1835 0 10:57 ? 00:00:00 /bin/bash -e /tmp/CBNU8/install-bono.sh ubuntu 9818 9817 0 10:57 ? 00:00:00 /bin/bash -e /tmp/CBNU8/install-bono.sh root 9819 9818 0 10:57 ? 00:00:00 sudo ps -edf root 9820 9819 0 10:57 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-08-25 10:57:16,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:07:20:b1 inet addr:192.168.120.4 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe07:20b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77681 errors:0 dropped:0 overruns:0 frame:0 TX packets:45316 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131012873 (131.0 MB) TX bytes:7166720 (7.1 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:3734 (3.7 KB) TX bytes:3734 (3.7 KB) real 0m0.005s user 0m0.001s sys 0m0.004s 2018-08-25 10:57:16,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-08-25 10:57:16,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-08-25 10:57:16,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/syslog /var/log/lastlog /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt/history.log /var/log/apt/term.log /var/log/bono/bono_20180825T100000Z.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-sa25 /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.010s user 0m0.005s sys 0m0.003s 2018-08-25 10:57:16,289 - 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 9754/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8596/monit tcp 0 0 192.168.120.4:5058 0.0.0.0:* LISTEN 9025/bono tcp 0 0 192.168.120.4:5060 0.0.0.0:* LISTEN 9025/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9025/bono tcp6 0 0 ::1:53 :::* LISTEN 9754/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd udp 0 0 192.168.120.4:123 0.0.0.0:* 8091/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8091/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8091/ntpd udp 0 0 0.0.0.0:58782 0.0.0.0:* 589/dhclient udp 0 0 192.168.120.4:5058 0.0.0.0:* 9025/bono udp 0 0 192.168.120.4:5060 0.0.0.0:* 9025/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9754/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 589/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 8091/ntpd udp6 0 0 ::1:123 :::* 8091/ntpd udp6 0 0 :::123 :::* 8091/ntpd udp6 0 0 :::62678 :::* 589/dhclient udp6 0 0 ::1:53 :::* 9754/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8205 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 20011 8654/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20016 8662/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 11047 1650/python2.7 /tmp/cloudify-logging-server-8a1a1.socket unix 2 [ ACC ] STREAM LISTENING 11918 1822/python2.7 /tmp/ctx-CvuiuR.socket unix 2 [ ACC ] STREAM LISTENING 1588 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9067 1118/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8091 907/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.011s user 0m0.000s sys 0m0.010s 2018-08-25 10:57:16,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-08-25 10:57:16,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-08-25 10:57:16,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-08-25 10:57:16,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:16,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:16,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:16 GMT 2018-08-25 10:57:16,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:16,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:16,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:21,401 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:21,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:21,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:21,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:16.396Z", "message": "[bono] => 2018:08:25 10:56:29: Namespace: management\n2018:08:25 10:56:29: [management] Starting server\n2018:08:25 10:56:29: [management] Listening for requests\n2018:08:25 10:56:29: Namespace: signaling\n2018:08:25 10:56:29: [signaling] Starting server\n2018:08:25 10:56:29: [signaling] Listening for requests\n\nreal\t0m0.006s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:16.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:16.396Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:16.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.314Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:17.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.415Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:17.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.415Z", "message": "[bono] => 2018-08-25 10:56:45.459713182 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:17.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.415Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:17.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.415Z", "message": "[bono] sudo cat /var/log/bono/bono_20180825T100000Z.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-08-25T10:57:17.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.415Z", "message": "Execution done (return_code=0): /tmp/CBNU8/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:17.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "219d19fe-681e-41f9-bf1d-182df62a28a7"}, {"node_instance_id": "bono_63aajd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:17.922Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:17.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:18.911Z", "message": "Downloaded scripts/bind/bind.py to /tmp/54NVD/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:18.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:18.926Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:18.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:18.926Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:18.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:19.420Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:19.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:19.944Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:19.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "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-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "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-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "message": "[localhost] run: sudo mv /tmp/tmpWbCItp /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "message": "[localhost] run: sudo mv /tmp/tmpyDVPfa /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "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-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.451Z", "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-08-25T10:57:20.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "04f0d67b-9ab5-458f-a48c-a81c622b18a7"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.950Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:20.950Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:20.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1665, "offset": 1625, "size": 50}}} 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:21 GMT 2018-08-25 10:57:21,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:21,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14574 2018-08-25 10:57:21,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:21,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:08:25 10:56:29: Namespace: management 2018:08:25 10:56:29: [management] Starting server 2018:08:25 10:56:29: [management] Listening for requests 2018:08:25 10:56:29: Namespace: signaling 2018:08:25 10:56:29: [signaling] Starting server 2018:08:25 10:56:29: [signaling] Listening for requests real 0m0.006s user 0m0.004s sys 0m0.002s 2018-08-25 10:57:21,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-08-25 10:57:21,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:21,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-08-25 10:57:21,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-08-25 10:56:45.459713182 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.001s 2018-08-25 10:57:21,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-08-25 10:57:21,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20180825T100000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-08-25 10:57:21,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CBNU8/install-bono.sh 2018-08-25 10:57:21,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:57:21,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/54NVD/bind.py 2018-08-25 10:57:21,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:57:21,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:57:21,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 10:57:21,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:21,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 10:57:21,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 10:57:21,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 10:57:21,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 10:57:21,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWbCItp /etc/bind/db.clearwater.opnfv 2018-08-25 10:57:21,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyDVPfa /etc/bind/db.clearwater.local 2018-08-25 10:57:21,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 10:57:21,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 10:57:21,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:57:21,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 10:57:21,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:57:21,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:57:21,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:21,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:21,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:21,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:21,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:21,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:21 GMT 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:21,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:26,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:26,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:26,729 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:26,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:26,729 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:26,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:26,730 - 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-08-25T10:57:21.476Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/5VAD0/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:21.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d927ea45-d885-45ca-acca-dc51ddfdc608"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:21.476Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_toj5uv/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:21.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "d927ea45-d885-45ca-acca-dc51ddfdc608"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:22.199Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:22.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1668, "offset": 1651, "size": 50}}} 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:26 GMT 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1829 2018-08-25 10:57:26,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/5VAD0/add-snmpproxy-collector.py 2018-08-25 10:57:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_toj5uv/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-08-25 10:57:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:26,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:26,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:26,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:26,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:26,793 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:26 GMT 2018-08-25 10:57:26,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:26,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:26,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:31,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:31,890 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:31,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:31,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:31,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:31,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:31,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:28.914Z", "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 4 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (11.6 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57898 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m26.201s\nuser\t0m12.915s\nsys\t0m3.228s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:28.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:29.495Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:29.495Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:29.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:30.520Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:30.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}], "metadata": {"pagination": {"total": 1672, "offset": 1654, "size": 50}}} 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:31 GMT 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15960 2018-08-25 10:57:31,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:31,892 - 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 4 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (11.6 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57898 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m26.201s user 0m12.915s sys 0m3.228s 2018-08-25 10:57:31,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-08-25 10:57:31,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-08-25 10:57:31,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-08-25 10:57:31,893 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:31,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:31,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:31 GMT 2018-08-25 10:57:31,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:31,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:31,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:37,001 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:37,081 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:37,081 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:37,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:37,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:37,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:37,082 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:37,082 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:37,082 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:31.869Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.079s\nuser\t0m0.005s\nsys\t0m0.056s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:31.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:32.551Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:fe:b1:a1 \n inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:b1a1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:84458 errors:0 dropped:0 overruns:0 frame:0\n TX packets:43411 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133559137 (133.5 MB) TX bytes:7450294 (7.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.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:32.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:32.551Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:32.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:32.551Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:32.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "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 4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nFetched 38.3 MB in 5s (7,181 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58159 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m29.247s\nuser\t0m12.814s\nsys\t0m3.469s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "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 9694/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1095/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8985/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9694/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1095/sshd \nudp 0 0 0.0.0.0:17519 0.0.0.0:* 591/dhclient \nudp 0 0 192.168.120.5:123 0.0.0.0:* 8400/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8400/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8400/ntpd \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9694/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 591/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 8400/ntpd \nudp6 0 0 ::1:123 :::* 8400/ntpd \nudp6 0 0 :::123 :::* 8400/ntpd \nudp6 0 0 :::50940 :::* 591/dhclient \nudp6 0 0 ::1:53 :::* 9694/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11552 1651/python2.7 /tmp/cloudify-logging-server-8d070.socket\nunix 2 [ ACC ] STREAM LISTENING 11936 1823/python2.7 /tmp/ctx-yknyoR.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1878 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 6977 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9354 1113/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 21529 9018/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21020 9020/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8120 907/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "message": "[sprout] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/sprout\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_20180825T100000Z.txt\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa25\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.023s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:33.835Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:01 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:52 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:52 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 36 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 37 2 0 10:52 ? 00:00:00 [vmstat]\nroot 38 2 0 10:52 ? 00:00:00 [ksmd]\nroot 39 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 40 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 10:52 ? 00:00:00 [crypto]\nroot 54 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 55 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 10:52 ? 00:00:00 [vballoon]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 10:52 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 10:52 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 125 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 390 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 436 2 0 10:52 ? 00:00:00 [kworker/u5:1]\nroot 514 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 591 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 10:52 ? 00:00:00 [kauditd]\nmessage+ 907 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 936 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nroot 971 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nroot 1050 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1095 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\nroot 1099 1 0 10:52 ? 00:00:00 cron\ndaemon 1100 1 0 10:52 ? 00:00:00 atd\nroot 1113 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1114 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1198 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1554 2 0 10:53 ? 00:00:00 [kworker/0:2]\nubuntu 1651 1 0 10:53 ? 00:00:00 /home/ubuntu/sprout_host_65qwvh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_65qwvh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_65qwvh --logging-server-logdir=/home/ubuntu/sprout_host_65qwvh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh%I.log --pidfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh.pid\nubuntu 1765 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_65qwvh/env/bin/diamond --configfile /home/ubuntu/sprout_host_65qwvh/work/plugins/diamond/etc/diamond.conf\nubuntu 1803 1651 0 10:54 ? 00:00:00 /home/ubuntu/sprout_host_65qwvh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_65qwvh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_65qwvh --logging-server-logdir=/home/ubuntu/sprout_host_65qwvh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh%I.log --pidfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh.pid\nubuntu 1823 1803 0 10:54 ? 00:00:00 /home/ubuntu/sprout_host_65qwvh/env/bin/python2.7 /home/ubuntu/sprout_host_65qwvh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-AH_aCB\nubuntu 1835 1823 0 10:54 ? 00:00:00 /bin/sh -c /tmp/LZ23Q/install-sprout.sh\nubuntu 1837 1835 0 10:54 ? 00:00:00 /bin/bash -e /tmp/LZ23Q/install-sprout.sh\nroot 2298 2 0 10:55 ? 00:00:00 [kworker/u5:2]\nntp 8400 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8885 1 0 10:56 ? 00:00:00 rsyslogd\nroot 8985 1 0 10:56 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9003 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9004 9003 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9008 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9009 9008 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9018 9004 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9019 9009 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9020 9019 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9694 1 0 10:57 ? 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 9758 1837 0 10:57 ? 00:00:00 /bin/bash -e /tmp/LZ23Q/install-sprout.sh\nubuntu 9759 9758 0 10:57 ? 00:00:00 /bin/bash -e /tmp/LZ23Q/install-sprout.sh\nroot 9760 9759 0 10:57 ? 00:00:00 sudo ps -edf\nroot 9761 9760 0 10:57 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.010s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:33.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:34.841Z", "message": "[sprout] => 2018:08:25 10:56:55: Namespace: management\n2018:08:25 10:56:55: [management] Starting server\n2018:08:25 10:56:55: [management] Listening for requests\n2018:08:25 10:56:55: Namespace: signaling\n2018:08:25 10:56:55: [signaling] Starting server\n2018:08:25 10:56:55: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:34.841Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:34.841Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:34.841Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:34.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.571Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.903Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.903Z", "message": "[sprout] => 2018-08-25 10:57:14.757054202 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.903Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.903Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-f2g55a\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 4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:9 http://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.8 [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,190 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 9218\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 9953\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\t2m22.912s\nuser\t0m16.193s\nsys\t0m11.251s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.903Z", "message": "Execution done (return_code=0): /tmp/LZ23Q/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7ecdb47a-19fc-4349-85c0-3ddc8e00f4ff"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:35.903Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:35.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.734Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.734Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.944Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.944Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f9:b3:4e \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef9:b34e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105369 errors:0 dropped:0 overruns:0 frame:0\n TX packets:41008 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166158468 (166.1 MB) TX bytes:7199254 (7.1 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:3406 (3.4 KB) TX bytes:3406 (3.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.944Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-qrrn5l\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 4 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://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/ snmpd 5.7.3~dfsg-clearwater1 [73.7 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/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 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://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/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:34 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:35 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:38 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [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 18s (4,983 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 9344\nclearwater-socket-factory-sig start/running, process 9349\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9398\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.+++\n.................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\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\t2m28.969s\nuser\t0m20.680s\nsys\t0m12.781s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.944Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.944Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.060s\nuser\t0m0.002s\nsys\t0m0.058s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:36.963Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:36.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1705, "offset": 1658, "size": 50}}} 2018-08-25 10:57:37,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:37,083 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:37 GMT 2018-08-25 10:57:37,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:37,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 150284 2018-08-25 10:57:37,083 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:37,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.079s user 0m0.005s sys 0m0.056s 2018-08-25 10:57:37,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:fe:b1:a1 inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fefe:b1a1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:84458 errors:0 dropped:0 overruns:0 frame:0 TX packets:43411 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133559137 (133.5 MB) TX bytes:7450294 (7.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.005s user 0m0.004s sys 0m0.002s 2018-08-25 10:57:37,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-08-25 10:57:37,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-08-25 10:57:37,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-08-25 10:57:37,089 - 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 4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Fetched 38.3 MB in 5s (7,181 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58159 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m29.247s user 0m12.814s sys 0m3.469s 2018-08-25 10:57:37,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-08-25 10:57:37,089 - 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 9694/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1095/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8985/monit tcp6 0 0 ::1:53 :::* LISTEN 9694/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1095/sshd udp 0 0 0.0.0.0:17519 0.0.0.0:* 591/dhclient udp 0 0 192.168.120.5:123 0.0.0.0:* 8400/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8400/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8400/ntpd udp 0 0 127.0.0.1:53 0.0.0.0:* 9694/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 591/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 8400/ntpd udp6 0 0 ::1:123 :::* 8400/ntpd udp6 0 0 :::123 :::* 8400/ntpd udp6 0 0 :::50940 :::* 591/dhclient udp6 0 0 ::1:53 :::* 9694/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11552 1651/python2.7 /tmp/cloudify-logging-server-8d070.socket unix 2 [ ACC ] STREAM LISTENING 11936 1823/python2.7 /tmp/ctx-yknyoR.socket unix 2 [ ACC ] SEQPACKET LISTENING 1878 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 6977 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9354 1113/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 21529 9018/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21020 9020/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8120 907/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.008s user 0m0.003s sys 0m0.004s 2018-08-25 10:57:37,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-08-25 10:57:37,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-08-25 10:57:37,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/sprout /var/log/sprout/sprout_out.log /var/log/sprout/sprout_20180825T100000Z.txt /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa25 /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.023s user 0m0.000s sys 0m0.006s 2018-08-25 10:57:37,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:01 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:52 ? 00:00:00 [kworker/0:0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:52 ? 00:00:00 [kworker/1:0] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 33 2 0 10:52 ? 00:00:00 [kworker/1:1] root 35 2 0 10:52 ? 00:00:00 [khungtaskd] root 36 2 0 10:52 ? 00:00:00 [kswapd0] root 37 2 0 10:52 ? 00:00:00 [vmstat] root 38 2 0 10:52 ? 00:00:00 [ksmd] root 39 2 0 10:52 ? 00:00:00 [khugepaged] root 40 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 10:52 ? 00:00:00 [crypto] root 54 2 0 10:52 ? 00:00:00 [kthrotld] root 55 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 56 2 0 10:52 ? 00:00:00 [vballoon] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:52 ? 00:00:00 [kworker/u4:2] root 60 2 0 10:52 ? 00:00:00 [kworker/u4:3] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 124 2 0 10:52 ? 00:00:00 [kpsmoused] root 125 2 0 10:52 ? 00:00:00 [kworker/1:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 390 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 436 2 0 10:52 ? 00:00:00 [kworker/u5:1] root 514 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 591 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:52 ? 00:00:00 [kauditd] message+ 907 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind root 971 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon root 1050 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1095 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D root 1099 1 0 10:52 ? 00:00:00 cron daemon 1100 1 0 10:52 ? 00:00:00 atd root 1113 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1114 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1198 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1554 2 0 10:53 ? 00:00:00 [kworker/0:2] ubuntu 1651 1 0 10:53 ? 00:00:00 /home/ubuntu/sprout_host_65qwvh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_65qwvh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_65qwvh --logging-server-logdir=/home/ubuntu/sprout_host_65qwvh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh%I.log --pidfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh.pid ubuntu 1765 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_65qwvh/env/bin/diamond --configfile /home/ubuntu/sprout_host_65qwvh/work/plugins/diamond/etc/diamond.conf ubuntu 1803 1651 0 10:54 ? 00:00:00 /home/ubuntu/sprout_host_65qwvh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_65qwvh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_65qwvh --logging-server-logdir=/home/ubuntu/sprout_host_65qwvh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh%I.log --pidfile=/home/ubuntu/sprout_host_65qwvh/work/sprout_host_65qwvh.pid ubuntu 1823 1803 0 10:54 ? 00:00:00 /home/ubuntu/sprout_host_65qwvh/env/bin/python2.7 /home/ubuntu/sprout_host_65qwvh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-AH_aCB ubuntu 1835 1823 0 10:54 ? 00:00:00 /bin/sh -c /tmp/LZ23Q/install-sprout.sh ubuntu 1837 1835 0 10:54 ? 00:00:00 /bin/bash -e /tmp/LZ23Q/install-sprout.sh root 2298 2 0 10:55 ? 00:00:00 [kworker/u5:2] ntp 8400 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8885 1 0 10:56 ? 00:00:00 rsyslogd root 8985 1 0 10:56 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9003 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9004 9003 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9008 1 0 10:56 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9009 9008 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9018 9004 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9019 9009 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9020 9019 0 10:56 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9694 1 0 10:57 ? 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 9758 1837 0 10:57 ? 00:00:00 /bin/bash -e /tmp/LZ23Q/install-sprout.sh ubuntu 9759 9758 0 10:57 ? 00:00:00 /bin/bash -e /tmp/LZ23Q/install-sprout.sh root 9760 9759 0 10:57 ? 00:00:00 sudo ps -edf root 9761 9760 0 10:57 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.010s 2018-08-25 10:57:37,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:08:25 10:56:55: Namespace: management 2018:08:25 10:56:55: [management] Starting server 2018:08:25 10:56:55: [management] Listening for requests 2018:08:25 10:56:55: Namespace: signaling 2018:08:25 10:56:55: [signaling] Starting server 2018:08:25 10:56:55: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-25 10:57:37,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-08-25 10:57:37,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-08-25 10:57:37,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-08-25 10:57:37,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:37,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-08-25 10:57:37,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-08-25 10:57:14.757054202 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-25 10:57:37,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-08-25 10:57:37,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-f2g55a 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 4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:9 http://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.8 [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,190 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 9218 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 9953 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 2m22.912s user 0m16.193s sys 0m11.251s 2018-08-25 10:57:37,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/LZ23Q/install-sprout.sh 2018-08-25 10:57:37,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:57:37,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:57:37,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:57:37,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:57:37,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f9:b3:4e inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fef9:b34e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:105369 errors:0 dropped:0 overruns:0 frame:0 TX packets:41008 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166158468 (166.1 MB) TX bytes:7199254 (7.1 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:3406 (3.4 KB) TX bytes:3406 (3.4 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-25 10:57:37,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-qrrn5l 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 4 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://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/ snmpd 5.7.3~dfsg-clearwater1 [73.7 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/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 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://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/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:34 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:35 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:38 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [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 18s (4,983 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 9344 clearwater-socket-factory-sig start/running, process 9349 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9398 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .+++ .................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key 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 2m28.969s user 0m20.680s sys 0m12.781s 2018-08-25 10:57:37,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-08-25 10:57:37,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.060s user 0m0.002s sys 0m0.058s 2018-08-25 10:57:37,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:57:37,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:37,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:37,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:37 GMT 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:37,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:37,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:42,164 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:42,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:42,237 - 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-08-25T10:57:37.952Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "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-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[localhost] run: sudo mv /tmp/tmpgPXYhk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[localhost] run: sudo mv /tmp/tmpUvrxvS /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:01 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:52 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:52 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 36 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 37 2 0 10:52 ? 00:00:00 [vmstat]\nroot 38 2 0 10:52 ? 00:00:00 [ksmd]\nroot 39 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 40 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 10:52 ? 00:00:00 [crypto]\nroot 54 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 55 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 10:52 ? 00:00:00 [vballoon]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 10:52 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 10:52 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 126 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 384 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:52 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 10:52 ? 00:00:00 [kworker/u5:2]\nroot 508 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 10:52 ? 00:00:00 [kauditd]\nmessage+ 895 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 932 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nroot 951 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1019 1 0 10:52 ? 00:00:00 rsyslogd\nroot 1050 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\nroot 1107 1 0 10:52 ? 00:00:00 cron\ndaemon 1108 1 0 10:52 ? 00:00:00 atd\nroot 1114 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1115 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 10:53 ? 00:00:00 [kworker/0:2]\nubuntu 1652 1 0 10:53 ? 00:00:00 /home/ubuntu/homer_host_cnsgkm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_cnsgkm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_cnsgkm --logging-server-logdir=/home/ubuntu/homer_host_cnsgkm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm%I.log --pidfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm.pid\nubuntu 1766 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/homer_host_cnsgkm/env/bin/diamond --configfile /home/ubuntu/homer_host_cnsgkm/work/plugins/diamond/etc/diamond.conf\nubuntu 1800 1652 0 10:54 ? 00:00:00 /home/ubuntu/homer_host_cnsgkm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_cnsgkm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_cnsgkm --logging-server-logdir=/home/ubuntu/homer_host_cnsgkm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm%I.log --pidfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm.pid\nubuntu 1822 1800 0 10:54 ? 00:00:00 /home/ubuntu/homer_host_cnsgkm/env/bin/python2.7 /home/ubuntu/homer_host_cnsgkm/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ZgVpe9\nubuntu 1833 1822 0 10:54 ? 00:00:00 /bin/sh -c /tmp/6ZQJS/install-homer.sh\nubuntu 1835 1833 0 10:54 ? 00:00:00 /bin/bash -e /tmp/6ZQJS/install-homer.sh\nntp 8439 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8954 1 0 10:56 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9025 1 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9038 9025 0 10:56 ? 00:00:00 inotifywait -e create -qq .\nroot 9119 1 0 10:56 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9120 9119 0 10:56 ? 00:00:00 nginx: worker process\nwww-data 9121 9119 0 10:56 ? 00:00:00 nginx: worker process\nwww-data 9122 9119 0 10:56 ? 00:00:00 nginx: worker process\nwww-data 9123 9119 0 10:56 ? 00:00:00 nginx: worker process\nroot 9306 8954 0 10:57 ? 00:00:00 [nginx_ping] \nroot 9308 8954 0 10:57 ? 00:00:00 [check-nginx-upt] \nroot 9313 8954 0 10:57 ? 00:00:00 [check-monit-upt] \ndnsmasq 9732 1 0 10:57 ? 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 9796 1835 0 10:57 ? 00:00:00 /bin/bash -e /tmp/6ZQJS/install-homer.sh\nubuntu 9797 9796 0 10:57 ? 00:00:00 /bin/bash -e /tmp/6ZQJS/install-homer.sh\nroot 9798 9797 0 10:57 ? 00:00:00 sudo ps -edf\nroot 9799 9798 0 10:57 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.006s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "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-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "Downloaded scripts/bind/bind.py to /tmp/EIOYY/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "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-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "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-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "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 9732/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 8954/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9119/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9732/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 8439/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8439/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8439/ntpd \nudp 0 0 0.0.0.0:34296 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9732/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 8439/ntpd \nudp6 0 0 ::1:123 :::* 8439/ntpd \nudp6 0 0 :::123 :::* 8439/ntpd \nudp6 0 0 :::2417 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 9732/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 1804 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9486 1115/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10828 1652/python2.7 /tmp/cloudify-logging-server-5db9a.socket\nunix 2 [ ACC ] STREAM LISTENING 12296 1822/python2.7 /tmp/ctx-NJk2zg.socket\nunix 2 [ ACC ] STREAM LISTENING 6993 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8177 895/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.008s\nuser\t0m0.002s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:37.952Z", "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-08-25T10:57:37.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "b66e9b4d-803f-4245-be40-7079dda700ee"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:38.149Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:38.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:38.967Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:38.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:38.967Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:38.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:39.140Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/Q60CF/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:39.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "f36f1e3e-6feb-4966-838c-9b1c0f5e2143"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:39.140Z", "message": "[homer] => [25-Aug-2018 10:56:45 UTC] clearwater-diags-monitor starting\n[25-Aug-2018 10:56:45 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:39.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:39.140Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:39.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:39.140Z", "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/sa25\n/var/log/sysstat/clearwater-sa25\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.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:39.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:40.034Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:40.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:40.144Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:40.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:40.144Z", "message": "[homer] => 2018-08-25 10:57:17.494117267 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:40.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:40.144Z", "message": "Execution done (return_code=0): /tmp/6ZQJS/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:40.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:40.144Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:40.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ebdca37e-8c03-4264-b6cc-5045bce6f1fe"}, {"node_instance_id": "homer_lczym4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:40.970Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:40.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:41.687Z", "message": "Downloaded scripts/bind/bind.py to /tmp/Y99YK/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:41.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:41.981Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:41.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:41.981Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:41.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1742, "offset": 1689, "size": 50}}} 2018-08-25 10:57:42,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:42,237 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:42 GMT 2018-08-25 10:57:42,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:42,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30617 2018-08-25 10:57:42,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:42,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 10:57:42,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 10:57:42,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpgPXYhk /etc/bind/db.clearwater.local 2018-08-25 10:57:42,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 10:57:42,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-08-25 10:57:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpUvrxvS /etc/bind/db.clearwater.opnfv 2018-08-25 10:57:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:01 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:52 ? 00:00:00 [kworker/0:0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:52 ? 00:00:00 [kworker/1:0] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 33 2 0 10:52 ? 00:00:00 [kworker/1:1] root 35 2 0 10:52 ? 00:00:00 [khungtaskd] root 36 2 0 10:52 ? 00:00:00 [kswapd0] root 37 2 0 10:52 ? 00:00:00 [vmstat] root 38 2 0 10:52 ? 00:00:00 [ksmd] root 39 2 0 10:52 ? 00:00:00 [khugepaged] root 40 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 10:52 ? 00:00:00 [crypto] root 54 2 0 10:52 ? 00:00:00 [kthrotld] root 55 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 56 2 0 10:52 ? 00:00:00 [vballoon] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:52 ? 00:00:00 [kworker/u4:2] root 60 2 0 10:52 ? 00:00:00 [kworker/u4:3] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 124 2 0 10:52 ? 00:00:00 [kpsmoused] root 126 2 0 10:52 ? 00:00:00 [kworker/1:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 384 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:52 ? 00:00:00 [kworker/u5:1] root 431 2 0 10:52 ? 00:00:00 [kworker/u5:2] root 508 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 10:52 ? 00:00:00 [kauditd] message+ 895 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 932 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind root 951 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon syslog 1019 1 0 10:52 ? 00:00:00 rsyslogd root 1050 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 10:52 ? 00:00:00 cron daemon 1108 1 0 10:52 ? 00:00:00 atd root 1114 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1115 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 10:53 ? 00:00:00 [kworker/0:2] ubuntu 1652 1 0 10:53 ? 00:00:00 /home/ubuntu/homer_host_cnsgkm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_cnsgkm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_cnsgkm --logging-server-logdir=/home/ubuntu/homer_host_cnsgkm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm%I.log --pidfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm.pid ubuntu 1766 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/homer_host_cnsgkm/env/bin/diamond --configfile /home/ubuntu/homer_host_cnsgkm/work/plugins/diamond/etc/diamond.conf ubuntu 1800 1652 0 10:54 ? 00:00:00 /home/ubuntu/homer_host_cnsgkm/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_cnsgkm --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_cnsgkm --logging-server-logdir=/home/ubuntu/homer_host_cnsgkm/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm%I.log --pidfile=/home/ubuntu/homer_host_cnsgkm/work/homer_host_cnsgkm.pid ubuntu 1822 1800 0 10:54 ? 00:00:00 /home/ubuntu/homer_host_cnsgkm/env/bin/python2.7 /home/ubuntu/homer_host_cnsgkm/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ZgVpe9 ubuntu 1833 1822 0 10:54 ? 00:00:00 /bin/sh -c /tmp/6ZQJS/install-homer.sh ubuntu 1835 1833 0 10:54 ? 00:00:00 /bin/bash -e /tmp/6ZQJS/install-homer.sh ntp 8439 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8954 1 0 10:56 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9025 1 0 10:56 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9038 9025 0 10:56 ? 00:00:00 inotifywait -e create -qq . root 9119 1 0 10:56 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9120 9119 0 10:56 ? 00:00:00 nginx: worker process www-data 9121 9119 0 10:56 ? 00:00:00 nginx: worker process www-data 9122 9119 0 10:56 ? 00:00:00 nginx: worker process www-data 9123 9119 0 10:56 ? 00:00:00 nginx: worker process root 9306 8954 0 10:57 ? 00:00:00 [nginx_ping] root 9308 8954 0 10:57 ? 00:00:00 [check-nginx-upt] root 9313 8954 0 10:57 ? 00:00:00 [check-monit-upt] dnsmasq 9732 1 0 10:57 ? 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 9796 1835 0 10:57 ? 00:00:00 /bin/bash -e /tmp/6ZQJS/install-homer.sh ubuntu 9797 9796 0 10:57 ? 00:00:00 /bin/bash -e /tmp/6ZQJS/install-homer.sh root 9798 9797 0 10:57 ? 00:00:00 sudo ps -edf root 9799 9798 0 10:57 ? 00:00:00 ps -edf real 0m0.010s user 0m0.006s sys 0m0.005s 2018-08-25 10:57:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-08-25 10:57:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 10:57:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/EIOYY/bind.py 2018-08-25 10:57:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 10:57:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 10:57:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:57:42,241 - 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 9732/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 8954/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9119/nginx tcp6 0 0 ::1:53 :::* LISTEN 9732/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.8:123 0.0.0.0:* 8439/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8439/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8439/ntpd udp 0 0 0.0.0.0:34296 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9732/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 8439/ntpd udp6 0 0 ::1:123 :::* 8439/ntpd udp6 0 0 :::123 :::* 8439/ntpd udp6 0 0 :::2417 :::* 587/dhclient udp6 0 0 ::1:53 :::* 9732/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 1804 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9486 1115/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10828 1652/python2.7 /tmp/cloudify-logging-server-5db9a.socket unix 2 [ ACC ] STREAM LISTENING 12296 1822/python2.7 /tmp/ctx-NJk2zg.socket unix 2 [ ACC ] STREAM LISTENING 6993 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8177 895/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.008s user 0m0.002s sys 0m0.006s 2018-08-25 10:57:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-08-25 10:57:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 10:57:42,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 10:57:42,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:42,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:57:42,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:57:42,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/Q60CF/add-snmpproxy-collector.py 2018-08-25 10:57:42,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [25-Aug-2018 10:56:45 UTC] clearwater-diags-monitor starting [25-Aug-2018 10:56:45 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-25 10:57:42,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-08-25 10:57:42,243 - 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/sa25 /var/log/sysstat/clearwater-sa25 /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.000s sys 0m0.006s 2018-08-25 10:57:42,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:42,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-08-25 10:57:42,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-08-25 10:57:17.494117267 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-25 10:57:42,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6ZQJS/install-homer.sh 2018-08-25 10:57:42,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-08-25 10:57:42,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:57:42,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/Y99YK/bind.py 2018-08-25 10:57:42,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:57:42,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:57:42,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:42,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:42,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:42,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:42 GMT 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:42,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:47,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:47,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:47,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:47,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:47,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:47,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:47,381 - 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-08-25T10:57:42.301Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "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-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "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-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "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-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "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-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.301Z", "message": "[localhost] run: sudo mv /tmp/tmpa23b_O /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:42.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:42.984Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:43.306Z", "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-08-25T10:57:43.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:43.306Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:43.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:43.306Z", "message": "[localhost] run: sudo mv /tmp/tmphAETBN /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:43.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "6a041edc-73f5-4f82-ab06-931b05f5e0f3"}], "metadata": {"pagination": {"total": 1755, "offset": 1722, "size": 50}}} 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:47 GMT 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7180 2018-08-25 10:57:47,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:47,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 10:57:47,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 10:57:47,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 10:57:47,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 10:57:47,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:57:47,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 10:57:47,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 10:57:47,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpa23b_O /etc/bind/db.clearwater.local 2018-08-25 10:57:47,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:47,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 10:57:47,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 10:57:47,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphAETBN /etc/bind/db.clearwater.opnfv 2018-08-25 10:57:47,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:47,446 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:47,446 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:47,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:47,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:47,446 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:47,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:47 GMT 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:47,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:52,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:52,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:52,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:52,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:52,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:52,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:52,522 - 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-08-25T10:57:49.241Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:49.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 1756, "offset": 1734, "size": 50}}} 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:52 GMT 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 581 2018-08-25 10:57:52,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:52,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:57:52,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:52,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:52,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:52,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:52,586 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:52 GMT 2018-08-25 10:57:52,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:52,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:52,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:57,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:57:57,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:57,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:57,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:57,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:57,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1756, "offset": 1735, "size": 50}}} 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:57 GMT 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:57:57,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:57:57,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:57:57,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:57:57,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:57:57,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:57:57,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:57:57,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:57:57,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:57:57 GMT 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:57:57,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:02,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:02,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:02,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:02,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:58.426Z", "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 4 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.8 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\t0m22.068s\nuser\t0m12.407s\nsys\t0m3.062s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:58.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:59.581Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:59.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:59.581Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:59.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:57:59.581Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:57:59.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:00.666Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:00.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:00.666Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:00.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:00.666Z", "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 4 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 4s (9,166 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\t0m24.107s\nuser\t0m12.242s\nsys\t0m3.130s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:00.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:01.670Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:01.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:01.670Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:01.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:01.670Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.077s\nuser\t0m0.006s\nsys\t0m0.067s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:01.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:02.682Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:b6:45:81 \n inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb6:4581/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:111779 errors:0 dropped:0 overruns:0 frame:0\n TX packets:52177 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171766102 (171.7 MB) TX bytes:8809003 (8.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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.006s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:02.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:02.682Z", "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 10408/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1084/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9557/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10408/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1084/sshd \nudp 0 0 192.168.120.11:123 0.0.0.0:* 8781/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8781/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8781/ntpd \nudp 0 0 0.0.0.0:62613 0.0.0.0:* 584/dhclient \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10142/snmpd \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10408/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient \nudp6 0 0 fe80::f816:3eff:feb:123 :::* 8781/ntpd \nudp6 0 0 ::1:123 :::* 8781/ntpd \nudp6 0 0 :::123 :::* 8781/ntpd \nudp6 0 0 :::161 :::* 10142/snmpd \nudp6 0 0 :::49842 :::* 584/dhclient \nudp6 0 0 ::1:53 :::* 10408/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9221 1062/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11482 1650/python2.7 /tmp/cloudify-logging-server-0d0b2.socket\nunix 2 [ ACC ] STREAM LISTENING 11854 1834/python2.7 /tmp/ctx-9e2Tuf.socket\nunix 2 [ ACC ] STREAM LISTENING 23277 10142/snmpd /var/agentx/master\nunix 2 [ ACC ] SEQPACKET LISTENING 7255 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 6987 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21357 9360/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21358 9361/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9329 1100/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:02.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:02.682Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:01 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 36 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 37 2 0 10:52 ? 00:00:00 [vmstat]\nroot 38 2 0 10:52 ? 00:00:00 [ksmd]\nroot 39 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 40 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 10:52 ? 00:00:00 [crypto]\nroot 54 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 55 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 10:52 ? 00:00:00 [vballoon]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 142 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 460 2 0 10:52 ? 00:00:00 [kworker/u5:1]\nroot 520 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 584 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 10:52 ? 00:00:00 [kauditd]\nroot 910 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1028 1 0 10:52 ? 00:00:00 rsyslogd\nroot 1036 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1039 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1045 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1046 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1048 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nmessage+ 1062 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 1082 1 0 10:52 ? 00:00:00 cron\ndaemon 1083 1 0 10:52 ? 00:00:00 atd\nroot 1084 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\nroot 1100 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1102 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1118 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1188 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1195 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1553 2 0 10:52 ? 00:00:00 [kworker/0:2]\nubuntu 1650 1 0 10:52 ? 00:00:00 /home/ubuntu/dime_host_qrrn5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_qrrn5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_qrrn5l --logging-server-logdir=/home/ubuntu/dime_host_qrrn5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l%I.log --pidfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l.pid\nubuntu 1764 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/dime_host_qrrn5l/env/bin/diamond --configfile /home/ubuntu/dime_host_qrrn5l/work/plugins/diamond/etc/diamond.conf\nubuntu 1813 1650 0 10:54 ? 00:00:00 /home/ubuntu/dime_host_qrrn5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_qrrn5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_qrrn5l --logging-server-logdir=/home/ubuntu/dime_host_qrrn5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l%I.log --pidfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l.pid\nubuntu 1834 1813 0 10:54 ? 00:00:00 /home/ubuntu/dime_host_qrrn5l/env/bin/python2.7 /home/ubuntu/dime_host_qrrn5l/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-1W6wdg\nubuntu 1845 1834 0 10:54 ? 00:00:00 /bin/sh -c /tmp/0L1UE/install-dime.sh\nubuntu 1847 1845 0 10:54 ? 00:00:00 /bin/bash -e /tmp/0L1UE/install-dime.sh\nroot 2313 2 0 10:55 ? 00:00:00 [kworker/u5:2]\nntp 8781 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9344 1 0 10:57 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9345 9344 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9349 1 0 10:57 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9350 9349 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9357 9350 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9360 9357 0 10:57 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9361 9345 0 10:57 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9557 1 0 10:57 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nsnmp 10142 1 0 10:57 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10408 1 0 10:58 ? 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 10481 1847 0 10:58 ? 00:00:00 /bin/bash -e /tmp/0L1UE/install-dime.sh\nubuntu 10482 10481 0 10:58 ? 00:00:00 /bin/bash -e /tmp/0L1UE/install-dime.sh\nroot 10483 10482 0 10:58 ? 00:00:00 sudo ps -edf\nroot 10484 10483 0 10:58 ? 00:00:00 ps -edf\n\nreal\t0m0.012s\nuser\t0m0.003s\nsys\t0m0.008s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:02.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:02.682Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:02.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:02.682Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:02.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}], "metadata": {"pagination": {"total": 1771, "offset": 1735, "size": 50}}} 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:02 GMT 2018-08-25 10:58:02,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:02,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 48060 2018-08-25 10:58:02,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:02,832 - 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 4 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.8 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 0m22.068s user 0m12.407s sys 0m3.062s 2018-08-25 10:58:02,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-08-25 10:58:02,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-08-25 10:58:02,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-08-25 10:58:02,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-08-25 10:58:02,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-08-25 10:58:02,834 - 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 4 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 4s (9,166 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 0m24.107s user 0m12.242s sys 0m3.130s 2018-08-25 10:58:02,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-08-25 10:58:02,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-08-25 10:58:02,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.077s user 0m0.006s sys 0m0.067s 2018-08-25 10:58:02,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:b6:45:81 inet addr:192.168.120.11 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feb6:4581/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:111779 errors:0 dropped:0 overruns:0 frame:0 TX packets:52177 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171766102 (171.7 MB) TX bytes:8809003 (8.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets: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.006s user 0m0.004s sys 0m0.003s 2018-08-25 10:58:02,835 - 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 10408/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1084/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9557/monit tcp6 0 0 ::1:53 :::* LISTEN 10408/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1084/sshd udp 0 0 192.168.120.11:123 0.0.0.0:* 8781/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8781/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8781/ntpd udp 0 0 0.0.0.0:62613 0.0.0.0:* 584/dhclient udp 0 0 0.0.0.0:161 0.0.0.0:* 10142/snmpd udp 0 0 127.0.0.1:53 0.0.0.0:* 10408/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient udp6 0 0 fe80::f816:3eff:feb:123 :::* 8781/ntpd udp6 0 0 ::1:123 :::* 8781/ntpd udp6 0 0 :::123 :::* 8781/ntpd udp6 0 0 :::161 :::* 10142/snmpd udp6 0 0 :::49842 :::* 584/dhclient udp6 0 0 ::1:53 :::* 10408/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9221 1062/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11482 1650/python2.7 /tmp/cloudify-logging-server-0d0b2.socket unix 2 [ ACC ] STREAM LISTENING 11854 1834/python2.7 /tmp/ctx-9e2Tuf.socket unix 2 [ ACC ] STREAM LISTENING 23277 10142/snmpd /var/agentx/master unix 2 [ ACC ] SEQPACKET LISTENING 7255 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 6987 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21357 9360/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21358 9361/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9329 1100/acpid /var/run/acpid.socket real 0m0.008s user 0m0.004s sys 0m0.004s 2018-08-25 10:58:02,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:01 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 33 2 0 10:52 ? 00:00:00 [kworker/1:1] root 35 2 0 10:52 ? 00:00:00 [khungtaskd] root 36 2 0 10:52 ? 00:00:00 [kswapd0] root 37 2 0 10:52 ? 00:00:00 [vmstat] root 38 2 0 10:52 ? 00:00:00 [ksmd] root 39 2 0 10:52 ? 00:00:00 [khugepaged] root 40 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 41 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 10:52 ? 00:00:00 [crypto] root 54 2 0 10:52 ? 00:00:00 [kthrotld] root 55 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 56 2 0 10:52 ? 00:00:00 [vballoon] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 124 2 0 10:52 ? 00:00:00 [kpsmoused] root 142 2 0 10:52 ? 00:00:00 [kworker/1:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 460 2 0 10:52 ? 00:00:00 [kworker/u5:1] root 520 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 584 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:52 ? 00:00:00 [kauditd] root 910 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon syslog 1028 1 0 10:52 ? 00:00:00 rsyslogd root 1036 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1039 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1045 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1046 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1048 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 message+ 1062 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 1082 1 0 10:52 ? 00:00:00 cron daemon 1083 1 0 10:52 ? 00:00:00 atd root 1084 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D root 1100 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1102 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1118 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind root 1188 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1195 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1553 2 0 10:52 ? 00:00:00 [kworker/0:2] ubuntu 1650 1 0 10:52 ? 00:00:00 /home/ubuntu/dime_host_qrrn5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_qrrn5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_qrrn5l --logging-server-logdir=/home/ubuntu/dime_host_qrrn5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l%I.log --pidfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l.pid ubuntu 1764 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/dime_host_qrrn5l/env/bin/diamond --configfile /home/ubuntu/dime_host_qrrn5l/work/plugins/diamond/etc/diamond.conf ubuntu 1813 1650 0 10:54 ? 00:00:00 /home/ubuntu/dime_host_qrrn5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_qrrn5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_qrrn5l --logging-server-logdir=/home/ubuntu/dime_host_qrrn5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l%I.log --pidfile=/home/ubuntu/dime_host_qrrn5l/work/dime_host_qrrn5l.pid ubuntu 1834 1813 0 10:54 ? 00:00:00 /home/ubuntu/dime_host_qrrn5l/env/bin/python2.7 /home/ubuntu/dime_host_qrrn5l/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-1W6wdg ubuntu 1845 1834 0 10:54 ? 00:00:00 /bin/sh -c /tmp/0L1UE/install-dime.sh ubuntu 1847 1845 0 10:54 ? 00:00:00 /bin/bash -e /tmp/0L1UE/install-dime.sh root 2313 2 0 10:55 ? 00:00:00 [kworker/u5:2] ntp 8781 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9344 1 0 10:57 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9345 9344 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9349 1 0 10:57 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9350 9349 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9357 9350 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9360 9357 0 10:57 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9361 9345 0 10:57 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9557 1 0 10:57 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10142 1 0 10:57 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10408 1 0 10:58 ? 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 10481 1847 0 10:58 ? 00:00:00 /bin/bash -e /tmp/0L1UE/install-dime.sh ubuntu 10482 10481 0 10:58 ? 00:00:00 /bin/bash -e /tmp/0L1UE/install-dime.sh root 10483 10482 0 10:58 ? 00:00:00 sudo ps -edf root 10484 10483 0 10:58 ? 00:00:00 ps -edf real 0m0.012s user 0m0.003s sys 0m0.008s 2018-08-25 10:58:02,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-08-25 10:58:02,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-08-25 10:58:02,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:02,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:02,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:02,895 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:02 GMT 2018-08-25 10:58:02,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:02,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:02,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:07,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:07,972 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:07,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "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-sa25\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_20180825T100000Z.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.016s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[dime] => 2018:08:25 10:57:05: Namespace: signaling\n2018:08:25 10:57:05: [signaling] Starting server\n2018:08:25 10:57:05: [signaling] Listening for requests\n2018:08:25 10:57:05: Namespace: management\n2018:08:25 10:57:05: [management] Starting server\n2018:08:25 10:57:05: [management] Listening for requests\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:9e:83:68 \n inet addr:192.168.120.18 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9e:8368/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92332 errors:0 dropped:0 overruns:0 frame:0\n TX packets:49056 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147025021 (147.0 MB) TX bytes:8420834 (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:56 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4491 (4.4 KB) TX bytes:4491 (4.4 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:03.742Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.057s\nuser\t0m0.013s\nsys\t0m0.044s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:03.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:01 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:52 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:52 ? 00:00:00 [vmstat]\nroot 37 2 0 10:52 ? 00:00:00 [ksmd]\nroot 38 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:52 ? 00:00:00 [crypto]\nroot 53 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:52 ? 00:00:00 [vballoon]\nroot 56 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 123 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 141 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 561 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 10:52 ? 00:00:00 [kauditd]\nroot 922 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 956 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 983 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 986 1 0 10:52 ? 00:00:00 rsyslogd\nroot 1061 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1064 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1073 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1074 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1076 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1114 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\ndaemon 1123 1 0 10:52 ? 00:00:00 atd\nroot 1124 1 0 10:52 ? 00:00:00 cron\nroot 1133 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1143 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1201 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 10:52 ? 00:00:00 /home/ubuntu/ellis_host_f2g55a/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_f2g55a --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_f2g55a --logging-server-logdir=/home/ubuntu/ellis_host_f2g55a/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a%I.log --pidfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a.pid\nroot 1658 2 0 10:52 ? 00:00:00 [kworker/u5:2]\nubuntu 1766 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_f2g55a/env/bin/diamond --configfile /home/ubuntu/ellis_host_f2g55a/work/plugins/diamond/etc/diamond.conf\nubuntu 1814 1651 0 10:54 ? 00:00:00 /home/ubuntu/ellis_host_f2g55a/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_f2g55a --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_f2g55a --logging-server-logdir=/home/ubuntu/ellis_host_f2g55a/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a%I.log --pidfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a.pid\nubuntu 1837 1814 0 10:54 ? 00:00:00 /home/ubuntu/ellis_host_f2g55a/env/bin/python2.7 /home/ubuntu/ellis_host_f2g55a/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-xGi8Bb\nubuntu 1849 1837 0 10:54 ? 00:00:00 /bin/sh -c /tmp/FQQZL/install-ellis.sh\nubuntu 1851 1849 0 10:54 ? 00:00:00 /bin/bash -e /tmp/FQQZL/install-ellis.sh\nmysql 9218 1 0 10:56 ? 00:00:00 /usr/sbin/mysqld\nntp 9367 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9953 1 0 10:57 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10040 1 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10044 10040 0 10:57 ? 00:00:00 inotifywait -e create -qq .\nroot 10121 1 0 10:57 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10122 10121 0 10:57 ? 00:00:00 nginx: worker process\nwww-data 10123 10121 0 10:57 ? 00:00:00 nginx: worker process\nwww-data 10124 10121 0 10:57 ? 00:00:00 nginx: worker process\nwww-data 10125 10121 0 10:57 ? 00:00:00 nginx: worker process\nellis 10305 1 0 10:57 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10518 9953 0 10:57 ? 00:00:00 [nginx_ping] \nroot 10521 9953 0 10:57 ? 00:00:00 [check-nginx-upt] \nroot 10525 9953 0 10:57 ? 00:00:00 [check-monit-upt] \nroot 10529 9953 0 10:57 ? 00:00:00 [poll_ellis.sh] \nroot 10535 9953 0 10:57 ? 00:00:00 [poll_ellis_http] \nroot 10537 9953 0 10:57 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 10549 10537 0 10:57 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 10590 10549 0 10:57 ? 00:00:00 sleep 21\ndnsmasq 10814 1 0 10:58 ? 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 10878 1851 0 10:58 ? 00:00:00 /bin/bash -e /tmp/FQQZL/install-ellis.sh\nubuntu 10879 10878 0 10:58 ? 00:00:00 /bin/bash -e /tmp/FQQZL/install-ellis.sh\nroot 10880 10879 0 10:58 ? 00:00:00 sudo ps -edf\nroot 10881 10880 0 10:58 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "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/sa25\n/var/log/sysstat/clearwater-sa25\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.027s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "message": "[dime] => 2018-08-25 10:57:44.036776171 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:04.748Z", "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 10814/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1114/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9953/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10121/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9218/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 10814/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1114/sshd \nudp 0 0 192.168.120.18:123 0.0.0.0:* 9367/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9367/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9367/ntpd \nudp 0 0 0.0.0.0:48565 0.0.0.0:* 571/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10814/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fe9:123 :::* 9367/ntpd \nudp6 0 0 ::1:123 :::* 9367/ntpd \nudp6 0 0 :::123 :::* 9367/ntpd \nudp6 0 0 :::14262 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 10814/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11449 1651/python2.7 /tmp/cloudify-logging-server-b8ab5.socket\nunix 2 [ ACC ] STREAM LISTENING 12491 1837/python2.7 /tmp/ctx-Duew0Y.socket\nunix 2 [ ACC ] STREAM LISTENING 22871 10305/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 1660 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21625 9218/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 8855 956/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9418 1133/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7139 392/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:04.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:05.260Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:05.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:05.796Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:05.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:05.796Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:05.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:05.796Z", "message": "[ellis] => [25-Aug-2018 10:57:18 UTC] clearwater-diags-monitor starting\n[25-Aug-2018 10:57:18 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:05.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:05.796Z", "message": "Execution done (return_code=0): /tmp/0L1UE/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:05.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "4f637d19-a338-4349-9bf0-10ed3f016cba"}, {"node_instance_id": "dime_7wqrny", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:06.037Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:06.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:06.801Z", "message": "Downloaded scripts/bind/bind.py to /tmp/KFSVQ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:06.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:06.801Z", "message": "Execution done (return_code=0): /tmp/FQQZL/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:06.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:06.801Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:06.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:06.801Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:06.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:06.801Z", "message": "[ellis] => 2018-08-25 10:57:46.047553357 Stopping etcd clearwater-etcd\n2018-08-25 10:57:47.080729549 Restarting etcd clearwater-etcd\n2018-08-25 10:57:47.085605112 Configured ETCDCTL_PEERS: 192.168.120.7:4000,\n2018-08-25 10:57:47.086366241 Check for previous failed startup attempt\n2018-08-25 10:57:47.087556763 Running etcdctl member list\n5ddd06b029c620bb: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=true\nc3bcc0cc10d7782e: name=192-168-120-4 peerURLs=http://192.168.120.4:2380 clientURLs=http://192.168.120.4:4000 isLeader=false\n2018-08-25 10:57:47.330686161 etcdctl returned 0\n2018-08-25 10:57:47.336823403 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-08-25T10:58:06.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "556f3bfe-4b20-4093-989d-4302a2c22257"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.040Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.040Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.040Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "message": "[localhost] run: sudo mv /tmp/tmphfiUnN /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "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-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "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-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "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-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "message": "[localhost] run: sudo mv /tmp/tmpi1Gtpg /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "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-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:07.805Z", "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-08-25T10:58:07.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "946d2b15-abc9-417e-9219-6b5ea32d4640"}], "metadata": {"pagination": {"total": 1818, "offset": 1750, "size": 50}}} 2018-08-25 10:58:07,973 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:07,974 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:07 GMT 2018-08-25 10:58:07,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:07,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38833 2018-08-25 10:58:07,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:07,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-08-25 10:58:07,975 - 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-sa25 /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_20180825T100000Z.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.016s user 0m0.000s sys 0m0.007s 2018-08-25 10:58:07,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-08-25 10:58:07,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-08-25 10:58:07,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:08:25 10:57:05: Namespace: signaling 2018:08:25 10:57:05: [signaling] Starting server 2018:08:25 10:57:05: [signaling] Listening for requests 2018:08:25 10:57:05: Namespace: management 2018:08:25 10:57:05: [management] Starting server 2018:08:25 10:57:05: [management] Listening for requests real 0m0.006s user 0m0.000s sys 0m0.006s 2018-08-25 10:58:07,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:9e:83:68 inet addr:192.168.120.18 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe9e:8368/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:92332 errors:0 dropped:0 overruns:0 frame:0 TX packets:49056 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147025021 (147.0 MB) TX bytes:8420834 (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:56 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4491 (4.4 KB) TX bytes:4491 (4.4 KB) real 0m0.006s user 0m0.000s sys 0m0.005s 2018-08-25 10:58:07,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-08-25 10:58:07,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.057s user 0m0.013s sys 0m0.044s 2018-08-25 10:58:07,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:01 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:52 ? 00:00:00 [kworker/0:0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 34 2 0 10:52 ? 00:00:00 [khungtaskd] root 35 2 0 10:52 ? 00:00:00 [kswapd0] root 36 2 0 10:52 ? 00:00:00 [vmstat] root 37 2 0 10:52 ? 00:00:00 [ksmd] root 38 2 0 10:52 ? 00:00:00 [khugepaged] root 39 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:52 ? 00:00:00 [crypto] root 53 2 0 10:52 ? 00:00:00 [kthrotld] root 54 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:52 ? 00:00:00 [vballoon] root 56 2 0 10:52 ? 00:00:00 [kworker/1:1] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 123 2 0 10:52 ? 00:00:00 [kpsmoused] root 141 2 0 10:52 ? 00:00:00 [kworker/1:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 561 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 10:52 ? 00:00:00 [kauditd] root 922 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon message+ 956 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 983 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind syslog 986 1 0 10:52 ? 00:00:00 rsyslogd root 1061 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1064 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1073 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1074 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1076 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1114 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D daemon 1123 1 0 10:52 ? 00:00:00 atd root 1124 1 0 10:52 ? 00:00:00 cron root 1133 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1143 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1201 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 10:52 ? 00:00:00 /home/ubuntu/ellis_host_f2g55a/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_f2g55a --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_f2g55a --logging-server-logdir=/home/ubuntu/ellis_host_f2g55a/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a%I.log --pidfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a.pid root 1658 2 0 10:52 ? 00:00:00 [kworker/u5:2] ubuntu 1766 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_f2g55a/env/bin/diamond --configfile /home/ubuntu/ellis_host_f2g55a/work/plugins/diamond/etc/diamond.conf ubuntu 1814 1651 0 10:54 ? 00:00:00 /home/ubuntu/ellis_host_f2g55a/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_f2g55a --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_f2g55a --logging-server-logdir=/home/ubuntu/ellis_host_f2g55a/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a%I.log --pidfile=/home/ubuntu/ellis_host_f2g55a/work/ellis_host_f2g55a.pid ubuntu 1837 1814 0 10:54 ? 00:00:00 /home/ubuntu/ellis_host_f2g55a/env/bin/python2.7 /home/ubuntu/ellis_host_f2g55a/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-xGi8Bb ubuntu 1849 1837 0 10:54 ? 00:00:00 /bin/sh -c /tmp/FQQZL/install-ellis.sh ubuntu 1851 1849 0 10:54 ? 00:00:00 /bin/bash -e /tmp/FQQZL/install-ellis.sh mysql 9218 1 0 10:56 ? 00:00:00 /usr/sbin/mysqld ntp 9367 1 0 10:56 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9953 1 0 10:57 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10040 1 0 10:57 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10044 10040 0 10:57 ? 00:00:00 inotifywait -e create -qq . root 10121 1 0 10:57 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10122 10121 0 10:57 ? 00:00:00 nginx: worker process www-data 10123 10121 0 10:57 ? 00:00:00 nginx: worker process www-data 10124 10121 0 10:57 ? 00:00:00 nginx: worker process www-data 10125 10121 0 10:57 ? 00:00:00 nginx: worker process ellis 10305 1 0 10:57 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10518 9953 0 10:57 ? 00:00:00 [nginx_ping] root 10521 9953 0 10:57 ? 00:00:00 [check-nginx-upt] root 10525 9953 0 10:57 ? 00:00:00 [check-monit-upt] root 10529 9953 0 10:57 ? 00:00:00 [poll_ellis.sh] root 10535 9953 0 10:57 ? 00:00:00 [poll_ellis_http] root 10537 9953 0 10:57 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 10549 10537 0 10:57 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 10590 10549 0 10:57 ? 00:00:00 sleep 21 dnsmasq 10814 1 0 10:58 ? 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 10878 1851 0 10:58 ? 00:00:00 /bin/bash -e /tmp/FQQZL/install-ellis.sh ubuntu 10879 10878 0 10:58 ? 00:00:00 /bin/bash -e /tmp/FQQZL/install-ellis.sh root 10880 10879 0 10:58 ? 00:00:00 sudo ps -edf root 10881 10880 0 10:58 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-08-25 10:58:07,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-08-25 10:58:07,977 - 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/sa25 /var/log/sysstat/clearwater-sa25 /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.027s user 0m0.000s sys 0m0.006s 2018-08-25 10:58:07,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-08-25 10:57:44.036776171 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-25 10:58:07,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-08-25 10:58:07,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-08-25 10:58:07,978 - 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 10814/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1114/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9953/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10121/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9218/mysqld tcp6 0 0 ::1:53 :::* LISTEN 10814/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1114/sshd udp 0 0 192.168.120.18:123 0.0.0.0:* 9367/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9367/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9367/ntpd udp 0 0 0.0.0.0:48565 0.0.0.0:* 571/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10814/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fe9:123 :::* 9367/ntpd udp6 0 0 ::1:123 :::* 9367/ntpd udp6 0 0 :::123 :::* 9367/ntpd udp6 0 0 :::14262 :::* 571/dhclient udp6 0 0 ::1:53 :::* 10814/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11449 1651/python2.7 /tmp/cloudify-logging-server-b8ab5.socket unix 2 [ ACC ] STREAM LISTENING 12491 1837/python2.7 /tmp/ctx-Duew0Y.socket unix 2 [ ACC ] STREAM LISTENING 22871 10305/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 1660 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21625 9218/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 8855 956/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9418 1133/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7139 392/systemd-udevd /run/udev/control real 0m0.008s user 0m0.000s sys 0m0.008s 2018-08-25 10:58:07,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:58:07,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-08-25 10:58:07,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-08-25 10:58:07,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [25-Aug-2018 10:57:18 UTC] clearwater-diags-monitor starting [25-Aug-2018 10:57:18 UTC] Waiting for trigger files real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-25 10:58:07,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0L1UE/install-dime.sh 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/KFSVQ/bind.py 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FQQZL/install-ellis.sh 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-08-25 10:57:46.047553357 Stopping etcd clearwater-etcd 2018-08-25 10:57:47.080729549 Restarting etcd clearwater-etcd 2018-08-25 10:57:47.085605112 Configured ETCDCTL_PEERS: 192.168.120.7:4000, 2018-08-25 10:57:47.086366241 Check for previous failed startup attempt 2018-08-25 10:57:47.087556763 Running etcdctl member list 5ddd06b029c620bb: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=true c3bcc0cc10d7782e: name=192-168-120-4 peerURLs=http://192.168.120.4:2380 clientURLs=http://192.168.120.4:4000 isLeader=false 2018-08-25 10:57:47.330686161 etcdctl returned 0 2018-08-25 10:57:47.336823403 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-25 10:58:07,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:58:07,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:58:07,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:58:07,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphfiUnN /etc/bind/db.clearwater.local 2018-08-25 10:58:07,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 10:58:07,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 10:58:07,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 10:58:07,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 10:58:07,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 10:58:07,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 10:58:07,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpi1Gtpg /etc/bind/db.clearwater.opnfv 2018-08-25 10:58:07,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 10:58:07,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 10:58:07,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:58:07,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:08,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:08,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:08,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:08,040 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:08 GMT 2018-08-25 10:58:08,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:08,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:08,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:13,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:13,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:13,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:13,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:13,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:13,134 - 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-08-25T10:58:08.043Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.043Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.043Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "ellis_r00mzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.043Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "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-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/54JTE/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7abf634c-78ba-4b6c-823a-934fcab07da6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7abf634c-78ba-4b6c-823a-934fcab07da6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ZC2WV/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "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-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "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-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "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-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "[localhost] run: sudo mv /tmp/tmpeNQarh /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "Executing: /tmp/54JTE/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7abf634c-78ba-4b6c-823a-934fcab07da6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:08.851Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:08.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7abf634c-78ba-4b6c-823a-934fcab07da6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:09.046Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:09.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:09.878Z", "message": "[localhost] run: sudo mv /tmp/tmp4fSZck /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:09.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:09.878Z", "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-08-25T10:58:09.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:09.878Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:09.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "116091ec-6a17-49f4-8909-cb48a6948c34"}], "metadata": {"pagination": {"total": 1842, "offset": 1790, "size": 50}}} 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:13 GMT 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11997 2018-08-25 10:58:13,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:13,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:58:13,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:58:13,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:58:13,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:58:13,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 10:58:13,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/54JTE/create_number.sh 2018-08-25 10:58:13,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 10:58:13,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-08-25 10:58:13,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ZC2WV/bind.py 2018-08-25 10:58:13,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 10:58:13,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 10:58:13,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 10:58:13,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 10:58:13,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeNQarh /etc/bind/db.clearwater.local 2018-08-25 10:58:13,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 10:58:13,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/54JTE/create_number.sh 2018-08-25 10:58:13,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-08-25 10:58:13,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:58:13,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4fSZck /etc/bind/db.clearwater.opnfv 2018-08-25 10:58:13,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 10:58:13,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 10:58:13,138 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:13,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:13,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:13,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:13,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:13,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:13 GMT 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:13,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:18,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:18,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:18,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:18,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:18,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:18,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:18,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:13.886Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:13.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}], "metadata": {"pagination": {"total": 1843, "offset": 1811, "size": 50}}} 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:18 GMT 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-08-25 10:58:18,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:18,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-25 10:58:18,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:18,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:18,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:18,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:18,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:18 GMT 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:18,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:23,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:23,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:23,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:21.310Z", "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 4 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,672 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\t0m7.181s\nuser\t0m3.443s\nsys\t0m0.966s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:21.892Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:21.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:21.892Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:21.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:22.894Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:22.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}], "metadata": {"pagination": {"total": 1847, "offset": 1812, "size": 50}}} 2018-08-25 10:58:23,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:23,412 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:23 GMT 2018-08-25 10:58:23,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:23,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6918 2018-08-25 10:58:23,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:23,413 - 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 4 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,672 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 0m7.181s user 0m3.443s sys 0m0.966s 2018-08-25 10:58:23,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-08-25 10:58:23,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-08-25 10:58:23,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-08-25 10:58:23,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:23,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:23,473 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:23,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:23,473 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:23 GMT 2018-08-25 10:58:23,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:23,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:23,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:28,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:28,551 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:28,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:28,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:28,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:28,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:28,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:28,552 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:28,552 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:24.264Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.086s\nuser\t0m0.009s\nsys\t0m0.055s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:24.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:24.905Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:24.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:24.905Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:24.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:24.905Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:11:e6:e8 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:e6e8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:140933 errors:0 dropped:0 overruns:0 frame:0\n TX packets:51475 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218237666 (218.2 MB) TX bytes:8739935 (8.7 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.002s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:24.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:25.942Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:25.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:25.942Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:25.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:25.942Z", "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 14308/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12885/monit \ntcp 0 0 192.168.120.10:11211 0.0.0.0:* LISTEN 13920/memcached \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12218/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14308/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \nudp 0 0 0.0.0.0:17519 0.0.0.0:* 568/dhclient \nudp 0 0 192.168.120.10:123 0.0.0.0:* 11821/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11821/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11821/ntpd \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12218/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14308/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 11821/ntpd \nudp6 0 0 ::1:123 :::* 11821/ntpd \nudp6 0 0 :::123 :::* 11821/ntpd \nudp6 0 0 :::50940 :::* 568/dhclient \nudp6 0 0 ::1:53 :::* 14308/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8995 863/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7226 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11417 1649/python2.7 /tmp/cloudify-logging-server-b447d.socket\nunix 2 [ ACC ] STREAM LISTENING 12446 1818/python2.7 /tmp/ctx-iMq7SU.socket\nunix 2 [ ACC ] STREAM LISTENING 6928 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9212 1114/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:25.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:25.942Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:52 ? 00:00:01 /sbin/init\nroot 2 0 0 10:52 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:52 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:52 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:52 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:52 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:52 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:52 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:52 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:52 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:52 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:52 ? 00:00:00 [migration/0]\nroot 14 2 0 10:52 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:52 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:52 ? 00:00:00 [migration/1]\nroot 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:52 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:52 ? 00:00:00 [khelper]\nroot 21 2 0 10:52 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:52 ? 00:00:00 [netns]\nroot 23 2 0 10:52 ? 00:00:00 [writeback]\nroot 24 2 0 10:52 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:52 ? 00:00:00 [bioset]\nroot 26 2 0 10:52 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:52 ? 00:00:00 [kblockd]\nroot 28 2 0 10:52 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:52 ? 00:00:00 [khubd]\nroot 30 2 0 10:52 ? 00:00:00 [md]\nroot 31 2 0 10:52 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:52 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:52 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:52 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:52 ? 00:00:00 [vmstat]\nroot 37 2 0 10:52 ? 00:00:00 [ksmd]\nroot 38 2 0 10:52 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:52 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:52 ? 00:00:00 [crypto]\nroot 53 2 0 10:52 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:52 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:52 ? 00:00:00 [vballoon]\nroot 56 2 0 10:52 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:52 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:52 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:52 ? 00:00:00 [deferwq]\nroot 80 2 0 10:52 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:52 ? 00:00:00 [kpsmoused]\nroot 142 2 0 10:52 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:52 ? 00:00:00 [kworker/u5:1]\nroot 538 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon\nroot 568 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 10:52 ? 00:00:00 [kauditd]\nmessage+ 863 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork\nroot 933 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind\nroot 948 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1007 1 0 10:52 ? 00:00:00 rsyslogd\nroot 1048 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1051 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1055 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1056 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1093 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D\nroot 1097 1 0 10:52 ? 00:00:00 cron\ndaemon 1099 1 0 10:52 ? 00:00:00 atd\nroot 1114 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1117 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance\nroot 1197 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 10:53 ? 00:00:00 /home/ubuntu/vellum_host_88imjs/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_88imjs --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_88imjs --logging-server-logdir=/home/ubuntu/vellum_host_88imjs/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs%I.log --pidfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs.pid\nroot 1650 2 0 10:53 ? 00:00:00 [kworker/u5:2]\nubuntu 1764 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/vellum_host_88imjs/env/bin/diamond --configfile /home/ubuntu/vellum_host_88imjs/work/plugins/diamond/etc/diamond.conf\nubuntu 1798 1649 0 10:54 ? 00:00:00 /home/ubuntu/vellum_host_88imjs/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_88imjs --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_88imjs --logging-server-logdir=/home/ubuntu/vellum_host_88imjs/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs%I.log --pidfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs.pid\nubuntu 1818 1798 0 10:54 ? 00:00:00 /home/ubuntu/vellum_host_88imjs/env/bin/python2.7 /home/ubuntu/vellum_host_88imjs/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-gwjPec\nubuntu 1830 1818 0 10:54 ? 00:00:00 /bin/sh -c /tmp/CQRML/install-vellum.sh\nubuntu 1832 1830 0 10:54 ? 00:00:00 /bin/bash -e /tmp/CQRML/install-vellum.sh\nntp 11821 1 0 10:57 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12218 1 0 10:57 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12885 1 0 10:57 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13212 1 0 10:57 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13220 13212 0 10:57 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13899 12885 0 10:58 ? 00:00:00 [check-monit-upt] \nmemcache 13920 1 0 10:58 ? 00:00:00 /usr/bin/memcached -v -e ignore_vbucket=true;cache_size=3072000000;eviction=false -p 11211 -u memcache -l 192.168.120.10 -c 4096 -r -U 0\nroot 13929 12885 0 10:58 ? 00:00:00 [check-memcached] \nroot 13933 12885 0 10:58 ? 00:00:00 [poll_memcached.] \ndnsmasq 14308 1 0 10:58 ? 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 14371 1832 0 10:58 ? 00:00:00 /bin/bash -e /tmp/CQRML/install-vellum.sh\nubuntu 14372 14371 0 10:58 ? 00:00:00 /bin/bash -e /tmp/CQRML/install-vellum.sh\nroot 14373 14372 0 10:58 ? 00:00:00 sudo ps -edf\nroot 14374 14373 0 10:58 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:25.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:26.946Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:26.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:26.946Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:26.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:26.946Z", "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-sa25\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_20180825T100000Z.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.022s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:26.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:27.952Z", "message": "[vellum] => 2018-08-25 10:57:43.856608364 Stopping etcd clearwater-etcd\n2018-08-25 10:58:11.157935685 Restarting etcd clearwater-etcd\n2018-08-25 10:58:11.162723139 Configured ETCDCTL_PEERS: 192.168.120.7:4000,\n2018-08-25 10:58:11.163443888 Check for previous failed startup attempt\n2018-08-25 10:58:11.164592861 Running etcdctl member list\n4b556c3a433628d2: name=192-168-120-18 peerURLs=http://192.168.120.18:2380 clientURLs=http://192.168.120.18:4000 isLeader=false\n5ddd06b029c620bb: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=true\n7bed74541fee3283: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=false\nc3bcc0cc10d7782e: name=192-168-120-4 peerURLs=http://192.168.120.4:2380 clientURLs=http://192.168.120.4:4000 isLeader=false\n2018-08-25 10:58:11.286446114 etcdctl returned 0\n2018-08-25 10:58:11.292632672 Joining existing cluster...\n2018-08-25 10:58:22.295743214 Configured ETCDCTL_PEERS: 192.168.120.7:4000,\n2018-08-25 10:58:22.296594023 Check cluster is healthy\n2018-08-25 10:58:22.297935772 Running etcdctl cluster-health\nmember 4b556c3a433628d2 is healthy: got healthy result from http://192.168.120.18:4000\nmember 5ddd06b029c620bb is healthy: got healthy result from http://192.168.120.7:4000\nmember 6189ab49941139e3 is healthy: got healthy result from http://192.168.120.8:4000\nmember 7bed74541fee3283 is healthy: got healthy result from http://192.168.120.5:4000\nmember c3bcc0cc10d7782e is healthy: got healthy result from http://192.168.120.4:4000\ncluster is healthy\n2018-08-25 10:58:22.843576750 etcdctl returned 0\n2018-08-25 10:58:22.844742146 Tell the cluster we're joining\n2018-08-25 10:58:22.845561152 Running etcdctl member add 192-168-120-10 http://192.168.120.10:2380\nclient: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.8:4000 has no leader\n; error #1: client: etcd member http://192.168.120.5:4000 has no leader\n; error #2: client: etcd member http://192.168.120.18:4000 has no leader\n; error #3: client: etcd member http://192.168.120.4:4000 has no leader\n; error #4: client: etcd member http://192.168.120.7:4000 has no leader\n\n2018-08-25 10:58:22.862368548 etcdctl returned 1\n2018-08-25 10:58:22.864884010 Running etcdctl member list\n4b556c3a433628d2: name=192-168-120-18 peerURLs=http://192.168.120.18:2380 clientURLs=http://192.168.120.18:4000 isLeader=false\n5ddd06b029c620bb: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=true\n6189ab49941139e3: name=192-168-120-8 peerURLs=http://192.168.120.8:2380 clientURLs=http://192.168.120.8:4000 isLeader=false\n7bed74541fee3283: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=false\nc3bcc0cc10d7782e: name=192-168-120-4 peerURLs=http://192.168.120.4:2380 clientURLs=http://192.168.120.4:4000 isLeader=false\n2018-08-25 10:58:22.877158823 etcdctl returned 0\n2018-08-25 10:58:22.878753493 Running etcdctl member remove\nProvide a single member ID\n2018-08-25 10:58:22.887309250 etcdctl returned 1\n2018-08-25 10:58:22.888706353 Failed to add local node 192.168.120.10 to the etcd cluster\n\nreal\t0m0.006s\nuser\t0m0.005s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:27.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:27.952Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:27.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:27.952Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:27.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:27.952Z", "message": "[vellum] => INFO [main] 2018-08-25 10:56:09,136 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-08-25 10:56:09,170 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:09,255 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-08-25 10:56:09,440 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-08-25 10:56:09,450 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-08-25 10:56:09,451 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-08-25 10:56:09,826 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:09,846 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-08-25 10:56:09,886 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-08-25 10:56:09,886 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-08-25 10:56:09,886 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 712320(695K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74037856(72302K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16710808(16319K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-08-25 10:56:09,887 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-08-25 10:56:09,888 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_1535194568.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1535194568.log]\nINFO [main] 2018-08-25 10:56:09,990 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-08-25 10:56:09,990 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-08-25 10:56:10,108 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-08-25 10:56:10,111 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-08-25 10:56:10,111 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-08-25 10:56:10,115 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-08-25 10:56:10,122 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-08-25 10:56:10,127 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-08-25 10:56:10,128 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-08-25 10:56:10,212 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-08-25 10:56:11,456 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-08-25 10:56:11,467 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-08-25 10:56:11,483 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-08-25 10:56:11,487 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-08-25 10:56:11,491 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-08-25 10:56:11,495 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-08-25 10:56:11,503 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-08-25 10:56:11,508 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-08-25 10:56:11,512 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-08-25 10:56:11,516 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-08-25 10:56:11,521 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-08-25 10:56:11,527 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-08-25 10:56:11,530 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-08-25 10:56:11,533 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-08-25 10:56:11,537 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-08-25 10:56:11,540 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-08-25 10:56:11,623 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-08-25 10:56:11,624 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-08-25 10:56:11,668 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:11,674 Memtable.java:347 - Writing Memtable-local@774748575(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:11,717 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=1535194571385, position=399)\nINFO [main] 2018-08-25 10:56:12,100 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-08-25 10:56:12,252 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-08-25 10:56:12,252 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-08-25 10:56:12,254 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-08-25 10:56:12,266 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-08-25 10:56:12,267 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-08-25 10:56:12,282 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:12,290 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-08-25 10:56:12,299 SystemKeyspace.java:765 - No host ID found, created d10494b4-6115-438e-b298-cd898ed19732 (Note: This should happen exactly once per node).\nINFO [main] 2018-08-25 10:56:12,301 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-08-25 10:56:12,303 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:12,304 Memtable.java:347 - Writing Memtable-local@890168156(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:12,305 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=1535194571385, position=93397)\nINFO [main] 2018-08-25 10:56:12,893 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:12,901 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-08-25 10:56:12,930 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-08-25 10:56:12,955 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:12,962 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-08-25 10:56:12,971 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:12,978 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-08-25 10:56:12,985 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-08-25 10:56:12,987 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-25 10:56:12,993 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-08-25 10:56:13,004 StorageService.java:959 - Generated random tokens. tokens are [-3234560000041149736, -1675513691337204757, -4904803756203228207, -4971244307191521892, 18085887562027360, 7426626865808710670, -8482646374176183239, 8600539359930246620, -4589790118603412959, 1349400982437050155, -6581353892253004474, -7266533263192055269, -5081167184158212005, -8929536772309601951, 6488868839556590161, 2754424665770491260, -4632568922579744178, -616821886016378907, 2310034166436058297, 3869471635308295760, -5614193365786753511, -6860020497407935773, -1035062781861593046, -1393353771518971513, -2188625180313751488, -2784478011051988214, 8978358913541845612, 1841351257829111286, 1740360843785034816, 7663326962443906724, 3014009068069765220, -274346163173732079, -365205831980486287, -211753353513101228, -259872617225775737, 8430112526256058319, 5980077574928673092, -5245327221005513680, 8972682485120539940, 3030259788486206531, -34554395932579317, 3616370388198524607, 8000607659962968766, -9100652529771974878, -1122974216333328614, -4790300612409889647, -2630433140341974689, -7321223848137585083, 8420577506712509835, 5707793834662522386, -2288516545912483390, -463274933106893074, 3685056375923885529, -5333410035954571562, -2881134690165033351, -5018626436541962283, -8007482365046619996, 7154583135057865794, 471587545678970864, 4773747351888404456, -1512591726502960170, -7837195403111616886, -898955280146402192, -830124038547377788, 7017583505418709944, 3525942378204237093, -4096879993753162047, 7598144376644064053, -8585551898790942979, -6135342207049713048, 747382819274326847, -4577215313350525567, 5794545410814456800, 3989538422540645864, 1673534420613970769, -7454749174917745433, -6135431661652009651, 8504455271187356960, -2257857899974597474, -5012623437008184926, 577534887833968299, -6417383019277233272, -1463804602414632244, 936107882538880559, -7559944134384300670, 6656809972495030586, 1596168928640127581, 6531253166487359572, -7557962038631837543, 3019829877661670187, -6162622218951759386, -6554626672637002532, -6494236629232601463, -4683811235056418558, 3837340648451349314, 4682480914610911141, 7628358733455602976, 5419884659465280006, 2330376040365254139, -733478290707500265, 1889624950435061918, -1543588056764374164, 7456711143698126666, 4507442704507091361, -4926543385230365439, 4841097985751649144, -404770309283384186, -6062787455924569243, -8983586939899103517, -5213143611975215057, 1633443060289895698, -2747876648309812662, -6594846031865145986, 6872256829666352656, -8832699982553411766, 8886423290485212775, 4452593812044467084, 4870529540329308395, 6311552273166589755, -842711670131351620, -5993109678875301323, 6581592363524732912, -444194545654275068, -658119698571354722, 9070784610791918574, -4721254564773052233, -8590834992223519229, -8429994940004993444, 1361334132278464216, -7901797189391677714, -7997051251207016353, -2203361602989847894, 7560376435339836865, -3769082752049430220, 3954257294914309175, 2204524202742416423, -7560807789473474036, 3035997178652621473, 1622130523966094253, -8125007420863441719, -171375453409727793, -4620211174965510226, 1672757294430739663, 3215227669711162371, -5884611566082666447, -7985451326661180575, -4625158514737972878, -4579133619633991580, 6849713677838111989, 6978041494808397792, -6849877086361028912, 2279186733309293951, -1771163887965322388, -9715987263640866, 4793642223535747549, 2607523590115220882, 5398265233772165978, 797198276902853614, -7168195039960265486, 3563248821266376725, 273155997372805457, 6692895422412368319, 6732861059205528808, -5076718018742464390, -8713166895164011556, -3838585666170667712, 5196869797327265648, -8108070140433607977, -767190128301577163, 2434930602461302234, -5112707487465269762, -7060818525104884267, -8534852012016776650, 2678054031131628640, -3940427011704612498, -6556934084376628968, -2373146883259691865, 157798827938497557, 1702544686034473592, 3755036365767913189, -8362089281875765670, -354052435176654500, -4706214216954741833, -7202439669144812188, 504305059003890911, 5557575415014810368, 4845245185082822531, 9133531897712367881, 1027138536276003526, -7903601436957112688, 5571129437166248755, 8016568424792226889, -2096380257835984223, -3225716197004436425, 16617684350803437, -6302187323272243443, 9106581265105897403, 1099372831498430325, 9095032469306716042, 4539779745199117788, 1734368991418930608, -9174773261517715510, 1631292149453313729, 3477939581004402859, 3081704222126583493, 101468434738753389, -9219251928010757488, -9040488244654357909, -1348137859802724727, 3703593520024440164, -5795795224831373973, -5779603678728126690, 176604811001080872, 4452988356506444303, 7804157270605491613, 422849874303523563, 3296219918294486124, -6080082357614698825, 3432612355609404362, -5525597097408778060, -2844485826403768179, -4930004977939309437, 4060470999860485590, 8574134795028341311, 6019619669321604180, -1012098196091942099, 5748272508172855082, -6516831300668823110, 3656426560179077311, 8970045681874761016, 7436410744519444711, -5140351210288560310, -4659106104613970786, 6726387601203834513, -6551607982500987613, 7276037663558136953, -2484518253066986000, -8440145781049210735, -8791781055923699808, 498552270067419011, 4480819486901632428, -841806504637841948, 4375683494170160777, -3473756486280048182, -8271823867466721619, 2400267301223058038, -84891900153339898, 4631361832542540940, -3249499397726206157, -5601963290058343542, -6625669042898923973, -82483241325573042, 4529446037942390745, -4831230242359063584, -5726511668495435025, 8848158441123272592]\nINFO [main] 2018-08-25 10:56:13,014 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@3ec2bb11[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@26857ee1[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@85a1ec2}\nINFO [MigrationStage:1] 2018-08-25 10:56:13,047 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,048 Memtable.java:347 - Writing Memtable-schema_keyspaces@2094385610(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,049 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=1535194571385, position=102352)\nINFO [MigrationStage:1] 2018-08-25 10:56:13,174 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,174 Memtable.java:347 - Writing Memtable-schema_columnfamilies@658005759(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,189 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=1535194571385, position=102352)\nINFO [MigrationStage:1] 2018-08-25 10:56:13,209 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,210 Memtable.java:347 - Writing Memtable-schema_columns@582751427(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,233 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=1535194571385, position=102352)\nINFO [MigrationStage:1] 2018-08-25 10:56:13,261 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,263 Memtable.java:347 - Writing Memtable-schema_triggers@503649157(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,264 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=1535194571385, position=102352)\nINFO [MigrationStage:1] 2018-08-25 10:56:13,663 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,663 Memtable.java:347 - Writing Memtable-schema_usertypes@141102832(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,664 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=1535194571385, position=102352)\nINFO [MigrationStage:1] 2018-08-25 10:56:14,101 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@26e82f1[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-08-25 10:56:14,105 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-08-25 10:56:14,106 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@4ea9a9e7[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-08-25 10:56:14,115 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-08-25 10:56:14,204 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:14,204 Memtable.java:347 - Writing Memtable-local@1219991883(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-25 10:56:14,205 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=1535194571385, position=102595)\nINFO [main] 2018-08-25 10:56:14,600 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51470 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:14,601 Memtable.java:347 - Writing Memtable-local@439195030(8.356KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-25 10:56:14,609 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=1535194571385, position=114576)\nINFO [CompactionExecutor:1] 2018-08-25 10:56:14,954 CompactionTask.java:141 - Compacting [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-2-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-08-25 10:56:14,977 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-08-25 10:56:15,086 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-08-25 10:56:15,116 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-08-25 10:56:15,139 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-08-25 10:56:15,191 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-08-25 10:56:15,286 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2018-08-25 10:56:15,351 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,927 bytes to 5,766 (~97% of original) in 361ms = 0.015232MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,800 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,827 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,828 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,831 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-08-25 10:57:42,843 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-08-25 10:57:42,844 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-08-25T10:58:27.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:27.952Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:27.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}], "metadata": {"pagination": {"total": 1865, "offset": 1816, "size": 50}}} 2018-08-25 10:58:28,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:28,552 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:28 GMT 2018-08-25 10:58:28,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:28,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 75926 2018-08-25 10:58:28,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:28,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.086s user 0m0.009s sys 0m0.055s 2018-08-25 10:58:28,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-08-25 10:58:28,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-08-25 10:58:28,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:11:e6:e8 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe11:e6e8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:140933 errors:0 dropped:0 overruns:0 frame:0 TX packets:51475 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218237666 (218.2 MB) TX bytes:8739935 (8.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets: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.002s sys 0m0.003s 2018-08-25 10:58:28,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-08-25 10:58:28,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-08-25 10:58:28,556 - 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 14308/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1093/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12885/monit tcp 0 0 192.168.120.10:11211 0.0.0.0:* LISTEN 13920/memcached tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12218/memcached tcp6 0 0 ::1:53 :::* LISTEN 14308/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd udp 0 0 0.0.0.0:17519 0.0.0.0:* 568/dhclient udp 0 0 192.168.120.10:123 0.0.0.0:* 11821/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11821/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11821/ntpd udp 0 0 127.0.0.1:11211 0.0.0.0:* 12218/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14308/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 11821/ntpd udp6 0 0 ::1:123 :::* 11821/ntpd udp6 0 0 :::123 :::* 11821/ntpd udp6 0 0 :::50940 :::* 568/dhclient udp6 0 0 ::1:53 :::* 14308/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8995 863/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7226 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11417 1649/python2.7 /tmp/cloudify-logging-server-b447d.socket unix 2 [ ACC ] STREAM LISTENING 12446 1818/python2.7 /tmp/ctx-iMq7SU.socket unix 2 [ ACC ] STREAM LISTENING 6928 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9212 1114/acpid /var/run/acpid.socket real 0m0.008s user 0m0.004s sys 0m0.005s 2018-08-25 10:58:28,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:52 ? 00:00:01 /sbin/init root 2 0 0 10:52 ? 00:00:00 [kthreadd] root 3 2 0 10:52 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:52 ? 00:00:00 [kworker/0:0] root 5 2 0 10:52 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:52 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:52 ? 00:00:00 [rcu_sched] root 8 2 0 10:52 ? 00:00:00 [rcuos/0] root 9 2 0 10:52 ? 00:00:00 [rcuos/1] root 10 2 0 10:52 ? 00:00:00 [rcu_bh] root 11 2 0 10:52 ? 00:00:00 [rcuob/0] root 12 2 0 10:52 ? 00:00:00 [rcuob/1] root 13 2 0 10:52 ? 00:00:00 [migration/0] root 14 2 0 10:52 ? 00:00:00 [watchdog/0] root 15 2 0 10:52 ? 00:00:00 [watchdog/1] root 16 2 0 10:52 ? 00:00:00 [migration/1] root 17 2 0 10:52 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:52 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:52 ? 00:00:00 [khelper] root 21 2 0 10:52 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:52 ? 00:00:00 [netns] root 23 2 0 10:52 ? 00:00:00 [writeback] root 24 2 0 10:52 ? 00:00:00 [kintegrityd] root 25 2 0 10:52 ? 00:00:00 [bioset] root 26 2 0 10:52 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:52 ? 00:00:00 [kblockd] root 28 2 0 10:52 ? 00:00:00 [ata_sff] root 29 2 0 10:52 ? 00:00:00 [khubd] root 30 2 0 10:52 ? 00:00:00 [md] root 31 2 0 10:52 ? 00:00:00 [devfreq_wq] root 32 2 0 10:52 ? 00:00:00 [kworker/0:1] root 34 2 0 10:52 ? 00:00:00 [khungtaskd] root 35 2 0 10:52 ? 00:00:00 [kswapd0] root 36 2 0 10:52 ? 00:00:00 [vmstat] root 37 2 0 10:52 ? 00:00:00 [ksmd] root 38 2 0 10:52 ? 00:00:00 [khugepaged] root 39 2 0 10:52 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:52 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:52 ? 00:00:00 [crypto] root 53 2 0 10:52 ? 00:00:00 [kthrotld] root 54 2 0 10:52 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:52 ? 00:00:00 [vballoon] root 56 2 0 10:52 ? 00:00:00 [kworker/1:1] root 57 2 0 10:52 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:52 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:52 ? 00:00:00 [deferwq] root 80 2 0 10:52 ? 00:00:00 [charger_manager] root 124 2 0 10:52 ? 00:00:00 [kpsmoused] root 142 2 0 10:52 ? 00:00:00 [kworker/1:2] root 186 2 0 10:52 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:52 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 10:52 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:52 ? 00:00:00 [kworker/u5:1] root 538 1 0 10:52 ? 00:00:00 upstart-socket-bridge --daemon root 568 1 0 10:52 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 10:52 ? 00:00:00 [kauditd] message+ 863 1 0 10:52 ? 00:00:00 dbus-daemon --system --fork root 933 1 0 10:52 ? 00:00:00 /lib/systemd/systemd-logind root 948 1 0 10:52 ? 00:00:00 upstart-file-bridge --daemon syslog 1007 1 0 10:52 ? 00:00:00 rsyslogd root 1048 1 0 10:52 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1051 1 0 10:52 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1055 1 0 10:52 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1056 1 0 10:52 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 10:52 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1093 1 0 10:52 ? 00:00:00 /usr/sbin/sshd -D root 1097 1 0 10:52 ? 00:00:00 cron daemon 1099 1 0 10:52 ? 00:00:00 atd root 1114 1 0 10:52 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1117 1 0 10:52 ? 00:00:00 /usr/sbin/irqbalance root 1197 1 0 10:52 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 10:52 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 10:53 ? 00:00:00 /home/ubuntu/vellum_host_88imjs/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_88imjs --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_88imjs --logging-server-logdir=/home/ubuntu/vellum_host_88imjs/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs%I.log --pidfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs.pid root 1650 2 0 10:53 ? 00:00:00 [kworker/u5:2] ubuntu 1764 1 0 10:53 ? 00:00:01 python2.7 /home/ubuntu/vellum_host_88imjs/env/bin/diamond --configfile /home/ubuntu/vellum_host_88imjs/work/plugins/diamond/etc/diamond.conf ubuntu 1798 1649 0 10:54 ? 00:00:00 /home/ubuntu/vellum_host_88imjs/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_88imjs --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_88imjs --logging-server-logdir=/home/ubuntu/vellum_host_88imjs/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs%I.log --pidfile=/home/ubuntu/vellum_host_88imjs/work/vellum_host_88imjs.pid ubuntu 1818 1798 0 10:54 ? 00:00:00 /home/ubuntu/vellum_host_88imjs/env/bin/python2.7 /home/ubuntu/vellum_host_88imjs/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-gwjPec ubuntu 1830 1818 0 10:54 ? 00:00:00 /bin/sh -c /tmp/CQRML/install-vellum.sh ubuntu 1832 1830 0 10:54 ? 00:00:00 /bin/bash -e /tmp/CQRML/install-vellum.sh ntp 11821 1 0 10:57 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12218 1 0 10:57 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12885 1 0 10:57 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13212 1 0 10:57 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13220 13212 0 10:57 ? 00:00:00 cpulimit -e astaire -l 10 root 13899 12885 0 10:58 ? 00:00:00 [check-monit-upt] memcache 13920 1 0 10:58 ? 00:00:00 /usr/bin/memcached -v -e ignore_vbucket=true;cache_size=3072000000;eviction=false -p 11211 -u memcache -l 192.168.120.10 -c 4096 -r -U 0 root 13929 12885 0 10:58 ? 00:00:00 [check-memcached] root 13933 12885 0 10:58 ? 00:00:00 [poll_memcached.] dnsmasq 14308 1 0 10:58 ? 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 14371 1832 0 10:58 ? 00:00:00 /bin/bash -e /tmp/CQRML/install-vellum.sh ubuntu 14372 14371 0 10:58 ? 00:00:00 /bin/bash -e /tmp/CQRML/install-vellum.sh root 14373 14372 0 10:58 ? 00:00:00 sudo ps -edf root 14374 14373 0 10:58 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2018-08-25 10:58:28,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-08-25 10:58:28,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-08-25 10:58:28,557 - 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-sa25 /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_20180825T100000Z.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.022s user 0m0.000s sys 0m0.006s 2018-08-25 10:58:28,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-08-25 10:57:43.856608364 Stopping etcd clearwater-etcd 2018-08-25 10:58:11.157935685 Restarting etcd clearwater-etcd 2018-08-25 10:58:11.162723139 Configured ETCDCTL_PEERS: 192.168.120.7:4000, 2018-08-25 10:58:11.163443888 Check for previous failed startup attempt 2018-08-25 10:58:11.164592861 Running etcdctl member list 4b556c3a433628d2: name=192-168-120-18 peerURLs=http://192.168.120.18:2380 clientURLs=http://192.168.120.18:4000 isLeader=false 5ddd06b029c620bb: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=true 7bed74541fee3283: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=false c3bcc0cc10d7782e: name=192-168-120-4 peerURLs=http://192.168.120.4:2380 clientURLs=http://192.168.120.4:4000 isLeader=false 2018-08-25 10:58:11.286446114 etcdctl returned 0 2018-08-25 10:58:11.292632672 Joining existing cluster... 2018-08-25 10:58:22.295743214 Configured ETCDCTL_PEERS: 192.168.120.7:4000, 2018-08-25 10:58:22.296594023 Check cluster is healthy 2018-08-25 10:58:22.297935772 Running etcdctl cluster-health member 4b556c3a433628d2 is healthy: got healthy result from http://192.168.120.18:4000 member 5ddd06b029c620bb is healthy: got healthy result from http://192.168.120.7:4000 member 6189ab49941139e3 is healthy: got healthy result from http://192.168.120.8:4000 member 7bed74541fee3283 is healthy: got healthy result from http://192.168.120.5:4000 member c3bcc0cc10d7782e is healthy: got healthy result from http://192.168.120.4:4000 cluster is healthy 2018-08-25 10:58:22.843576750 etcdctl returned 0 2018-08-25 10:58:22.844742146 Tell the cluster we're joining 2018-08-25 10:58:22.845561152 Running etcdctl member add 192-168-120-10 http://192.168.120.10:2380 client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.8:4000 has no leader ; error #1: client: etcd member http://192.168.120.5:4000 has no leader ; error #2: client: etcd member http://192.168.120.18:4000 has no leader ; error #3: client: etcd member http://192.168.120.4:4000 has no leader ; error #4: client: etcd member http://192.168.120.7:4000 has no leader 2018-08-25 10:58:22.862368548 etcdctl returned 1 2018-08-25 10:58:22.864884010 Running etcdctl member list 4b556c3a433628d2: name=192-168-120-18 peerURLs=http://192.168.120.18:2380 clientURLs=http://192.168.120.18:4000 isLeader=false 5ddd06b029c620bb: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=true 6189ab49941139e3: name=192-168-120-8 peerURLs=http://192.168.120.8:2380 clientURLs=http://192.168.120.8:4000 isLeader=false 7bed74541fee3283: name=192-168-120-5 peerURLs=http://192.168.120.5:2380 clientURLs=http://192.168.120.5:4000 isLeader=false c3bcc0cc10d7782e: name=192-168-120-4 peerURLs=http://192.168.120.4:2380 clientURLs=http://192.168.120.4:4000 isLeader=false 2018-08-25 10:58:22.877158823 etcdctl returned 0 2018-08-25 10:58:22.878753493 Running etcdctl member remove Provide a single member ID 2018-08-25 10:58:22.887309250 etcdctl returned 1 2018-08-25 10:58:22.888706353 Failed to add local node 192.168.120.10 to the etcd cluster real 0m0.006s user 0m0.005s sys 0m0.002s 2018-08-25 10:58:28,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-08-25 10:58:28,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-08-25 10:58:28,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-08-25 10:56:09,136 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-08-25 10:56:09,170 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:09,255 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-08-25 10:56:09,440 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-08-25 10:56:09,450 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-08-25 10:56:09,451 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-08-25 10:56:09,826 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:09,846 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-08-25 10:56:09,886 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-08-25 10:56:09,886 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-08-25 10:56:09,886 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 712320(695K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74037856(72302K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-08-25 10:56:09,887 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16710808(16319K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-08-25 10:56:09,887 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-08-25 10:56:09,888 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_1535194568.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1535194568.log] INFO [main] 2018-08-25 10:56:09,990 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-08-25 10:56:09,990 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-08-25 10:56:10,108 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-08-25 10:56:10,111 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-08-25 10:56:10,111 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-08-25 10:56:10,115 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-08-25 10:56:10,122 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-08-25 10:56:10,127 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-08-25 10:56:10,128 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-08-25 10:56:10,212 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-08-25 10:56:11,456 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-08-25 10:56:11,467 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-08-25 10:56:11,483 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-08-25 10:56:11,487 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-08-25 10:56:11,491 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-08-25 10:56:11,495 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-08-25 10:56:11,503 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-08-25 10:56:11,508 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-08-25 10:56:11,512 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-08-25 10:56:11,516 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-08-25 10:56:11,521 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-08-25 10:56:11,527 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-08-25 10:56:11,530 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-08-25 10:56:11,533 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-08-25 10:56:11,537 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-08-25 10:56:11,540 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-08-25 10:56:11,623 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-08-25 10:56:11,624 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-08-25 10:56:11,668 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-25 10:56:11,674 Memtable.java:347 - Writing Memtable-local@774748575(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-25 10:56:11,717 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=1535194571385, position=399) INFO [main] 2018-08-25 10:56:12,100 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-08-25 10:56:12,252 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-08-25 10:56:12,252 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-08-25 10:56:12,254 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-08-25 10:56:12,266 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-08-25 10:56:12,267 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-08-25 10:56:12,282 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:12,290 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-08-25 10:56:12,299 SystemKeyspace.java:765 - No host ID found, created d10494b4-6115-438e-b298-cd898ed19732 (Note: This should happen exactly once per node). INFO [main] 2018-08-25 10:56:12,301 StorageService.java:807 - Starting up server gossip INFO [main] 2018-08-25 10:56:12,303 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-25 10:56:12,304 Memtable.java:347 - Writing Memtable-local@890168156(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-25 10:56:12,305 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=1535194571385, position=93397) INFO [main] 2018-08-25 10:56:12,893 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:12,901 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-08-25 10:56:12,930 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-08-25 10:56:12,955 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:12,962 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-08-25 10:56:12,971 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:12,978 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-08-25 10:56:12,985 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-08-25 10:56:12,987 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-25 10:56:12,993 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-08-25 10:56:13,004 StorageService.java:959 - Generated random tokens. tokens are [-3234560000041149736, -1675513691337204757, -4904803756203228207, -4971244307191521892, 18085887562027360, 7426626865808710670, -8482646374176183239, 8600539359930246620, -4589790118603412959, 1349400982437050155, -6581353892253004474, -7266533263192055269, -5081167184158212005, -8929536772309601951, 6488868839556590161, 2754424665770491260, -4632568922579744178, -616821886016378907, 2310034166436058297, 3869471635308295760, -5614193365786753511, -6860020497407935773, -1035062781861593046, -1393353771518971513, -2188625180313751488, -2784478011051988214, 8978358913541845612, 1841351257829111286, 1740360843785034816, 7663326962443906724, 3014009068069765220, -274346163173732079, -365205831980486287, -211753353513101228, -259872617225775737, 8430112526256058319, 5980077574928673092, -5245327221005513680, 8972682485120539940, 3030259788486206531, -34554395932579317, 3616370388198524607, 8000607659962968766, -9100652529771974878, -1122974216333328614, -4790300612409889647, -2630433140341974689, -7321223848137585083, 8420577506712509835, 5707793834662522386, -2288516545912483390, -463274933106893074, 3685056375923885529, -5333410035954571562, -2881134690165033351, -5018626436541962283, -8007482365046619996, 7154583135057865794, 471587545678970864, 4773747351888404456, -1512591726502960170, -7837195403111616886, -898955280146402192, -830124038547377788, 7017583505418709944, 3525942378204237093, -4096879993753162047, 7598144376644064053, -8585551898790942979, -6135342207049713048, 747382819274326847, -4577215313350525567, 5794545410814456800, 3989538422540645864, 1673534420613970769, -7454749174917745433, -6135431661652009651, 8504455271187356960, -2257857899974597474, -5012623437008184926, 577534887833968299, -6417383019277233272, -1463804602414632244, 936107882538880559, -7559944134384300670, 6656809972495030586, 1596168928640127581, 6531253166487359572, -7557962038631837543, 3019829877661670187, -6162622218951759386, -6554626672637002532, -6494236629232601463, -4683811235056418558, 3837340648451349314, 4682480914610911141, 7628358733455602976, 5419884659465280006, 2330376040365254139, -733478290707500265, 1889624950435061918, -1543588056764374164, 7456711143698126666, 4507442704507091361, -4926543385230365439, 4841097985751649144, -404770309283384186, -6062787455924569243, -8983586939899103517, -5213143611975215057, 1633443060289895698, -2747876648309812662, -6594846031865145986, 6872256829666352656, -8832699982553411766, 8886423290485212775, 4452593812044467084, 4870529540329308395, 6311552273166589755, -842711670131351620, -5993109678875301323, 6581592363524732912, -444194545654275068, -658119698571354722, 9070784610791918574, -4721254564773052233, -8590834992223519229, -8429994940004993444, 1361334132278464216, -7901797189391677714, -7997051251207016353, -2203361602989847894, 7560376435339836865, -3769082752049430220, 3954257294914309175, 2204524202742416423, -7560807789473474036, 3035997178652621473, 1622130523966094253, -8125007420863441719, -171375453409727793, -4620211174965510226, 1672757294430739663, 3215227669711162371, -5884611566082666447, -7985451326661180575, -4625158514737972878, -4579133619633991580, 6849713677838111989, 6978041494808397792, -6849877086361028912, 2279186733309293951, -1771163887965322388, -9715987263640866, 4793642223535747549, 2607523590115220882, 5398265233772165978, 797198276902853614, -7168195039960265486, 3563248821266376725, 273155997372805457, 6692895422412368319, 6732861059205528808, -5076718018742464390, -8713166895164011556, -3838585666170667712, 5196869797327265648, -8108070140433607977, -767190128301577163, 2434930602461302234, -5112707487465269762, -7060818525104884267, -8534852012016776650, 2678054031131628640, -3940427011704612498, -6556934084376628968, -2373146883259691865, 157798827938497557, 1702544686034473592, 3755036365767913189, -8362089281875765670, -354052435176654500, -4706214216954741833, -7202439669144812188, 504305059003890911, 5557575415014810368, 4845245185082822531, 9133531897712367881, 1027138536276003526, -7903601436957112688, 5571129437166248755, 8016568424792226889, -2096380257835984223, -3225716197004436425, 16617684350803437, -6302187323272243443, 9106581265105897403, 1099372831498430325, 9095032469306716042, 4539779745199117788, 1734368991418930608, -9174773261517715510, 1631292149453313729, 3477939581004402859, 3081704222126583493, 101468434738753389, -9219251928010757488, -9040488244654357909, -1348137859802724727, 3703593520024440164, -5795795224831373973, -5779603678728126690, 176604811001080872, 4452988356506444303, 7804157270605491613, 422849874303523563, 3296219918294486124, -6080082357614698825, 3432612355609404362, -5525597097408778060, -2844485826403768179, -4930004977939309437, 4060470999860485590, 8574134795028341311, 6019619669321604180, -1012098196091942099, 5748272508172855082, -6516831300668823110, 3656426560179077311, 8970045681874761016, 7436410744519444711, -5140351210288560310, -4659106104613970786, 6726387601203834513, -6551607982500987613, 7276037663558136953, -2484518253066986000, -8440145781049210735, -8791781055923699808, 498552270067419011, 4480819486901632428, -841806504637841948, 4375683494170160777, -3473756486280048182, -8271823867466721619, 2400267301223058038, -84891900153339898, 4631361832542540940, -3249499397726206157, -5601963290058343542, -6625669042898923973, -82483241325573042, 4529446037942390745, -4831230242359063584, -5726511668495435025, 8848158441123272592] INFO [main] 2018-08-25 10:56:13,014 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@3ec2bb11[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@26857ee1[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@85a1ec2} INFO [MigrationStage:1] 2018-08-25 10:56:13,047 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,048 Memtable.java:347 - Writing Memtable-schema_keyspaces@2094385610(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,049 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=1535194571385, position=102352) INFO [MigrationStage:1] 2018-08-25 10:56:13,174 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,174 Memtable.java:347 - Writing Memtable-schema_columnfamilies@658005759(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,189 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=1535194571385, position=102352) INFO [MigrationStage:1] 2018-08-25 10:56:13,209 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,210 Memtable.java:347 - Writing Memtable-schema_columns@582751427(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,233 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=1535194571385, position=102352) INFO [MigrationStage:1] 2018-08-25 10:56:13,261 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,263 Memtable.java:347 - Writing Memtable-schema_triggers@503649157(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-25 10:56:13,264 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=1535194571385, position=102352) INFO [MigrationStage:1] 2018-08-25 10:56:13,663 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,663 Memtable.java:347 - Writing Memtable-schema_usertypes@141102832(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-25 10:56:13,664 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=1535194571385, position=102352) INFO [MigrationStage:1] 2018-08-25 10:56:14,101 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@26e82f1[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-08-25 10:56:14,105 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-08-25 10:56:14,106 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@4ea9a9e7[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-08-25 10:56:14,115 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-08-25 10:56:14,204 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-25 10:56:14,204 Memtable.java:347 - Writing Memtable-local@1219991883(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-25 10:56:14,205 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=1535194571385, position=102595) INFO [main] 2018-08-25 10:56:14,600 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51470 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-25 10:56:14,601 Memtable.java:347 - Writing Memtable-local@439195030(8.356KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-25 10:56:14,609 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=1535194571385, position=114576) INFO [CompactionExecutor:1] 2018-08-25 10:56:14,954 CompactionTask.java:141 - Compacting [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-2-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-08-25 10:56:14,977 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-08-25 10:56:15,086 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-08-25 10:56:15,116 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-08-25 10:56:15,139 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-08-25 10:56:15,191 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-08-25 10:56:15,286 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2018-08-25 10:56:15,351 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,927 bytes to 5,766 (~97% of original) in 361ms = 0.015232MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,800 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,827 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,828 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-08-25 10:57:40,831 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-08-25 10:57:42,843 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-08-25 10:57:42,844 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-25 10:58:28,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-08-25 10:58:28,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:28,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:28,624 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:28,624 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:28 GMT 2018-08-25 10:58:28,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:28,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:28,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:33,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:33,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:33,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.944Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:28.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.957Z", "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.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:28.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.957Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:28.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.957Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:28.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.957Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.7: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.7\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-08-25T10:58:28.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7abf634c-78ba-4b6c-823a-934fcab07da6"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.957Z", "message": "Execution done (return_code=0): /tmp/CQRML/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:28.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:28.957Z", "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-08-25T10:58:28.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "029545f0-7149-4dbe-a5aa-79206567c587"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.042Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/W5DJV/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.056Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.056Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.056Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.962Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.962Z", "message": "Executing: /tmp/W5DJV/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:30.962Z", "message": "[vellum] 192.168.120.10", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:30.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:31.965Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:31.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:31.965Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:31.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:31.965Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:31.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:32.201Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:32.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:33.054Z", "message": "Execution done (return_code=0): /tmp/54JTE/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:33.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "7abf634c-78ba-4b6c-823a-934fcab07da6"}], "metadata": {"pagination": {"total": 1884, "offset": 1832, "size": 50}}} 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:33 GMT 2018-08-25 10:58:33,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:33,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15025 2018-08-25 10:58:33,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:58:33,705 - 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.004s sys 0m0.002s 2018-08-25 10:58:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-08-25 10:58:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-08-25 10:58:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.7: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.7 # 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-08-25 10:58:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CQRML/install-vellum.sh 2018-08-25 10:58:33,706 - 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-08-25 10:58:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/W5DJV/start-vellum.sh 2018-08-25 10:58:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 10:58:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 10:58:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-25 10:58:33,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-08-25 10:58:33,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W5DJV/start-vellum.sh 2018-08-25 10:58:33,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.10 2018-08-25 10:58:33,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-08-25 10:58:33,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-08-25 10:58:33,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:58:33,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 10:58:33,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/54JTE/create_number.sh 2018-08-25 10:58:33,708 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:33,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:33,766 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:33,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:33,766 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:33 GMT 2018-08-25 10:58:33,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:33,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:33,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:38,771 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:38,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:38,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1884, "offset": 1851, "size": 50}}} 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:38,856 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:38 GMT 2018-08-25 10:58:38,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:38,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:58:38,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:38,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:38,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:38,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:38,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:38,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:38,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:38,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:38,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:38,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:38,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:38,933 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:38 GMT 2018-08-25 10:58:38,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:38,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:38,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:43,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:44,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:44,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:44,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:44,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:44,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:44,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:41.633Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:41.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1885, "offset": 1851, "size": 50}}} 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:44 GMT 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:58:44,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:44,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:58:44,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:44,081 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:44,081 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:44,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:44,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:44 GMT 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:44,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:49,088 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:49,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:49,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1885, "offset": 1852, "size": 50}}} 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:49 GMT 2018-08-25 10:58:49,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:49,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:58:49,181 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:49,181 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:49,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:49,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:49,246 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:49 GMT 2018-08-25 10:58:49,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:49,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:49,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:54,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:54,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:58:51.871Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:58:51.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1886, "offset": 1852, "size": 50}}} 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:54,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:54 GMT 2018-08-25 10:58:54,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:54,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:58:54,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:54,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:58:54,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:54,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:54,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:54,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:54,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:54,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:54,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:54,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:54,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:54,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:54,393 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:54 GMT 2018-08-25 10:58:54,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:54,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:54,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:59,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:59,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1886, "offset": 1853, "size": 50}}} 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:59 GMT 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:58:59,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:58:59,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:58:59,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:58:59,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:58:59,538 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:58:59 GMT 2018-08-25 10:58:59,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:58:59,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:58:59,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:04,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:04,622 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:59:02.106Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:59:02.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1887, "offset": 1853, "size": 50}}} 2018-08-25 10:59:04,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:04,623 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:04 GMT 2018-08-25 10:59:04,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:04,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:59:04,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:04,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:59:04,624 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:04,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:04,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:04,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:04,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:04 GMT 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:04,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:09,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:09,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:09,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:09,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1887, "offset": 1854, "size": 50}}} 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:09 GMT 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:59:09,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:09,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:09,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:09,830 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:09 GMT 2018-08-25 10:59:09,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:09,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:09,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:14,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:14,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:14,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:14,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:14,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:14,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:14,915 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:59:12.341Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:59:12.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1888, "offset": 1854, "size": 50}}} 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:14 GMT 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:59:14,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:14,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:59:14,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:14,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:14,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:14,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:14,978 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:14 GMT 2018-08-25 10:59:14,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:14,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:14,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:19,984 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:20,066 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1888, "offset": 1855, "size": 50}}} 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:20 GMT 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:20,067 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:20,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:20,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:20 GMT 2018-08-25 10:59:20,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:20,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:20,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:25,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:25,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:25,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:59:22.580Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:59:22.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1889, "offset": 1855, "size": 50}}} 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:25,228 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:25 GMT 2018-08-25 10:59:25,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:25,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:59:25,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:25,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:59:25,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:25,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:25,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:25,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:25,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:25 GMT 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:25,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:30,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:30,374 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1889, "offset": 1856, "size": 50}}} 2018-08-25 10:59:30,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:30,375 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:30 GMT 2018-08-25 10:59:30,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:30,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:59:30,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:30,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:30,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:30,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:30 GMT 2018-08-25 10:59:30,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:30,442 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:30,442 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:35,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:35,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:35,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:59:32.814Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:59:32.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1890, "offset": 1856, "size": 50}}} 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:35 GMT 2018-08-25 10:59:35,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:35,527 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:59:35,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:35,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:59:35,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:35,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:35,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:35,590 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:35 GMT 2018-08-25 10:59:35,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:35,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:35,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:40,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:40,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1890, "offset": 1857, "size": 50}}} 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:40 GMT 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:40,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:40,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:40,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:40,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:40 GMT 2018-08-25 10:59:40,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:40,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:40,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:45,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:45,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:59:43.050Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:59:43.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1891, "offset": 1857, "size": 50}}} 2018-08-25 10:59:45,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:45,813 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:45 GMT 2018-08-25 10:59:45,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:45,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:59:45,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:45,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:59:45,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:45,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:45,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:45,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:45,877 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:45 GMT 2018-08-25 10:59:45,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:45,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:45,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:50,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:50,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1891, "offset": 1858, "size": 50}}} 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:50,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:50 GMT 2018-08-25 10:59:50,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:50,963 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 10:59:50,963 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:50,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:51,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:51,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:51,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:51,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:51 GMT 2018-08-25 10:59:51,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:51,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:51,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:56,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 10:59:56,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:56,111 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T10:59:53.282Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T10:59:53.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1892, "offset": 1858, "size": 50}}} 2018-08-25 10:59:56,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:56,112 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:56 GMT 2018-08-25 10:59:56,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:56,112 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 10:59:56,112 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 10:59:56,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 10:59:56,112 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 10:59:56,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 10:59:56,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 10:59:56,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 10:59:56,173 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 10:59:56,173 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 10:59:56,173 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 10:59:56,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 10:59:56,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 10:59:56,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 10:59:56,174 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 10:59:56 GMT 2018-08-25 10:59:56,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 10:59:56,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 10:59:56,174 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:01,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:01,251 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1892, "offset": 1859, "size": 50}}} 2018-08-25 11:00:01,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:01,252 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:01 GMT 2018-08-25 11:00:01,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:01,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:00:01,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:01,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:01,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:01,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:01,310 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:01 GMT 2018-08-25 11:00:01,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:01,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:01,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:06,315 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:06,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:06,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:06,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:00:03.515Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:00:03.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1893, "offset": 1859, "size": 50}}} 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:06 GMT 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:06,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:00:06,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:06,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:00:06,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:06,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:06,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:06,455 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:06 GMT 2018-08-25 11:00:06,456 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:06,456 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:06,456 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:11,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:11,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:11,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:11,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:11,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:11,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:11,534 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:11,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:11,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1893, "offset": 1860, "size": 50}}} 2018-08-25 11:00:11,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:11,535 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:11 GMT 2018-08-25 11:00:11,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:11,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:00:11,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:11,536 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:11,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:11,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:11,595 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:11,595 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:11,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:11,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:11 GMT 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:11,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:16,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:16,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:16,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:16,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:16,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:16,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:00:13.748Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:00:13.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1894, "offset": 1860, "size": 50}}} 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:16 GMT 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:00:16,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:16,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:00:16,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:16,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:16,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:16,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:16,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:16,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:16,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:16,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:16,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:16,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:16,741 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:16 GMT 2018-08-25 11:00:16,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:16,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:16,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:21,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:21,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:21,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1894, "offset": 1861, "size": 50}}} 2018-08-25 11:00:21,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:21,826 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:21 GMT 2018-08-25 11:00:21,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:21,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:00:21,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:21,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:21,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:21,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:21,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:21,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:21 GMT 2018-08-25 11:00:21,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:21,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:21,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:26,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:26,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:00:23.978Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:00:23.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1895, "offset": 1861, "size": 50}}} 2018-08-25 11:00:26,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:26,969 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:26 GMT 2018-08-25 11:00:26,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:26,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:00:26,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:26,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:00:26,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:27,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:27,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:27,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:27,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:27 GMT 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:27,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:32,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:32,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1895, "offset": 1862, "size": 50}}} 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:32,107 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:32 GMT 2018-08-25 11:00:32,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:32,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:00:32,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:32,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:32,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:32,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:32,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:32,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:32,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:32 GMT 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:32,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:37,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:37,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:37,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:37,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:37,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:37,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:37,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:00:34.205Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:00:34.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1896, "offset": 1862, "size": 50}}} 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:37 GMT 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:00:37,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:37,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:00:37,246 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:37,312 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:37,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:37,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:37,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:37,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:37 GMT 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:37,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:42,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:42,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:42,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:42,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:42,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1896, "offset": 1863, "size": 50}}} 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:42 GMT 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:00:42,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:42,395 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:42,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:42,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:42,453 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:42 GMT 2018-08-25 11:00:42,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:42,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:42,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:47,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:47,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:47,542 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:00:44.437Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:00:44.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1897, "offset": 1863, "size": 50}}} 2018-08-25 11:00:47,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:47,543 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:47 GMT 2018-08-25 11:00:47,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:47,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:00:47,543 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:47,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:00:47,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:47,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:47,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:47 GMT 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:47,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:47,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:52,607 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:52,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1897, "offset": 1864, "size": 50}}} 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:52 GMT 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:52,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:52,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:52,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:52,744 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:52 GMT 2018-08-25 11:00:52,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:52,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:52,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:57,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:00:57,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:57,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:00:54.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-08-25T11:00:54.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1898, "offset": 1864, "size": 50}}} 2018-08-25 11:00:57,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:57,843 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:57 GMT 2018-08-25 11:00:57,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:57,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:00:57,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:00:57,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:00:57,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:00:57,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:00:57,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:00:57,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:00:57,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:00:57,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:00:57 GMT 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:00:57,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:02,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:03,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1898, "offset": 1865, "size": 50}}} 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:03,004 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:03 GMT 2018-08-25 11:01:03,005 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:03,005 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:01:03,005 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:03,005 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:03,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:03,067 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:03,067 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:03,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:03 GMT 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:03,068 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:08,074 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:08,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:04.900Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:04.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1899, "offset": 1865, "size": 50}}} 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:08,198 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:08 GMT 2018-08-25 11:01:08,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:08,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:01:08,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:08,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:01:08,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:08,258 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:08,259 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:08,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:08 GMT 2018-08-25 11:01:08,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:08,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:08,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:13,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:13,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1899, "offset": 1866, "size": 50}}} 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:13 GMT 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:13,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:13,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:13,406 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:13,406 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:13,406 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:13,406 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:13,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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:13 GMT 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:13,407 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:18,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:18,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:18,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:15.129Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:15.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1900, "offset": 1866, "size": 50}}} 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:18 GMT 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:18,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:01:18,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:18,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:01:18,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:18,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:18,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:18,548 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:18 GMT 2018-08-25 11:01:18,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:18,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:18,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:23,553 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:23,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:23,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:23,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:23,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:23,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:23,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1900, "offset": 1867, "size": 50}}} 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:23 GMT 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:23,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:23,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:23,688 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:23,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:23,688 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:23 GMT 2018-08-25 11:01:23,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:23,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:23,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:28,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:28,771 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:28,771 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:28,771 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:25.461Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:25.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}], "metadata": {"pagination": {"total": 1901, "offset": 1867, "size": 50}}} 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:28 GMT 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-25 11:01:28,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:28,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-25 11:01:28,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:28,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:28 GMT 2018-08-25 11:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:28,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:33,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:33,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1901, "offset": 1868, "size": 50}}} 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:33 GMT 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:33,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:33,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:33,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:33,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:33 GMT 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-25 11:01:33,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:38,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:01:39,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:39,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:35.491Z", "message": "Execution done (return_code=0): /tmp/W5DJV/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:35.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "2fb7573f-7f4e-4be8-ab72-41f5377cc7fc"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:35.580Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:35.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:36.105Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:36.105Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:36.105Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:36.105Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:36.755Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MU1VG/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:36.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:36.755Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:36.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "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-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "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-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "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-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "message": "[localhost] run: sudo mv /tmp/tmp4D4YAV /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.106Z", "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-08-25T11:01:37.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:37.343Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:37.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:38.108Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:38.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:38.110Z", "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-08-25T11:01:38.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:38.110Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:38.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:38.110Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:38.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:01:38.110Z", "message": "[localhost] run: sudo mv /tmp/tmpB4ziRw /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:01:38.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e8d5c181-90b1-474a-82a8-e0c200871843", "logger": "ff143882-8aab-4644-89e5-2c71ff07f36f"}], "metadata": {"pagination": {"total": 1920, "offset": 1868, "size": 50}}} 2018-08-25 11:01:39,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:39,085 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:39 GMT 2018-08-25 11:01:39,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:39,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12068 2018-08-25 11:01:39,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:39,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/W5DJV/start-vellum.sh 2018-08-25 11:01:39,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:01:39,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:01:39,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:01:39,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MU1VG/bind.py 2018-08-25 11:01:39,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:01:39,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:01:39,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:01:39,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:01:39,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 11:01:39,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:01:39,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4D4YAV /etc/bind/db.clearwater.local 2018-08-25 11:01:39,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:01:39,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:01:39,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-08-25 11:01:39,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:01:39,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'dime': {u'dime_7wqrny': {u'public_address': u'', u'private_address': u'192.168.120.11', u'name': u'dime-7wqrny'}}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:01:39,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:01:39,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpB4ziRw /etc/bind/db.clearwater.opnfv 2018-08-25 11:01:39,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e8d5c181-90b1-474a-82a8-e0c200871843 2018-08-25 11:01:39,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:39,154 - 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-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"} 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:39,154 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:39 GMT 2018-08-25 11:01:39,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:39,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-08-25 11:01:39,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:39,155 - 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-08-25T10:49:43.217Z', 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'e8d5c181-90b1-474a-82a8-e0c200871843'} 2018-08-25 11:01:39,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:01:39,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.201", "ellis_ip": "172.30.9.203"}, "deployment_id": "clearwater-opnfv"} 2018-08-25 11:01:39,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:01:39,219 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:01:39 GMT 2018-08-25 11:01:39,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:01:39,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-08-25 11:01:39,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:01:39,221 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.203 2018-08-25 11:01:39,309 - 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-08-25 11:01:39,376 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-08-25 11:01:39,377 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-08-25 11:01:39,408 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:01:39,409 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-08-25 11:02:04,462 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:02:04,463 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-08-25 11:02:29,485 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:02:29,485 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-08-25 11:02:54,538 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:02:54,538 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-08-25 11:03:19,586 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:03:19,587 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-08-25 11:03:44,638 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:03:44,639 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-08-25 11:04:09,699 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:04:09,700 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-08-25 11:04:34,754 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:04:34,754 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-08-25 11:04:59,808 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:04:59,808 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-08-25 11:05:24,870 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:05:24,870 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-08-25 11:05:49,934 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:05:49,935 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2018-08-25 11:06:14,983 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:06:14,983 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create a number 2018-08-25 11:06:40,037 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:06:40,037 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create a number 2018-08-25 11:07:05,324 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550164@clearwater.opnfv', u'sip_username': u'6505550164', u'formatted_number': u'(650) 555-0164', u'number': u'6505550164', u'sip_uri': u'sip:6505550164@clearwater.opnfv', u'number_id': u'c5b82f09af4040ce9cbb6255a7a2a3f8', u'sip_password': u'ZByen5XGG', u'pstn': False} 2018-08-25 11:07:05,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-08-25 11:07:05,410 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.201", "ellis_ip": "172.30.9.203"}, "deployment_id": "clearwater-opnfv"} 2018-08-25 11:07:05,411 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:07:05,412 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:07:05 GMT 2018-08-25 11:07:05,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:07:05,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-08-25 11:07:05,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:07:05,412 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-08-25 11:07:05,412 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-08-25 11:07:05,435 - 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-08-25 11:07:05,436 - 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-08-25 11:09:13,807 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550073, 6505550836) Passed Basic Call - SDP (TCP) - (6505550747, 6505550823) Passed Basic Call - Tel URIs (TCP) - (6505550616, 6505550002) Passed Basic Call - Unknown number (TCP) - (6505550530, 6505550838) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550538, 6505550000) Passed Basic Call - Messages - Pager model (TCP) - (6505550103, 6505550266) Passed Basic Call - Pracks (TCP) - (6505550700, 6505550885) Passed Basic Registration (TCP) - (6505550210) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550787, 6505550142) Passed Call Barring - Outbound Rejection (TCP) - (6505550470, 6505550843) 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) - (6505550556, 6505550809) 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) - (6505550256, 6505550001, 6505550603) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550591, 6505550398, 6505550919) Passed Call Diversion - Not reachable (408) (TCP) - (6505550323, 6505550786, 6505550398) Passed Call Diversion - Not reachable (503) (TCP) - (6505550182, 6505550765, 6505550195) Passed Call Diversion - Not reachable (500) (TCP) - (6505550884, 6505550486, 6505550473) Passed Call Diversion - Busy (TCP) - (6505550205, 6505550493, 6505550955) Passed Call Diversion - Unconditional (TCP) - (6505550784, 6505550933, 6505550197) Passed Call Diversion - No answer (TCP) - (6505550891, 6505550792, 6505550491) Passed Call Diversion - Bad target URI (TCP) - (6505550891, 6505550316) Passed Call Diversion - Audio-only call (TCP) - (6505550554, 6505550046, 6505550794, 6505550483) Passed Call Diversion - Audio-video call (TCP) - (6505550569, 6505550868, 6505550039, 6505550457) Passed Call Waiting - Accepted (TCP) - (6505550660, 6505550252, 6505550259) Passed Call Waiting - Cancelled (TCP) - (6505550436, 6505550759, 6505550231) Passed CANCEL - Mainline (TCP) - (6505550619, 6505550203) Passed Filtering - Accept-Contact (TCP) - (6505550046, 6505550213) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550113, 6505550858) Passed Filtering - Accept-Contact no match (TCP) - (6505550118, 6505550637) Passed Filtering - Accept-Contact negated match (TCP) - (6505550541, 6505550359) Passed Filtering - RFC3841 example (TCP) - (6505550946, 6505550923) Passed Filtering - Reject-Contact no match (TCP) - (6505550507, 6505550165) Passed Filtering - Reject-Contact match (TCP) - (6505550752, 6505550238) 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) - (6505550938) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550086) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550947) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550330) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550571, 6505550290) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550135, 6505550442) Passed GRUU - Call - only GRUU as target (TCP) - (6505550633, 6505550316) Passed GRUU - Call - AoR as target (TCP) - (6505550064, 6505550257) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550553, 6505550989) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550826, 6505550279) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550198, 6505550938) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550083, 6505550148) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550670, 6505550705) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550923, 6505550774) 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) - (6505550435) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550733) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550692) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550325, 6505550407) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550494, 6505550640) 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-08-25 11:09:13,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-08-25 11:09:13,934 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 11:09:13,934 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 25:42 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-25 11:09:13,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-25 11:09:13,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-08-25 11:09:14,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:14,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:14,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:14,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:14,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:14,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:14,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:14,031 - 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-08-25T10:49:05.455Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "a7ca2665-08dd-4a4d-9f15-cad99288bb22"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T10:49:43.217Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "e8d5c181-90b1-474a-82a8-e0c200871843"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-25 11:09:14,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:14,031 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:14 GMT 2018-08-25 11:09:14,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:14,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-08-25 11:09:14,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:14,032 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-25 11:09:14,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:14,242 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:14,242 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:14,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-25 11:09:14,243 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:14 GMT 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:14,243 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:14,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:14,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:14,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:14,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:14 GMT 2018-08-25 11:09:14,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:14,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-25 11:09:14,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:14,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:14,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:14,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:14,396 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:14 GMT 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:14,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:19,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:19,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:19,474 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:19,474 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:19,474 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:19,474 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:19,474 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:19,474 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:19,474 - 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-08-25T11:09:15.057Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:15.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_7wqrny", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_k06bxe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.113Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.234Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_7wqrny", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.234Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.234Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.234Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:16.652Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/F2CUV/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:16.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a80cd409-eae6-4867-a674-4b0ff2147497"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Executing: /tmp/BNWYI/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b0b24c3e-7e86-49dd-a031-c35ae4feebf3"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Execution done (return_code=1): /tmp/5OY4N/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b00d38b5-7c3d-4601-878e-af63f6d3c31f"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Executing: /tmp/G1TSV/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "21975f67-e457-448a-a16e-eff48d44de7a"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/5OY4N/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b00d38b5-7c3d-4601-878e-af63f6d3c31f"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Execution done (return_code=1): /tmp/G1TSV/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "21975f67-e457-448a-a16e-eff48d44de7a"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Executing: /tmp/IPTQS/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b4c593b6-d5e4-488e-b9d6-c0e842e3b2b2"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "21975f67-e457-448a-a16e-eff48d44de7a"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Executing: /tmp/XB1WS/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "9300a8e1-4122-4286-9509-ce73a1000cbc"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a80cd409-eae6-4867-a674-4b0ff2147497"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/G1TSV/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "21975f67-e457-448a-a16e-eff48d44de7a"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Executing: /tmp/5OY4N/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b00d38b5-7c3d-4601-878e-af63f6d3c31f"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Execution done (return_code=1): /tmp/XB1WS/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "9300a8e1-4122-4286-9509-ce73a1000cbc"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "9300a8e1-4122-4286-9509-ce73a1000cbc"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b00d38b5-7c3d-4601-878e-af63f6d3c31f"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Executing: /tmp/F2CUV/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a80cd409-eae6-4867-a674-4b0ff2147497"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b0b24c3e-7e86-49dd-a031-c35ae4feebf3"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/BNWYI/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b0b24c3e-7e86-49dd-a031-c35ae4feebf3"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/XB1WS/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "9300a8e1-4122-4286-9509-ce73a1000cbc"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.237Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/IPTQS/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b4c593b6-d5e4-488e-b9d6-c0e842e3b2b2"}, {"node_instance_id": "vellum_k06bxe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "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_f2g55a/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_f2g55a/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_f2g55a/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-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:17.241Z", "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_qrrn5l/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_qrrn5l/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_qrrn5l/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-08-25T11:09:17.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.243Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:18.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b4c593b6-d5e4-488e-b9d6-c0e842e3b2b2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.243Z", "message": "Downloaded scripts/bind/bind.py to /tmp/XPZNS/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:18.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.243Z", "message": "Execution done (return_code=1): /tmp/IPTQS/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:18.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b4c593b6-d5e4-488e-b9d6-c0e842e3b2b2"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.251Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:18.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.251Z", "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_88imjs/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_88imjs/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_88imjs/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-08-25T11:09:18.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.251Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:18.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:18.251Z", "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_cnsgkm/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_cnsgkm/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_cnsgkm/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-08-25T11:09:18.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}], "metadata": {"pagination": {"total": 102, "offset": 0, "size": 50}}} 2018-08-25 11:09:19,475 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:19,475 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:19 GMT 2018-08-25 11:09:19,475 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:19,475 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30448 2018-08-25 11:09:19,475 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:19,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-08-25 11:09:19,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:19,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:19,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:19,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:19,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:19,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:19,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/F2CUV/stop-sprout.sh 2018-08-25 11:09:19,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BNWYI/stop-bono.sh 2018-08-25 11:09:19,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/5OY4N/stop-dime.sh 2018-08-25 11:09:19,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/G1TSV/stop-ellis.sh 2018-08-25 11:09:19,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/5OY4N/stop-dime.sh 2018-08-25 11:09:19,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/G1TSV/stop-ellis.sh 2018-08-25 11:09:19,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IPTQS/stop-homer.sh 2018-08-25 11:09:19,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-08-25 11:09:19,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XB1WS/stop-vellum.sh 2018-08-25 11:09:19,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-08-25 11:09:19,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/G1TSV/stop-ellis.sh 2018-08-25 11:09:19,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/5OY4N/stop-dime.sh 2018-08-25 11:09:19,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/XB1WS/stop-vellum.sh 2018-08-25 11:09:19,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-08-25 11:09:19,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-08-25 11:09:19,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/F2CUV/stop-sprout.sh 2018-08-25 11:09:19,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-08-25 11:09:19,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/BNWYI/stop-bono.sh 2018-08-25 11:09:19,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/XB1WS/stop-vellum.sh 2018-08-25 11:09:19,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/IPTQS/stop-homer.sh 2018-08-25 11:09:19,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,482 - 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-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-08-25 11:09:19,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/XPZNS/bind.py 2018-08-25 11:09:19,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/IPTQS/stop-homer.sh 2018-08-25 11:09:19,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:19,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-08-25 11:09:19,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:19,484 - 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-08-25 11:09:19,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:09:19,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:19,485 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:19,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:19,553 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:19,553 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:19,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:19,554 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:19 GMT 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:19,554 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:24,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:24,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:24,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:24,626 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:24,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:24,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:24,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:24,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:24,627 - 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-08-25T11:09:19.258Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmpukNfTo /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmpmKuf4H /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmplFZvRN /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmpCtd9BP /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MNRX3/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Downloaded scripts/bind/bind.py to /tmp/303F2/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmpQBaHWY /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Downloaded scripts/bind/bind.py to /tmp/OSYJ2/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmpJ1n3WJ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "[localhost] run: sudo mv /tmp/tmpK8w9V3 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "40f5e2b3-2d70-4509-8cac-c822a705491a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "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-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e40d5c0f-d659-4d64-ac14-8b7d2a684aaa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.258Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2dda08ec-35de-4afb-bfbe-62d39a8ee559"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:19.262Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:19.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "Executing: /tmp/XOZVL/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "05194cc8-29f3-4e66-84c0-ee4d7af6595f"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "Execution done (return_code=1): /tmp/BNWYI/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b0b24c3e-7e86-49dd-a031-c35ae4feebf3"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "05194cc8-29f3-4e66-84c0-ee4d7af6595f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XOZVL/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "05194cc8-29f3-4e66-84c0-ee4d7af6595f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "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-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "00999177-5ef8-4ae8-861f-f86a46f792fa"}], "metadata": {"pagination": {"total": 178, "offset": 50, "size": 50}}} 2018-08-25 11:09:24,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:24,627 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:24 GMT 2018-08-25 11:09:24,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:24,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30841 2018-08-25 11:09:24,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:24,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:09:24,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:24,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpukNfTo /etc/bind/db.clearwater.local 2018-08-25 11:09:24,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:09:24,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:09:24,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:09:24,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:09:24,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:09:24,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:09:24,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:09:24,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:09:24,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 11:09:24,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:24,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmKuf4H /etc/bind/db.clearwater.local 2018-08-25 11:09:24,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplFZvRN /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCtd9BP /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:24,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MNRX3/bind.py 2018-08-25 11:09:24,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/303F2/bind.py 2018-08-25 11:09:24,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQBaHWY /etc/bind/db.clearwater.local 2018-08-25 11:09:24,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {u'ellis_r00mzk': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.18', u'name': u'ellis-r00mzk'}}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:24,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/OSYJ2/bind.py 2018-08-25 11:09:24,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_lczym4': {u'public_address': u'', u'private_address': u'192.168.120.8', u'name': u'homer-lczym4'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:24,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJ1n3WJ /etc/bind/db.clearwater.local 2018-08-25 11:09:24,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:09:24,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:09:24,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:09:24,635 - 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_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:24,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpK8w9V3 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:24,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 11:09:24,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:09:24,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:24,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:24,636 - 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_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, u'bono': {u'bono_63aajd': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.4', u'name': u'bono-63aajd'}}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:24,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XOZVL/remove-cluster-node.sh 2018-08-25 11:09:24,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BNWYI/stop-bono.sh 2018-08-25 11:09:24,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:24,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:09:24,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XOZVL/remove-cluster-node.sh 2018-08-25 11:09:24,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:24,637 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:24,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:24,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:24,695 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:24,695 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:24,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:24,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:24,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:24,696 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:24,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:24,696 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:24 GMT 2018-08-25 11:09:24,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:24,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:24,696 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:29,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:29,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:29,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:29,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.274Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "05194cc8-29f3-4e66-84c0-ee4d7af6595f"}, {"node_instance_id": "dime_7wqrny", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_k06bxe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_7wqrny", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "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_config_manager\"\n", "node_name": "bono", "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_config_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/bono_host_ou8e32/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_ou8e32/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_ou8e32/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_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_k06bxe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:20.277Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:20.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ad904cf6-e01a-482c-908c-c055534c2130"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WVQ0D/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a201cbe6-a376-456f-a88c-874011457c0d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "[localhost] run: sudo mv /tmp/tmprPmSdM /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Downloaded scripts/bind/bind.py to /tmp/WI0ZL/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ed5d4aac-eca8-48c7-8df0-16380604e1f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Executing: /tmp/WVQ0D/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a201cbe6-a376-456f-a88c-874011457c0d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "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-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Executing: /tmp/PXO33/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ed5d4aac-eca8-48c7-8df0-16380604e1f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "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-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a201cbe6-a376-456f-a88c-874011457c0d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "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-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Executing: /tmp/XU2NB/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ad904cf6-e01a-482c-908c-c055534c2130"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "[localhost] run: sudo mv /tmp/tmpo2BzF_ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "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-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "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-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/PXO33/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ed5d4aac-eca8-48c7-8df0-16380604e1f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "fba30027-1a75-4978-b5f9-c0ee53e83405"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.284Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XU2NB/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ad904cf6-e01a-482c-908c-c055534c2130"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.286Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:21.286Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:21.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.289Z", "message": "Execution done (return_code=1): /tmp/F2CUV/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a80cd409-eae6-4867-a674-4b0ff2147497"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.289Z", "message": "Executing: /tmp/L5R9O/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e28a4b1d-741c-4681-91d4-4167f58c6347"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.289Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/L5R9O/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e28a4b1d-741c-4681-91d4-4167f58c6347"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.289Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e28a4b1d-741c-4681-91d4-4167f58c6347"}, {"node_instance_id": "bono_63aajd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.291Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.291Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.291Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:22.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:22.291Z", "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_65qwvh/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_65qwvh/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_65qwvh/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-08-25T11:09:22.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:23.292Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:23.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:23.292Z", "message": "Downloaded scripts/bind/bind.py to /tmp/3AH5F/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:23.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:23.293Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:23.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 192, "offset": 100, "size": 50}}} 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:29 GMT 2018-08-25 11:09:29,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:29,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29656 2018-08-25 11:09:29,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:29,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:29,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:29,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:29,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:29,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:29,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:29,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:29,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:29,777 - 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_config_manager" 2018-08-25 11:09:29,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:29,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:29,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:29,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:29,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WVQ0D/remove-cluster-node.sh 2018-08-25 11:09:29,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprPmSdM /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:29,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:09:29,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/WI0ZL/bind.py 2018-08-25 11:09:29,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:29,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:09:29,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/WVQ0D/remove-cluster-node.sh 2018-08-25 11:09:29,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:29,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/PXO33/remove-cluster-node.sh 2018-08-25 11:09:29,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:09:29,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:29,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:09:29,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XU2NB/remove-cluster-node.sh 2018-08-25 11:09:29,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpo2BzF_ /etc/bind/db.clearwater.local 2018-08-25 11:09:29,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:09:29,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 11:09:29,781 - 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_5vs4tc': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'sprout-5vs4tc'}}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:29,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/PXO33/remove-cluster-node.sh 2018-08-25 11:09:29,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:29,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XU2NB/remove-cluster-node.sh 2018-08-25 11:09:29,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:29,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/F2CUV/stop-sprout.sh 2018-08-25 11:09:29,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/L5R9O/remove-cluster-node.sh 2018-08-25 11:09:29,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/L5R9O/remove-cluster-node.sh 2018-08-25 11:09:29,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:29,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:29,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:29,783 - 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-08-25 11:09:29,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-25 11:09:29,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/3AH5F/bind.py 2018-08-25 11:09:29,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:29,783 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:29,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:29,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:29,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:29,844 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:29 GMT 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:29,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:29,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:34,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:34,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:34,925 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:34,925 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:23.293Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:23.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.352Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.352Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.352Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.352Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "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-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, 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.7', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "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-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "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-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "message": "[localhost] run: sudo mv /tmp/tmpdtML4F /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "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-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "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-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:24.354Z", "message": "[localhost] run: sudo mv /tmp/tmp7b9bQN /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:24.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e613bd5d-8074-4708-a290-2ec5b939f59b"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:25.358Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8PWFV/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:25.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "07ab240e-96d2-48ae-a4f3-2d09f049fddc"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:25.358Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:25.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "07ab240e-96d2-48ae-a4f3-2d09f049fddc"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:25.358Z", "message": "Executing: /tmp/8PWFV/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:25.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "07ab240e-96d2-48ae-a4f3-2d09f049fddc"}, {"node_instance_id": "dime_7wqrny", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:27.667Z", "message": "Execution done (return_code=0): /tmp/XOZVL/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:27.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "05194cc8-29f3-4e66-84c0-ee4d7af6595f"}, {"node_instance_id": "dime_7wqrny", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:27.964Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:27.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_r00mzk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:28.363Z", "message": "Execution done (return_code=0): /tmp/XU2NB/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:28.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ad904cf6-e01a-482c-908c-c055534c2130"}, {"node_instance_id": "ellis_r00mzk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.086Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.086Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.086Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.086Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.086Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.086Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.359Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:29.382Z", "message": "Execution done (return_code=0): /tmp/PXO33/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:29.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ed5d4aac-eca8-48c7-8df0-16380604e1f3"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_lczym4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.364Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_63aajd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:30.369Z", "message": "Execution done (return_code=0): /tmp/L5R9O/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:30.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e28a4b1d-741c-4681-91d4-4167f58c6347"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 253, "offset": 150, "size": 50}}} 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:34 GMT 2018-08-25 11:09:34,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:34,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26208 2018-08-25 11:09:34,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:34,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:34,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:34,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-25 11:09:34,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:34,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-25 11:09:34,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:34,929 - 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'vellum_k06bxe': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'vellum-k06bxe'}}, 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.7', u'hss_hostname': u''}. 2018-08-25 11:09:34,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-25 11:09:34,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-25 11:09:34,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdtML4F /etc/bind/db.clearwater.opnfv 2018-08-25 11:09:34,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-25 11:09:34,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-25 11:09:34,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-25 11:09:34,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-25 11:09:34,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7b9bQN /etc/bind/db.clearwater.local 2018-08-25 11:09:34,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8PWFV/remove-cluster-node.sh 2018-08-25 11:09:34,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-25 11:09:34,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8PWFV/remove-cluster-node.sh 2018-08-25 11:09:34,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/XOZVL/remove-cluster-node.sh 2018-08-25 11:09:34,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:34,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/XU2NB/remove-cluster-node.sh 2018-08-25 11:09:34,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:34,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:34,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:34,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/PXO33/remove-cluster-node.sh 2018-08-25 11:09:34,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:34,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:34,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:09:34,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:09:34,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/L5R9O/remove-cluster-node.sh 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:34,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-25 11:09:34,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:34,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:34,936 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:34,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:34,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:34,996 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:34 GMT 2018-08-25 11:09:34,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:34,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:34,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:40,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:40,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:40,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:40,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:40,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:40,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.372Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Stopping Agent dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:31.373Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:31.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.383Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:32.563Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:32.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Stopping Agent ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Stopping Agent bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:33.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:33.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:34.886Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:35.387Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:35.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:35.387Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:35.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:35.862Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:35.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 326, "offset": 200, "size": 50}}} 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:40 GMT 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26725 2018-08-25 11:09:40,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_qrrn5l 2018-08-25 11:09:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:09:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:09:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_f2g55a 2018-08-25 11:09:40,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_ou8e32 2018-08-25 11:09:40,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:40,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-25 11:09:40,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:40,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:40,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:09:40,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:40,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:40,147 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:40,147 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:40 GMT 2018-08-25 11:09:40,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:40,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:40,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:45,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:45,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:45,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:45,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:45,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:45,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:45,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.390Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.392Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_qrrn5l stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.392Z", "message": "Successfully stopped daemon: dime_host_qrrn5l\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "81ee8b34-ae65-4e5e-ae2f-780b898d3f21"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:36.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:36.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_f2g55a stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Successfully stopped daemon: bono_host_ou8e32\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Stopping Agent homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_ou8e32 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Successfully stopped daemon: ellis_host_f2g55a\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f3053ec2-cd84-4fc7-a328-174408ff2ca0"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Deleting Agent dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "af8297dd-ff66-4435-9444-7bf84ab5e920"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.403Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:37.405Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:37.405Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.399Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Deleting Agent bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Deleting Agent ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}], "metadata": {"pagination": {"total": 365, "offset": 250, "size": 50}}} 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:45 GMT 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27292 2018-08-25 11:09:45,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:45,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:45,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_qrrn5l stop 2018-08-25 11:09:45,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_qrrn5l 2018-08-25 11:09:45,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_f2g55a stop 2018-08-25 11:09:45,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:09:45,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_ou8e32 2018-08-25 11:09:45,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_cnsgkm 2018-08-25 11:09:45,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_ou8e32 stop 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_f2g55a 2018-08-25 11:09:45,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_qrrn5l 2018-08-25 11:09:45,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:09:45,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:45,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:09:45,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_ou8e32 2018-08-25 11:09:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_f2g55a 2018-08-25 11:09:45,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:45,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:45,331 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:45,332 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:45,332 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:45 GMT 2018-08-25 11:09:45,332 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:45,332 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:45,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:50,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:50,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Deleting Agent ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:38.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:38.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:39.404Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:39.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:39.404Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:39.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:39.404Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:39.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:39.414Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:39.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:39.414Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:39.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:39.414Z", "message": "Successfully deleted daemon: dime_host_qrrn5l", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:39.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8811eba2-b869-45ba-9065-4e7c81c64fe6"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.417Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.417Z", "message": "Successfully deleted daemon: ellis_host_f2g55a", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.417Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4775b724-2aa6-460a-9fb2-796da1a6ba42"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.417Z", "message": "Successfully deleted daemon: bono_host_ou8e32", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.417Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.417Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "61db7d2a-e4e1-4d2a-9102-1065fcc6a2d3"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:40.544Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:40.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.412Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.412Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.412Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.412Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.412Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.412Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.420Z", "message": "Successfully stopped daemon: homer_host_cnsgkm\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.420Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_cnsgkm stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:41.420Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:41.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7a01800a-f3ca-4874-ba09-ec422163d99e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.417Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.417Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.417Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.417Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.417Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.417Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:42.423Z", "message": "Deleting Agent homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:42.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:43.420Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:43.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:44.166Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:44.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:44.423Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:44.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:44.423Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:44.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:44.423Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:44.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 379, "offset": 300, "size": 50}}} 2018-08-25 11:09:50,406 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:50,407 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:50 GMT 2018-08-25 11:09:50,407 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:50,407 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26585 2018-08-25 11:09:50,407 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:50,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_f2g55a 2018-08-25 11:09:50,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:50,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:09:50,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:09:50,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:09:50,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:09:50,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_qrrn5l 2018-08-25 11:09:50,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:09:50,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_f2g55a 2018-08-25 11:09:50,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:09:50,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_ou8e32 2018-08-25 11:09:50,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:09:50,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:09:50,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:50,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:09:50,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:09:50,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:09:50,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:09:50,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:50,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:09:50,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_cnsgkm 2018-08-25 11:09:50,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_cnsgkm stop 2018-08-25 11:09:50,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:09:50,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:50,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:09:50,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:50,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:50,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:50,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:09:50,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:09:50,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_cnsgkm 2018-08-25 11:09:50,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:09:50,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:09:50,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:09:50,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:09:50,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:09:50,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:50,477 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:50,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:50,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:50,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:50,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:50,478 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:50 GMT 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:50,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:55,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:09:55,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:55,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:55,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:44.426Z", "message": "Successfully deleted daemon: homer_host_cnsgkm", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:44.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:44.426Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:44.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "36d479d8-3761-4e3d-955a-28d76c54db66"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:45.425Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:45.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:45.425Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:45.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:45.425Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:45.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:45.425Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:45.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:45.425Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:45.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:46.429Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:46.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:46.429Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:46.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:46.429Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:46.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:47.433Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:47.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:47.433Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:47.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:47.433Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:47.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:48.860Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:48.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:49.440Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:49.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:49.440Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:49.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:50.475Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:50.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:50.475Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:50.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:50.475Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:50.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:50.475Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:50.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.436Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7ec41f78-adeb-40c7-af3f-c6d198078f4d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.484Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.484Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.484Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.484Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.484Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:51.484Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:51.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:53.047Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:53.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_host_qrrn5l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:53.144Z", "message": "Waiting for server \"fd60d0a0-aab6-43bf-955d-89bfbb933c61\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:53.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "7ec41f78-adeb-40c7-af3f-c6d198078f4d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:53.487Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:53.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:53.487Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:53.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:54.491Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:54.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:54.491Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:54.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:55.197Z", "message": "Execution done (return_code=0): /tmp/8PWFV/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:55.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "07ab240e-96d2-48ae-a4f3-2d09f049fddc"}], "metadata": {"pagination": {"total": 397, "offset": 350, "size": 50}}} 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:55 GMT 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:55,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17611 2018-08-25 11:09:55,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:09:55,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_cnsgkm 2018-08-25 11:09:55,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:09:55,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:09:55,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:09:55,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:09:55,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:09:55,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:09:55,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:09:55,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:09:55,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:09:55,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:09:55,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:09:55,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:09:55,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:09:55,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fd60d0a0-aab6-43bf-955d-89bfbb933c61" to be deleted. current status: ACTIVE 2018-08-25 11:09:55,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:09:55,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8PWFV/remove-cluster-node.sh 2018-08-25 11:09:55,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:09:55,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:09:55,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:09:55,618 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:09:55 GMT 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:09:55,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:00,622 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:00,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:00,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:00,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:00,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:55.610Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:55.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:55.610Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:55.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:55.610Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:55.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_5vs4tc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:55.610Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:55.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.530Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "45b05493-76d6-4bf8-af24-a019e28f1e76"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_node_nk6zlp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:56.612Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:56.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:57.616Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:57.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:57.616Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:57.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:57.616Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:57.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:57.616Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:57.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:57.616Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:57.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:57.616Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:57.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_host_cnsgkm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:58.056Z", "message": "Waiting for server \"4a691d8e-8f03-47bc-9ef2-a027b02f93ad\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:58.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "45b05493-76d6-4bf8-af24-a019e28f1e76"}, {"node_instance_id": "dime_host_qrrn5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:58.619Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:58.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:58.619Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:58.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.411Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c13d6ff3-e564-4f9e-9883-e63ee102078c"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:09:59.622Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:09:59.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_security_group_dfvd5b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.429Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "454dc37d-e536-47f6-9bd3-4de2d44a3495"}], "metadata": {"pagination": {"total": 428, "offset": 384, "size": 50}}} 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:00 GMT 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15585 2018-08-25 11:10:00,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:00,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:00,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:00,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:00,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-25 11:10:00,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:10:00,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:00,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:10:00,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:10:00,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:10:00,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:10:00,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:00,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:00,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:00,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:10:00,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:00,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:00,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:00,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:10:00,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "4a691d8e-8f03-47bc-9ef2-a027b02f93ad" to be deleted. current status: ACTIVE 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:10:00,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:10:00,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:10:00,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:10:00,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-25 11:10:00,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:00,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:10:00,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:00,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:00,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:00,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:00,767 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:00 GMT 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:00,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:05,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:05,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:05,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.742Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.742Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.742Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.742Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.742Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:00.742Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:00.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Stopping Agent sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "ellis_host_f2g55a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Waiting for server \"10c7b65f-6e22-430d-853f-cdd5db45c843\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c13d6ff3-e564-4f9e-9883-e63ee102078c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.456Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "dime_security_group_dfvd5b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.745Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.745Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.745Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.745Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:01.745Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:01.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:02.466Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:02.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c7852127-4776-4085-a882-c03f9f33a067"}, {"node_instance_id": "homer_host_cnsgkm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:03.224Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:03.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:03.557Z", "message": "Waiting for server \"3269cf44-711e-4ffb-911c-328fdd4557c6\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:03.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c7852127-4776-4085-a882-c03f9f33a067"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:03.749Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:03.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:04.753Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:04.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:04.753Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:04.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:04.753Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:04.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_security_group_9gqqq2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:05.216Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:05.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "09b6cb3a-34dc-437e-8564-20cc823387df"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:05.475Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_65qwvh stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:05.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:05.475Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:05.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:05.475Z", "message": "Successfully stopped daemon: sprout_host_65qwvh\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:05.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3f1e2133-ccef-40d2-ae63-f494a30f81a2"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:05.755Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:05.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:05.755Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:05.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 463, "offset": 415, "size": 50}}} 2018-08-25 11:10:05,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:05,846 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:05 GMT 2018-08-25 11:10:05,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:05,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18622 2018-08-25 11:10:05,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:05,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:10:05,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:10:05,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_65qwvh 2018-08-25 11:10:05,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "10c7b65f-6e22-430d-853f-cdd5db45c843" to be deleted. current status: SHUTOFF 2018-08-25 11:10:05,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:05,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:10:05,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:10:05,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:05,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:05,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:10:05,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:10:05,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:10:05,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3269cf44-711e-4ffb-911c-328fdd4557c6" to be deleted. current status: SHUTOFF 2018-08-25 11:10:05,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:05,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:10:05,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:10:05,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:05,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:10:05,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_65qwvh stop 2018-08-25 11:10:05,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:10:05,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_65qwvh 2018-08-25 11:10:05,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:10:05,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:10:05,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:05,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:05,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:05,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:05,915 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:05 GMT 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:05,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:10,921 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:11,092 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Deleting Agent sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.759Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.759Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.759Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.759Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_host_f2g55a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.759Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "homer_security_group_9gqqq2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:06.759Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:06.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.776Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.776Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.776Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.776Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.776Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.776Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_floatingip_clhgkr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:07.978Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:07.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e52248e5-751e-4ce3-81fc-3a7db95958c8"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.612Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.612Z", "message": "Successfully deleted daemon: sprout_host_65qwvh", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "ellis_security_group_7nu0ks", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.612Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "03397caf-115c-4067-abea-a504db637c4f"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.612Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "2954b37b-1ee6-4bd3-aef0-cd46cf24f46c"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5952)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5952)", "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_toj5uv/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_toj5uv/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_toj5uv/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_toj5uv/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_toj5uv/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=5952)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_host_ou8e32", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:08.802Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:08.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.615Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.615Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.615Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.805Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.805Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_security_group_7nu0ks", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.805Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.805Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "ellis_floatingip_clhgkr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.805Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:09.805Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:09.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Stopping Agent proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}], "metadata": {"pagination": {"total": 521, "offset": 450, "size": 50}}} 2018-08-25 11:10:11,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:11,093 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:11 GMT 2018-08-25 11:10:11,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:11,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27618 2018-08-25 11:10:11,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:11,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_65qwvh 2018-08-25 11:10:11,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:10:11,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:11,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:11,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:10:11,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:10:11,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:10:11,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:11,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-25 11:10:11,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-25 11:10:11,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_65qwvh 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:10:11,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5952) 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:10:11,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:10:11,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_toj5uv 2018-08-25 11:10:11,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:11,102 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:11,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:11,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:11,251 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:11 GMT 2018-08-25 11:10:11,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:11,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:11,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:16,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:16,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:16,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.620Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.812Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.812Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.812Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.812Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.812Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:10.812Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:10.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_security_group_m3btw7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:11.623Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:11.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "e7968212-d5c9-41dd-a198-17fe4e2bcf88"}, {"node_instance_id": "bono_floatingip_37q8u9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:11.623Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:11.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c87fcf07-7a85-4a6f-b8e6-ecfccc56964b"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:11.842Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:11.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:11.842Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:11.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:11.842Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:11.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_floatingip_37q8u9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:12.845Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:12.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bono_security_group_m3btw7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:12.845Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:12.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.248Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.426Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.627Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_toj5uv stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.627Z", "message": "Successfully stopped daemon: proxy_host_toj5uv\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "04dbd9e3-7a95-47e5-acb9-5dfcc568f6e1"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.851Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.851Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:14.851Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:14.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Deleting Agent proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.631Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.854Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.854Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:15.854Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:15.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 548, "offset": 500, "size": 50}}} 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:16 GMT 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18647 2018-08-25 11:10:16,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:16,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-25 11:10:16,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:16,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:10:16,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_toj5uv stop 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_toj5uv 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_toj5uv 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:16,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:16,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:16,380 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:16,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:16,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:16 GMT 2018-08-25 11:10:16,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:16,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:16,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:21,386 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:21,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:21,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:21,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:21,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:21,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:21,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:17.308Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:17.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:17.634Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:17.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:17.634Z", "message": "Successfully deleted daemon: proxy_host_toj5uv", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:17.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c8ca192e-0fba-4263-916c-24ee1320791d"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:17.724Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:17.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:17.868Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:17.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:17.868Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:17.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:19.670Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:19.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:19.872Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:19.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:19.872Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:19.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:19.872Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:19.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:20.876Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:20.876Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:20.876Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:21.239Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:21.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "474a04e8-c90b-4fea-a36e-2ea72ce814cc"}], "metadata": {"pagination": {"total": 562, "offset": 535, "size": 50}}} 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:21 GMT 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7228 2018-08-25 11:10:21,525 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:21,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:10:21,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:10:21,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_toj5uv 2018-08-25 11:10:21,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:10:21,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:10:21,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:10:21,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:21,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:10:21,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:21,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:21,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:10:21,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:10:21,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:21,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:10:21,528 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:21,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:21,585 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:21,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:21,586 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:21 GMT 2018-08-25 11:10:21,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:21,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:21,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:26,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:26,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:22.978Z", "message": "Waiting for server \"fdc7aee9-2100-4a81-8bfa-22bb3ae709be\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:22.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "474a04e8-c90b-4fea-a36e-2ea72ce814cc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:23.551Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:23.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:23.880Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:23.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:24.646Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:24.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4cf52ae6-19fa-4711-bbe9-0613e6226c04"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:24.885Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:24.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:24.885Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:24.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_host_65qwvh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:26.352Z", "message": "Waiting for server \"87cdeccb-3ceb-4856-bb20-a16848141678\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:26.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "4cf52ae6-19fa-4711-bbe9-0613e6226c04"}], "metadata": {"pagination": {"total": 569, "offset": 549, "size": 50}}} 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:26,656 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:26 GMT 2018-08-25 11:10:26,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:26,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3776 2018-08-25 11:10:26,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:26,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fdc7aee9-2100-4a81-8bfa-22bb3ae709be" to be deleted. current status: ACTIVE 2018-08-25 11:10:26,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:10:26,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:26,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:10:26,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:10:26,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:10:26,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "87cdeccb-3ceb-4856-bb20-a16848141678" to be deleted. current status: SHUTOFF 2018-08-25 11:10:26,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:26,712 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:26,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:26,713 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:26 GMT 2018-08-25 11:10:26,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:26,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:26,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:31,718 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:31,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:31,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:31,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:31,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_toj5uv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:28.441Z", "message": "Waiting for server \"fdc7aee9-2100-4a81-8bfa-22bb3ae709be\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:28.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "474a04e8-c90b-4fea-a36e-2ea72ce814cc"}, {"node_instance_id": "sprout_host_65qwvh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:31.627Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:31.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 571, "offset": 556, "size": 50}}} 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:31 GMT 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1189 2018-08-25 11:10:31,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:31,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fdc7aee9-2100-4a81-8bfa-22bb3ae709be" to be deleted. current status: ACTIVE 2018-08-25 11:10:31,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:10:31,789 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:31,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:31,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:31,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:31,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:31,848 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:31 GMT 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:31,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:36,854 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:36,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:36,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.721Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.721Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.721Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.721Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.721Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.908Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.908Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:32.908Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:32.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_security_group_vc3km3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:33.479Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:33.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "07e597ef-b8bd-4545-8221-524f6b0ca287"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:33.643Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:33.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "ccb716f8-ac21-450e-adc7-1b62464da695"}, {"node_instance_id": "proxy_host_toj5uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:33.943Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:33.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "sprout_security_group_vc3km3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:34.947Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:34.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "internal_sip_security_group_ie16sj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:10:34.947Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:10:34.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 584, "offset": 558, "size": 50}}} 2018-08-25 11:10:36,925 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:36,925 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:36 GMT 2018-08-25 11:10:36,925 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:36,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6868 2018-08-25 11:10:36,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:36,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:36,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:10:36,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:36,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:10:36,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:10:36,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:10:36,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:10:36,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:10:36,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:10:36,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:10:36,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:10:36,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:10:36,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:10:36,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:36,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:36,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:36,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:36,983 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:36,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:36,984 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:36 GMT 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:36,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:41,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:42,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:42,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:42,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:42,053 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:42,053 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:42 GMT 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:10:42,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:42,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:42,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:42,112 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:42,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:42,113 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:42 GMT 2018-08-25 11:10:42,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:42,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:42,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:47,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:47,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:47,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:47,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:47,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:47,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:47 GMT 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:10:47,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:47,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:47,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:47,234 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:47,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:47,235 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:47 GMT 2018-08-25 11:10:47,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:47,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:47,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:52,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:52,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:10:52,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:52,304 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:52 GMT 2018-08-25 11:10:52,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:52,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:10:52,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:52,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:52,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:52,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:52,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:52,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:52,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:52,360 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:52 GMT 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:52,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:57,366 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:10:57,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:57,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:57,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:57,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:57,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:57 GMT 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:10:57,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:10:57,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:10:57,495 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:10:57,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:10:57,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:10:57,495 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:10:57,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:10:57,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:10:57,496 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:10:57,496 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:10:57,496 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:10:57,496 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:10:57 GMT 2018-08-25 11:10:57,496 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:10:57,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:10:57,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:02,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:02,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:02,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:02 GMT 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:02,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:11:02,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:02,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:02,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:02,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:02,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:02,629 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:02 GMT 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:02,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:02,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:07,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:07,701 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:11:07,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:07,702 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:07 GMT 2018-08-25 11:11:07,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:07,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:11:07,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:07,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:07,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:07,759 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:07,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:07,759 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:07 GMT 2018-08-25 11:11:07,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:07,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:07,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:12,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:12,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:12,828 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:12 GMT 2018-08-25 11:11:12,829 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:12,829 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:11:12,829 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:12,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:12,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:12,884 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:12,884 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:12 GMT 2018-08-25 11:11:12,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:12,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:12,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:17,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:17,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:17,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:17 GMT 2018-08-25 11:11:17,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:17,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:11:17,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:17,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:18,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:18,019 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:18,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:18,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:18 GMT 2018-08-25 11:11:18,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:18,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:18,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:23,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:23,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:23,090 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_k06bxe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:19.852Z", "message": "Execution done (return_code=2): /tmp/WVQ0D/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:19.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a201cbe6-a376-456f-a88c-874011457c0d"}, {"node_instance_id": "vellum_k06bxe", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:20.007Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member bff4c3d2388215b1: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.5:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.7:4000 has no leader\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member bff4c3d2388215b1: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.5:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.7:4000 has no leader\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_88imjs/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_88imjs/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_88imjs/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 bff4c3d2388215b1: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.5:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.7:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-25T11:11:20.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:20.961Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:20.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:20.961Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:20.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:20.961Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:20.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_owuisb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:20.961Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:20.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:21.965Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:21.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_owuisb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:21.965Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:21.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:21.965Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:21.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:21.965Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:21.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 594, "offset": 571, "size": 50}}} 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:23 GMT 2018-08-25 11:11:23,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:23,092 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6793 2018-08-25 11:11:23,092 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:23,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/WVQ0D/remove-cluster-node.sh 2018-08-25 11:11:23,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member bff4c3d2388215b1: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader ; error #1: client: endpoint http://192.168.120.5:4000 exceeded header timeout ; error #2: client: etcd member http://192.168.120.7:4000 has no leader 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:11:23,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-25 11:11:23,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:11:23,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:23,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:23,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:23,150 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:23 GMT 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:23,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:23,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:28,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:28,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:25.989Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:25.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:26.969Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:26.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:26.969Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:26.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:26.969Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:26.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:26.969Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:26.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:26.969Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:26.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:26.969Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:26.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.461Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Stopping Agent vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.664Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:27.974Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:27.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 618, "offset": 581, "size": 50}}} 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:28,225 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:28 GMT 2018-08-25 11:11:28,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:28,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12755 2018-08-25 11:11:28,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:28,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-25 11:11:28,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:11:28,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:11:28,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:11:28,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:11:28,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:11:28,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:11:28,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_88imjs 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-25 11:11:28,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-25 11:11:28,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-25 11:11:28,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-25 11:11:28,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-25 11:11:28,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-25 11:11:28,230 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:28,288 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:28,289 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:28,289 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:28,290 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:28 GMT 2018-08-25 11:11:28,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:28,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:28,290 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:33,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:33,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:33,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:33,364 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:33,364 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Stopping Agent bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:28.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:28.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.145Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.350Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.735Z", "message": "Successfully stopped daemon: vellum_host_88imjs\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.735Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_88imjs stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "a04bb002-b2e0-48e1-a57b-671f007a696e"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.982Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.982Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:32.982Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:32.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 635, "offset": 605, "size": 50}}} 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:33 GMT 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9273 2018-08-25 11:11:33,365 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:33,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_dhyoa2 2018-08-25 11:11:33,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:33,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:11:33,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:11:33,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_88imjs 2018-08-25 11:11:33,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_88imjs stop 2018-08-25 11:11:33,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:11:33,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:11:33,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:11:33,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:33,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:33,429 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:33,429 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:33,430 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:33 GMT 2018-08-25 11:11:33,430 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:33,430 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:33,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:38,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:38,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:38,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:38,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:38,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:38,503 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Successfully stopped daemon: bind_host_dhyoa2\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Deleting Agent vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_dhyoa2 stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "8554811c-ee7b-44e9-ab75-257a48ff822e"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.739Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.984Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.984Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.984Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:33.984Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:33.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Deleting Agent bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:34.745Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:34.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:35.442Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:35.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:35.748Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:35.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:35.748Z", "message": "Successfully deleted daemon: vellum_host_88imjs", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:35.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:35.748Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:35.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "f683e48b-34b1-4300-9ce3-8c0c2fe25019"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:35.993Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:35.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:35.993Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:35.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:36.752Z", "message": "Successfully deleted daemon: bind_host_dhyoa2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:36.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:36.752Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:36.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:36.752Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:36.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3fb14f63-2f1b-492b-9460-72a2a8a82c24"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:36.999Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:36.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:36.999Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:36.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:36.999Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:36.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:38.001Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:38.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 675, "offset": 622, "size": 50}}} 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:38 GMT 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21584 2018-08-25 11:11:38,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:38,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_dhyoa2 2018-08-25 11:11:38,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_88imjs 2018-08-25 11:11:38,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_dhyoa2 stop 2018-08-25 11:11:38,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-25 11:11:38,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-25 11:11:38,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-25 11:11:38,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-25 11:11:38,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-25 11:11:38,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_dhyoa2 2018-08-25 11:11:38,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-25 11:11:38,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:11:38,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:11:38,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_88imjs 2018-08-25 11:11:38,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_dhyoa2 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 11:11:38,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-25 11:11:38,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 11:11:38,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:11:38,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:38,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:38,570 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:38,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:38,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:38 GMT 2018-08-25 11:11:38,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:38,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:38,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:43,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:43,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:43,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:39.004Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:39.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:39.004Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:39.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:39.004Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:39.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:39.004Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:39.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:39.004Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:39.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:42.362Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:42.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:43.008Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:43.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:43.008Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:43.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 683, "offset": 662, "size": 50}}} 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:43,641 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:43 GMT 2018-08-25 11:11:43,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:43,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4171 2018-08-25 11:11:43,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:43,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:43,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:43,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:11:43,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-25 11:11:43,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:11:43,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:43,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:43,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:43,644 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:43,700 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:43,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:43,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:43,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:43,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:43,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:43,701 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:43,701 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:43,701 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:43,701 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:43 GMT 2018-08-25 11:11:43,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:43,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:43,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:48,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:48,771 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:44.122Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:44.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:44.122Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:44.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:44.122Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:44.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:46.102Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:46.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:47.126Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:47.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:47.126Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:47.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:47.126Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:47.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:47.311Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:47.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3e0cfd01-8cdc-4eab-b790-29912fbf0244"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:48.130Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:48.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:48.130Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:48.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:48.130Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:48.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 694, "offset": 670, "size": 50}}} 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:48 GMT 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:48,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5661 2018-08-25 11:11:48,773 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:48,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:48,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:48,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-08-25 11:11:48,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:48,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:11:48,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:11:48,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:11:48,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:11:48,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:48,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:48,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:48,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:48,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:48,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:48,833 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:48 GMT 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:48,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:53,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:53,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:53,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:53,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:53,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:53,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_88imjs", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:49.063Z", "message": "Waiting for server \"36546e8c-0849-4ea0-bae5-343f591c5a79\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:49.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "3e0cfd01-8cdc-4eab-b790-29912fbf0244"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:51.197Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:51.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:52.138Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:52.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:52.138Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:52.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:52.138Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:52.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:52.451Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:52.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "6773ad3e-396e-4996-ad4f-c1776d78e8a7"}], "metadata": {"pagination": {"total": 700, "offset": 681, "size": 50}}} 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:53 GMT 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3162 2018-08-25 11:11:53,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "36546e8c-0849-4ea0-bae5-343f591c5a79" to be deleted. current status: ACTIVE 2018-08-25 11:11:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-25 11:11:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 11:11:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:11:53,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 11:11:53,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-25 11:11:53,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:53,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:53,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:53,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:53,970 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:53,970 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:53,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:53,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:53,971 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:53,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:53,971 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:53 GMT 2018-08-25 11:11:53,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:53,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:53,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:58,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:11:59,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:59,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:54.203Z", "message": "Waiting for server \"bb8587bd-11be-4046-b377-1f2c40c03ab0\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:54.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "6773ad3e-396e-4996-ad4f-c1776d78e8a7"}, {"node_instance_id": "vellum_host_88imjs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:54.238Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:54.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:55.143Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:55.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_security_group_j3kej0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:56.141Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:56.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "c40c1cdb-89f0-4a71-86e6-1398a2a8e779"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:56.146Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:56.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:56.146Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:56.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:56.146Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:56.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "vellum_security_group_j3kej0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:57.149Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:57.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 708, "offset": 687, "size": 50}}} 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:59,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:59 GMT 2018-08-25 11:11:59,047 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:59,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4291 2018-08-25 11:11:59,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:11:59,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "bb8587bd-11be-4046-b377-1f2c40c03ab0" to be deleted. current status: SHUTOFF 2018-08-25 11:11:59,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:11:59,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:11:59,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:11:59,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:11:59,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:11:59,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:11:59,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:11:59,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:11:59,108 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:11:59,108 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:11:59,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:11:59,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:11:59 GMT 2018-08-25 11:11:59,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:11:59,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-25 11:11:59,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:12:04,114 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-25 11:12:04,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:12:04,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:12:04,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:12:04,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:12:04,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:12:04,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_dhyoa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:11:59.378Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:11:59.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:00.153Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:00.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:00.153Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:00.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:00.153Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:00.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "keypair_y8khtg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:00.153Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:00.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "keypair_y8khtg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "keypair_y8khtg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "keypair_y8khtg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "bind_floatingip_z5x5ke", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.250Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:01.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "keypair_y8khtg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:01.550Z", "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-08-25T11:12:01.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "b738b447-5302-4a15-ac38-86153bed8caf"}, {"node_instance_id": "keypair_y8khtg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:02.374Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:02.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "base_security_group_stf0nc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:02.781Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:02.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "71e9e942-e6f9-4c7e-aa1d-d0d3e90ecb46"}, {"node_instance_id": "bind_floatingip_z5x5ke", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:02.781Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:02.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "1f331913-e148-4a7e-9bd0-9ef8e6178b1e"}, {"node_instance_id": "bind_security_group_lcbas3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:02.781Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:02.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5", "logger": "eef779c1-098c-4248-bd29-8c467c9832b6"}, {"node_instance_id": "bind_security_group_lcbas3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:03.378Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:03.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}, {"node_instance_id": "base_security_group_stf0nc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-25T11:12:03.378Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T11:12:03.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5ade1543-671a-4118-ad5b-446a3116d6d5"}], "metadata": {"pagination": {"total": 732, "offset": 695, "size": 50}}} 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:12:04 GMT 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12178 2018-08-25 11:12:04,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:12:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-25 11:12:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:12:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:12:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:12:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-08-25 11:12:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:12:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:12:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 11:12:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 11:12:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:12:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-25 11:12:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-08-25 11:12:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-08-25 11:12:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:12:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-25 11:12:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-25 11:12:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:12:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 11:12:04,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/5ade1543-671a-4118-ad5b-446a3116d6d5 2018-08-25 11:12:04,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:12:04,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:12:04,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:12:04,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:12:04,240 - 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-08-25T11:09:14.127Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "5ade1543-671a-4118-ad5b-446a3116d6d5"} 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:12:04 GMT 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-08-25 11:12:04,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:12:04,241 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv 2018-08-25 11:12:05,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:12:05,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "f43b544e-30a3-4466-b76a-e035576d0f90", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "bono_cluster_size": 1, "flavor_id": "0e495725-db90-4ab0-8cb0-23f7c5ca9651", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed", "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-08-25T10:49:04.677Z", "updated_at": "2018-08-25T10:49:04.677Z", "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-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:12:05,043 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:12:05 GMT 2018-08-25 11:12:05,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:12:05,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-25 11:12:05,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:12:05,044 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv 2018-08-25 11:12:05,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:12:05,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:12:05,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:12:05,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:12:05,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:12:05,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:12:05,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:12:05,131 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 11:12:05,132 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-25T10:48:57.374Z", "updated_at": "2018-08-25T10:48:57.374Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.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.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.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.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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"}, "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": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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-08-25 11:12:05,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:12:05,134 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:12:05 GMT 2018-08-25 11:12:05,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:12:05,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-25 11:12:05,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:12:05,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 11:12:05,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:05,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc15be03-b9a9-4f2c-baac-e65d52d54a3d Date: Sat, 25 Aug 2018 11:12:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 11:12:05,792 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90 used request id req-bc15be03-b9a9-4f2c-baac-e65d52d54a3d 2018-08-25 11:12:05,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.633467912674s 2018-08-25 11:12:05,793 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/f43b544e-30a3-4466-b76a-e035576d0f90 used request id req-bc15be03-b9a9-4f2c-baac-e65d52d54a3d 2018-08-25 11:12:05,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:12:05,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:06,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-c7a352d6-ac59-484c-9f5d-792cf3ee8309 x-compute-request-id: req-c7a352d6-ac59-484c-9f5d-792cf3ee8309 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_alt_2ab14de2-6641-48da-a952-78d1657d86ed", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651", "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": "0e495725-db90-4ab0-8cb0-23f7c5ca9651"}, {"name": "cloudify_ims-flavor_2ab14de2-6641-48da-a952-78d1657d86ed", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "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": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40"}]} 2018-08-25 11:12:06,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c7a352d6-ac59-484c-9f5d-792cf3ee8309 2018-08-25 11:12:06,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.230012893677s 2018-08-25 11:12:06,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c7a352d6-ac59-484c-9f5d-792cf3ee8309 2018-08-25 11:12:06,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 11:12:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:06,055 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 11:12: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-37dc27c0-1f30-468e-aba1-24cb0c175da1 x-compute-request-id: req-37dc27c0-1f30-468e-aba1-24cb0c175da1 Content-Length: 0 Content-Type: application/json 2018-08-25 11:12:06,055 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651 used request id req-37dc27c0-1f30-468e-aba1-24cb0c175da1 2018-08-25 11:12:06,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0281500816345s 2018-08-25 11:12:06,055 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/0e495725-db90-4ab0-8cb0-23f7c5ca9651 used request id req-37dc27c0-1f30-468e-aba1-24cb0c175da1 2018-08-25 11:12:06,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 11:12:06,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/05d102e3-24bc-429c-bd2f-7e3136feb7ed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:07,611 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ea97566-be72-4239-96a8-d29012a2b9bb Content-Length: 0 Date: Sat, 25 Aug 2018 11:12:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 11:12:07,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/05d102e3-24bc-429c-bd2f-7e3136feb7ed.json used request id req-0ea97566-be72-4239-96a8-d29012a2b9bb 2018-08-25 11:12:07,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.55355787277s 2018-08-25 11:12:07,612 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/05d102e3-24bc-429c-bd2f-7e3136feb7ed.json used request id req-0ea97566-be72-4239-96a8-d29012a2b9bb 2018-08-25 11:12:07,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:12:07,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:07,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9247cc77-6037-464e-984a-73402d46fc87 Date: Sat, 25 Aug 2018 11:12:07 GMT RESP BODY: {"floatingips": []} 2018-08-25 11:12:07,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9247cc77-6037-464e-984a-73402d46fc87 2018-08-25 11:12:07,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0787198543549s 2018-08-25 11:12:07,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-9247cc77-6037-464e-984a-73402d46fc87 2018-08-25 11:12:07,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 11:12:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:08,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:12: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-7653f4de-42ef-47c4-8b85-977491d2f3ae x-compute-request-id: req-7653f4de-42ef-47c4-8b85-977491d2f3ae Content-Type: application/json 2018-08-25 11:12:08,082 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885 used request id req-7653f4de-42ef-47c4-8b85-977491d2f3ae 2018-08-25 11:12:08,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.384733915329s 2018-08-25 11:12:08,082 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885 used request id req-7653f4de-42ef-47c4-8b85-977491d2f3ae 2018-08-25 11:12:08,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:12:08,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:08,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-0956012e-42dd-49ad-b6b2-dcce37b72ecf x-compute-request-id: req-0956012e-42dd-49ad-b6b2-dcce37b72ecf Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:d6:3d", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/4dd15380-e126-4b8a-9c90-3ab9d296a885", "rel": "bookmark"}], "image": {"id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "links": [{"href": "http://172.30.9.35:8774/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T10:47:28.000000", "flavor": {"id": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "links": [{"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "bookmark"}]}, "id": "4dd15380-e126-4b8a-9c90-3ab9d296a885", "security_groups": [{"name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}], "user_id": "5a7f713e42f844eb8b536bd4c3be86db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:12:08Z", "hostId": "45f638ce8708f95c667b88303fb25e7f6ed0879f5d446eedac3bef83", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed", "name": "cloudify_ims-vm_2ab14de2-6641-48da-a952-78d1657d86ed", "created": "2018-08-25T10:45:06Z", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:12:08,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0956012e-42dd-49ad-b6b2-dcce37b72ecf 2018-08-25 11:12:08,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678669929504s 2018-08-25 11:12:08,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0956012e-42dd-49ad-b6b2-dcce37b72ecf 2018-08-25 11:12:08,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:12:10,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:12:10,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:10,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-6ed4f157-3655-48a4-b90a-7d9427f2e48e x-compute-request-id: req-6ed4f157-3655-48a4-b90a-7d9427f2e48e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 11:12:10,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6ed4f157-3655-48a4-b90a-7d9427f2e48e 2018-08-25 11:12:10,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0740969181061s 2018-08-25 11:12:10,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6ed4f157-3655-48a4-b90a-7d9427f2e48e 2018-08-25 11:12:10,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:12:10,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:10,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-9f1683ec-23ad-4e5d-b7a7-e9602b6c7601 Date: Sat, 25 Aug 2018 11:12:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:45:03Z", "updated_at": "2018-08-25T10:45:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "31e07766-62af-401d-ade6-7e0a0d381544", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "32e9d102-68e9-40d1-b647-671372ba8d58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "8ab19855-9731-4eec-9d41-f637cc9e3586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "ac34638e-f0da-47d1-b2c0-ce512e187afb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2188b7f-afe9-4bd1-ad2d-8205cfa4415a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "b2521c72-abb3-4d72-9b5f-d2772e0b8914", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T10:45:04Z", "revision_number": 0, "id": "e975a1b3-0191-45ad-85bb-0dce7d544020", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:04Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:45:03Z", "revision_number": 0, "id": "f957858d-ccf8-4c03-a2c9-a771738e7394", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:45:03Z", "security_group_id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 7, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "546947f7-d383-4cc7-a3b6-fa40d5f2736e", "name": "cloudify_ims-sg_2ab14de2-6641-48da-a952-78d1657d86ed"}, {"description": "Default security group", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:32Z", "updated_at": "2018-08-25T10:48:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "6edb754f-c751-4207-ac33-09c9febdf7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "8713d1b1-a964-4b28-981c-f87c6b753699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "bb336b0b-a1b9-411d-b01a-1a28b9e81753", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T10:43:32Z", "revision_number": 0, "id": "c1bb9274-7249-46a2-ac37-c100155ac1af", "remote_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "remote_ip_prefix": null, "created_at": "2018-08-25T10:43:32Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e7719337c5104fdd95c45d992a8afac0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T10:48:54Z", "revision_number": 0, "id": "d904426a-fcd6-4809-a58b-4786c0b4ccaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T10:48:54Z", "security_group_id": "7099c344-2259-42f1-af33-0db12c543a2e", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e7719337c5104fdd95c45d992a8afac0"}], "revision_number": 2, "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "7099c344-2259-42f1-af33-0db12c543a2e", "name": "default"}]} 2018-08-25 11:12:10,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9f1683ec-23ad-4e5d-b7a7-e9602b6c7601 2018-08-25 11:12:10,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0471980571747s 2018-08-25 11:12:10,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9f1683ec-23ad-4e5d-b7a7-e9602b6c7601 2018-08-25 11:12:10,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 11:12:10,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/546947f7-d383-4cc7-a3b6-fa40d5f2736e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:11,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e93047cd-28f3-49c1-8807-ce7885060b60 Content-Length: 0 Date: Sat, 25 Aug 2018 11:12:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 11:12:11,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/546947f7-d383-4cc7-a3b6-fa40d5f2736e.json used request id req-e93047cd-28f3-49c1-8807-ce7885060b60 2018-08-25 11:12:11,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.124310016632s 2018-08-25 11:12:11,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/546947f7-d383-4cc7-a3b6-fa40d5f2736e.json used request id req-e93047cd-28f3-49c1-8807-ce7885060b60 2018-08-25 11:12:11,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 11:12:11,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:11,050 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 11:12: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-f320d454-12a2-4e0a-96eb-d8b78ee21288 x-compute-request-id: req-f320d454-12a2-4e0a-96eb-d8b78ee21288 Content-Length: 0 Content-Type: application/json 2018-08-25 11:12:11,051 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed used request id req-f320d454-12a2-4e0a-96eb-d8b78ee21288 2018-08-25 11:12:11,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0316309928894s 2018-08-25 11:12:11,051 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/cloudify_ims-kp_2ab14de2-6641-48da-a952-78d1657d86ed used request id req-f320d454-12a2-4e0a-96eb-d8b78ee21288 2018-08-25 11:12:11,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 11:12:11,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980/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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" -d '{"subnet_id": "6de4e7de-0f18-4d4f-93da-8484979fe997"}' 2018-08-25 11:12:13,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-302daf0b-335c-4a08-9941-8e40b3f112d0 Date: Sat, 25 Aug 2018 11:12:13 GMT RESP BODY: {"network_id": "19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c", "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "subnet_id": "6de4e7de-0f18-4d4f-93da-8484979fe997", "subnet_ids": ["6de4e7de-0f18-4d4f-93da-8484979fe997"], "port_id": "be00de36-d2cf-4268-afbd-c0b31d430375", "id": "c2738945-812a-4b25-9004-3612db0be980"} 2018-08-25 11:12:13,144 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980/remove_router_interface.json used request id req-302daf0b-335c-4a08-9941-8e40b3f112d0 2018-08-25 11:12:13,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.09210109711s 2018-08-25 11:12:13,144 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980/remove_router_interface.json used request id req-302daf0b-335c-4a08-9941-8e40b3f112d0 returning object c2738945-812a-4b25-9004-3612db0be980 2018-08-25 11:12:13,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 11:12:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:13,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-69e61f60-2d42-4b6b-8d41-adad084d131a Date: Sat, 25 Aug 2018 11:12:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e7719337c5104fdd95c45d992a8afac0", "created_at": "2018-08-25T10:43:33Z", "admin_state_up": true, "updated_at": "2018-08-25T11:12:11Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "e7719337c5104fdd95c45d992a8afac0", "id": "c2738945-812a-4b25-9004-3612db0be980", "name": "cloudify_ims-router_2ab14de2-6641-48da-a952-78d1657d86ed"}]} 2018-08-25 11:12:13,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-69e61f60-2d42-4b6b-8d41-adad084d131a 2018-08-25 11:12:13,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122586965561s 2018-08-25 11:12:13,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-69e61f60-2d42-4b6b-8d41-adad084d131a 2018-08-25 11:12:13,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 11:12:13,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:14,492 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9d485d9-0f8f-41b8-a838-2c3614a55610 Content-Length: 0 Date: Sat, 25 Aug 2018 11:12:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 11:12:14,493 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980.json used request id req-f9d485d9-0f8f-41b8-a838-2c3614a55610 2018-08-25 11:12:14,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22355794907s 2018-08-25 11:12:14,493 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/c2738945-812a-4b25-9004-3612db0be980.json used request id req-f9d485d9-0f8f-41b8-a838-2c3614a55610 2018-08-25 11:12:14,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 11:12:14,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:14,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-d24f3aaa-bb58-4f72-af19-3c8ab9162a75 Date: Sat, 25 Aug 2018 11:12:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T10:43:33Z","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":"e7719337c5104fdd95c45d992a8afac0","id":"6de4e7de-0f18-4d4f-93da-8484979fe997","subnetpool_id":null,"name":"cloudify_ims-subnet_2ab14de2-6641-48da-a952-78d1657d86ed"}]} 2018-08-25 11:12:14,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-d24f3aaa-bb58-4f72-af19-3c8ab9162a75 2018-08-25 11:12:14,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0417139530182s 2018-08-25 11:12:14,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-d24f3aaa-bb58-4f72-af19-3c8ab9162a75 2018-08-25 11:12:14,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 11:12:14,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/6de4e7de-0f18-4d4f-93da-8484979fe997.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:15,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3269355e-51a1-4e9c-9a46-79a79712f744 Date: Sat, 25 Aug 2018 11:12:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 11:12:15,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/6de4e7de-0f18-4d4f-93da-8484979fe997.json used request id req-3269355e-51a1-4e9c-9a46-79a79712f744 2018-08-25 11:12:15,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.17175006866s 2018-08-25 11:12:15,709 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/6de4e7de-0f18-4d4f-93da-8484979fe997.json used request id req-3269355e-51a1-4e9c-9a46-79a79712f744 2018-08-25 11:12:15,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:12:15,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:15,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-7e268417-771b-4745-855d-6499b8c3f7b7 Date: Sat, 25 Aug 2018 11:12:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e7719337c5104fdd95c45d992a8afac0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T11:12:15Z","qos_policy_id":null,"name":"cloudify_ims-net_2ab14de2-6641-48da-a952-78d1657d86ed","admin_state_up":true,"tenant_id":"e7719337c5104fdd95c45d992a8afac0","created_at":"2018-08-25T10:43:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 11:12:15,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7e268417-771b-4745-855d-6499b8c3f7b7 2018-08-25 11:12:15,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0876049995422s 2018-08-25 11:12:15,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7e268417-771b-4745-855d-6499b8c3f7b7 2018-08-25 11:12:15,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 11:12:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:16,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9cbd426e-7f07-4de7-9505-356e96171bf9 Date: Sat, 25 Aug 2018 11:12:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 11:12:16,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c.json used request id req-9cbd426e-7f07-4de7-9505-356e96171bf9 2018-08-25 11:12:16,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18607997894s 2018-08-25 11:12:16,985 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/19b98bdb-7d5f-4c68-bbb7-7405a6bcff5c.json used request id req-9cbd426e-7f07-4de7-9505-356e96171bf9 2018-08-25 11:12:16,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:12:16,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:17,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-20c3b998-3fd3-40bd-b48b-9d72b036190f Date: Sat, 25 Aug 2018 11:12:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T10:45:02Z", "file": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/file", "owner": "e7719337c5104fdd95c45d992a8afac0", "id": "6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "size": 4373348352, "self": "/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2ab14de2-6641-48da-a952-78d1657d86ed", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T10:44:01Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:12:17,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-20c3b998-3fd3-40bd-b48b-9d72b036190f 2018-08-25 11:12:17,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0349569320679s 2018-08-25 11:12:17,025 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-20c3b998-3fd3-40bd-b48b-9d72b036190f 2018-08-25 11:12:17,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 11:12:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c816b12098ad70b7d5ca9ae1d3ab16ff138735b" 2018-08-25 11:12:17,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb6acc12-81fe-4f0a-a1ff-a874748ed0d7 Date: Sat, 25 Aug 2018 11:12:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 11:12:17,488 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be used request id req-bb6acc12-81fe-4f0a-a1ff-a874748ed0d7 2018-08-25 11:12:17,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.461845874786s 2018-08-25 11:12:17,488 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/6feb0236-ed3b-4c9d-9fa0-0768d2d977be used request id req-bb6acc12-81fe-4f0a-a1ff-a874748ed0d7 2018-08-25 11:12:17,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:12:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:17,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-d9f2ec18-8c76-4446-8bf1-3174850c4e9b x-compute-request-id: req-d9f2ec18-8c76-4446-8bf1-3174850c4e9b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2ab14de2-6641-48da-a952-78d1657d86ed", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40", "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": "3e550a05-a0b8-4b94-a98a-7a4d839ecd40"}]} 2018-08-25 11:12:17,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d9f2ec18-8c76-4446-8bf1-3174850c4e9b 2018-08-25 11:12:17,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215239524841s 2018-08-25 11:12:17,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d9f2ec18-8c76-4446-8bf1-3174850c4e9b 2018-08-25 11:12:17,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 11:12:17,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:17,541 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 11:12: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-e5f9e689-42bc-48c3-b3b0-2dcb4e3791e4 x-compute-request-id: req-e5f9e689-42bc-48c3-b3b0-2dcb4e3791e4 Content-Length: 0 Content-Type: application/json 2018-08-25 11:12:17,541 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40 used request id req-e5f9e689-42bc-48c3-b3b0-2dcb4e3791e4 2018-08-25 11:12:17,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0288560390472s 2018-08-25 11:12:17,541 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/3e550a05-a0b8-4b94-a98a-7a4d839ecd40 used request id req-e5f9e689-42bc-48c3-b3b0-2dcb4e3791e4 2018-08-25 11:12:17,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:12:17,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:17,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e60acf9-e937-47d9-a245-db6af682de98 Content-Encoding: gzip Content-Length: 1033 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed", "links": {"self": "http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5a7f713e42f844eb8b536bd4c3be86db", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 11:12:17,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-1e60acf9-e937-47d9-a245-db6af682de98 2018-08-25 11:12:17,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.187399864197s 2018-08-25 11:12:17,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-1e60acf9-e937-47d9-a245-db6af682de98 2018-08-25 11:12:17,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:12:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:17,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d6ccf3-17f5-4450-87fb-07cbbf3d1739 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_2ab14de2-6641-48da-a952-78d1657d86ed", "links": {"self": "http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5a7f713e42f844eb8b536bd4c3be86db", "description": null}} 2018-08-25 11:12:17,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db used request id req-e4d6ccf3-17f5-4450-87fb-07cbbf3d1739 2018-08-25 11:12:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190608024597s 2018-08-25 11:12:17,927 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db used request id req-e4d6ccf3-17f5-4450-87fb-07cbbf3d1739 2018-08-25 11:12:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 11:12:17,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:18,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:12:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87ed9a87-3a0e-46a5-9742-0daacd4f0cf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:12:18,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db used request id req-87ed9a87-3a0e-46a5-9742-0daacd4f0cf6 2018-08-25 11:12:18,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.350972175598s 2018-08-25 11:12:18,279 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/5a7f713e42f844eb8b536bd4c3be86db used request id req-87ed9a87-3a0e-46a5-9742-0daacd4f0cf6 2018-08-25 11:12:18,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 11:12:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:18,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc6351e-05b8-4547-8f41-8b40da19c5db Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0"}, "tags": [], "enabled": true, "id": "e7719337c5104fdd95c45d992a8afac0", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2ab14de2-6641-48da-a952-78d1657d86ed"}]} 2018-08-25 11:12:18,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-1dc6351e-05b8-4547-8f41-8b40da19c5db 2018-08-25 11:12:18,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.177047014236s 2018-08-25 11:12:18,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-1dc6351e-05b8-4547-8f41-8b40da19c5db 2018-08-25 11:12:18,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 11:12:18,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}286d3016ba835d623765ac5440273e72d38a1e7f" 2018-08-25 11:12:18,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e9750c4-e132-4a28-a58f-b6d3ba1f4212 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:12:18,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0 used request id req-1e9750c4-e132-4a28-a58f-b6d3ba1f4212 2018-08-25 11:12:18,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.247752904892s 2018-08-25 11:12:18,716 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/e7719337c5104fdd95c45d992a8afac0 used request id req-1e9750c4-e132-4a28-a58f-b6d3ba1f4212 2018-08-25 11:12:18,743 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-25 11:12:18,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 11:12:18,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 11:12:18,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 11:12:18,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 11:12:18,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 11:12:18,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 11:12:18,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 11:12:18,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:12:18,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342c7756-4cad-4ab2-926c-0b7e81695ac2 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 11:12:18,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-342c7756-4cad-4ab2-926c-0b7e81695ac2 2018-08-25 11:12:18,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 11:12:19,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T12:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["VXU2_lNQRE-x0WfYcGH0bw"], "issued_at": "2018-08-25T11:12:19.000000Z"}} 2018-08-25 11:12:19,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:12:19,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:19,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-58b1b427-e411-4e3c-b259-ff5eee4d7257 Date: Sat, 25 Aug 2018 11:12:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 11:12:19,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-58b1b427-e411-4e3c-b259-ff5eee4d7257 2018-08-25 11:12:19,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355432987213s 2018-08-25 11:12:19,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-58b1b427-e411-4e3c-b259-ff5eee4d7257 2018-08-25 11:12:19,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:12:19,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 11:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7074820-dc1a-44f4-9e39-e7c740eebeb2 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 11:12:19,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-a7074820-dc1a-44f4-9e39-e7c740eebeb2 2018-08-25 11:12:19,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 11:12:19,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:19,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3654689-18b0-4320-bbd7-15560df62bb8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 11:12:19,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-a3654689-18b0-4320-bbd7-15560df62bb8 2018-08-25 11:12:19,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10231590271s 2018-08-25 11:12:19,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-a3654689-18b0-4320-bbd7-15560df62bb8 2018-08-25 11:12:19,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 11:12:19,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}}' 2018-08-25 11:12:19,873 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 11:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a72fee-d096-461b-bad5-6c9fa3d4fff2 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.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707"}, "tags": [], "enabled": true, "id": "b13b6a01cec54813b6a537be38c4c707", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}} 2018-08-25 11:12:19,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-d5a72fee-d096-461b-bad5-6c9fa3d4fff2 2018-08-25 11:12:19,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.203433990479s 2018-08-25 11:12:19,874 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-d5a72fee-d096-461b-bad5-6c9fa3d4fff2 2018-08-25 11:12:19,874 - 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'b13b6a01cec54813b6a537be38c4c707', '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_7b60b214-3a70-4a24-a285-c261fa027f23'}) 2018-08-25 11:12:19,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 11:12:19,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "814f71aa-b727-4705-b735-03a1385076f3", "email": null, "name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23"}}' 2018-08-25 11:12:20,327 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 11:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab7dde1-f211-4f8d-934e-17f439e22560 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23", "links": {"self": "http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6cb6a06864ca42be984f4ce627b1298d", "domain_id": "default", "password_expires_at": null}} 2018-08-25 11:12:20,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-bab7dde1-f211-4f8d-934e-17f439e22560 2018-08-25 11:12:20,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.446287155151s 2018-08-25 11:12:20,327 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-bab7dde1-f211-4f8d-934e-17f439e22560 2018-08-25 11:12:20,328 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6cb6a06864ca42be984f4ce627b1298d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23'}) 2018-08-25 11:12:20,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:12:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:20,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57528c05-c6ec-4517-a71f-24fcc675e2db Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:12:20,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-57528c05-c6ec-4517-a71f-24fcc675e2db 2018-08-25 11:12:20,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100070953369s 2018-08-25 11:12:20,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-57528c05-c6ec-4517-a71f-24fcc675e2db 2018-08-25 11:12:20,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:12:20,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:20,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf8c3cce-80b6-4a47-940e-59b0264c4b12 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:12:20,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-bf8c3cce-80b6-4a47-940e-59b0264c4b12 2018-08-25 11:12:20,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.171024084091s 2018-08-25 11:12:20,608 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-bf8c3cce-80b6-4a47-940e-59b0264c4b12 2018-08-25 11:12:20,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:12:20,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:20,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cbfbac5-12b5-4066-ae33-c663f99066ce Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:12:20,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-1cbfbac5-12b5-4066-ae33-c663f99066ce 2018-08-25 11:12:20,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101133108139s 2018-08-25 11:12:20,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-1cbfbac5-12b5-4066-ae33-c663f99066ce 2018-08-25 11:12:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 11:12:20,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:20,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11742e39-17b8-402d-8a3c-09f7d040d9ba Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 11:12:20,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-11742e39-17b8-402d-8a3c-09f7d040d9ba 2018-08-25 11:12:20,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.169156074524s 2018-08-25 11:12:20,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-11742e39-17b8-402d-8a3c-09f7d040d9ba 2018-08-25 11:12:20,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:12:20,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f978e0cf-dc90-46c6-a59a-ce46b06770a6 Content-Encoding: gzip Content-Length: 1027 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23", "links": {"self": "http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6cb6a06864ca42be984f4ce627b1298d", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 11:12:21,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-f978e0cf-dc90-46c6-a59a-ce46b06770a6 2018-08-25 11:12:21,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.153814077377s 2018-08-25 11:12:21,044 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-f978e0cf-dc90-46c6-a59a-ce46b06770a6 2018-08-25 11:12:21,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 11:12:21,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51f17f8-2b67-4b59-9322-8ea3bd7f9325 Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707"}, "tags": [], "enabled": true, "id": "b13b6a01cec54813b6a537be38c4c707", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 11:12:21,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-c51f17f8-2b67-4b59-9322-8ea3bd7f9325 2018-08-25 11:12:21,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103402853012s 2018-08-25 11:12:21,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-c51f17f8-2b67-4b59-9322-8ea3bd7f9325 2018-08-25 11:12:21,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 11:12:21,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=b13b6a01cec54813b6a537be38c4c707" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491ad3d6-e405-4411-abff-01e86338ba95 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=b13b6a01cec54813b6a537be38c4c707", "previous": null, "next": null}} 2018-08-25 11:12:21,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=b13b6a01cec54813b6a537be38c4c707 used request id req-491ad3d6-e405-4411-abff-01e86338ba95 2018-08-25 11:12:21,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102229118347s 2018-08-25 11:12:21,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=b13b6a01cec54813b6a537be38c4c707 used request id req-491ad3d6-e405-4411-abff-01e86338ba95 2018-08-25 11:12:21,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 11:12:21,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707/users/6cb6a06864ca42be984f4ce627b1298d/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:12:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7290da8-51ad-4cb6-9634-2b3d681a07d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:12:21,508 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707/users/6cb6a06864ca42be984f4ce627b1298d/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-a7290da8-51ad-4cb6-9634-2b3d681a07d1 2018-08-25 11:12:21,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.233690977097s 2018-08-25 11:12:21,509 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707/users/6cb6a06864ca42be984f4ce627b1298d/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-a7290da8-51ad-4cb6-9634-2b3d681a07d1 2018-08-25 11:12:21,510 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 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'b13b6a01cec54813b6a537be38c4c707', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '814f71aa-b727-4705-b735-03a1385076f3', 'username': u'heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 11:12:21,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 11:12:21,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 11:12:21,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 11:12:21,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 11:12:21,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 11:12:21,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 11:12:21,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 11:12:21,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 11:12:21,514 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23', 'password': '814f71aa-b727-4705-b735-03a1385076f3', 'project_name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'b13b6a01cec54813b6a537be38c4c707', 'project_domain_name': 'Default'} 2018-08-25 11:12:21,546 - 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-08-25 11:12:21,546 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-25 11:12:21,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 11:12:21,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06a49b0-ea91-4e12-a5f5-250480ce3e33 Content-Encoding: gzip Content-Length: 587 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707"}, "tags": [], "enabled": true, "id": "b13b6a01cec54813b6a537be38c4c707", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}]} 2018-08-25 11:12:21,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-d06a49b0-ea91-4e12-a5f5-250480ce3e33 2018-08-25 11:12:21,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101722002029s 2018-08-25 11:12:21,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-d06a49b0-ea91-4e12-a5f5-250480ce3e33 2018-08-25 11:12:21,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-25 11:12:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/quotas/b13b6a01cec54813b6a537be38c4c707.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-25 11:12:21,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-ba0c0045-0c08-4770-9cce-598f9db7e079 Date: Sat, 25 Aug 2018 11:12:21 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-08-25 11:12:21,717 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/quotas/b13b6a01cec54813b6a537be38c4c707.json used request id req-ba0c0045-0c08-4770-9cce-598f9db7e079 2018-08-25 11:12:21,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.0606338977814s 2018-08-25 11:12:21,717 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/quotas/b13b6a01cec54813b6a537be38c4c707.json used request id req-ba0c0045-0c08-4770-9cce-598f9db7e079 2018-08-25 11:12:21,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:12:21,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2eba906-8108-4011-87e0-572c18b66820 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:12:21,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c2eba906-8108-4011-87e0-572c18b66820 2018-08-25 11:12:21,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.135002851486s 2018-08-25 11:12:21,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c2eba906-8108-4011-87e0-572c18b66820 2018-08-25 11:12:21,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:12:21,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:21,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18046e76-eefe-4980-8527-80fe8563a7c2 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:12:21,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-18046e76-eefe-4980-8527-80fe8563a7c2 2018-08-25 11:12:21,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.13697886467s 2018-08-25 11:12:21,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-18046e76-eefe-4980-8527-80fe8563a7c2 2018-08-25 11:12:22,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 11:12:22,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:22,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb65562-e1e3-41c5-aef2-b6dc84afd08f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 11:12:22,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-6fb65562-e1e3-41c5-aef2-b6dc84afd08f 2018-08-25 11:12:22,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.13390994072s 2018-08-25 11:12:22,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-6fb65562-e1e3-41c5-aef2-b6dc84afd08f 2018-08-25 11:12:22,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:12:22,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:22,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722f5fb4-7815-4442-b651-b6c623869de8 Content-Encoding: gzip Content-Length: 1027 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23", "links": {"self": "http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6cb6a06864ca42be984f4ce627b1298d", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 11:12:22,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-722f5fb4-7815-4442-b651-b6c623869de8 2018-08-25 11:12:22,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12203001976s 2018-08-25 11:12:22,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-722f5fb4-7815-4442-b651-b6c623869de8 2018-08-25 11:12:22,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 11:12:22,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:22,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d74aa223-2903-4849-9b60-8e4f441b8fa2 Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707"}, "tags": [], "enabled": true, "id": "b13b6a01cec54813b6a537be38c4c707", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 11:12:22,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d74aa223-2903-4849-9b60-8e4f441b8fa2 2018-08-25 11:12:22,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180711984634s 2018-08-25 11:12:22,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d74aa223-2903-4849-9b60-8e4f441b8fa2 2018-08-25 11:12:22,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 11:12:22,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=b13b6a01cec54813b6a537be38c4c707" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:22,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0e2cef-e65f-4253-b45a-579eb734729f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=b13b6a01cec54813b6a537be38c4c707", "previous": null, "next": null}} 2018-08-25 11:12:22,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=b13b6a01cec54813b6a537be38c4c707 used request id req-df0e2cef-e65f-4253-b45a-579eb734729f 2018-08-25 11:12:22,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101750135422s 2018-08-25 11:12:22,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=6cb6a06864ca42be984f4ce627b1298d&role.id=04219f2f0af542dea0f915ed4785267d&scope.project.id=b13b6a01cec54813b6a537be38c4c707 used request id req-df0e2cef-e65f-4253-b45a-579eb734729f 2018-08-25 11:12:22,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 11:12:22,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707/users/6cb6a06864ca42be984f4ce627b1298d/roles/04219f2f0af542dea0f915ed4785267d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:12:22,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b688aef4-0e27-4ef3-9613-97e8d778d792 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:12:22,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707/users/6cb6a06864ca42be984f4ce627b1298d/roles/04219f2f0af542dea0f915ed4785267d used request id req-b688aef4-0e27-4ef3-9613-97e8d778d792 2018-08-25 11:12:22,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.140068054199s 2018-08-25 11:12:22,708 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707/users/6cb6a06864ca42be984f4ce627b1298d/roles/04219f2f0af542dea0f915ed4785267d used request id req-b688aef4-0e27-4ef3-9613-97e8d778d792 2018-08-25 11:12:22,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 11:12:22,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:12:22,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04804ac-42a6-464b-aa24-b15f51f9d070 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 11:12:22,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-a04804ac-42a6-464b-aa24-b15f51f9d070 2018-08-25 11:12:22,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 11:12:23,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "04219f2f0af542dea0f915ed4785267d", "name": "heat_stack_owner"}], "expires_at": "2018-08-25T12:12:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b13b6a01cec54813b6a537be38c4c707", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/b13b6a01cec54813b6a537be38c4c707", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/b13b6a01cec54813b6a537be38c4c707", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/b13b6a01cec54813b6a537be38c4c707", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/b13b6a01cec54813b6a537be38c4c707", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/b13b6a01cec54813b6a537be38c4c707", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_b13b6a01cec54813b6a537be38c4c707", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_b13b6a01cec54813b6a537be38c4c707", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/b13b6a01cec54813b6a537be38c4c707", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/b13b6a01cec54813b6a537be38c4c707", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/b13b6a01cec54813b6a537be38c4c707", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/b13b6a01cec54813b6a537be38c4c707", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/b13b6a01cec54813b6a537be38c4c707", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23", "id": "6cb6a06864ca42be984f4ce627b1298d"}, "audit_ids": ["ms9fUrsdQj-020SrE7mGmA"], "issued_at": "2018-08-25T11:12:23.000000Z"}} 2018-08-25 11:12:23,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"keypair": {"name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23"}}' 2018-08-25 11:12:23,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-83512d50-7557-4a56-af67-efca3314857d x-compute-request-id: req-83512d50-7557-4a56-af67-efca3314857d Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEAzSzvrAmwJmxBsJR2g5xz7ag6T+GeK0AScR7L/7GTodnqFBBea9cqvrZ8UP1kVs2pFWAxitIEQdwd9uti4agP4UptoyQJKikXkMbZ04tlAs6TtIGtlYjyeJ59V/4xiMCfO9Zx/QupXBOpxuesIiwcRd6DhWIlTJtFat2fe0tdKUQdkJgSGXjsIp/uRxDtneo72ZKFauxmL5BdAP+cpaWHcn1U37tLJI6TjumdGf2wJ6b4qT2qnbyj8tHvCOJ7CJOTUIls/b2QAkPzXQ2fzIcRTy0IivP+C/aiQTDKDId7PNIWpQWBDIVTyDzOrbvHcubuS0cCKBX9Qbq+/Ls5mI9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAxAM0s76wJsCZsQbCUdoOcc+2oOk/hnitAEnEey/+xk6HZ6hQ\nQXmvXKr62fFD9ZFbNqRVgMYrSBEHcHfbrYuGoD+FKbaMkCSopF5DG2dOLZQLOk7S\nBrZWI8niefVf+MYjAnzvWcf0LqVwTqcbnrCIsHEXeg4ViJUybRWrdn3tLXSlEHZC\nYEhl47CKf7kcQ7Z3qO9mShWrsZi+QXQD/nKWlh3J9VN+7SySOk47pnRn9sCem+Kk\n9qp28o/LR7wjiewiTk1CJbP29kAJD810Nn8yHEU8tCIrz/gv2okEwygyHezzSFqU\nFgQyFU8g8zq27x3Lm7ktHAigV/UG6vvy7OZiPQIDAQABAoIBAFOZBm4uwtQUSrhM\nqK3eMVDrBPoF4NkKOMapr4nWg3OyZF+aUnhKXLdKGOjA1Ho0f1GDrw/X9Pesg569\nD80pd8Z6sOGEgNitOdu4dCiI27fmrw80NLE2LPDglp3rP/5LCv1xqWeCNyt51bdF\n4CrDIdkWsquUvCxfbX1Gw7UqqfA7U1SrzEeNTCz5U1NrKbmhTf1IOkUix29hXjX1\nxeFV4/ydYXZ1doVJQTlJ/3RsdSERywMTJvXLJY9RM0xSmpM7Dfe7NcWKi3cH/RW9\n5QnYKoM0dMDYGTtmcJCd+ODWBmHcGhSyqPt+Hq/y0YlC2v/vveWUAAjGRUZxH9sB\nw0UnPaECgYEA5Yd2GIbDF3egONbr1Ygv17/zWfwGZJKfAuoXkQPhBhFibCBm0OoT\nCr8WAi/yOTMbIFBRg0vKO9YkgW5Lkl50Tl+jj75rBi+ldyhtrDUB2CwrjaPeBOgR\ndg8XyBDjBBgOVm0OrweWZ27TBxg9jmRCi9umlwEGbU3QFOH+B0qeb5kCgYEA2p42\nIMnRLlhgcCuDU34ki66RNGGA6CkD9PTwnSeKdEuaxPP9/X7GMm+kCTp2s5c6AQC6\naQi1K/eVkcTxakq2YZg/RnMwRo15xVoLJ7pLt08wK1ZzvagTdUR0KdSwsaV1bsCs\niHfBT1Dvp3qBcBDogzrikeKkW2McLXv3hA6NfkUCgYAo/oWoIcGMWnBCVphuXdF1\nrjHPe4TEx68gvSCSZOf2xnoWp77VR0k5XSGYKGoRr0AECHRWh93JzBhfCYzzymzp\nZol27eJ9i1r5Kj5USG9Y5aKtvHu10qDzvgRYVjPFkmpVI0tBFZDWTmPgW4L7AIsm\nIYfiZmt4cDJe2HIfaUNc2QKBgH9taK+D82HIMa4wLsQj6rlgb1LQ4opwHdZST03L\nFnDjALt8XLe9hVkwqbSXV0knBLBA9Gb0pGWUUqI84VrLYbNRQtCVo7X8ENZvvcDS\nXf/jMHiSU7Rgm7bmx676QmPJxcFgnTCOXScWThqY1Ym00VJsqFPQf2ylQG9iqstW\nkDLhAoGAJTsYsYN6MGbyBr5AD+oZpR6W+Gwd9uE/miOMQEnk4hd6IxcTMnoy2mTI\nkBoWArhzlF9AARALNbqlrYsX8J9Wg/Vzt6KTuKLtTcBjKxADb/VIMpxgCBFZ0f2s\n+3Md4MgPPh2YuIhNyR7InibwQBLHwLT7fs5afT/5INV1q9StTvY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "6cb6a06864ca42be984f4ce627b1298d", "name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "fingerprint": "6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae"}} 2018-08-25 11:12:23,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-83512d50-7557-4a56-af67-efca3314857d 2018-08-25 11:12:23,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.833060026169s 2018-08-25 11:12:23,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-83512d50-7557-4a56-af67-efca3314857d 2018-08-25 11:12:23,544 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEAzSzvrAmwJmxBsJR2g5xz7ag6T+GeK0AScR7L/7GTodnqFBBea9cqvrZ8UP1kVs2pFWAxitIEQdwd9uti4agP4UptoyQJKikXkMbZ04tlAs6TtIGtlYjyeJ59V/4xiMCfO9Zx/QupXBOpxuesIiwcRd6DhWIlTJtFat2fe0tdKUQdkJgSGXjsIp/uRxDtneo72ZKFauxmL5BdAP+cpaWHcn1U37tLJI6TjumdGf2wJ6b4qT2qnbyj8tHvCOJ7CJOTUIls/b2QAkPzXQ2fzIcRTy0IivP+C/aiQTDKDId7PNIWpQWBDIVTyDzOrbvHcubuS0cCKBX9Qbq+/Ls5mI9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAxAM0s76wJsCZsQbCUdoOcc+2oOk/hnitAEnEey/+xk6HZ6hQ\nQXmvXKr62fFD9ZFbNqRVgMYrSBEHcHfbrYuGoD+FKbaMkCSopF5DG2dOLZQLOk7S\nBrZWI8niefVf+MYjAnzvWcf0LqVwTqcbnrCIsHEXeg4ViJUybRWrdn3tLXSlEHZC\nYEhl47CKf7kcQ7Z3qO9mShWrsZi+QXQD/nKWlh3J9VN+7SySOk47pnRn9sCem+Kk\n9qp28o/LR7wjiewiTk1CJbP29kAJD810Nn8yHEU8tCIrz/gv2okEwygyHezzSFqU\nFgQyFU8g8zq27x3Lm7ktHAigV/UG6vvy7OZiPQIDAQABAoIBAFOZBm4uwtQUSrhM\nqK3eMVDrBPoF4NkKOMapr4nWg3OyZF+aUnhKXLdKGOjA1Ho0f1GDrw/X9Pesg569\nD80pd8Z6sOGEgNitOdu4dCiI27fmrw80NLE2LPDglp3rP/5LCv1xqWeCNyt51bdF\n4CrDIdkWsquUvCxfbX1Gw7UqqfA7U1SrzEeNTCz5U1NrKbmhTf1IOkUix29hXjX1\nxeFV4/ydYXZ1doVJQTlJ/3RsdSERywMTJvXLJY9RM0xSmpM7Dfe7NcWKi3cH/RW9\n5QnYKoM0dMDYGTtmcJCd+ODWBmHcGhSyqPt+Hq/y0YlC2v/vveWUAAjGRUZxH9sB\nw0UnPaECgYEA5Yd2GIbDF3egONbr1Ygv17/zWfwGZJKfAuoXkQPhBhFibCBm0OoT\nCr8WAi/yOTMbIFBRg0vKO9YkgW5Lkl50Tl+jj75rBi+ldyhtrDUB2CwrjaPeBOgR\ndg8XyBDjBBgOVm0OrweWZ27TBxg9jmRCi9umlwEGbU3QFOH+B0qeb5kCgYEA2p42\nIMnRLlhgcCuDU34ki66RNGGA6CkD9PTwnSeKdEuaxPP9/X7GMm+kCTp2s5c6AQC6\naQi1K/eVkcTxakq2YZg/RnMwRo15xVoLJ7pLt08wK1ZzvagTdUR0KdSwsaV1bsCs\niHfBT1Dvp3qBcBDogzrikeKkW2McLXv3hA6NfkUCgYAo/oWoIcGMWnBCVphuXdF1\nrjHPe4TEx68gvSCSZOf2xnoWp77VR0k5XSGYKGoRr0AECHRWh93JzBhfCYzzymzp\nZol27eJ9i1r5Kj5USG9Y5aKtvHu10qDzvgRYVjPFkmpVI0tBFZDWTmPgW4L7AIsm\nIYfiZmt4cDJe2HIfaUNc2QKBgH9taK+D82HIMa4wLsQj6rlgb1LQ4opwHdZST03L\nFnDjALt8XLe9hVkwqbSXV0knBLBA9Gb0pGWUUqI84VrLYbNRQtCVo7X8ENZvvcDS\nXf/jMHiSU7Rgm7bmx676QmPJxcFgnTCOXScWThqY1Ym00VJsqFPQf2ylQG9iqstW\nkDLhAoGAJTsYsYN6MGbyBr5AD+oZpR6W+Gwd9uE/miOMQEnk4hd6IxcTMnoy2mTI\nkBoWArhzlF9AARALNbqlrYsX8J9Wg/Vzt6KTuKLtTcBjKxADb/VIMpxgCBFZ0f2s\n+3Md4MgPPh2YuIhNyR7InibwQBLHwLT7fs5afT/5INV1q9StTvY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'created_at': '2018-08-25T11:12:23.544087', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae', 'type': 'ssh', 'id': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23'}) 2018-08-25 11:12:23,544 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-25 11:12:25,030 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-25 11:12:25,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:12:25,035 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 11:12:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 11:12:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:12:25,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:25,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b85eb161-f430-4739-a963-206ab04f7d9f Date: Sat, 25 Aug 2018 11:12:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:12:25,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b85eb161-f430-4739-a963-206ab04f7d9f 2018-08-25 11:12:25,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.69145989418s 2018-08-25 11:12:25,729 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b85eb161-f430-4739-a963-206ab04f7d9f 2018-08-25 11:12:25,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 11:12:25,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23"}' 2018-08-25 11:12:25,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c91da75a-024f-49fc-853b-d2d017fd7e6e Date: Sat, 25 Aug 2018 11:12:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:25Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": null, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "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_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": null, "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 11:12:25,804 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-c91da75a-024f-49fc-853b-d2d017fd7e6e 2018-08-25 11:12:25,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0671720504761s 2018-08-25 11:12:25,804 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-c91da75a-024f-49fc-853b-d2d017fd7e6e returning object bbeba9a9-621a-47ca-bbb3-738d6e1e13b6 2018-08-25 11:12:25,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 11:12:25,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '' 2018-08-25 11:12:30,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ec41f7e-a458-49c0-bfc6-2cf4c5080a03 Date: Sat, 25 Aug 2018 11:12:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 11:12:30,926 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file used request id req-6ec41f7e-a458-49c0-bfc6-2cf4c5080a03 2018-08-25 11:12:30,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.12142682076s 2018-08-25 11:12:30,927 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file used request id req-6ec41f7e-a458-49c0-bfc6-2cf4c5080a03 2018-08-25 11:12:30,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:12:30,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:30,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4f5b5f50-2a4c-440b-8684-dff181e063e2 Date: Sat, 25 Aug 2018 11:12:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:12:30,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4f5b5f50-2a4c-440b-8684-dff181e063e2 2018-08-25 11:12:30,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358550548553s 2018-08-25 11:12:30,967 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-4f5b5f50-2a4c-440b-8684-dff181e063e2 2018-08-25 11:12:30,969 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file', 'owner': u'b13b6a01cec54813b6a537be38c4c707', 'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'size': 263193088, u'self': u'/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T11:12:30Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T11:12:30Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23', '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/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 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_alt_7b60b214-3a70-4a24-a285-c261fa027f23', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23', 'created': u'2018-08-25T11:12:25Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-25T11:12:25Z', 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/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 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_alt_7b60b214-3a70-4a24-a285-c261fa027f23', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-25 11:12:30,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 11:12:30,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-25 11:12:31,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-b3282922-f0ad-49d3-850c-ce13f7aaf234 x-compute-request-id: req-b3282922-f0ad-49d3-850c-ce13f7aaf234 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}} 2018-08-25 11:12:31,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-b3282922-f0ad-49d3-850c-ce13f7aaf234 2018-08-25 11:12:31,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.25062918663s 2018-08-25 11:12:31,221 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-b3282922-f0ad-49d3-850c-ce13f7aaf234 2018-08-25 11:12:31,222 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23', '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'89d58111967c4124b09131409c7a2a28', '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'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'swap': 0}) 2018-08-25 11:12:31,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 11:12:31,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347/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}8aa4fdd489920440e7ff87ce35c3170653df5d90" -d '{"extra_specs": {}}' 2018-08-25 11:12:31,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12: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-010e0c4f-3c1e-455f-88d1-989801ad5b75 x-compute-request-id: req-010e0c4f-3c1e-455f-88d1-989801ad5b75 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 11:12:31,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347/os-extra_specs used request id req-010e0c4f-3c1e-455f-88d1-989801ad5b75 2018-08-25 11:12:31,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221328735352s 2018-08-25 11:12:31,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347/os-extra_specs used request id req-010e0c4f-3c1e-455f-88d1-989801ad5b75 2018-08-25 11:12:31,246 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-25 11:12:32,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-25 11:12:32,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -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_7b60b214-3a70-4a24-a285-c261fa027f23", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "public_sig_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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-08-25 11:12:37,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 11:12:32 GMT Server: Apache x-openstack-request-id: req-620f73e6-58ea-46fb-926e-405fc36805b1 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}]}} 2018-08-25 11:12:37,645 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks used request id req-620f73e6-58ea-46fb-926e-405fc36805b1 2018-08-25 11:12:37,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 5.46782207489s 2018-08-25 11:12:37,646 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks used request id req-620f73e6-58ea-46fb-926e-405fc36805b1 2018-08-25 11:12:37,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:12:37,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:37,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:12:37 GMT Server: Apache x-openstack-request-id: req-e997e91d-4f7e-4a3d-8831-f66a258a5b1b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/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-08-25 11:12:38,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:37 GMT Server: Apache x-openstack-request-id: req-57a97ffd-1f9b-4eff-aa00-edb32562bed0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 430 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-25T11:12:37Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv/events/995c7871-3ceb-4ed3-a121-288ac11fc878", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "id": "995c7871-3ceb-4ed3-a121-288ac11fc878"}, {"resource_name": "sig_network", "event_time": "2018-08-25T11:12:38Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network/events/6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-ifrarbnuq4w4", "id": "6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314"}]} 2018-08-25 11:12:38,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?sort_dir=asc&sort_dir=asc used request id req-57a97ffd-1f9b-4eff-aa00-edb32562bed0 2018-08-25 11:12:38,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.590677976608s 2018-08-25 11:12:38,238 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?sort_dir=asc&sort_dir=asc used request id req-57a97ffd-1f9b-4eff-aa00-edb32562bed0 2018-08-25 11:12:43,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:12:43,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:43,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:12:43 GMT Server: Apache x-openstack-request-id: req-dbf02a5b-db8f-4ed4-b3e1-94a1a915bfa8 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314&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-08-25 11:12:43,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:43 GMT Server: Apache x-openstack-request-id: req-43e84131-69f2-402d-992e-72e33a664a08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 442 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-25T11:12:39Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network/events/fd146b1d-6ea0-43e1-91b1-80cc515f7f16", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-3x3wuzxgoyeh", "id": "fd146b1d-6ea0-43e1-91b1-80cc515f7f16"}, {"resource_name": "security_groups", "event_time": "2018-08-25T11:12:40Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups/events/27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-o64pnzvfcwrk", "id": "27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2"}]} 2018-08-25 11:12:43,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314&sort_dir=asc&marker=6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314&sort_dir=asc used request id req-43e84131-69f2-402d-992e-72e33a664a08 2018-08-25 11:12:43,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.66518497467s 2018-08-25 11:12:43,906 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314&sort_dir=asc&marker=6b0f4f2e-1c8b-4d8a-9ca8-b627ba2dd314&sort_dir=asc used request id req-43e84131-69f2-402d-992e-72e33a664a08 2018-08-25 11:12:48,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:12:48,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:49,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:12:48 GMT Server: Apache x-openstack-request-id: req-3eb98a6e-07e3-4b65-bea2-eacd489aaf8e Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2&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-08-25 11:12:49,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:49 GMT Server: Apache x-openstack-request-id: req-df8a879c-824f-478b-8d16-342f4a069d3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 357 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-25T11:12:49Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network/events/6aa7bc0a-2fc5-459e-8e89-86369e112619", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "7d9ad3fa-3327-4619-bbb0-247230e7af23", "id": "6aa7bc0a-2fc5-459e-8e89-86369e112619"}]} 2018-08-25 11:12:49,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2&sort_dir=asc&marker=27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2&sort_dir=asc used request id req-df8a879c-824f-478b-8d16-342f4a069d3f 2018-08-25 11:12:49,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.601301908493s 2018-08-25 11:12:49,513 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2&sort_dir=asc&marker=27ac1b34-ac41-4ea8-b634-f23c1fcb2ab2&sort_dir=asc used request id req-df8a879c-824f-478b-8d16-342f4a069d3f 2018-08-25 11:12:54,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:12:54,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6aa7bc0a-2fc5-459e-8e89-86369e112619&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:54,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:12:54 GMT Server: Apache x-openstack-request-id: req-7d8fd856-be97-42bd-9820-ba4dc8c9a8fe Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6aa7bc0a-2fc5-459e-8e89-86369e112619&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-08-25 11:12:54,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:54 GMT Server: Apache x-openstack-request-id: req-389752b5-c10b-47e6-8603-7b1c5dd2c300 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 544 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-25T11:12:50Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network/events/2c4545fa-20ea-4d7c-a347-850f91125248", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8d052d92-b714-494c-9172-03ba35d5afa2", "id": "2c4545fa-20ea-4d7c-a347-850f91125248"}, {"resource_name": "security_groups", "event_time": "2018-08-25T11:12:52Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups/events/f065a8ea-0c0e-4f83-8611-314bc92acfdb", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "2a9a024d-972f-43f6-81f9-cac1776c1bb7", "id": "f065a8ea-0c0e-4f83-8611-314bc92acfdb"}, {"resource_name": "dns", "event_time": "2018-08-25T11:12:53Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns/events/bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-uqsbllc3xa4k", "id": "bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586"}]} 2018-08-25 11:12:54,868 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6aa7bc0a-2fc5-459e-8e89-86369e112619&sort_dir=asc&marker=6aa7bc0a-2fc5-459e-8e89-86369e112619&sort_dir=asc used request id req-389752b5-c10b-47e6-8603-7b1c5dd2c300 2018-08-25 11:12:54,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348948001862s 2018-08-25 11:12:54,869 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6aa7bc0a-2fc5-459e-8e89-86369e112619&sort_dir=asc&marker=6aa7bc0a-2fc5-459e-8e89-86369e112619&sort_dir=asc used request id req-389752b5-c10b-47e6-8603-7b1c5dd2c300 2018-08-25 11:12:59,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:12:59,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:12:59,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:12:59 GMT Server: Apache x-openstack-request-id: req-bf1d5e61-6475-4219-8561-1b816524c33e Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:12:59,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:12:59 GMT Server: Apache x-openstack-request-id: req-9e64d9e1-2294-437c-b5db-44516c394a6c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:12:59,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-9e64d9e1-2294-437c-b5db-44516c394a6c 2018-08-25 11:12:59,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071583032608s 2018-08-25 11:12:59,947 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-9e64d9e1-2294-437c-b5db-44516c394a6c 2018-08-25 11:13:04,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:04,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:04,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:04 GMT Server: Apache x-openstack-request-id: req-b0129a61-a853-4ec7-93f6-f2fcc08b4ec9 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:05,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:04 GMT Server: Apache x-openstack-request-id: req-fe1ca46e-ae88-4f3b-9311-53d024a5b1ad Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:05,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-fe1ca46e-ae88-4f3b-9311-53d024a5b1ad 2018-08-25 11:13:05,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707130432129s 2018-08-25 11:13:05,024 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-fe1ca46e-ae88-4f3b-9311-53d024a5b1ad 2018-08-25 11:13:05,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:13:05,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:05,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:05 GMT Server: Apache x-openstack-request-id: req-5cdb987a-d863-4c21-8d9f-409640df7688 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:13:05,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:05 GMT Server: Apache x-openstack-request-id: req-ef10424a-7e3a-4985-88fc-87a87b83604b 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:13:05,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-ef10424a-7e3a-4985-88fc-87a87b83604b 2018-08-25 11:13:05,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.468600034714s 2018-08-25 11:13:05,494 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-ef10424a-7e3a-4985-88fc-87a87b83604b 2018-08-25 11:13:10,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:10,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:10,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:10 GMT Server: Apache x-openstack-request-id: req-6c04bdff-ef0b-42ff-98fa-97759a6c670b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:11,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:10 GMT Server: Apache x-openstack-request-id: req-b8f1bbb8-f66d-4da1-a84d-a13540cce5f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:11,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-b8f1bbb8-f66d-4da1-a84d-a13540cce5f1 2018-08-25 11:13:11,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.743896007538s 2018-08-25 11:13:11,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-b8f1bbb8-f66d-4da1-a84d-a13540cce5f1 2018-08-25 11:13:16,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:16,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:16,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:16 GMT Server: Apache x-openstack-request-id: req-dc2ca5dd-3b0f-4aad-ad6c-aeadd7d8036c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:16,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:16 GMT Server: Apache x-openstack-request-id: req-1322c06b-837e-4a0e-b074-3c384906282b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:16,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-1322c06b-837e-4a0e-b074-3c384906282b 2018-08-25 11:13:16,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.321280002594s 2018-08-25 11:13:16,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-1322c06b-837e-4a0e-b074-3c384906282b 2018-08-25 11:13:16,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:13:16,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:16,618 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:16 GMT Server: Apache x-openstack-request-id: req-17e5a2c3-839b-4c5a-a4e7-b90be4b8a2ff Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:13:16,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:16 GMT Server: Apache x-openstack-request-id: req-3e524c71-2556-4f81-8967-b779ff940c15 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:13:16,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-3e524c71-2556-4f81-8967-b779ff940c15 2018-08-25 11:13:16,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0861558914185s 2018-08-25 11:13:16,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-3e524c71-2556-4f81-8967-b779ff940c15 2018-08-25 11:13:21,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:21,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:21,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:21 GMT Server: Apache x-openstack-request-id: req-c214ac9d-6390-4cfa-8d21-bd3409fa59a5 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:21,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:21 GMT Server: Apache x-openstack-request-id: req-39ba0068-8b67-440d-aece-fd7ca7f0dcb1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:21,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-39ba0068-8b67-440d-aece-fd7ca7f0dcb1 2018-08-25 11:13:21,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0696890354156s 2018-08-25 11:13:21,737 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-39ba0068-8b67-440d-aece-fd7ca7f0dcb1 2018-08-25 11:13:26,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:26,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:27,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:26 GMT Server: Apache x-openstack-request-id: req-829b2cfd-1f49-4e8f-aa6a-af3edeef97d8 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:27,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:27 GMT Server: Apache x-openstack-request-id: req-8310fd39-038b-402c-8dcc-bf4a28158cdd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:27,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-8310fd39-038b-402c-8dcc-bf4a28158cdd 2018-08-25 11:13:27,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.322242975235s 2018-08-25 11:13:27,065 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-8310fd39-038b-402c-8dcc-bf4a28158cdd 2018-08-25 11:13:27,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:13:27,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:27,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:27 GMT Server: Apache x-openstack-request-id: req-0eb3de69-d84d-4125-a37e-48348920c50c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:13:27,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:27 GMT Server: Apache x-openstack-request-id: req-15c7e3cb-d238-4ae2-b896-aaff9161121e 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:13:27,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-15c7e3cb-d238-4ae2-b896-aaff9161121e 2018-08-25 11:13:27,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0698599815369s 2018-08-25 11:13:27,136 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-15c7e3cb-d238-4ae2-b896-aaff9161121e 2018-08-25 11:13:32,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:32,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:32,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:32 GMT Server: Apache x-openstack-request-id: req-d9ab1296-43d8-44d7-985b-8d2406ea315b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:32,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:32 GMT Server: Apache x-openstack-request-id: req-5f4d177f-a154-415d-9cff-2d1935cc18d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:32,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-5f4d177f-a154-415d-9cff-2d1935cc18d8 2018-08-25 11:13:32,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722749233246s 2018-08-25 11:13:32,215 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-5f4d177f-a154-415d-9cff-2d1935cc18d8 2018-08-25 11:13:37,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:37,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:37,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:37 GMT Server: Apache x-openstack-request-id: req-845e5a09-3379-4f5e-a6cd-c400c92afa97 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:37,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:37 GMT Server: Apache x-openstack-request-id: req-22fdfeb5-4ba8-4484-87f7-55caf35dbe5d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:37,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-22fdfeb5-4ba8-4484-87f7-55caf35dbe5d 2018-08-25 11:13:37,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706338882446s 2018-08-25 11:13:37,292 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-22fdfeb5-4ba8-4484-87f7-55caf35dbe5d 2018-08-25 11:13:37,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:13:37,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:37,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:37 GMT Server: Apache x-openstack-request-id: req-e032aa75-6930-4427-b4bd-746b96631f30 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:13:37,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:37 GMT Server: Apache x-openstack-request-id: req-e63e3266-89cd-4797-bd9b-5a889ae68ab6 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:13:37,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e63e3266-89cd-4797-bd9b-5a889ae68ab6 2018-08-25 11:13:37,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.054123878479s 2018-08-25 11:13:37,347 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e63e3266-89cd-4797-bd9b-5a889ae68ab6 2018-08-25 11:13:42,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:42,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:42,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:42 GMT Server: Apache x-openstack-request-id: req-0ca34b8f-8534-4ab5-b845-8bb02c06fe97 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:42,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:42 GMT Server: Apache x-openstack-request-id: req-f4c28742-29c3-433d-934d-be36f91aeb79 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:42,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-f4c28742-29c3-433d-934d-be36f91aeb79 2018-08-25 11:13:42,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705299377441s 2018-08-25 11:13:42,425 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-f4c28742-29c3-433d-934d-be36f91aeb79 2018-08-25 11:13:47,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:47,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:47,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:47 GMT Server: Apache x-openstack-request-id: req-e5204e38-4e2f-4138-9638-eb6e65659c1a Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:47,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:47 GMT Server: Apache x-openstack-request-id: req-176cb1e2-9623-453d-849d-d8ab2358b0af Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:47,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-176cb1e2-9623-453d-849d-d8ab2358b0af 2018-08-25 11:13:47,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707759857178s 2018-08-25 11:13:47,501 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-176cb1e2-9623-453d-849d-d8ab2358b0af 2018-08-25 11:13:47,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:13:47,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:47,530 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:47 GMT Server: Apache x-openstack-request-id: req-fcab5486-d16e-40e8-95e8-9406fce793f5 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:13:47,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:47 GMT Server: Apache x-openstack-request-id: req-6e2a674c-492f-4700-a375-9b86ac36cac8 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:13:47,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-6e2a674c-492f-4700-a375-9b86ac36cac8 2018-08-25 11:13:47,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0534100532532s 2018-08-25 11:13:47,556 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-6e2a674c-492f-4700-a375-9b86ac36cac8 2018-08-25 11:13:52,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:52,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:52,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:52 GMT Server: Apache x-openstack-request-id: req-eeb4f946-b6fc-443c-91bd-ca4eec01df5e Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:52,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:52 GMT Server: Apache x-openstack-request-id: req-f71614bf-29e5-4a27-b2e4-b3d22a2593eb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:52,634 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-f71614bf-29e5-4a27-b2e4-b3d22a2593eb 2018-08-25 11:13:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712580680847s 2018-08-25 11:13:52,634 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-f71614bf-29e5-4a27-b2e4-b3d22a2593eb 2018-08-25 11:13:57,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:13:57,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:57,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:57 GMT Server: Apache x-openstack-request-id: req-96d04783-29c7-46bd-b442-2b2fe74f3422 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:13:57,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:57 GMT Server: Apache x-openstack-request-id: req-7122e44d-842c-4a5d-9256-a65401f956df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:13:57,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-7122e44d-842c-4a5d-9256-a65401f956df 2018-08-25 11:13:57,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716400146484s 2018-08-25 11:13:57,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-7122e44d-842c-4a5d-9256-a65401f956df 2018-08-25 11:13:57,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:13:57,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:13:57,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:13:57 GMT Server: Apache x-openstack-request-id: req-0f70628e-52fc-49ba-9ea6-2e6c3cb12f52 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:13:57,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:13:57 GMT Server: Apache x-openstack-request-id: req-06ef06d3-21cb-47ca-90a8-e7ef6f75ef63 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:13:57,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-06ef06d3-21cb-47ca-90a8-e7ef6f75ef63 2018-08-25 11:13:57,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0578079223633s 2018-08-25 11:13:57,771 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-06ef06d3-21cb-47ca-90a8-e7ef6f75ef63 2018-08-25 11:14:02,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:02,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:02,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:02 GMT Server: Apache x-openstack-request-id: req-5da1830e-7642-439a-8c45-fa47cac3c7ad Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:02,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:02 GMT Server: Apache x-openstack-request-id: req-96331b33-fe8b-4a03-9022-279aba851fdd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:02,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-96331b33-fe8b-4a03-9022-279aba851fdd 2018-08-25 11:14:02,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713729858398s 2018-08-25 11:14:02,847 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-96331b33-fe8b-4a03-9022-279aba851fdd 2018-08-25 11:14:07,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:07,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:07,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:07 GMT Server: Apache x-openstack-request-id: req-3bb31245-262b-4a95-bfb6-769aebc54aaf Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:07,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:07 GMT Server: Apache x-openstack-request-id: req-2d1710f3-8299-49bf-a6d4-13f51d9b7ff5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:07,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-2d1710f3-8299-49bf-a6d4-13f51d9b7ff5 2018-08-25 11:14:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076672077179s 2018-08-25 11:14:07,930 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-2d1710f3-8299-49bf-a6d4-13f51d9b7ff5 2018-08-25 11:14:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:14:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:07,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:07 GMT Server: Apache x-openstack-request-id: req-caf4c6c2-c12a-418e-9dc0-27d82b3d3b99 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:14:08,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:07 GMT Server: Apache x-openstack-request-id: req-1da8dc20-9597-4df2-b919-79dfe9869e69 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:14:08,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-1da8dc20-9597-4df2-b919-79dfe9869e69 2018-08-25 11:14:08,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715019702911s 2018-08-25 11:14:08,002 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-1da8dc20-9597-4df2-b919-79dfe9869e69 2018-08-25 11:14:13,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:13,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:13,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:13 GMT Server: Apache x-openstack-request-id: req-5d388004-d45f-4cf1-9b60-5aa4e90024f7 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:13,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:13 GMT Server: Apache x-openstack-request-id: req-3915d381-9ad7-4c6e-a252-bf964e89e84a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:13,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-3915d381-9ad7-4c6e-a252-bf964e89e84a 2018-08-25 11:14:13,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070837020874s 2018-08-25 11:14:13,080 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-3915d381-9ad7-4c6e-a252-bf964e89e84a 2018-08-25 11:14:18,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:18,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:18 GMT Server: Apache x-openstack-request-id: req-7b909c6d-9535-4f77-9eb0-3a69aad50921 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:18,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:18 GMT Server: Apache x-openstack-request-id: req-c5483b47-b4f1-40d8-8f81-8a6b11616bf3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:18,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-c5483b47-b4f1-40d8-8f81-8a6b11616bf3 2018-08-25 11:14:18,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070953130722s 2018-08-25 11:14:18,157 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-c5483b47-b4f1-40d8-8f81-8a6b11616bf3 2018-08-25 11:14:18,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:14:18,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:18,187 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:18 GMT Server: Apache x-openstack-request-id: req-bb123ff0-3837-4fc4-8e80-f5ddfa5b685c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:14:18,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:18 GMT Server: Apache x-openstack-request-id: req-cc90f7c5-db51-4055-8069-4f31ddb4bd99 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:14:18,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-cc90f7c5-db51-4055-8069-4f31ddb4bd99 2018-08-25 11:14:18,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072606086731s 2018-08-25 11:14:18,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-cc90f7c5-db51-4055-8069-4f31ddb4bd99 2018-08-25 11:14:23,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:23,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:23,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:23 GMT Server: Apache x-openstack-request-id: req-801a1609-c9a5-4e98-aedd-3d7eecf52c59 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:23,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:23 GMT Server: Apache x-openstack-request-id: req-ddd1fad4-5944-4b9b-bce4-dd91797e92de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:23,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-ddd1fad4-5944-4b9b-bce4-dd91797e92de 2018-08-25 11:14:23,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071074962616s 2018-08-25 11:14:23,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-ddd1fad4-5944-4b9b-bce4-dd91797e92de 2018-08-25 11:14:28,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:28,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:28,345 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:28 GMT Server: Apache x-openstack-request-id: req-9d5f016a-68dd-4ffe-978b-b760e337cf5a Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:28,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:28 GMT Server: Apache x-openstack-request-id: req-39b88f93-147b-4fdd-b82a-fe75571812cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:28,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-39b88f93-147b-4fdd-b82a-fe75571812cc 2018-08-25 11:14:28,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710229873657s 2018-08-25 11:14:28,387 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-39b88f93-147b-4fdd-b82a-fe75571812cc 2018-08-25 11:14:28,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:14:28,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:28,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:28 GMT Server: Apache x-openstack-request-id: req-d9545e5c-9184-4828-af05-98ee82b049dd Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:14:28,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:28 GMT Server: Apache x-openstack-request-id: req-d68f4f54-e9d6-411a-87f8-1b31eee4acb3 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:14:28,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-d68f4f54-e9d6-411a-87f8-1b31eee4acb3 2018-08-25 11:14:28,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0691449642181s 2018-08-25 11:14:28,457 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-d68f4f54-e9d6-411a-87f8-1b31eee4acb3 2018-08-25 11:14:33,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:33,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:33,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:33 GMT Server: Apache x-openstack-request-id: req-b23fcab4-453a-41ac-80ed-ee629ee1e39b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:33,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:33 GMT Server: Apache x-openstack-request-id: req-c79e5ad4-d2a1-449d-b846-482a21bf367d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:33,534 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-c79e5ad4-d2a1-449d-b846-482a21bf367d 2018-08-25 11:14:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708711147308s 2018-08-25 11:14:33,535 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-c79e5ad4-d2a1-449d-b846-482a21bf367d 2018-08-25 11:14:38,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:38,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:38,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:38 GMT Server: Apache x-openstack-request-id: req-6b01fd1d-0805-476f-84f7-d55701d57831 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:38,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:38 GMT Server: Apache x-openstack-request-id: req-67ea7479-7d4a-4e18-98b6-76f3b5b587c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:38,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-67ea7479-7d4a-4e18-98b6-76f3b5b587c3 2018-08-25 11:14:38,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706758499146s 2018-08-25 11:14:38,612 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-67ea7479-7d4a-4e18-98b6-76f3b5b587c3 2018-08-25 11:14:38,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:14:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:38,641 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:38 GMT Server: Apache x-openstack-request-id: req-542430c1-bfda-46db-a9b3-2a283148ffd0 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:14:38,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:38 GMT Server: Apache x-openstack-request-id: req-9d7a58e7-bfc8-46f5-84d1-2b320ced12d8 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:14:38,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-9d7a58e7-bfc8-46f5-84d1-2b320ced12d8 2018-08-25 11:14:38,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708150863647s 2018-08-25 11:14:38,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-9d7a58e7-bfc8-46f5-84d1-2b320ced12d8 2018-08-25 11:14:43,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:43,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:43,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:43 GMT Server: Apache x-openstack-request-id: req-e5453666-106e-4be6-badc-865f67139547 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:43,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:43 GMT Server: Apache x-openstack-request-id: req-115fbac8-246d-449e-993b-241201733c68 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:43,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-115fbac8-246d-449e-993b-241201733c68 2018-08-25 11:14:43,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710580348969s 2018-08-25 11:14:43,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-115fbac8-246d-449e-993b-241201733c68 2018-08-25 11:14:48,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:48,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:48,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:48 GMT Server: Apache x-openstack-request-id: req-78414a88-b9af-408d-ae9d-f6a6e6b775d9 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:48,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:48 GMT Server: Apache x-openstack-request-id: req-64727062-10e8-49cc-b80f-d239b00817eb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:48,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-64727062-10e8-49cc-b80f-d239b00817eb 2018-08-25 11:14:48,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712208747864s 2018-08-25 11:14:48,839 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-64727062-10e8-49cc-b80f-d239b00817eb 2018-08-25 11:14:48,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:14:48,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:48,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:48 GMT Server: Apache x-openstack-request-id: req-fbd10933-65cb-4c8d-9f8c-6f99787816a7 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:14:48,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:48 GMT Server: Apache x-openstack-request-id: req-2e0c0588-23fc-4ba7-bcf0-6d240b1cdd1e 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:14:48,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-2e0c0588-23fc-4ba7-bcf0-6d240b1cdd1e 2018-08-25 11:14:48,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701220035553s 2018-08-25 11:14:48,910 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-2e0c0588-23fc-4ba7-bcf0-6d240b1cdd1e 2018-08-25 11:14:53,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:53,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:53,946 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:53 GMT Server: Apache x-openstack-request-id: req-616e198e-65ed-4367-825c-10d5a8284681 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&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-08-25 11:14:53,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:53 GMT Server: Apache x-openstack-request-id: req-6059a9b8-74f5-4485-97ee-98c3a381335e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 444 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-25T11:14:49Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns/events/6648702b-ac8a-46b9-8ac6-72060b0d699e", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "5e09af9d-a30c-48fa-b10d-1e27827378c3", "id": "6648702b-ac8a-46b9-8ac6-72060b0d699e"}, {"resource_name": "ellis", "event_time": "2018-08-25T11:14:49Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis/events/8828984d-1fb4-45ae-87c0-8a7818b3f818", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-fbbpvbg365hg", "id": "8828984d-1fb4-45ae-87c0-8a7818b3f818"}]} 2018-08-25 11:14:53,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-6059a9b8-74f5-4485-97ee-98c3a381335e 2018-08-25 11:14:53,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717079639435s 2018-08-25 11:14:53,989 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc&marker=bba3bfe7-c8b8-409f-a4eb-7c7a1c66b586&sort_dir=asc used request id req-6059a9b8-74f5-4485-97ee-98c3a381335e 2018-08-25 11:14:58,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:14:58,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:14:59,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:14:59 GMT Server: Apache x-openstack-request-id: req-1aafa428-3075-45cf-86f5-23503a689a65 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:14:59,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:14:59 GMT Server: Apache x-openstack-request-id: req-88945252-2d6c-48cc-9daf-341b98020dc9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:14:59,066 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-88945252-2d6c-48cc-9daf-341b98020dc9 2018-08-25 11:14:59,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703768730164s 2018-08-25 11:14:59,066 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-88945252-2d6c-48cc-9daf-341b98020dc9 2018-08-25 11:15:04,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:04,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:04,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:04 GMT Server: Apache x-openstack-request-id: req-64dba50c-4386-4e15-82f3-44547cd8b0db Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:04,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:04 GMT Server: Apache x-openstack-request-id: req-42ccf55d-c9d8-41a1-8a94-fab390626074 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:04,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-42ccf55d-c9d8-41a1-8a94-fab390626074 2018-08-25 11:15:04,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738780498505s 2018-08-25 11:15:04,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-42ccf55d-c9d8-41a1-8a94-fab390626074 2018-08-25 11:15:04,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:15:04,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:04,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:04 GMT Server: Apache x-openstack-request-id: req-223ad33d-1b83-4327-8b28-8c7ef351d9da Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:15:04,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:04 GMT Server: Apache x-openstack-request-id: req-88343751-29ad-4fc4-b144-8c72602f4a61 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:15:04,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-88343751-29ad-4fc4-b144-8c72602f4a61 2018-08-25 11:15:04,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0563127994537s 2018-08-25 11:15:04,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-88343751-29ad-4fc4-b144-8c72602f4a61 2018-08-25 11:15:09,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:09,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:09,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:09 GMT Server: Apache x-openstack-request-id: req-31bedd9d-85f0-4050-8156-56766fb05d29 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:09,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:09 GMT Server: Apache x-openstack-request-id: req-5361abc3-239d-4b9f-9e20-eabbd4ea9ff8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:09,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-5361abc3-239d-4b9f-9e20-eabbd4ea9ff8 2018-08-25 11:15:09,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708329677582s 2018-08-25 11:15:09,282 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-5361abc3-239d-4b9f-9e20-eabbd4ea9ff8 2018-08-25 11:15:14,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:14,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:14,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-a5a09f8f-2d05-4cbc-9ad0-c4cb14c2fe8a Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:14,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-b38db35a-7d00-4fe8-b34e-fe6db44401d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:14,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-b38db35a-7d00-4fe8-b34e-fe6db44401d2 2018-08-25 11:15:14,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.086501121521s 2018-08-25 11:15:14,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-b38db35a-7d00-4fe8-b34e-fe6db44401d2 2018-08-25 11:15:14,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:15:14,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:14,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-95ac872c-dd20-4472-9f15-c18e241709af Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:15:14,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-88598178-4aeb-48dd-a17d-238980a32265 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:15:14,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-88598178-4aeb-48dd-a17d-238980a32265 2018-08-25 11:15:14,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0696339607239s 2018-08-25 11:15:14,445 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-88598178-4aeb-48dd-a17d-238980a32265 2018-08-25 11:15:19,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:19,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:19,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:19 GMT Server: Apache x-openstack-request-id: req-cfc15518-98cf-4424-9d97-37338cc0dc61 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:19,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:19 GMT Server: Apache x-openstack-request-id: req-71d858f9-51c6-43ad-82c0-14a5deabdd3f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:19,527 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-71d858f9-51c6-43ad-82c0-14a5deabdd3f 2018-08-25 11:15:19,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753810405731s 2018-08-25 11:15:19,527 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-71d858f9-51c6-43ad-82c0-14a5deabdd3f 2018-08-25 11:15:24,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:24,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:24,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-d4bbc765-5f64-4771-9658-824968d48297 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:24,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-035167fd-1842-4c59-900b-5228f967d43a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:24,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-035167fd-1842-4c59-900b-5228f967d43a 2018-08-25 11:15:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702359676361s 2018-08-25 11:15:24,604 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-035167fd-1842-4c59-900b-5228f967d43a 2018-08-25 11:15:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:15:24,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:24,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-38fcf082-cb37-41d0-9086-087fb0001bfd Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:15:24,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-e7102ab9-9bf5-44cf-bab4-2be61f82deee 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:15:24,673 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e7102ab9-9bf5-44cf-bab4-2be61f82deee 2018-08-25 11:15:24,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0690829753876s 2018-08-25 11:15:24,674 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e7102ab9-9bf5-44cf-bab4-2be61f82deee 2018-08-25 11:15:29,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:29,726 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:29 GMT Server: Apache x-openstack-request-id: req-26c72c70-b9ef-4ab5-841c-e1e215d4e55b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:29,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:29 GMT Server: Apache x-openstack-request-id: req-47c255f3-1dd5-479e-a887-1e302716f38b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:29,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-47c255f3-1dd5-479e-a887-1e302716f38b 2018-08-25 11:15:29,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0866439342499s 2018-08-25 11:15:29,767 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-47c255f3-1dd5-479e-a887-1e302716f38b 2018-08-25 11:15:34,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:34,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:34,803 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:34 GMT Server: Apache x-openstack-request-id: req-0b1b199c-b109-48c9-b128-5903ab9b14b3 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:34,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:34 GMT Server: Apache x-openstack-request-id: req-3819f604-d149-4665-9573-6a9ab135723d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:34,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-3819f604-d149-4665-9573-6a9ab135723d 2018-08-25 11:15:34,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712101459503s 2018-08-25 11:15:34,845 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-3819f604-d149-4665-9573-6a9ab135723d 2018-08-25 11:15:34,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:15:34,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:34,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:34 GMT Server: Apache x-openstack-request-id: req-ec4e4077-a446-4392-a50e-344dd42f2407 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:15:34,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:34 GMT Server: Apache x-openstack-request-id: req-1f1b53af-0b30-4e2f-8245-1d783498c9f9 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:15:34,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-1f1b53af-0b30-4e2f-8245-1d783498c9f9 2018-08-25 11:15:34,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.053936958313s 2018-08-25 11:15:34,900 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-1f1b53af-0b30-4e2f-8245-1d783498c9f9 2018-08-25 11:15:39,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:39,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:39,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:39 GMT Server: Apache x-openstack-request-id: req-0f630c9a-c5e1-4bf1-a508-16554d01f092 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:39,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:39 GMT Server: Apache x-openstack-request-id: req-374bd348-7f0a-483d-b9f5-8b2c2e5ea539 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:39,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-374bd348-7f0a-483d-b9f5-8b2c2e5ea539 2018-08-25 11:15:39,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707957744598s 2018-08-25 11:15:39,978 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-374bd348-7f0a-483d-b9f5-8b2c2e5ea539 2018-08-25 11:15:44,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:44,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:45,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:45 GMT Server: Apache x-openstack-request-id: req-b33aca19-aaa6-43a8-81f7-c8c20300951a Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:45,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:45 GMT Server: Apache x-openstack-request-id: req-906ff4f4-c2e7-4d46-82bd-ba1f9e427736 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:45,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-906ff4f4-c2e7-4d46-82bd-ba1f9e427736 2018-08-25 11:15:45,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743651390076s 2018-08-25 11:15:45,060 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-906ff4f4-c2e7-4d46-82bd-ba1f9e427736 2018-08-25 11:15:45,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:15:45,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:45,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:45 GMT Server: Apache x-openstack-request-id: req-82a32214-b0fb-4eb8-9f13-8a6cfaac945f Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:15:45,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:45 GMT Server: Apache x-openstack-request-id: req-276d2250-7403-4996-817f-29f6e14e3a6d 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:15:45,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-276d2250-7403-4996-817f-29f6e14e3a6d 2018-08-25 11:15:45,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0551409721375s 2018-08-25 11:15:45,116 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-276d2250-7403-4996-817f-29f6e14e3a6d 2018-08-25 11:15:50,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:50,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:50,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:50 GMT Server: Apache x-openstack-request-id: req-c8b523ca-a759-4556-8183-27171438ecb9 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:50,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:50 GMT Server: Apache x-openstack-request-id: req-59f20d2d-81a6-4c02-905f-6819bc0cee51 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:50,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-59f20d2d-81a6-4c02-905f-6819bc0cee51 2018-08-25 11:15:50,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702848434448s 2018-08-25 11:15:50,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-59f20d2d-81a6-4c02-905f-6819bc0cee51 2018-08-25 11:15:55,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:15:55,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:55,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:55 GMT Server: Apache x-openstack-request-id: req-6edb3045-a5f5-4182-bbe9-0b8d2d835c97 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:15:55,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:55 GMT Server: Apache x-openstack-request-id: req-29505d97-ff5f-465e-95fe-f4870631c4e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:15:55,268 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-29505d97-ff5f-465e-95fe-f4870631c4e2 2018-08-25 11:15:55,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.069000005722s 2018-08-25 11:15:55,268 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-29505d97-ff5f-465e-95fe-f4870631c4e2 2018-08-25 11:15:55,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:15:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:15:55,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:15:55 GMT Server: Apache x-openstack-request-id: req-2218d40b-0155-4144-b248-554635c353af Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:15:55,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:15:55 GMT Server: Apache x-openstack-request-id: req-e7117b68-c5c6-43cb-8426-e5ef3158ceef 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:15:55,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e7117b68-c5c6-43cb-8426-e5ef3158ceef 2018-08-25 11:15:55,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0527620315552s 2018-08-25 11:15:55,322 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e7117b68-c5c6-43cb-8426-e5ef3158ceef 2018-08-25 11:16:00,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:00,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:00,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:00 GMT Server: Apache x-openstack-request-id: req-dcef035d-dd43-4074-a54d-05ef0db16d32 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:00 GMT Server: Apache x-openstack-request-id: req-78134a82-db8d-4ac9-9929-db3d6560a3e1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:00,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-78134a82-db8d-4ac9-9929-db3d6560a3e1 2018-08-25 11:16:00,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705649852753s 2018-08-25 11:16:00,400 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-78134a82-db8d-4ac9-9929-db3d6560a3e1 2018-08-25 11:16:05,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:05,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:05,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:05 GMT Server: Apache x-openstack-request-id: req-8b7de5e6-40bc-40c1-83ed-ede220d92d30 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:05,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:05 GMT Server: Apache x-openstack-request-id: req-37f39969-17a1-46c3-97de-5ce869c8d406 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:05,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-37f39969-17a1-46c3-97de-5ce869c8d406 2018-08-25 11:16:05,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716559886932s 2018-08-25 11:16:05,477 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-37f39969-17a1-46c3-97de-5ce869c8d406 2018-08-25 11:16:05,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:16:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:05,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:05 GMT Server: Apache x-openstack-request-id: req-9058b50c-10d0-402a-a0d1-22515d67b4ec Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:16:05,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:05 GMT Server: Apache x-openstack-request-id: req-1d60d4b9-e963-457c-bf14-8efd2c9b2233 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:16:05,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-1d60d4b9-e963-457c-bf14-8efd2c9b2233 2018-08-25 11:16:05,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0691940784454s 2018-08-25 11:16:05,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-1d60d4b9-e963-457c-bf14-8efd2c9b2233 2018-08-25 11:16:10,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:10,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:10,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:10 GMT Server: Apache x-openstack-request-id: req-e74c9ed2-f6fc-4445-98d9-a519fa30b6f7 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:10,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:10 GMT Server: Apache x-openstack-request-id: req-89ade7d9-d321-4cdc-b094-8defe52fa66c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:10,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-89ade7d9-d321-4cdc-b094-8defe52fa66c 2018-08-25 11:16:10,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.104916095734s 2018-08-25 11:16:10,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-89ade7d9-d321-4cdc-b094-8defe52fa66c 2018-08-25 11:16:15,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:15,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:15,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:15 GMT Server: Apache x-openstack-request-id: req-966f11a9-5629-4c6e-8144-840fb6853580 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:15,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:15 GMT Server: Apache x-openstack-request-id: req-1fcc31e3-6f0c-4f2b-b6cb-a6f5affb86e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:15,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-1fcc31e3-6f0c-4f2b-b6cb-a6f5affb86e4 2018-08-25 11:16:15,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732350349426s 2018-08-25 11:16:15,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-1fcc31e3-6f0c-4f2b-b6cb-a6f5affb86e4 2018-08-25 11:16:15,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:16:15,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:15,768 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:15 GMT Server: Apache x-openstack-request-id: req-2e7dcdd2-3505-4ca4-b7a8-41965134cda2 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:16:15,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:15 GMT Server: Apache x-openstack-request-id: req-b33b57bd-5234-4356-a321-7c50be14a476 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:16:15,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-b33b57bd-5234-4356-a321-7c50be14a476 2018-08-25 11:16:15,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706641674042s 2018-08-25 11:16:15,811 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-b33b57bd-5234-4356-a321-7c50be14a476 2018-08-25 11:16:20,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:20,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:20,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:20 GMT Server: Apache x-openstack-request-id: req-e17b2756-3f68-482c-9fbb-2f7301faef78 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:20,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:20 GMT Server: Apache x-openstack-request-id: req-086175dd-4f22-4a35-835d-a679cefb386e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:20,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-086175dd-4f22-4a35-835d-a679cefb386e 2018-08-25 11:16:20,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0697350502014s 2018-08-25 11:16:20,887 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-086175dd-4f22-4a35-835d-a679cefb386e 2018-08-25 11:16:25,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:25,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:25,923 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:25 GMT Server: Apache x-openstack-request-id: req-70c94d42-36f9-4de0-8ce4-64550da8131f Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:25,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:25 GMT Server: Apache x-openstack-request-id: req-107c41dc-a632-4667-a83c-d393d2c36fd7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:25,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-107c41dc-a632-4667-a83c-d393d2c36fd7 2018-08-25 11:16:25,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728969573975s 2018-08-25 11:16:25,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-107c41dc-a632-4667-a83c-d393d2c36fd7 2018-08-25 11:16:25,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:16:25,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:25,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:25 GMT Server: Apache x-openstack-request-id: req-c30ba103-9ee0-41ad-83ea-a6d0718c9719 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:16:26,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:26 GMT Server: Apache x-openstack-request-id: req-65ed6649-64f4-4ef9-ae92-390a98430932 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:16:26,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-65ed6649-64f4-4ef9-ae92-390a98430932 2018-08-25 11:16:26,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0533530712128s 2018-08-25 11:16:26,021 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-65ed6649-64f4-4ef9-ae92-390a98430932 2018-08-25 11:16:31,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:31,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:31,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:31 GMT Server: Apache x-openstack-request-id: req-07b180a8-853b-4b87-9f1b-fce85de9ce4c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:31,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:31 GMT Server: Apache x-openstack-request-id: req-20f4109e-6d97-4c04-8290-c792334b3077 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:31,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-20f4109e-6d97-4c04-8290-c792334b3077 2018-08-25 11:16:31,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070228099823s 2018-08-25 11:16:31,098 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-20f4109e-6d97-4c04-8290-c792334b3077 2018-08-25 11:16:36,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:36,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:36,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:36 GMT Server: Apache x-openstack-request-id: req-001a7ec3-cff3-408b-afa0-d30aaf5b35ce Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:36,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:36 GMT Server: Apache x-openstack-request-id: req-654155f6-6760-42a1-861e-6bb310ad48de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:36,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-654155f6-6760-42a1-861e-6bb310ad48de 2018-08-25 11:16:36,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0889539718628s 2018-08-25 11:16:36,194 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-654155f6-6760-42a1-861e-6bb310ad48de 2018-08-25 11:16:36,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:16:36,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:36,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:36 GMT Server: Apache x-openstack-request-id: req-0b4bb4fc-6030-44b9-b1e1-6ecba60254c2 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:16:36,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:36 GMT Server: Apache x-openstack-request-id: req-e3c75679-9b55-4577-bf39-842fc42ad2e0 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:16:36,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e3c75679-9b55-4577-bf39-842fc42ad2e0 2018-08-25 11:16:36,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706231594086s 2018-08-25 11:16:36,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-e3c75679-9b55-4577-bf39-842fc42ad2e0 2018-08-25 11:16:41,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:41,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:41,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:41 GMT Server: Apache x-openstack-request-id: req-062f7bbf-c256-4f3b-b87f-982c76371d9f Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:41,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:41 GMT Server: Apache x-openstack-request-id: req-7cd6a7df-0248-4a57-8af3-8ea6ecc867b9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:41,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-7cd6a7df-0248-4a57-8af3-8ea6ecc867b9 2018-08-25 11:16:41,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712509155273s 2018-08-25 11:16:41,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-7cd6a7df-0248-4a57-8af3-8ea6ecc867b9 2018-08-25 11:16:46,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:46,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:46,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:46 GMT Server: Apache x-openstack-request-id: req-67d556ab-f363-4ab6-9c46-0c9ebf81ad1b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:46,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:46 GMT Server: Apache x-openstack-request-id: req-a76a7a33-d2b3-4688-90ec-3630535794bf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:46,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-a76a7a33-d2b3-4688-90ec-3630535794bf 2018-08-25 11:16:46,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703089237213s 2018-08-25 11:16:46,420 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-a76a7a33-d2b3-4688-90ec-3630535794bf 2018-08-25 11:16:46,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:16:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:46,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:46 GMT Server: Apache x-openstack-request-id: req-9482ef6a-b7a7-4f6e-8b8e-2af5b80aef97 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:16:46,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:46 GMT Server: Apache x-openstack-request-id: req-52d611c9-e841-479b-9e14-2792a01b52bd 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:16:46,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-52d611c9-e841-479b-9e14-2792a01b52bd 2018-08-25 11:16:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.069864988327s 2018-08-25 11:16:46,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-52d611c9-e841-479b-9e14-2792a01b52bd 2018-08-25 11:16:51,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:51,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:51,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:51 GMT Server: Apache x-openstack-request-id: req-f34f0226-0ba2-43aa-b8e4-7d2900686a1c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&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-08-25 11:16:51,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:51 GMT Server: Apache x-openstack-request-id: req-3210c976-ed24-4404-9e9c-a9b08e5f2483 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-25T11:16:46Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis/events/ea4e980d-f921-475b-a4a5-e2152f8b3baf", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "c8dae7e9-c508-417a-906e-dc9a7e0588d8", "id": "ea4e980d-f921-475b-a4a5-e2152f8b3baf"}, {"resource_name": "dime", "event_time": "2018-08-25T11:16:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime/events/19518769-3343-40ff-a559-d3b406b4f8a4", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-ofqiqvc7pgzk", "id": "19518769-3343-40ff-a559-d3b406b4f8a4"}, {"resource_name": "sprout", "event_time": "2018-08-25T11:16:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout/events/a79ba21d-d9bf-4a69-a066-14decbf7a1df", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-7r3txqsbkmgo", "id": "a79ba21d-d9bf-4a69-a066-14decbf7a1df"}, {"resource_name": "vellum", "event_time": "2018-08-25T11:16:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum/events/65d1e884-ee5c-49ab-89ef-0e1e3baf3b71", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-remaezz6uguf", "id": "65d1e884-ee5c-49ab-89ef-0e1e3baf3b71"}, {"resource_name": "homer", "event_time": "2018-08-25T11:16:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer/events/63967b6e-97bd-412d-891e-cf6889ebb0fd", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-q27u2pyl2h6i", "id": "63967b6e-97bd-412d-891e-cf6889ebb0fd"}, {"resource_name": "bono", "event_time": "2018-08-25T11:16:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono/events/6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-zb2nlqhhwx63", "id": "6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0"}]} 2018-08-25 11:16:51,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-3210c976-ed24-4404-9e9c-a9b08e5f2483 2018-08-25 11:16:51,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0935418605804s 2018-08-25 11:16:51,592 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc&marker=8828984d-1fb4-45ae-87c0-8a7818b3f818&sort_dir=asc used request id req-3210c976-ed24-4404-9e9c-a9b08e5f2483 2018-08-25 11:16:56,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:16:56,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:16:56,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:16:56 GMT Server: Apache x-openstack-request-id: req-815f8756-3d09-4047-81ed-392fcca8e593 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:16:56,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:16:56 GMT Server: Apache x-openstack-request-id: req-c4d64341-65f0-4e00-8b7e-b3037b4e0eb6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:16:56,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-c4d64341-65f0-4e00-8b7e-b3037b4e0eb6 2018-08-25 11:16:56,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721309185028s 2018-08-25 11:16:56,671 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-c4d64341-65f0-4e00-8b7e-b3037b4e0eb6 2018-08-25 11:17:01,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:01,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:01 GMT Server: Apache x-openstack-request-id: req-13271abc-010c-4d3c-9937-60c034c34ffb Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:17:01,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:01 GMT Server: Apache x-openstack-request-id: req-1e44cd8e-ac8a-4a09-aac7-5c02ae8e8a62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:01,773 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-1e44cd8e-ac8a-4a09-aac7-5c02ae8e8a62 2018-08-25 11:17:01,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.095752954483s 2018-08-25 11:17:01,773 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-1e44cd8e-ac8a-4a09-aac7-5c02ae8e8a62 2018-08-25 11:17:01,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:17:01,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:01,804 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:01 GMT Server: Apache x-openstack-request-id: req-a128a681-0c3e-4bdb-9d77-0e7ef1ead25c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:17:01,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:01 GMT Server: Apache x-openstack-request-id: req-4de72fb8-569a-4a6b-abb3-3f2088b4742d 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:17:01,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-4de72fb8-569a-4a6b-abb3-3f2088b4742d 2018-08-25 11:17:01,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0766589641571s 2018-08-25 11:17:01,850 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-4de72fb8-569a-4a6b-abb3-3f2088b4742d 2018-08-25 11:17:06,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:06,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:06,888 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:06 GMT Server: Apache x-openstack-request-id: req-b0aecb40-5f00-44f1-a310-9b1fddc09711 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:17:06,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:06 GMT Server: Apache x-openstack-request-id: req-951d9d31-f269-4cba-95f3-2a5d0fd690c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:06,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-951d9d31-f269-4cba-95f3-2a5d0fd690c9 2018-08-25 11:17:06,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745658874512s 2018-08-25 11:17:06,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-951d9d31-f269-4cba-95f3-2a5d0fd690c9 2018-08-25 11:17:11,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:11,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:11,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:11 GMT Server: Apache x-openstack-request-id: req-b1ede3cc-abcb-415a-8ab2-1389ac7cf271 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:17:12,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:11 GMT Server: Apache x-openstack-request-id: req-23ad4bfe-f86c-4de3-923a-37412ed651e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:12,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-23ad4bfe-f86c-4de3-923a-37412ed651e3 2018-08-25 11:17:12,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07461810112s 2018-08-25 11:17:12,013 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-23ad4bfe-f86c-4de3-923a-37412ed651e3 2018-08-25 11:17:12,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:17:12,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:12,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:12 GMT Server: Apache x-openstack-request-id: req-26a856ac-018c-468b-8e76-5aecab437483 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:17:12,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:12 GMT Server: Apache x-openstack-request-id: req-6b860209-92d7-4c2e-9923-c5baae55df87 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:17:12,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-6b860209-92d7-4c2e-9923-c5baae55df87 2018-08-25 11:17:12,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0757730007172s 2018-08-25 11:17:12,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-6b860209-92d7-4c2e-9923-c5baae55df87 2018-08-25 11:17:17,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:17,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:17,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:17 GMT Server: Apache x-openstack-request-id: req-6983bc1b-c872-495b-bbc6-0e52db55f5e1 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:17:17,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:17 GMT Server: Apache x-openstack-request-id: req-e8e1208d-3098-4c19-92f6-2fb4d449bba2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:17,166 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-e8e1208d-3098-4c19-92f6-2fb4d449bba2 2018-08-25 11:17:17,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700449943542s 2018-08-25 11:17:17,166 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-e8e1208d-3098-4c19-92f6-2fb4d449bba2 2018-08-25 11:17:22,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:22,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:22,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:22 GMT Server: Apache x-openstack-request-id: req-3de2afaa-6fd3-4f03-812c-4aea1e36b70f Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:17:22,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:22 GMT Server: Apache x-openstack-request-id: req-74203385-934e-4c62-84f5-e59af2d031fa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:22,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-74203385-934e-4c62-84f5-e59af2d031fa 2018-08-25 11:17:22,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706601142883s 2018-08-25 11:17:22,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-74203385-934e-4c62-84f5-e59af2d031fa 2018-08-25 11:17:22,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:17:22,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:22,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:22 GMT Server: Apache x-openstack-request-id: req-55dd8d1f-2e0a-43c0-a4db-f5bcf901c99f Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:17:22,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:22 GMT Server: Apache x-openstack-request-id: req-369ebab4-778a-4fd9-8b80-421b2edfb1ac 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:17:22,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-369ebab4-778a-4fd9-8b80-421b2edfb1ac 2018-08-25 11:17:22,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0698311328888s 2018-08-25 11:17:22,314 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-369ebab4-778a-4fd9-8b80-421b2edfb1ac 2018-08-25 11:17:27,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:27,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:27,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:27 GMT Server: Apache x-openstack-request-id: req-4eff343a-10fc-4827-a9f0-b8638eaaa735 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&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-08-25 11:17:27,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:27 GMT Server: Apache x-openstack-request-id: req-f64b5985-1a4b-42a5-8c04-5546a992935a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-25T11:17:27Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum/events/94dd89c6-ba7f-4462-adbc-c14d24e1c9e1", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "c9053cee-a6f0-4420-bd04-1193a5d707f7", "id": "94dd89c6-ba7f-4462-adbc-c14d24e1c9e1"}]} 2018-08-25 11:17:27,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-f64b5985-1a4b-42a5-8c04-5546a992935a 2018-08-25 11:17:27,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726120471954s 2018-08-25 11:17:27,393 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc&marker=6c6d5f4c-d946-4b92-8d78-60a5e17f2aa0&sort_dir=asc used request id req-f64b5985-1a4b-42a5-8c04-5546a992935a 2018-08-25 11:17:32,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:32,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:32,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:32 GMT Server: Apache x-openstack-request-id: req-b064c594-6397-4f0b-86ac-f84578063212 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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-08-25 11:17:32,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:32 GMT Server: Apache x-openstack-request-id: req-af73ac65-4822-49f1-bc03-3d87ecf859dd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:32,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-af73ac65-4822-49f1-bc03-3d87ecf859dd 2018-08-25 11:17:32,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0704569816589s 2018-08-25 11:17:32,470 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-af73ac65-4822-49f1-bc03-3d87ecf859dd 2018-08-25 11:17:37,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:37,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:37,505 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:37 GMT Server: Apache x-openstack-request-id: req-6cd7cf09-5335-43c4-9193-e42cecc6ae26 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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-08-25 11:17:37,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:37 GMT Server: Apache x-openstack-request-id: req-1b753ace-80be-43ec-8d6e-66b4f2a0e08f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:37,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-1b753ace-80be-43ec-8d6e-66b4f2a0e08f 2018-08-25 11:17:37,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701489448547s 2018-08-25 11:17:37,547 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-1b753ace-80be-43ec-8d6e-66b4f2a0e08f 2018-08-25 11:17:37,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:17:37,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:37,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:37 GMT Server: Apache x-openstack-request-id: req-dd3b8bd3-e0d1-41c7-97de-8b194c152777 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:17:37,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:37 GMT Server: Apache x-openstack-request-id: req-5137711d-251f-4fa0-985c-0c49a86368ea 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": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:17:37,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-5137711d-251f-4fa0-985c-0c49a86368ea 2018-08-25 11:17:37,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336307048798s 2018-08-25 11:17:37,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-5137711d-251f-4fa0-985c-0c49a86368ea 2018-08-25 11:17:42,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:42,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:42,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:42 GMT Server: Apache x-openstack-request-id: req-f4e85287-74a9-4f55-aa67-91bcc83aafd7 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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-08-25 11:17:42,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:42 GMT Server: Apache x-openstack-request-id: req-bc1e474c-d94c-424d-bbd2-48aadacf9df6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:17:42,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-bc1e474c-d94c-424d-bbd2-48aadacf9df6 2018-08-25 11:17:42,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733728408813s 2018-08-25 11:17:42,964 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-bc1e474c-d94c-424d-bbd2-48aadacf9df6 2018-08-25 11:17:47,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:17:47,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:48,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:47 GMT Server: Apache x-openstack-request-id: req-6eca1929-c05a-4fcb-beae-93f1315d3b2f Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&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-08-25 11:17:49,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:48 GMT Server: Apache x-openstack-request-id: req-f632f9ee-5c60-478c-85c6-4e29a7321cf6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-25T11:17:43Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer/events/c25baca2-80d3-48f3-8f59-77dc5e296654", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "74a59a6f-2529-4de3-bbfc-6010a5ccd452", "id": "c25baca2-80d3-48f3-8f59-77dc5e296654"}, {"resource_name": "dime", "event_time": "2018-08-25T11:17:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime/events/f1b61e52-c153-4cea-a0aa-98b1ac10ff3c", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "c425a4a1-afeb-4428-a961-b3d3a797924d", "id": "f1b61e52-c153-4cea-a0aa-98b1ac10ff3c"}, {"resource_name": "sprout", "event_time": "2018-08-25T11:17:47Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout/events/a541d7af-284b-4fae-9962-cfad978017fa", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "2af3ecab-1e96-4f12-9e18-22fcdf4bef7e", "id": "a541d7af-284b-4fae-9962-cfad978017fa"}, {"resource_name": "bono", "event_time": "2018-08-25T11:17:48Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono/events/94ab5ab9-895c-4df5-9834-8f126c8360bf", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "c74d6b71-41f6-4a6a-914a-eaa319f20cb3", "id": "94ab5ab9-895c-4df5-9834-8f126c8360bf"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-25T11:17:48Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv/events/86feb301-6223-4bea-8c2f-c75d40202562", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "id": "86feb301-6223-4bea-8c2f-c75d40202562"}]} 2018-08-25 11:17:49,032 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-f632f9ee-5c60-478c-85c6-4e29a7321cf6 2018-08-25 11:17:49,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.06140184402s 2018-08-25 11:17:49,032 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc&marker=94dd89c6-ba7f-4462-adbc-c14d24e1c9e1&sort_dir=asc used request id req-f632f9ee-5c60-478c-85c6-4e29a7321cf6 2018-08-25 11:17:49,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:17:49,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:49,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:17:49 GMT Server: Apache x-openstack-request-id: req-5100c385-1ee6-43d2-945e-a6f1fdd1df6b Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 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-08-25 11:17:49,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:49 GMT Server: Apache x-openstack-request-id: req-1bb8133e-8d39-4a59-b726-eb8e839129d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 946 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "outputs": [{"output_value": "172.30.9.201", "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-08-25 11:17:49,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 used request id req-1bb8133e-8d39-4a59-b726-eb8e839129d4 2018-08-25 11:17:49,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.150861978531s 2018-08-25 11:17:49,185 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 used request id req-1bb8133e-8d39-4a59-b726-eb8e839129d4 2018-08-25 11:17:49,187 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-25T11:12:36Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'8e7075f6-1518-4b60-96bf-d8ce4478d554', 'parameters': Munch({u'OS::project_id': u'b13b6a01cec54813b6a537be38c4c707', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23', 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_7b60b214-3a70-4a24-a285-c261fa027f23', 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'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'8e7075f6-1518-4b60-96bf-d8ce4478d554', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'd97458ed4ef841e2a6834de172ddb721', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.201', 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-08-25T11:12:36Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554'}) 2018-08-25 11:17:49,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:17:49,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:49,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-9db7452c-5d2c-4806-ab17-8ca44dae04bf x-compute-request-id: req-9db7452c-5d2c-4806-ab17-8ca44dae04bf Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:17:49,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9db7452c-5d2c-4806-ab17-8ca44dae04bf 2018-08-25 11:17:49,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.317739963531s 2018-08-25 11:17:49,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9db7452c-5d2c-4806-ab17-8ca44dae04bf 2018-08-25 11:17:49,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:17:49,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:49,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-de5a9994-dd7d-4421-a433-215445c17d00 Date: Sat, 25 Aug 2018 11:17:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0101b243-359a-46e5-a97d-42b29c3720a8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b13b6a01cec54813b6a537be38c4c707","l2_adjacency":true,"status":"ACTIVE","subnets":["8f86e776-7db7-44ee-8502-2bf6e8955c86"],"description":"","tags":[],"updated_at":"2018-08-25T11:12:42Z","qos_policy_id":null,"name":"clearwater-opnfv-private-management","admin_state_up":true,"tenant_id":"b13b6a01cec54813b6a537be38c4c707","created_at":"2018-08-25T11:12:40Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6a33ca00-f94b-4f10-bb9c-f2211e85f221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b13b6a01cec54813b6a537be38c4c707","l2_adjacency":true,"status":"ACTIVE","subnets":["ac3e11fa-3b68-4bdf-a0a3-ac04aa289c8d"],"description":"","tags":[],"updated_at":"2018-08-25T11:12:41Z","qos_policy_id":null,"name":"clearwater-opnfv-private-signaling","admin_state_up":true,"tenant_id":"b13b6a01cec54813b6a537be38c4c707","created_at":"2018-08-25T11:12:39Z","mtu":1450}]} 2018-08-25 11:17:49,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-de5a9994-dd7d-4421-a433-215445c17d00 2018-08-25 11:17:49,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0979540348053s 2018-08-25 11:17:49,616 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-de5a9994-dd7d-4421-a433-215445c17d00 2018-08-25 11:17:49,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 11:17:49,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:49,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-7a5c1aef-1688-4853-aeba-eec9cdacee4d Date: Sat, 25 Aug 2018 11:17:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0101b243-359a-46e5-a97d-42b29c3720a8","tenant_id":"b13b6a01cec54813b6a537be38c4c707","created_at":"2018-08-25T11:12:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T11:12:42Z","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":"b13b6a01cec54813b6a537be38c4c707","id":"8f86e776-7db7-44ee-8502-2bf6e8955c86","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a33ca00-f94b-4f10-bb9c-f2211e85f221","tenant_id":"b13b6a01cec54813b6a537be38c4c707","created_at":"2018-08-25T11:12:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T11:12:41Z","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":"b13b6a01cec54813b6a537be38c4c707","id":"ac3e11fa-3b68-4bdf-a0a3-ac04aa289c8d","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-08-25 11:17:49,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7a5c1aef-1688-4853-aeba-eec9cdacee4d 2018-08-25 11:17:49,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.13557100296s 2018-08-25 11:17:49,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7a5c1aef-1688-4853-aeba-eec9cdacee4d 2018-08-25 11:17:49,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:49,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-a4e2acd7-8d7b-434b-91df-4d98996f81f4 x-compute-request-id: req-a4e2acd7-8d7b-434b-91df-4d98996f81f4 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:49,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-a4e2acd7-8d7b-434b-91df-4d98996f81f4 2018-08-25 11:17:49,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220930576324s 2018-08-25 11:17:49,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-a4e2acd7-8d7b-434b-91df-4d98996f81f4 2018-08-25 11:17:49,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:49,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:50,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-071a2bed-ae38-42f5-9fcc-6750cc035abc x-compute-request-id: req-071a2bed-ae38-42f5-9fcc-6750cc035abc Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "7501a10a-ffd8-42d6-9f9a-7808d5a38080"}, {"from_port": 4000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "80772e5c-a2f1-4471-b532-ed85aad7dc25"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a7473c61-217f-4d56-adfe-dee440428703"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e124c73c-87be-4fd0-a455-9977008ce0e8"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f4a71d62-9795-4a56-9e0e-b589b9591878"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "84f27788-a056-4754-9a28-03944b1dfcad", "ip_range": {}, "id": "2e1e066d-6073-47db-9cba-060f2cb1527f"}, {"from_port": 9888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "84f27788-a056-4754-9a28-03944b1dfcad", "ip_range": {}, "id": "3b3d53ba-b491-41a5-a1ec-ffd9ae202eff"}, {"from_port": 9888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "84f27788-a056-4754-9a28-03944b1dfcad", "ip_range": {}, "id": "d1526647-f9f8-478e-9b27-3f663261fe4f"}, {"from_port": 5052, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "84f27788-a056-4754-9a28-03944b1dfcad", "ip_range": {}, "id": "e5daa7f9-867e-40f2-9bd9-50ce07390e93"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "84f27788-a056-4754-9a28-03944b1dfcad", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "ce8bf587-173b-4e3c-be74-ff52de533326", "ip_range": {}, "id": "25b49017-2f51-492e-a79c-e21d39a20a8e"}, {"from_port": 5054, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "ce8bf587-173b-4e3c-be74-ff52de533326", "ip_range": {}, "id": "34494f99-23dd-4899-a6ec-744ceaa64824"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "ce8bf587-173b-4e3c-be74-ff52de533326", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-25 11:17:50,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/os-security-groups used request id req-071a2bed-ae38-42f5-9fcc-6750cc035abc 2018-08-25 11:17:50,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.265591859818s 2018-08-25 11:17:50,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/os-security-groups used request id req-071a2bed-ae38-42f5-9fcc-6750cc035abc 2018-08-25 11:17:50,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:50,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:50,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-8b01890f-261c-4483-86c7-9a440490ae2d Date: Sat, 25 Aug 2018 11:17:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:50,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-8b01890f-261c-4483-86c7-9a440490ae2d 2018-08-25 11:17:50,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0372838973999s 2018-08-25 11:17:50,089 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-8b01890f-261c-4483-86c7-9a440490ae2d 2018-08-25 11:17:50,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:50,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:50,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:50 GMT Server: Apache x-compute-request-id: req-fad2aab9-1bff-4d91-8e0f-d00b2472e38d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fad2aab9-1bff-4d91-8e0f-d00b2472e38d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:50,803 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-fad2aab9-1bff-4d91-8e0f-d00b2472e38d 2018-08-25 11:17:50,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.709254980087s 2018-08-25 11:17:50,803 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-fad2aab9-1bff-4d91-8e0f-d00b2472e38d 2018-08-25 11:17:51,806 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-25 11:17:51,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:51,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:51,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-7894a311-edef-4b46-9747-94a9f772880c x-compute-request-id: req-7894a311-edef-4b46-9747-94a9f772880c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:51,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7894a311-edef-4b46-9747-94a9f772880c 2018-08-25 11:17:51,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266909599304s 2018-08-25 11:17:51,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7894a311-edef-4b46-9747-94a9f772880c 2018-08-25 11:17:51,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:51,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:52,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-923395a6-bf7c-4eae-ba2d-01f693c1b7f1 x-compute-request-id: req-923395a6-bf7c-4eae-ba2d-01f693c1b7f1 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "7501a10a-ffd8-42d6-9f9a-7808d5a38080"}, {"from_port": 4000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "80772e5c-a2f1-4471-b532-ed85aad7dc25"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a7473c61-217f-4d56-adfe-dee440428703"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e124c73c-87be-4fd0-a455-9977008ce0e8"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f4a71d62-9795-4a56-9e0e-b589b9591878"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "17efb600-0034-43a5-933e-0d5f65589691"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "295c8f5f-ff1a-4c37-bce6-c3b08e01168f"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5d2e55a5-29db-4785-ba7a-d04f542863e0"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5eda0b5c-b012-4ea3-a425-24fbf5a5a711"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b165b38e-2b47-4860-96b9-4d0bbf2a9501"}, {"from_port": 5058, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {}, "id": "df3f7c5f-b08b-41c0-b9c4-e7b0b3aabf28"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e4456e8d-be59-4005-9953-426431898d0f"}, {"from_port": 5058, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "912513bc-e550-4cc2-86b9-80d103ddd315", "ip_range": {}, "id": "faf330f3-d886-4d29-86d0-568e0e723f68"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "912513bc-e550-4cc2-86b9-80d103ddd315", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-25 11:17:52,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99/os-security-groups used request id req-923395a6-bf7c-4eae-ba2d-01f693c1b7f1 2018-08-25 11:17:52,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.212163925171s 2018-08-25 11:17:52,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99/os-security-groups used request id req-923395a6-bf7c-4eae-ba2d-01f693c1b7f1 2018-08-25 11:17:52,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:52,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:52,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-728be1bc-caf4-4f89-8a6e-7ff9136d885f Date: Sat, 25 Aug 2018 11:17:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:52,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-728be1bc-caf4-4f89-8a6e-7ff9136d885f 2018-08-25 11:17:52,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341370105743s 2018-08-25 11:17:52,090 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-728be1bc-caf4-4f89-8a6e-7ff9136d885f 2018-08-25 11:17:52,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:52,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:52,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:52 GMT Server: Apache x-compute-request-id: req-2ec9b62e-aaa7-4d03-8c01-158edc8fc084 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2ec9b62e-aaa7-4d03-8c01-158edc8fc084 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:52,820 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-2ec9b62e-aaa7-4d03-8c01-158edc8fc084 2018-08-25 11:17:52,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.726955890656s 2018-08-25 11:17:52,820 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-2ec9b62e-aaa7-4d03-8c01-158edc8fc084 2018-08-25 11:17:52,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:52,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:52,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-cd842cc9-6cee-4031-91ad-2b92af40b406 x-compute-request-id: req-cd842cc9-6cee-4031-91ad-2b92af40b406 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:52,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-cd842cc9-6cee-4031-91ad-2b92af40b406 2018-08-25 11:17:52,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324308872223s 2018-08-25 11:17:52,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-cd842cc9-6cee-4031-91ad-2b92af40b406 2018-08-25 11:17:52,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:52,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:53,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-4542b81c-25bb-485a-80b2-0137ff460298 x-compute-request-id: req-4542b81c-25bb-485a-80b2-0137ff460298 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "7501a10a-ffd8-42d6-9f9a-7808d5a38080"}, {"from_port": 4000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "80772e5c-a2f1-4471-b532-ed85aad7dc25"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a7473c61-217f-4d56-adfe-dee440428703"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e124c73c-87be-4fd0-a455-9977008ce0e8"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f4a71d62-9795-4a56-9e0e-b589b9591878"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "cbf180a5-fc00-4afc-8a2c-9bfa7b7ab0cf", "ip_range": {}, "id": "741989f6-5c96-4d8c-abb3-77a8abb5d1ea"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "cbf180a5-fc00-4afc-8a2c-9bfa7b7ab0cf", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 8888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "91d6b714-c126-46f7-a02c-ab3e2731dad5", "ip_range": {}, "id": "7375bb12-cc49-447f-b9a5-f5531525999e"}, {"from_port": 10888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "91d6b714-c126-46f7-a02c-ab3e2731dad5", "ip_range": {}, "id": "e7e38544-7548-496d-ba32-8d41a1381179"}, {"from_port": 10888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "91d6b714-c126-46f7-a02c-ab3e2731dad5", "ip_range": {}, "id": "ea192cb4-0f89-476d-b14a-afed37d6131c"}, {"from_port": 8888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "91d6b714-c126-46f7-a02c-ab3e2731dad5", "ip_range": {}, "id": "f31c09ec-ac08-454f-b828-0d125787ab35"}, {"from_port": 10888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "91d6b714-c126-46f7-a02c-ab3e2731dad5", "ip_range": {}, "id": "f3422b8c-bb41-4412-99b0-6422baaa870c"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "91d6b714-c126-46f7-a02c-ab3e2731dad5", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-25 11:17:53,170 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/os-security-groups used request id req-4542b81c-25bb-485a-80b2-0137ff460298 2018-08-25 11:17:53,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.315476179123s 2018-08-25 11:17:53,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/os-security-groups used request id req-4542b81c-25bb-485a-80b2-0137ff460298 2018-08-25 11:17:53,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:53,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:53,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-fbd490f6-4b58-453e-90bc-4f3ba5c04e31 Date: Sat, 25 Aug 2018 11:17:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:53,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fbd490f6-4b58-453e-90bc-4f3ba5c04e31 2018-08-25 11:17:53,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.04048204422s 2018-08-25 11:17:53,220 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fbd490f6-4b58-453e-90bc-4f3ba5c04e31 2018-08-25 11:17:53,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:53,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:53,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:53 GMT Server: Apache x-compute-request-id: req-05c81121-bd67-42d2-816a-0b17480fe8a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05c81121-bd67-42d2-816a-0b17480fe8a6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:53,932 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-05c81121-bd67-42d2-816a-0b17480fe8a6 2018-08-25 11:17:53,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.709236860275s 2018-08-25 11:17:53,933 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-05c81121-bd67-42d2-816a-0b17480fe8a6 2018-08-25 11:17:54,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:54,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:54,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-7b3273b7-c627-4e83-b3ee-970de484bef9 x-compute-request-id: req-7b3273b7-c627-4e83-b3ee-970de484bef9 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:54,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7b3273b7-c627-4e83-b3ee-970de484bef9 2018-08-25 11:17:54,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0231611728668s 2018-08-25 11:17:54,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7b3273b7-c627-4e83-b3ee-970de484bef9 2018-08-25 11:17:54,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:54,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:55,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-a336cc61-214e-4489-b8c6-07c96343f3ec x-compute-request-id: req-a336cc61-214e-4489-b8c6-07c96343f3ec Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "7501a10a-ffd8-42d6-9f9a-7808d5a38080"}, {"from_port": 4000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "80772e5c-a2f1-4471-b532-ed85aad7dc25"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a7473c61-217f-4d56-adfe-dee440428703"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e124c73c-87be-4fd0-a455-9977008ce0e8"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f4a71d62-9795-4a56-9e0e-b589b9591878"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "5b81fa8f-eaf9-40ed-8974-bcf354f8f678", "ip_range": {}, "id": "900e02d8-9788-4764-894c-46e8faf08bb4"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "5b81fa8f-eaf9-40ed-8974-bcf354f8f678", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b18c6bf0-5d32-4340-8982-b0ffd1779df9"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "5b81fa8f-eaf9-40ed-8974-bcf354f8f678", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "409a86ee-b31b-4b98-a6e9-3b21b3439568", "ip_range": {}, "id": "78b7e7d9-249d-406d-a5a9-b7d6c1c2404e"}, {"from_port": 7888, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "409a86ee-b31b-4b98-a6e9-3b21b3439568", "ip_range": {}, "id": "9be49d19-a69f-4492-9b22-98ee8eee649e"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "409a86ee-b31b-4b98-a6e9-3b21b3439568", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c22751e9-f53b-45f4-82ee-ead0bd51612a"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "409a86ee-b31b-4b98-a6e9-3b21b3439568", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-25 11:17:55,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c/os-security-groups used request id req-a336cc61-214e-4489-b8c6-07c96343f3ec 2018-08-25 11:17:55,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.195142030716s 2018-08-25 11:17:55,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c/os-security-groups used request id req-a336cc61-214e-4489-b8c6-07c96343f3ec 2018-08-25 11:17:55,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:55,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:55,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ac636745-d8fd-4d47-9089-13eaed0acbf0 Date: Sat, 25 Aug 2018 11:17:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:55,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ac636745-d8fd-4d47-9089-13eaed0acbf0 2018-08-25 11:17:55,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353319644928s 2018-08-25 11:17:55,200 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ac636745-d8fd-4d47-9089-13eaed0acbf0 2018-08-25 11:17:55,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:55,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:55 GMT Server: Apache x-compute-request-id: req-3625202f-173e-4258-8007-c3ef360e72b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3625202f-173e-4258-8007-c3ef360e72b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:55,838 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-3625202f-173e-4258-8007-c3ef360e72b4 2018-08-25 11:17:55,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.635093927383s 2018-08-25 11:17:55,839 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-3625202f-173e-4258-8007-c3ef360e72b4 2018-08-25 11:17:55,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:55,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-ef1c23c1-8f88-4bfa-b77a-8b22afdb1224 x-compute-request-id: req-ef1c23c1-8f88-4bfa-b77a-8b22afdb1224 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:55,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-ef1c23c1-8f88-4bfa-b77a-8b22afdb1224 2018-08-25 11:17:55,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224249362946s 2018-08-25 11:17:55,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-ef1c23c1-8f88-4bfa-b77a-8b22afdb1224 2018-08-25 11:17:55,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:55,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:56,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-96c6b5b9-229c-4fe7-a19a-20d7cec23769 x-compute-request-id: req-96c6b5b9-229c-4fe7-a19a-20d7cec23769 Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "7501a10a-ffd8-42d6-9f9a-7808d5a38080"}, {"from_port": 4000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "80772e5c-a2f1-4471-b532-ed85aad7dc25"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a7473c61-217f-4d56-adfe-dee440428703"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e124c73c-87be-4fd0-a455-9977008ce0e8"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f4a71d62-9795-4a56-9e0e-b589b9591878"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 11311, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "ip_range": {}, "id": "16cdb718-7d84-4214-8a9c-9cc4de7090f7"}, {"from_port": 9160, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "ip_range": {}, "id": "16d5cf9a-5c61-4b7d-a273-28abfc06c16a"}, {"from_port": 9160, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "ip_range": {}, "id": "36c4cee1-1ecc-4c7e-b83e-1f75d5836cd9"}, {"from_port": 7253, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "ip_range": {}, "id": "463b332c-5682-431a-8936-e2ddfa47b685"}, {"from_port": 7253, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "ip_range": {}, "id": "464e6fad-6296-40d0-b2fe-fb8e4f913ae3"}, {"from_port": 11311, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "ip_range": {}, "id": "482da27d-6512-4c1f-ac04-7c7aadce7971"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "a8e11b6e-71c2-4802-aef3-c11e3aad4370", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "ab5b97fc-8529-45d2-b55d-54892fa1f2b4", "ip_range": {}, "id": "3716b837-1736-46f2-b812-b0fd6010a7a6"}, {"from_port": 7253, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "ab5b97fc-8529-45d2-b55d-54892fa1f2b4", "ip_range": {}, "id": "60a39446-0d79-4b9e-b869-462f1d9fbf09"}, {"from_port": 11211, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "ab5b97fc-8529-45d2-b55d-54892fa1f2b4", "ip_range": {}, "id": "60cc42af-b5fc-4714-820e-e2b98eb89c73"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "ab5b97fc-8529-45d2-b55d-54892fa1f2b4", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-25 11:17:56,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7/os-security-groups used request id req-96c6b5b9-229c-4fe7-a19a-20d7cec23769 2018-08-25 11:17:56,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.262634992599s 2018-08-25 11:17:56,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7/os-security-groups used request id req-96c6b5b9-229c-4fe7-a19a-20d7cec23769 2018-08-25 11:17:56,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:56,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:56,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ab72b9fe-4532-4c9f-b563-a3a843e5136c Date: Sat, 25 Aug 2018 11:17:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:56,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ab72b9fe-4532-4c9f-b563-a3a843e5136c 2018-08-25 11:17:56,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353639125824s 2018-08-25 11:17:56,169 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ab72b9fe-4532-4c9f-b563-a3a843e5136c 2018-08-25 11:17:56,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:56,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:56 GMT Server: Apache x-compute-request-id: req-a31dc177-7098-4f04-82b1-5823b1f7f6e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a31dc177-7098-4f04-82b1-5823b1f7f6e8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:56,801 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-a31dc177-7098-4f04-82b1-5823b1f7f6e8 2018-08-25 11:17:56,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.628628969193s 2018-08-25 11:17:56,802 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-a31dc177-7098-4f04-82b1-5823b1f7f6e8 2018-08-25 11:17:56,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:56,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:56,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-7fcade19-af41-42de-bc6d-10676d922b63 x-compute-request-id: req-7fcade19-af41-42de-bc6d-10676d922b63 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:56,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7fcade19-af41-42de-bc6d-10676d922b63 2018-08-25 11:17:56,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247740745544s 2018-08-25 11:17:56,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-7fcade19-af41-42de-bc6d-10676d922b63 2018-08-25 11:17:56,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:56,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:56,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-d00ddcd1-bd03-493d-9dc1-d572f9c064e3 x-compute-request-id: req-d00ddcd1-bd03-493d-9dc1-d572f9c064e3 Content-Encoding: gzip Content-Length: 584 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "7501a10a-ffd8-42d6-9f9a-7808d5a38080"}, {"from_port": 4000, "group": {"tenant_id": "b13b6a01cec54813b6a537be38c4c707", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {}, "id": "80772e5c-a2f1-4471-b532-ed85aad7dc25"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a7473c61-217f-4d56-adfe-dee440428703"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e124c73c-87be-4fd0-a455-9977008ce0e8"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f4a71d62-9795-4a56-9e0e-b589b9591878"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "eedcc374-6d6d-462b-801f-c520d02da5cd", "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": "bc44550e-8ee7-41b4-a3a1-5ffe177d723a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "51391d73-6fa7-4228-b76e-8248f3286385"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "bc44550e-8ee7-41b4-a3a1-5ffe177d723a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "90272ad8-deb2-468c-9684-7931b99b53cf"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "bc44550e-8ee7-41b4-a3a1-5ffe177d723a", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-25 11:17:56,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6/os-security-groups used request id req-d00ddcd1-bd03-493d-9dc1-d572f9c064e3 2018-08-25 11:17:56,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.13895201683s 2018-08-25 11:17:56,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6/os-security-groups used request id req-d00ddcd1-bd03-493d-9dc1-d572f9c064e3 2018-08-25 11:17:56,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:56,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:57,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-df5ce21c-03b0-4dd6-b1e4-ead5349d52bb Date: Sat, 25 Aug 2018 11:17:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:57,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-df5ce21c-03b0-4dd6-b1e4-ead5349d52bb 2018-08-25 11:17:57,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0394639968872s 2018-08-25 11:17:57,014 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-df5ce21c-03b0-4dd6-b1e4-ead5349d52bb 2018-08-25 11:17:57,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:57,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:57,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:57 GMT Server: Apache x-compute-request-id: req-d5a3266c-a627-43a3-bd5e-e57fb22a4668 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5a3266c-a627-43a3-bd5e-e57fb22a4668 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:57,057 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-d5a3266c-a627-43a3-bd5e-e57fb22a4668 2018-08-25 11:17:57,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0397808551788s 2018-08-25 11:17:57,057 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-d5a3266c-a627-43a3-bd5e-e57fb22a4668 2018-08-25 11:17:57,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:17:57,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:57,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-03e60aec-16b5-4aae-b64d-a34f081178ab x-compute-request-id: req-03e60aec-16b5-4aae-b64d-a34f081178ab Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}]} 2018-08-25 11:17:57,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-03e60aec-16b5-4aae-b64d-a34f081178ab 2018-08-25 11:17:57,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219271183014s 2018-08-25 11:17:57,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-03e60aec-16b5-4aae-b64d-a34f081178ab 2018-08-25 11:17:57,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-25 11:17:57,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:57,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-e758df1d-45ce-4f53-bde7-1bfd07cf836f x-compute-request-id: req-e758df1d-45ce-4f53-bde7-1bfd07cf836f Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "44da4e29-3a01-41a5-8b9c-e6e340fa5858"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "53a94078-0159-4176-bb28-9b4d907e9b4c"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "64a3c4ee-708d-430a-9f8d-339255f97e05"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "98a6d294-4b48-4cc0-a954-caf88f97d2ca"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "78905203-cefc-4adb-91b3-32f529f3b45f", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "44da4e29-3a01-41a5-8b9c-e6e340fa5858"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "53a94078-0159-4176-bb28-9b4d907e9b4c"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "64a3c4ee-708d-430a-9f8d-339255f97e05"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "78905203-cefc-4adb-91b3-32f529f3b45f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "98a6d294-4b48-4cc0-a954-caf88f97d2ca"}], "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "id": "78905203-cefc-4adb-91b3-32f529f3b45f", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-25 11:17:57,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254/os-security-groups used request id req-e758df1d-45ce-4f53-bde7-1bfd07cf836f 2018-08-25 11:17:57,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.307461977005s 2018-08-25 11:17:57,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254/os-security-groups used request id req-e758df1d-45ce-4f53-bde7-1bfd07cf836f 2018-08-25 11:17:57,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:17:57,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:57,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-57562755-d9fb-4645-a560-c7ca78aa2bb2 Date: Sat, 25 Aug 2018 11:17:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:12:30Z", "file": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/file", "owner": "b13b6a01cec54813b6a537be38c4c707", "id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "size": 263193088, "self": "/v2/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T11:12:25Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:17:57,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-57562755-d9fb-4645-a560-c7ca78aa2bb2 2018-08-25 11:17:57,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341761112213s 2018-08-25 11:17:57,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-57562755-d9fb-4645-a560-c7ca78aa2bb2 2018-08-25 11:17:57,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-25 11:17:57,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:58,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17:57 GMT Server: Apache x-compute-request-id: req-7d0bf7d7-5305-4b9f-98a2-8acea0ddc8fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7d0bf7d7-5305-4b9f-98a2-8acea0ddc8fa Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-25 11:17:58,071 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-7d0bf7d7-5305-4b9f-98a2-8acea0ddc8fa 2018-08-25 11:17:58,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.636546134949s 2018-08-25 11:17:58,071 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.35:8776/v3/b13b6a01cec54813b6a537be38c4c707/volumes/detail used request id req-7d0bf7d7-5305-4b9f-98a2-8acea0ddc8fa 2018-08-25 11:17:58,071 - 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:1c:05:92', u'version': 4, u'addr': u'192.168.1.2', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:71:d9:c6', 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:71:d9:c6', u'version': 4, u'addr': u'172.30.9.204', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:45.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'159e75a9-627d-494e-a6a5-2c5c920fb07a', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'84f27788-a056-4754-9a28-03944b1dfcad', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'2e1e066d-6073-47db-9cba-060f2cb1527f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'84f27788-a056-4754-9a28-03944b1dfcad', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'3b3d53ba-b491-41a5-a1ec-ffd9ae202eff'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'84f27788-a056-4754-9a28-03944b1dfcad', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'd1526647-f9f8-478e-9b27-3f663261fe4f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'84f27788-a056-4754-9a28-03944b1dfcad', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'e5daa7f9-867e-40f2-9bd9-50ce07390e93'})], 'id': u'84f27788-a056-4754-9a28-03944b1dfcad', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'ce8bf587-173b-4e3c-be74-ff52de533326', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'25b49017-2f51-492e-a79c-e21d39a20a8e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'ce8bf587-173b-4e3c-be74-ff52de533326', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'34494f99-23dd-4899-a6ec-744ceaa64824'})], 'id': u'ce8bf587-173b-4e3c-be74-ff52de533326', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.204', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.204', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.204', 'launched_at': u'2018-08-25T11:17:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:17:45Z', 'hostId': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.0.15', 'cloud': 'envvars', 'host_id': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:17:02Z', 'created': u'2018-08-25T11:17:02Z', '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:c1:c1:0f', u'version': 4, u'addr': u'192.168.1.18', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c1:c1:0f', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:58:ef:f3', u'version': 4, u'addr': u'192.168.0.3', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:58:ef:f3', 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'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:45.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'57c27cef-ace6-4899-8679-cb61d51b2b99', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'17efb600-0034-43a5-933e-0d5f65589691'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'295c8f5f-ff1a-4c37-bce6-c3b08e01168f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'5d2e55a5-29db-4785-ba7a-d04f542863e0'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'5eda0b5c-b012-4ea3-a425-24fbf5a5a711'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'b165b38e-2b47-4860-96b9-4d0bbf2a9501'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'df3f7c5f-b08b-41c0-b9c4-e7b0b3aabf28'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e4456e8d-be59-4005-9953-426431898d0f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'faf330f3-d886-4d29-86d0-568e0e723f68'})], 'id': u'912513bc-e550-4cc2-86b9-80d103ddd315', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', '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'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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-08-25T11:17:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:17:45Z', 'hostId': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.1.18', 'cloud': 'envvars', 'host_id': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:17:02Z', 'created': u'2018-08-25T11:17:02Z', '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:8d:c9:3d', u'version': 4, u'addr': u'192.168.1.23', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1d:10:b9', 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:10:b9', u'version': 4, u'addr': u'172.30.9.208', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:45.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'cbf180a5-fc00-4afc-8a2c-9bfa7b7ab0cf', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'741989f6-5c96-4d8c-abb3-77a8abb5d1ea'})], 'id': u'cbf180a5-fc00-4afc-8a2c-9bfa7b7ab0cf', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'91d6b714-c126-46f7-a02c-ab3e2731dad5', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'7375bb12-cc49-447f-b9a5-f5531525999e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'91d6b714-c126-46f7-a02c-ab3e2731dad5', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'e7e38544-7548-496d-ba32-8d41a1381179'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'91d6b714-c126-46f7-a02c-ab3e2731dad5', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'ea192cb4-0f89-476d-b14a-afed37d6131c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'91d6b714-c126-46f7-a02c-ab3e2731dad5', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'f31c09ec-ac08-454f-b828-0d125787ab35'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'91d6b714-c126-46f7-a02c-ab3e2731dad5', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'f3422b8c-bb41-4412-99b0-6422baaa870c'})], 'id': u'91d6b714-c126-46f7-a02c-ab3e2731dad5', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.208', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.208', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.208', 'launched_at': u'2018-08-25T11:17:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:17:45Z', 'hostId': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:17:02Z', 'created': u'2018-08-25T11:17:02Z', '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:53:90:f7', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:53:90:f7', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:ae:31', 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:72:ae:31', u'version': 4, u'addr': u'172.30.9.212', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:40.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'dfe83da7-9b31-4b4c-8837-e5357acd507c', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'5b81fa8f-eaf9-40ed-8974-bcf354f8f678', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'900e02d8-9788-4764-894c-46e8faf08bb4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'5b81fa8f-eaf9-40ed-8974-bcf354f8f678', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'b18c6bf0-5d32-4340-8982-b0ffd1779df9'})], 'id': u'5b81fa8f-eaf9-40ed-8974-bcf354f8f678', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'409a86ee-b31b-4b98-a6e9-3b21b3439568', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'78b7e7d9-249d-406d-a5a9-b7d6c1c2404e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'409a86ee-b31b-4b98-a6e9-3b21b3439568', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'9be49d19-a69f-4492-9b22-98ee8eee649e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'409a86ee-b31b-4b98-a6e9-3b21b3439568', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'c22751e9-f53b-45f4-82ee-ead0bd51612a'})], 'id': u'409a86ee-b31b-4b98-a6e9-3b21b3439568', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.212', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.212', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.212', 'launched_at': u'2018-08-25T11:17:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:17:40Z', 'hostId': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.1.4', 'cloud': 'envvars', 'host_id': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:17:01Z', 'created': u'2018-08-25T11:17:01Z', '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:ba:54', u'version': 4, u'addr': u'192.168.1.14', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:92:55', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:92:55', u'version': 4, u'addr': u'172.30.9.214', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:25.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'3d1a4259-40a9-4ea1-b94f-a03664faf8d7', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'16cdb718-7d84-4214-8a9c-9cc4de7090f7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'16d5cf9a-5c61-4b7d-a273-28abfc06c16a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'36c4cee1-1ecc-4c7e-b83e-1f75d5836cd9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'463b332c-5682-431a-8936-e2ddfa47b685'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'464e6fad-6296-40d0-b2fe-fb8e4f913ae3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'482da27d-6512-4c1f-ac04-7c7aadce7971'})], 'id': u'a8e11b6e-71c2-4802-aef3-c11e3aad4370', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'ab5b97fc-8529-45d2-b55d-54892fa1f2b4', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'3716b837-1736-46f2-b812-b0fd6010a7a6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'ab5b97fc-8529-45d2-b55d-54892fa1f2b4', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'60a39446-0d79-4b9e-b869-462f1d9fbf09'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'ab5b97fc-8529-45d2-b55d-54892fa1f2b4', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'60cc42af-b5fc-4714-820e-e2b98eb89c73'})], 'id': u'ab5b97fc-8529-45d2-b55d-54892fa1f2b4', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.214', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.214', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.214', 'launched_at': u'2018-08-25T11:17:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:17:25Z', 'hostId': u'c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:17:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:16:59Z', 'created': u'2018-08-25T11:16:59Z', '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:f1:a4:65', 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:f1:a4:65', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:16:44.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'669ceac2-c5da-402a-b39a-a738fe6603c6', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'bc44550e-8ee7-41b4-a3a1-5ffe177d723a', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'51391d73-6fa7-4228-b76e-8248f3286385'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'bc44550e-8ee7-41b4-a3a1-5ffe177d723a', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'90272ad8-deb2-468c-9684-7931b99b53cf'})], 'id': u'bc44550e-8ee7-41b4-a3a1-5ffe177d723a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-08-25T11:16:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:16:44Z', 'hostId': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:16:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:14:57Z', 'created': u'2018-08-25T11:14:57Z', '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:b3:03', 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:9a:31:2b', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9a:31:2b', 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'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:14:47.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'9dc7a04c-d614-4907-8b00-973cff1f3254', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'44da4e29-3a01-41a5-8b9c-e6e340fa5858'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'53a94078-0159-4176-bb28-9b4d907e9b4c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'64a3c4ee-708d-430a-9f8d-339255f97e05'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'98a6d294-4b48-4cc0-a954-caf88f97d2ca'})], 'id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'44da4e29-3a01-41a5-8b9c-e6e340fa5858'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'53a94078-0159-4176-bb28-9b4d907e9b4c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'64a3c4ee-708d-430a-9f8d-339255f97e05'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'98a6d294-4b48-4cc0-a954-caf88f97d2ca'})], 'id': u'78905203-cefc-4adb-91b3-32f529f3b45f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', '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'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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-08-25T11:14:47.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:14:47Z', 'hostId': u'c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:14:47.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:13:02Z', 'created': u'2018-08-25T11:13:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-25 11:17:58,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:17:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:17:58,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-b9affb09-ef79-41bf-9e38-4a69b336caba x-compute-request-id: req-b9affb09-ef79-41bf-9e38-4a69b336caba Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:17:58,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b9affb09-ef79-41bf-9e38-4a69b336caba 2018-08-25 11:17:58,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.316382169724s 2018-08-25 11:17:58,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b9affb09-ef79-41bf-9e38-4a69b336caba 2018-08-25 11:17:58,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:17:58,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:17:58,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:17: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-b3393812-5616-41ad-9536-e00415a5626f x-compute-request-id: req-b3393812-5616-41ad-9536-e00415a5626f Content-Encoding: gzip Content-Length: 9410 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[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"} 2018-08-25 11:17:58,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-b3393812-5616-41ad-9536-e00415a5626f 2018-08-25 11:17:58,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0803439617157s 2018-08-25 11:17:58,491 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-b3393812-5616-41ad-9536-e00415a5626f 2018-08-25 11:17:58,491 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[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 2018-08-25 11:17:58,493 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:18:08,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:18:08,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:18:09,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-c4c9fba9-9ede-4a8b-88e1-b027605dab99 x-compute-request-id: req-c4c9fba9-9ede-4a8b-88e1-b027605dab99 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:18:09,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c4c9fba9-9ede-4a8b-88e1-b027605dab99 2018-08-25 11:18:09,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.940284013748s 2018-08-25 11:18:09,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c4c9fba9-9ede-4a8b-88e1-b027605dab99 2018-08-25 11:18:09,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:18:09,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:18:09,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-2666d44d-d406-4ea3-886d-35d4b0ada169 x-compute-request-id: req-2666d44d-d406-4ea3-886d-35d4b0ada169 Content-Encoding: gzip Content-Length: 10569 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists..."} 2018-08-25 11:18:09,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-2666d44d-d406-4ea3-886d-35d4b0ada169 2018-08-25 11:18:09,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0896527767181s 2018-08-25 11:18:09,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-2666d44d-d406-4ea3-886d-35d4b0ada169 2018-08-25 11:18:09,543 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... 2018-08-25 11:18:09,545 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:18:19,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:18:19,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:18:20,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-669bad07-df2e-47e4-ad7e-c344f4678751 x-compute-request-id: req-669bad07-df2e-47e4-ad7e-c344f4678751 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:18:20,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-669bad07-df2e-47e4-ad7e-c344f4678751 2018-08-25 11:18:20,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683278083801s 2018-08-25 11:18:20,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-669bad07-df2e-47e4-ad7e-c344f4678751 2018-08-25 11:18:20,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:18:20,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:18:20,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-422013ed-ce9a-415d-b6c3-c6b9b8dc3042 x-compute-request-id: req-422013ed-ce9a-415d-b6c3-c6b9b8dc3042 Content-Encoding: gzip Content-Length: 12892 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [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]\n"} 2018-08-25 11:18:20,333 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-422013ed-ce9a-415d-b6c3-c6b9b8dc3042 2018-08-25 11:18:20,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0858480930328s 2018-08-25 11:18:20,335 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-422013ed-ce9a-415d-b6c3-c6b9b8dc3042 2018-08-25 11:18:20,335 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [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] 2018-08-25 11:18:20,337 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:18:30,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:18:30,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:18:31,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-21c17101-d4d1-4bef-bd2a-78d6a14604b5 x-compute-request-id: req-21c17101-d4d1-4bef-bd2a-78d6a14604b5 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:18:31,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-21c17101-d4d1-4bef-bd2a-78d6a14604b5 2018-08-25 11:18:31,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724732875824s 2018-08-25 11:18:31,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-21c17101-d4d1-4bef-bd2a-78d6a14604b5 2018-08-25 11:18:31,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:18:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:18:31,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-e319e5cb-3d24-445e-96d8-84d73abc172a x-compute-request-id: req-e319e5cb-3d24-445e-96d8-84d73abc172a Content-Encoding: gzip Content-Length: 13840 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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) ...\n"} 2018-08-25 11:18:31,155 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-e319e5cb-3d24-445e-96d8-84d73abc172a 2018-08-25 11:18:31,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742042064667s 2018-08-25 11:18:31,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-e319e5cb-3d24-445e-96d8-84d73abc172a 2018-08-25 11:18:31,157 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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) ... 2018-08-25 11:18:31,159 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:18:41,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:18:41,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:18:42,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-89915edb-c631-49a2-8223-86999fd5949a x-compute-request-id: req-89915edb-c631-49a2-8223-86999fd5949a Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:18:42,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-89915edb-c631-49a2-8223-86999fd5949a 2018-08-25 11:18:42,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.986707925797s 2018-08-25 11:18:42,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-89915edb-c631-49a2-8223-86999fd5949a 2018-08-25 11:18:42,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:18:42,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:18:42,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-b1133e78-5f17-4cd1-bda7-d73940abdcb9 x-compute-request-id: req-b1133e78-5f17-4cd1-bda7-d73940abdcb9 Content-Encoding: gzip Content-Length: 14224 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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) ...\n"} 2018-08-25 11:18:42,242 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-b1133e78-5f17-4cd1-bda7-d73940abdcb9 2018-08-25 11:18:42,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.077287197113s 2018-08-25 11:18:42,244 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-b1133e78-5f17-4cd1-bda7-d73940abdcb9 2018-08-25 11:18:42,244 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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) ... 2018-08-25 11:18:42,247 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:18:52,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:18:52,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:18:52,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-f354b231-ba82-44c5-b397-c90530092ed2 x-compute-request-id: req-f354b231-ba82-44c5-b397-c90530092ed2 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:18:52,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f354b231-ba82-44c5-b397-c90530092ed2 2018-08-25 11:18:52,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.289876937866s 2018-08-25 11:18:52,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f354b231-ba82-44c5-b397-c90530092ed2 2018-08-25 11:18:52,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:18:52,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:18:52,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:18: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-88a277f5-3746-4866-b641-30cba4a24e9c x-compute-request-id: req-88a277f5-3746-4866-b641-30cba4a24e9c Content-Encoding: gzip Content-Length: 14596 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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) ...\n"} 2018-08-25 11:18:52,632 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-88a277f5-3746-4866-b641-30cba4a24e9c 2018-08-25 11:18:52,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761251449585s 2018-08-25 11:18:52,633 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-88a277f5-3746-4866-b641-30cba4a24e9c 2018-08-25 11:18:52,634 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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) ... 2018-08-25 11:18:52,637 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:19:02,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:19:02,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:19:03,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-9ce1ffd1-e811-42c4-a381-92992ceeb50e x-compute-request-id: req-9ce1ffd1-e811-42c4-a381-92992ceeb50e Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:19:03,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9ce1ffd1-e811-42c4-a381-92992ceeb50e 2018-08-25 11:19:03,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447884082794s 2018-08-25 11:19:03,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9ce1ffd1-e811-42c4-a381-92992ceeb50e 2018-08-25 11:19:03,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:19:03,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:19:03,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-75365988-daa6-42f1-aae7-2c45515af674 x-compute-request-id: req-75365988-daa6-42f1-aae7-2c45515af674 Content-Encoding: gzip Content-Length: 14817 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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) ...\n"} 2018-08-25 11:19:03,180 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-75365988-daa6-42f1-aae7-2c45515af674 2018-08-25 11:19:03,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0763258934021s 2018-08-25 11:19:03,182 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-75365988-daa6-42f1-aae7-2c45515af674 2018-08-25 11:19:03,182 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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) ... 2018-08-25 11:19:03,185 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:19:13,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:19:13,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:19:13,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-e4e70577-da6f-4178-b439-90f0826ed7af x-compute-request-id: req-e4e70577-da6f-4178-b439-90f0826ed7af Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:19:13,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4e70577-da6f-4178-b439-90f0826ed7af 2018-08-25 11:19:13,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565050840378s 2018-08-25 11:19:13,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4e70577-da6f-4178-b439-90f0826ed7af 2018-08-25 11:19:13,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:19:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:19:13,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-048ecde8-9450-4ba0-8a42-eb3c4e40fe97 x-compute-request-id: req-048ecde8-9450-4ba0-8a42-eb3c4e40fe97 Content-Encoding: gzip Content-Length: 15263 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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) ...\n"} 2018-08-25 11:19:13,843 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-048ecde8-9450-4ba0-8a42-eb3c4e40fe97 2018-08-25 11:19:13,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0789749622345s 2018-08-25 11:19:13,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-048ecde8-9450-4ba0-8a42-eb3c4e40fe97 2018-08-25 11:19:13,845 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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) ... 2018-08-25 11:19:13,849 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:19:23,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:19:23,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:19:24,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-abcd3f24-815a-4939-ad03-957ed2928fdf x-compute-request-id: req-abcd3f24-815a-4939-ad03-957ed2928fdf Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:19:24,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-abcd3f24-815a-4939-ad03-957ed2928fdf 2018-08-25 11:19:24,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.295612096786s 2018-08-25 11:19:24,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-abcd3f24-815a-4939-ad03-957ed2928fdf 2018-08-25 11:19:24,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:19:24,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:19:24,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-9e7937ca-350e-4b17-8d9f-576cf2c621f8 x-compute-request-id: req-9e7937ca-350e-4b17-8d9f-576cf2c621f8 Content-Encoding: gzip Content-Length: 15681 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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) ...\n"} 2018-08-25 11:19:24,243 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-9e7937ca-350e-4b17-8d9f-576cf2c621f8 2018-08-25 11:19:24,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.07990193367s 2018-08-25 11:19:24,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-9e7937ca-350e-4b17-8d9f-576cf2c621f8 2018-08-25 11:19:24,246 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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) ... 2018-08-25 11:19:24,249 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:19:34,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:19:34,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:19:35,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-93407825-545b-484c-b551-50d1dddc6d4a x-compute-request-id: req-93407825-545b-484c-b551-50d1dddc6d4a Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:19:35,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-93407825-545b-484c-b551-50d1dddc6d4a 2018-08-25 11:19:35,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868931055069s 2018-08-25 11:19:35,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-93407825-545b-484c-b551-50d1dddc6d4a 2018-08-25 11:19:35,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:19:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:19:35,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-d9c8b1c7-51c8-40d6-a89e-f87d0628fb88 x-compute-request-id: req-d9c8b1c7-51c8-40d6-a89e-f87d0628fb88 Content-Encoding: gzip Content-Length: 15805 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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) ...\n"} 2018-08-25 11:19:35,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-d9c8b1c7-51c8-40d6-a89e-f87d0628fb88 2018-08-25 11:19:35,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0807828903198s 2018-08-25 11:19:35,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-d9c8b1c7-51c8-40d6-a89e-f87d0628fb88 2018-08-25 11:19:35,221 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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) ... 2018-08-25 11:19:35,224 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:19:45,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:19:45,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:19:45,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-2b4ae8e9-3911-4d0a-b3e0-3637b88d4228 x-compute-request-id: req-2b4ae8e9-3911-4d0a-b3e0-3637b88d4228 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:19:45,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2b4ae8e9-3911-4d0a-b3e0-3637b88d4228 2018-08-25 11:19:45,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470707893372s 2018-08-25 11:19:45,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2b4ae8e9-3911-4d0a-b3e0-3637b88d4228 2018-08-25 11:19:45,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:19:45,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:19:45,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-226e7143-2ed5-4c7e-b0f0-07405af9e8b0 x-compute-request-id: req-226e7143-2ed5-4c7e-b0f0-07405af9e8b0 Content-Encoding: gzip Content-Length: 16157 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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) ...\n"} 2018-08-25 11:19:45,796 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-226e7143-2ed5-4c7e-b0f0-07405af9e8b0 2018-08-25 11:19:45,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0821490287781s 2018-08-25 11:19:45,798 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-226e7143-2ed5-4c7e-b0f0-07405af9e8b0 2018-08-25 11:19:45,798 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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) ... 2018-08-25 11:19:45,802 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:19:55,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:19:55,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:19:56,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-c75ca091-9038-4fb0-b291-00ca821cd18e x-compute-request-id: req-c75ca091-9038-4fb0-b291-00ca821cd18e Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:19:56,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c75ca091-9038-4fb0-b291-00ca821cd18e 2018-08-25 11:19:56,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532049179077s 2018-08-25 11:19:56,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c75ca091-9038-4fb0-b291-00ca821cd18e 2018-08-25 11:19:56,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:19:56,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:19:56,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:19: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-6c84b5e6-e622-4e8b-b80c-a6e886ad863c x-compute-request-id: req-6c84b5e6-e622-4e8b-b80c-a6e886ad863c Content-Encoding: gzip Content-Length: 16601 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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..."} 2018-08-25 11:19:56,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-6c84b5e6-e622-4e8b-b80c-a6e886ad863c 2018-08-25 11:19:56,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0794339179993s 2018-08-25 11:19:56,434 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-6c84b5e6-e622-4e8b-b80c-a6e886ad863c 2018-08-25 11:19:56,434 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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... 2018-08-25 11:19:56,438 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:20:06,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:06,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:07,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-13c99f58-1b69-4549-aa74-9118207835ce x-compute-request-id: req-13c99f58-1b69-4549-aa74-9118207835ce Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:07,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-13c99f58-1b69-4549-aa74-9118207835ce 2018-08-25 11:20:07,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572997093201s 2018-08-25 11:20:07,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-13c99f58-1b69-4549-aa74-9118207835ce 2018-08-25 11:20:07,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:07,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:07,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-d591e045-7d5c-4b82-b6d3-814bb9a3d6c3 x-compute-request-id: req-d591e045-7d5c-4b82-b6d3-814bb9a3d6c3 Content-Encoding: gzip Content-Length: 17352 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8261\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8360\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 8378\nclearwater-socket-factory-sig start/running, process 8383\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"} 2018-08-25 11:20:07,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-d591e045-7d5c-4b82-b6d3-814bb9a3d6c3 2018-08-25 11:20:07,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0795738697052s 2018-08-25 11:20:07,112 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-d591e045-7d5c-4b82-b6d3-814bb9a3d6c3 2018-08-25 11:20:07,112 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8261 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8360 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 8378 clearwater-socket-factory-sig start/running, process 8383 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 2018-08-25 11:20:07,116 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:20:17,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:17,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-bca9820a-a9fd-46ea-a946-c534b0ce42fc x-compute-request-id: req-bca9820a-a9fd-46ea-a946-c534b0ce42fc Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:17,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bca9820a-a9fd-46ea-a946-c534b0ce42fc 2018-08-25 11:20:17,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.310192108154s 2018-08-25 11:20:17,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-bca9820a-a9fd-46ea-a946-c534b0ce42fc 2018-08-25 11:20:17,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:17,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:17,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-08301ffd-3a56-49dc-ad89-9e7b3c8fa0d4 x-compute-request-id: req-08301ffd-3a56-49dc-ad89-9e7b3c8fa0d4 Content-Encoding: gzip Content-Length: 17884 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8261\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8360\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 8378\nclearwater-socket-factory-sig start/running, process 8383\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 4 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.2 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) ...\n"} 2018-08-25 11:20:17,521 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-08301ffd-3a56-49dc-ad89-9e7b3c8fa0d4 2018-08-25 11:20:17,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0828449726105s 2018-08-25 11:20:17,523 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-08301ffd-3a56-49dc-ad89-9e7b3c8fa0d4 2018-08-25 11:20:17,523 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8261 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8360 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 8378 clearwater-socket-factory-sig start/running, process 8383 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 4 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.2 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) ... 2018-08-25 11:20:17,527 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:20:27,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:27,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:28,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-692fc198-9c07-4c4b-bfdf-6880370582b3 x-compute-request-id: req-692fc198-9c07-4c4b-bfdf-6880370582b3 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:28,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-692fc198-9c07-4c4b-bfdf-6880370582b3 2018-08-25 11:20:28,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57935500145s 2018-08-25 11:20:28,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-692fc198-9c07-4c4b-bfdf-6880370582b3 2018-08-25 11:20:28,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:28,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:28,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-4a214bbb-b740-4808-8063-17bc103d68dc x-compute-request-id: req-4a214bbb-b740-4808-8063-17bc103d68dc Content-Encoding: gzip Content-Length: 18384 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8261\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8360\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 8378\nclearwater-socket-factory-sig start/running, process 8383\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 4 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.2 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..."} 2018-08-25 11:20:28,204 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-4a214bbb-b740-4808-8063-17bc103d68dc 2018-08-25 11:20:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0778980255127s 2018-08-25 11:20:28,206 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-4a214bbb-b740-4808-8063-17bc103d68dc 2018-08-25 11:20:28,206 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8261 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8360 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 8378 clearwater-socket-factory-sig start/running, process 8383 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 4 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.2 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... 2018-08-25 11:20:28,210 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:20:38,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:38,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:38,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-260fdfd0-b0ca-41c4-b732-5a874bcf2b44 x-compute-request-id: req-260fdfd0-b0ca-41c4-b732-5a874bcf2b44 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:38,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-260fdfd0-b0ca-41c4-b732-5a874bcf2b44 2018-08-25 11:20:38,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747689008713s 2018-08-25 11:20:38,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-260fdfd0-b0ca-41c4-b732-5a874bcf2b44 2018-08-25 11:20:38,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:38,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:39,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-468f4ff9-0db1-4cb8-8179-8629fdf5b587 x-compute-request-id: req-468f4ff9-0db1-4cb8-8179-8629fdf5b587 Content-Encoding: gzip Content-Length: 19097 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8261\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8360\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 8378\nclearwater-socket-factory-sig start/running, process 8383\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 4 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.2 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.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.2\n++ echo A 192.168.1.2\n++ ip2rr 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.2\n++ echo A 192.168.1.2\n++ ip2rr 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.2\n++ echo A 192.168.1.2\n++ ip2rr 192.168.1.2\n++ echo 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.2\n+ echo 'nameserver 192.168.0.7'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.10'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n"} 2018-08-25 11:20:39,063 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-468f4ff9-0db1-4cb8-8179-8629fdf5b587 2018-08-25 11:20:39,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0866730213165s 2018-08-25 11:20:39,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-468f4ff9-0db1-4cb8-8179-8629fdf5b587 2018-08-25 11:20:39,066 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8261 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8360 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 8378 clearwater-socket-factory-sig start/running, process 8383 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 4 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.2 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.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.2 ++ echo A 192.168.1.2 ++ ip2rr 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.2 ++ echo A 192.168.1.2 ++ ip2rr 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.2 ++ echo A 192.168.1.2 ++ ip2rr 192.168.1.2 ++ echo 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.2 + echo 'nameserver 192.168.0.7' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.10' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq 2018-08-25 11:20:39,071 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:20:49,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:49,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:49,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-62f624f3-af00-4c5a-ac8e-99ac85e0c785 x-compute-request-id: req-62f624f3-af00-4c5a-ac8e-99ac85e0c785 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:49,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-62f624f3-af00-4c5a-ac8e-99ac85e0c785 2018-08-25 11:20:49,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623559951782s 2018-08-25 11:20:49,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-62f624f3-af00-4c5a-ac8e-99ac85e0c785 2018-08-25 11:20:49,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:49,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-df28085c-c554-47b2-bc31-428574e7891f x-compute-request-id: req-df28085c-c554-47b2-bc31-428574e7891f Content-Encoding: gzip Content-Length: 20160 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.008009] pid_max: default: 32768 minimum: 301\n[ 0.009636] Security Framework initialized\n[ 0.011154] AppArmor: AppArmor initialized\n[ 0.012007] Yama: becoming mindful.\n[ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024435] Initializing cgroup subsys memory\n[ 0.028029] Initializing cgroup subsys devices\n[ 0.029539] Initializing cgroup subsys freezer\n[ 0.031081] Initializing cgroup subsys blkio\n[ 0.032008] Initializing cgroup subsys perf_event\n[ 0.033596] Initializing cgroup subsys hugetlb\n[ 0.035157] FEATURE SPEC_CTRL Not Present\n[ 0.036700] mce: CPU supports 10 MCE banks\n[ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046546] Speculative Store Bypass: Vulnerable\n[ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055422] ACPI: Core revision 20131115\n[ 0.056502] ACPI: All ACPI Tables successfully acquired\n[ 0.058366] ftrace: allocating 28717 entries in 113 pages\n[ 0.080277] smpboot: Max logical packages: 2\n[ 0.081700] 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.086265] Enabling x2apic\n[ 0.087280] Enabled x2apic\n[ 0.088003] Switched APIC routing to physical x2apic.\n[ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105865] KVM setup paravirtual spinlock\n[ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111556] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128048] KVM setup async PF for cpu 1\n[ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134349] devtmpfs: initialized\n[ 0.137812] EVM: security.selinux\n[ 0.138909] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141028] EVM: security.capability\n[ 0.142235] pinctrl core: initialized pinctrl subsystem\n[ 0.144058] regulator-dummy: no parameters\n[ 0.145241] RTC time: 11:17:45, date: 08/25/18\n[ 0.146451] NET: Registered protocol family 16\n[ 0.147762] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149213] ACPI: bus type PCI registered\n[ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.152117] PCI: Using configuration type 1 for base access\n[ 0.154404] bio: create slab at 0\n[ 0.156048] ACPI: Added _OSI(Module Device)\n[ 0.157384] ACPI: Added _OSI(Processor Device)\n[ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.160005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.163004] ACPI: Interpreter enabled\n[ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173908] ACPI: (supports S0 S5)\n[ 0.176004] ACPI: Using IOAPIC for interrupt routing\n[ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180211] ACPI: No dock devices found.\n[ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.191676] acpiphp: Slot [3] registered\n[ 0.192023] acpiphp: Slot [4] registered\n[ 0.193349] acpiphp: Slot [5] registered\n[ 0.194680] acpiphp: Slot [6] registered\n[ 0.196013] acpiphp: Slot [7] registered\n[ 0.197357] acpiphp: Slot [8] registered\n[ 0.198679] acpiphp: Slot [9] registered\n[ 0.200006] acpiphp: Slot [10] registered\n[ 0.201347] acpiphp: Slot [11] registered\n[ 0.202919] acpiphp: Slot [12] registered\n[ 0.204022] acpiphp: Slot [13] registered\n[ 0.205377] acpiphp: Slot [14] registered\n[ 0.206733] acpiphp: Slot [15] registered\n[ 0.208022] acpiphp: Slot [16] registered\n[ 0.209364] acpiphp: Slot [17] registered\n[ 0.210738] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213377] acpiphp: Slot [20] registered\n[ 0.214731] acpiphp: Slot [21] registered\n[ 0.216030] acpiphp: Slot [22] registered\n[ 0.217608] acpiphp: Slot [23] registered\n[ 0.219204] acpiphp: Slot [24] registered\n[ 0.220039] acpiphp: Slot [25] registered\n[ 0.221631] acpiphp: Slot [26] registered\n[ 0.223195] acpiphp: Slot [27] registered\n[ 0.224032] acpiphp: Slot [28] registered\n[ 0.225583] acpiphp: Slot [29] registered\n[ 0.227217] acpiphp: Slot [30] registered\n[ 0.228051] acpiphp: Slot [31] registered\n[ 0.229633] PCI host bridge to bus 0000:00\n[ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.292004] vgaarb: loaded\n[ 0.292841] vgaarb: bridge control possible 0000:00:02.0\n[ 0.294445] SCSI subsystem initialized\n[ 0.295635] ACPI: bus type USB registered\n[ 0.296033] usbcore: registered new interface driver usbfs\n[ 0.297528] usbcore: registered new interface driver hub\n[ 0.299131] usbcore: registered new device driver usb\n[ 0.300110] PCI: Using ACPI for IRQ routing\n[ 0.301567] NetLabel: Initializing\n[ 0.302604] NetLabel: domain hash size = 128\n[ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.305587] NetLabel: unlabeled traffic allowed by default\n[ 0.307202] Switched to clocksource kvm-clock\n[ 0.313270] AppArmor: AppArmor Filesystem Enabled\n[ 0.314701] pnp: PnP ACPI init\n[ 0.315670] ACPI: bus type PNP registered\n[ 0.317357] pnp: PnP ACPI: found 8 devices\n[ 0.318550] ACPI: bus type PNP unregistered\n[ 0.326203] NET: Registered protocol family 2\n[ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.331617] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.333401] TCP: reno registered\n[ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.337614] NET: Registered protocol family 1\n[ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.398923] Trying to unpack rootfs image as initramfs...\n[ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.508176] Scanning for low memory corruption every 60 seconds\n[ 0.510332] Initialise system trusted keyring\n[ 0.511700] audit: initializing netlink socket (disabled)\n[ 0.513288] type=2000 audit(1535195866.716:1): initialized\n[ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536734] zbud: loaded\n[ 0.537766] VFS: Disk quotas dquot_6.5.2\n[ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541143] fuse init (API version 7.22)\n[ 0.542241] msgmni has been set to 3997\n[ 0.543341] Key type big_key registered\n[ 0.544788] Key type asymmetric registered\n[ 0.545869] Asymmetric key parser 'x509' registered\n[ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549093] io scheduler noop registered\n[ 0.550136] io scheduler deadline registered (default)\n[ 0.551474] io scheduler cfq registered\n[ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555594] ipmi message handler version 39.2\n[ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.558892] ACPI: Power Button [PWRF]\n[ 0.560076] GHES: HEST is not enabled!\n[ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.678647] Linux agpgart interface v0.103\n[ 0.680832] brd: module loaded\n[ 0.682200] loop: module loaded\n[ 0.683479] blk-mq: CPU -> queue map\n[ 0.684471] CPU 0 -> Queue 0\n[ 0.685359] CPU 1 -> Queue 0\n[ 0.687044] vda: vda1\n[ 0.688531] scsi0 : ata_piix\n[ 0.689529] scsi1 : ata_piix\n[ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.694023] libphy: Fixed MDIO Bus: probed\n[ 0.695206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696552] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.699848] PPP generic driver version 2.4.2\n[ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703544] ehci-pci: EHCI PCI platform driver\n[ 0.705017] ehci-platform: EHCI generic platform driver\n[ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708669] ohci-pci: OHCI PCI platform driver\n[ 0.710141] ohci-platform: OHCI generic platform driver\n[ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746033] usb usb1: Product: UHCI Host Controller\n[ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.748818] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750147] hub 1-0:1.0: USB hub found\n[ 0.751214] hub 1-0:1.0: 2 ports detected\n[ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757992] mousedev: PS/2 mouse device common for all mice\n[ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767127] device-mapper: uevent: version 1.0.3\n[ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772153] TCP: cubic registered\n[ 0.773188] NET: Registered protocol family 10\n[ 0.774623] NET: Registered protocol family 17\n[ 0.775794] Key type dns_resolver registered\n[ 0.777202] Loading compiled-in X.509 certificates\n[ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.788861] registered taskstats version 1\n[ 0.791858] Key type trusted registered\n[ 0.795915] Key type encrypted registered\n[ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798414] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.800339] regulator-dummy: disabling\n[ 0.801443] Magic number: 14:775:277\n[ 0.802518] tty tty14: hash matches\n[ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807242] EDD information not available.\n[ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851570] Write protecting the kernel read-only data: 12288k\n[ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871155] systemd-udevd[107]: starting version 204\n[ 0.921450] FDC 0 is a S82078B\n[ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234376] usb 1-1: Product: QEMU USB Tablet\n[ 1.236139] usb 1-1: Manufacturer: QEMU\n[ 1.237645] usb 1-1: SerialNumber: 42\n[ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.929101] 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.284518] 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.464507] 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 * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds.\ncloud-init-nonet[3.60]: 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 * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n[ 3.653469] systemd-udevd[391]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 |\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:\n88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n| + o . . |\n|..= . E S |\n|o+.o . |\n|o++ + |\n|*.++.. |\n|o*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:\n17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| E |\n| = * |\n| + @ . . |\n| . S * + . |\n| o + + . o |\n| + o o|\n| . +. .|\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:\n97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . . |\n| S o . ...|\n| ..o .E. |\n| o. . ...|\n| .o+ ...+=|\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:\n9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . E|\n| o . . |\n| o S . . |\n| * o = o |\n| B + = + |\n| . o o = . |\n| . =*+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting 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 * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3448 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8261\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8360\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 8378\nclearwater-socket-factory-sig start/running, process 8383\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 4 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.2 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.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.2\n++ echo A 192.168.1.2\n++ ip2rr 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.2\n++ echo A 192.168.1.2\n++ ip2rr 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.2\n++ echo A 192.168.1.2\n++ ip2rr 192.168.1.2\n++ echo 192.168.1.2\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.2\n+ echo 'nameserver 192.168.0.7'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.10'\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 (DSA)\nec2: 256 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 (ECDSA)\nec2: 256 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 (ED25519)\nec2: 2048 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO4OU6hpT525/jDIndshvd7btHeuh9BDDDJ0Dh9J+GmjkWR5wKeBmFK07OOvWDSdC+pwyqGuZWIeYbqiZbnuwl8= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIyLzfsisN+wclbB/1a874U9IgaUrPlttEhFfrn91Gbi root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBllBR1dh9EP47wxJXCy1vODp780gSWth6pK4boWZcRJeiRgF8u9kklbBixVBUFBiS3AhXxQ/wtpZmqZXLRgKUvLxbmxfQNK72kidgKzm3YSEN32eSou1F/ctplYkVnox6QgZW9tnbkjwoZJdWLTvs08kAtWRat5b6NG7oCQgrwmCJL8VDdgfMXyEmvruPn1T+fuc8xbL/YeMNbh8b8SwMvkJMBH4zboK9SkzSKNFt/PWJkL4TQ1DWXLMb9eBVIkxsMuBV7flKx79wz801XzvEdYrCLVBrw9R2fBRNrY0MmQT+qpUGMsC2dwS7zgUuemCXgRD1TJfC0bmiOFMloCi5 root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:20:39 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 173.52 seconds\n"} 2018-08-25 11:20:49,794 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-df28085c-c554-47b2-bc31-428574e7891f 2018-08-25 11:20:49,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0810129642487s 2018-08-25 11:20:49,797 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a/action used request id req-df28085c-c554-47b2-bc31-428574e7891f 2018-08-25 11:20:49,797 - 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.008009] pid_max: default: 32768 minimum: 301 [ 0.009636] Security Framework initialized [ 0.011154] AppArmor: AppArmor initialized [ 0.012007] Yama: becoming mindful. [ 0.013461] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017852] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020887] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023033] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024435] Initializing cgroup subsys memory [ 0.028029] Initializing cgroup subsys devices [ 0.029539] Initializing cgroup subsys freezer [ 0.031081] Initializing cgroup subsys blkio [ 0.032008] Initializing cgroup subsys perf_event [ 0.033596] Initializing cgroup subsys hugetlb [ 0.035157] FEATURE SPEC_CTRL Not Present [ 0.036700] mce: CPU supports 10 MCE banks [ 0.038163] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038163] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046546] Speculative Store Bypass: Vulnerable [ 0.048477] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055422] ACPI: Core revision 20131115 [ 0.056502] ACPI: All ACPI Tables successfully acquired [ 0.058366] ftrace: allocating 28717 entries in 113 pages [ 0.080277] smpboot: Max logical packages: 2 [ 0.081700] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086265] Enabling x2apic [ 0.087280] Enabled x2apic [ 0.088003] Switched APIC routing to physical x2apic. [ 0.093258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095198] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105865] KVM setup paravirtual spinlock [ 0.109239] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111556] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109182] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128048] KVM setup async PF for cpu 1 [ 0.128052] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132009] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134349] devtmpfs: initialized [ 0.137812] EVM: security.selinux [ 0.138909] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141028] EVM: security.capability [ 0.142235] pinctrl core: initialized pinctrl subsystem [ 0.144058] regulator-dummy: no parameters [ 0.145241] RTC time: 11:17:45, date: 08/25/18 [ 0.146451] NET: Registered protocol family 16 [ 0.147762] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149213] ACPI: bus type PCI registered [ 0.150494] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.152117] PCI: Using configuration type 1 for base access [ 0.154404] bio: create slab at 0 [ 0.156048] ACPI: Added _OSI(Module Device) [ 0.157384] ACPI: Added _OSI(Processor Device) [ 0.158838] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.160005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.163004] ACPI: Interpreter enabled [ 0.164012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173908] ACPI: (supports S0 S5) [ 0.176004] ACPI: Using IOAPIC for interrupt routing [ 0.177560] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180211] ACPI: No dock devices found. [ 0.183488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186131] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.191676] acpiphp: Slot [3] registered [ 0.192023] acpiphp: Slot [4] registered [ 0.193349] acpiphp: Slot [5] registered [ 0.194680] acpiphp: Slot [6] registered [ 0.196013] acpiphp: Slot [7] registered [ 0.197357] acpiphp: Slot [8] registered [ 0.198679] acpiphp: Slot [9] registered [ 0.200006] acpiphp: Slot [10] registered [ 0.201347] acpiphp: Slot [11] registered [ 0.202919] acpiphp: Slot [12] registered [ 0.204022] acpiphp: Slot [13] registered [ 0.205377] acpiphp: Slot [14] registered [ 0.206733] acpiphp: Slot [15] registered [ 0.208022] acpiphp: Slot [16] registered [ 0.209364] acpiphp: Slot [17] registered [ 0.210738] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213377] acpiphp: Slot [20] registered [ 0.214731] acpiphp: Slot [21] registered [ 0.216030] acpiphp: Slot [22] registered [ 0.217608] acpiphp: Slot [23] registered [ 0.219204] acpiphp: Slot [24] registered [ 0.220039] acpiphp: Slot [25] registered [ 0.221631] acpiphp: Slot [26] registered [ 0.223195] acpiphp: Slot [27] registered [ 0.224032] acpiphp: Slot [28] registered [ 0.225583] acpiphp: Slot [29] registered [ 0.227217] acpiphp: Slot [30] registered [ 0.228051] acpiphp: Slot [31] registered [ 0.229633] PCI host bridge to bus 0000:00 [ 0.231199] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.232006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.234051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.235984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.236005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.238151] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.249308] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.251225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.279407] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.281672] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.283582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.284964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.286873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.288541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.290221] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.290221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.292004] vgaarb: loaded [ 0.292841] vgaarb: bridge control possible 0000:00:02.0 [ 0.294445] SCSI subsystem initialized [ 0.295635] ACPI: bus type USB registered [ 0.296033] usbcore: registered new interface driver usbfs [ 0.297528] usbcore: registered new interface driver hub [ 0.299131] usbcore: registered new device driver usb [ 0.300110] PCI: Using ACPI for IRQ routing [ 0.301567] NetLabel: Initializing [ 0.302604] NetLabel: domain hash size = 128 [ 0.304003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.305587] NetLabel: unlabeled traffic allowed by default [ 0.307202] Switched to clocksource kvm-clock [ 0.313270] AppArmor: AppArmor Filesystem Enabled [ 0.314701] pnp: PnP ACPI init [ 0.315670] ACPI: bus type PNP registered [ 0.317357] pnp: PnP ACPI: found 8 devices [ 0.318550] ACPI: bus type PNP unregistered [ 0.326203] NET: Registered protocol family 2 [ 0.327624] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.329715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.331617] TCP: Hash tables configured (established 16384 bind 16384) [ 0.333401] TCP: reno registered [ 0.334364] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.335880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.337614] NET: Registered protocol family 1 [ 0.338936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.340593] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.342134] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.369728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.398923] Trying to unpack rootfs image as initramfs... [ 0.500222] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.502405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.503797] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.505520] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.508176] Scanning for low memory corruption every 60 seconds [ 0.510332] Initialise system trusted keyring [ 0.511700] audit: initializing netlink socket (disabled) [ 0.513288] type=2000 audit(1535195866.716:1): initialized [ 0.534240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.536734] zbud: loaded [ 0.537766] VFS: Disk quotas dquot_6.5.2 [ 0.539193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541143] fuse init (API version 7.22) [ 0.542241] msgmni has been set to 3997 [ 0.543341] Key type big_key registered [ 0.544788] Key type asymmetric registered [ 0.545869] Asymmetric key parser 'x509' registered [ 0.547130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549093] io scheduler noop registered [ 0.550136] io scheduler deadline registered (default) [ 0.551474] io scheduler cfq registered [ 0.552602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555594] ipmi message handler version 39.2 [ 0.556793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.558892] ACPI: Power Button [PWRF] [ 0.560076] GHES: HEST is not enabled! [ 0.582966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627242] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.675679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.678647] Linux agpgart interface v0.103 [ 0.680832] brd: module loaded [ 0.682200] loop: module loaded [ 0.683479] blk-mq: CPU -> queue map [ 0.684471] CPU 0 -> Queue 0 [ 0.685359] CPU 1 -> Queue 0 [ 0.687044] vda: vda1 [ 0.688531] scsi0 : ata_piix [ 0.689529] scsi1 : ata_piix [ 0.690440] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.692146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.694023] libphy: Fixed MDIO Bus: probed [ 0.695206] tun: Universal TUN/TAP device driver, 1.6 [ 0.696552] tun: (C) 1999-2004 Max Krasnyansky [ 0.699848] PPP generic driver version 2.4.2 [ 0.701362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703544] ehci-pci: EHCI PCI platform driver [ 0.705017] ehci-platform: EHCI generic platform driver [ 0.706755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708669] ohci-pci: OHCI PCI platform driver [ 0.710141] ohci-platform: OHCI generic platform driver [ 0.711807] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737492] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738865] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746033] usb usb1: Product: UHCI Host Controller [ 0.747282] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.748818] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750147] hub 1-0:1.0: USB hub found [ 0.751214] hub 1-0:1.0: 2 ports detected [ 0.752450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755272] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757992] mousedev: PS/2 mouse device common for all mice [ 0.759660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.762121] rtc_cmos 00:00: RTC can wake from S4 [ 0.763833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.765488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767127] device-mapper: uevent: version 1.0.3 [ 0.768405] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.770577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772153] TCP: cubic registered [ 0.773188] NET: Registered protocol family 10 [ 0.774623] NET: Registered protocol family 17 [ 0.775794] Key type dns_resolver registered [ 0.777202] Loading compiled-in X.509 certificates [ 0.779061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.788861] registered taskstats version 1 [ 0.791858] Key type trusted registered [ 0.795915] Key type encrypted registered [ 0.797047] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798414] IMA: No TPM chip found, activating TPM-bypass! [ 0.800339] regulator-dummy: disabling [ 0.801443] Magic number: 14:775:277 [ 0.802518] tty tty14: hash matches [ 0.803607] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.805768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807242] EDD information not available. [ 0.849451] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851570] Write protecting the kernel read-only data: 12288k [ 0.853777] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.857107] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.871155] systemd-udevd[107]: starting version 204 [ 0.921450] FDC 0 is a S82078B [ 1.064053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229230] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231768] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234376] usb 1-1: Product: QEMU USB Tablet [ 1.236139] usb 1-1: Manufacturer: QEMU [ 1.237645] usb 1-1: SerialNumber: 42 [ 1.500224] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.929101] 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.284518] 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.464507] 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 ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.601550] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:49 +0000. Up 3.42 seconds. cloud-init-nonet[3.60]: 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 ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] [ 3.653469] systemd-udevd[391]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.90]: 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 Sat, 25 Aug 2018 11:17:50 +0000. Up 5.16 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:1c:05:92 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:71:d9:c6 | 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: 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | | + o . . | |..= . E S | |o+.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: 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | E | | = * | | + @ . . | | . S * + . | | o + + . o | | + o 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: 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . . | | S o . ...| | ..o .E. | | o. . ...| | .o+ ...+=| | .++ .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: 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . E| | o . . | | o S . . | | * o = o | | B + = + | | . o o = . | | . =*+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:58 +0000. Up 12.33 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 13.53 seconds. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: + 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 19180 0 --:--:-- --:--:-- --:--:-- 19201 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1527 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://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://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3448 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8261 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8360 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 8378 clearwater-socket-factory-sig start/running, process 8383 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 4 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.2 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.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.2 ++ echo A 192.168.1.2 ++ ip2rr 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.2 ++ echo A 192.168.1.2 ++ ip2rr 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.2 ++ echo A 192.168.1.2 ++ ip2rr 192.168.1.2 ++ echo 192.168.1.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.2 + echo 'nameserver 192.168.0.7' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.10' + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 17:62:5a:7f:fd:bc:2c:69:81:09:93:99:ec:92:4f:11 root@sprout-0 (DSA) ec2: 256 97:d7:ad:88:9a:7e:52:6e:b7:f9:3b:9f:67:33:d6:90 root@sprout-0 (ECDSA) ec2: 256 9e:09:d9:e6:c3:5e:dd:fe:ae:ad:0b:6d:62:92:71:75 root@sprout-0 (ED25519) ec2: 2048 88:2a:d2:04:cf:a5:af:06:ad:27:32:7e:80:7f:4b:53 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO4OU6hpT525/jDIndshvd7btHeuh9BDDDJ0Dh9J+GmjkWR5wKeBmFK07OOvWDSdC+pwyqGuZWIeYbqiZbnuwl8= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIyLzfsisN+wclbB/1a874U9IgaUrPlttEhFfrn91Gbi root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBllBR1dh9EP47wxJXCy1vODp780gSWth6pK4boWZcRJeiRgF8u9kklbBixVBUFBiS3AhXxQ/wtpZmqZXLRgKUvLxbmxfQNK72kidgKzm3YSEN32eSou1F/ctplYkVnox6QgZW9tnbkjwoZJdWLTvs08kAtWRat5b6NG7oCQgrwmCJL8VDdgfMXyEmvruPn1T+fuc8xbL/YeMNbh8b8SwMvkJMBH4zboK9SkzSKNFt/PWJkL4TQ1DWXLMb9eBVIkxsMuBV7flKx79wz801XzvEdYrCLVBrw9R2fBRNrY0MmQT+qpUGMsC2dwS7zgUuemCXgRD1TJfC0bmiOFMloCi5 root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:20:39 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 173.52 seconds 2018-08-25 11:20:49,802 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:20:49,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:49,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:50,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-f09f65f5-1239-4406-abcb-d98c24a4262f x-compute-request-id: req-f09f65f5-1239-4406-abcb-d98c24a4262f Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:50,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f09f65f5-1239-4406-abcb-d98c24a4262f 2018-08-25 11:20:50,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529767990112s 2018-08-25 11:20:50,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f09f65f5-1239-4406-abcb-d98c24a4262f 2018-08-25 11:20:50,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:50,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:50,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-f46742e5-d13f-4734-aa52-117f212fac39 x-compute-request-id: req-f46742e5-d13f-4734-aa52-117f212fac39 Content-Encoding: gzip Content-Length: 18640 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009148] AppArmor: AppArmor initialized\n[ 0.010235] Yama: becoming mindful.\n[ 0.012033] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015698] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016890] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018484] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020313] Initializing cgroup subsys memory\n[ 0.021462] Initializing cgroup subsys devices\n[ 0.024009] Initializing cgroup subsys freezer\n[ 0.025167] Initializing cgroup subsys blkio\n[ 0.026307] Initializing cgroup subsys perf_event\n[ 0.027565] Initializing cgroup subsys hugetlb\n[ 0.028079] FEATURE SPEC_CTRL Not Present\n[ 0.029832] mce: CPU supports 10 MCE banks\n[ 0.030950] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030950] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037905] Speculative Store Bypass: Vulnerable\n[ 0.039726] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.044282] ACPI: Core revision 20131115\n[ 0.045853] ACPI: All ACPI Tables successfully acquired\n[ 0.047428] ftrace: allocating 28717 entries in 113 pages\n[ 0.068264] smpboot: Max logical packages: 2\n[ 0.069509] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.071119] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.072257] Enabling x2apic\n[ 0.073450] Enabled x2apic\n[ 0.075030] Switched APIC routing to physical x2apic.\n[ 0.077803] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.085839] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.096101] KVM setup paravirtual spinlock\n[ 0.099632] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.100309] x86: Booting SMP configuration:\n[ 0.102122] .... node #0, CPUs: #1[ 0.099569] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116038] x86: Booted up 1 node, 2 CPUs\n[ 0.116049] KVM setup async PF for cpu 1\n[ 0.116053] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119726] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120467] devtmpfs: initialized\n[ 0.123048] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.124989] EVM: security.ima\n[ 0.125871] EVM: security.capability\n[ 0.126918] pinctrl core: initialized pinctrl subsystem\n[ 0.128087] regulator-dummy: no parameters\n[ 0.129309] RTC time: 11:17:46, date: 08/25/18\n[ 0.130629] NET: Registered protocol family 16\n[ 0.131970] cpuidle: using governor ladder\n[ 0.132005] cpuidle: using governor menu\n[ 0.133359] ACPI: bus type PCI registered\n[ 0.134766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136142] PCI: Using configuration type 1 for base access\n[ 0.138677] bio: create slab at 0\n[ 0.140062] ACPI: Added _OSI(Module Device)\n[ 0.141453] ACPI: Added _OSI(Processor Device)\n[ 0.142943] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.146931] ACPI: Interpreter enabled\n[ 0.147965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.149642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.154915] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156924] ACPI: (supports S0 S5)\n[ 0.160004] ACPI: Using IOAPIC for interrupt routing\n[ 0.161565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.164197] ACPI: No dock devices found.\n[ 0.168101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.169965] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.171949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.172024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.175458] acpiphp: Slot [3] registered\n[ 0.176028] acpiphp: Slot [4] registered\n[ 0.177137] acpiphp: Slot [5] registered\n[ 0.178244] acpiphp: Slot [6] registered\n[ 0.179394] acpiphp: Slot [7] registered\n[ 0.180021] acpiphp: Slot [8] registered\n[ 0.181112] acpiphp: Slot [9] registered\n[ 0.182185] acpiphp: Slot [10] registered\n[ 0.183283] acpiphp: Slot [11] registered\n[ 0.184021] acpiphp: Slot [12] registered\n[ 0.185126] acpiphp: Slot [13] registered\n[ 0.186291] acpiphp: Slot [14] registered\n[ 0.187385] acpiphp: Slot [15] registered\n[ 0.188020] acpiphp: Slot [16] registered\n[ 0.189121] acpiphp: Slot [17] registered\n[ 0.190235] acpiphp: Slot [18] registered\n[ 0.191423] acpiphp: Slot [19] registered\n[ 0.192029] acpiphp: Slot [20] registered\n[ 0.193221] acpiphp: Slot [21] registered\n[ 0.194454] acpiphp: Slot [22] registered\n[ 0.195683] acpiphp: Slot [23] registered\n[ 0.196033] acpiphp: Slot [24] registered\n[ 0.197139] acpiphp: Slot [25] registered\n[ 0.198597] acpiphp: Slot [26] registered\n[ 0.199712] acpiphp: Slot [27] registered\n[ 0.200021] acpiphp: Slot [28] registered\n[ 0.201126] acpiphp: Slot [29] registered\n[ 0.202335] acpiphp: Slot [30] registered\n[ 0.203567] acpiphp: Slot [31] registered\n[ 0.204015] PCI host bridge to bus 0000:00\n[ 0.205122] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.206518] 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.209506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.211141] 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.219320] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.220016] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.250248] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.252742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.254838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.257037] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.259349] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.260824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.262630] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.262630] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264973] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266945] SCSI subsystem initialized\n[ 0.268185] ACPI: bus type USB registered\n[ 0.269321] usbcore: registered new interface driver usbfs\n[ 0.270808] usbcore: registered new interface driver hub\n[ 0.272052] usbcore: registered new device driver usb\n[ 0.273487] PCI: Using ACPI for IRQ routing\n[ 0.273608] NetLabel: Initializing\n[ 0.276008] NetLabel: domain hash size = 128\n[ 0.277422] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.279119] NetLabel: unlabeled traffic allowed by default\n[ 0.280279] Switched to clocksource kvm-clock\n[ 0.290829] AppArmor: AppArmor Filesystem Enabled\n[ 0.292622] pnp: PnP ACPI init\n[ 0.293865] ACPI: bus type PNP registered\n[ 0.296059] pnp: PnP ACPI: found 8 devices\n[ 0.297580] ACPI: bus type PNP unregistered\n[ 0.306384] NET: Registered protocol family 2\n[ 0.308477] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.310768] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.313218] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.315441] TCP: reno registered\n[ 0.316720] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.318867] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321243] NET: Registered protocol family 1\n[ 0.322979] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.325174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.327365] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.354047] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.381547] Trying to unpack rootfs image as initramfs...\n[ 0.495154] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.497542] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.499033] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.501046] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.503911] Scanning for low memory corruption every 60 seconds\n[ 0.505877] Initialise system trusted keyring\n[ 0.507159] audit: initializing netlink socket (disabled)\n[ 0.508667] type=2000 audit(1535195866.902:1): initialized\n[ 0.529372] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531960] zbud: loaded\n[ 0.533008] VFS: Disk quotas dquot_6.5.2\n[ 0.534195] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536255] fuse init (API version 7.22)\n[ 0.537498] msgmni has been set to 3997\n[ 0.538702] Key type big_key registered\n[ 0.540243] Key type asymmetric registered\n[ 0.541432] Asymmetric key parser 'x509' registered\n[ 0.542809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.544937] io scheduler noop registered\n[ 0.546081] io scheduler deadline registered (default)\n[ 0.547512] io scheduler cfq registered\n[ 0.548711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551977] ipmi message handler version 39.2\n[ 0.553283] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555351] ACPI: Power Button [PWRF]\n[ 0.556541] GHES: HEST is not enabled!\n[ 0.579072] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.623619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646606] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.649090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.673082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.676190] Linux agpgart interface v0.103\n[ 0.678410] brd: module loaded\n[ 0.679849] loop: module loaded\n[ 0.681191] blk-mq: CPU -> queue map\n[ 0.682313] CPU 0 -> Queue 0\n[ 0.683479] CPU 1 -> Queue 0\n[ 0.685507] vda: vda1\n[ 0.687941] scsi0 : ata_piix\n[ 0.689499] scsi1 : ata_piix\n[ 0.690989] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.693946] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.697071] libphy: Fixed MDIO Bus: probed\n[ 0.699030] tun: Universal TUN/TAP device driver, 1.6\n[ 0.701121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.706578] PPP generic driver version 2.4.2\n[ 0.707909] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.709718] ehci-pci: EHCI PCI platform driver\n[ 0.710963] ehci-platform: EHCI generic platform driver\n[ 0.712414] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.714093] ohci-pci: OHCI PCI platform driver\n[ 0.715361] ohci-platform: OHCI generic platform driver\n[ 0.716811] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.739695] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.741179] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.743262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.744804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.746591] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.748713] usb usb1: Product: UHCI Host Controller\n[ 0.750051] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.751731] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.753126] hub 1-0:1.0: USB hub found\n[ 0.754268] hub 1-0:1.0: 2 ports detected\n[ 0.755611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.758735] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.760126] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.761668] mousedev: PS/2 mouse device common for all mice\n[ 0.763471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.766040] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.769367] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.771129] device-mapper: uevent: version 1.0.3\n[ 0.773072] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.776405] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.778065] TCP: cubic registered\n[ 0.779159] NET: Registered protocol family 10\n[ 0.780709] NET: Registered protocol family 17\n[ 0.782022] Key type dns_resolver registered\n[ 0.783500] Loading compiled-in X.509 certificates\n[ 0.785404] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.796295] registered taskstats version 1\n[ 0.799892] Key type trusted registered\n[ 0.804341] Key type encrypted registered\n[ 0.805877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.807817] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.810358] regulator-dummy: disabling\n[ 0.811889] Magic number: 14:775:277\n[ 0.813400] tty tty14: hash matches\n[ 0.814901] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866)\n[ 0.818128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.820345] EDD information not available.\n[ 0.853679] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.856725] Write protecting the kernel read-only data: 12288k\n[ 0.859734] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.864507] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.879730] systemd-udevd[107]: starting version 204\n[ 0.920685] FDC 0 is a S82078B\n[ 1.064067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.228984] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231433] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.234071] usb 1-1: Product: QEMU USB Tablet\n[ 1.235769] usb 1-1: Manufacturer: QEMU\n[ 1.237346] usb 1-1: SerialNumber: 42\n[ 1.496109] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.933592] 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.284104] 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.497423] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.623882] 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 ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:48 +0000. Up 3.18 seconds.\ncloud-init-nonet[3.35]: waiting 10 seconds for network device\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.65]: 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 * Stopping Mount network filesystems[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:50 +0000. Up 4.90 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:c1:c1:0f |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:58:ef:f3 |\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:\ne8:33:9f:b6:c9:7d:14:af:ed:2f:2d:d5:73:23:e7:ee root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . |\n| . S o .|\n| . ...++|\n| + . o+o+|\n| =.+ o +..|\n| .*... .+E.|\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:\n82:14:8f:d1:e8:fe:5d:b2:43:ae:5f:1f:0e:cd:9d:89 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| oo |\n| .=. |\n| .o . |\n| ... |\n| .. . S |\n| . .o .o o o |\n| . + +o E + |\n| . =. + . |\n| .o.. 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:\ne4:0e:9b:50:3a:86:79:18:0b:ed:e7:e4:b5:92:c8:54 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|. o E . . |\n| o B o o |\n| B O o S |\n| o O = * |\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:\nda:e6:c5:16:10:39:66:c2:e7:9e:69:8c:bf:88:bf:a2 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . .. |\n| o *. |\n| *.. |\n| .. |\n| +So. |\n| .o*. . |\n| .oo + |\n| .. +.o |\n| E..o+.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 D-Bus system message bus[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 ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:59 +0000. Up 12.77 seconds.\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 Sat, 25 Aug 2018 11:18:00 +0000. Up 13.97 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 bono-0 ttyS0\n\nbono-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 18077 0 --:--:-- --:--:-- --:--:-- 18097\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1592 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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 (3790 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 7970\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 7983\nclearwater-socket-factory-sig start/running, process 7991\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 4 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 (16.4 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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.203\n++ echo A 172.30.9.203\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.7'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.10'\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 82:14:8f:d1:e8:fe:5d:b2:43:ae:5f:1f:0e:cd:9d:89 root@bono-0 (DSA)\nec2: 256 e4:0e:9b:50:3a:86:79:18:0b:ed:e7:e4:b5:92:c8:54 root@bono-0 (ECDSA)\nec2: 256 da:e6:c5:16:10:39:66:c2:e7:9e:69:8c:bf:88:bf:a2 root@bono-0 (ED25519)\nec2: 2048 e8:33:9f:b6:c9:7d:14:af:ed:2f:2d:d5:73:23:e7:ee root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJv01AvAsKeoSJRccX0960/VA8hsGzjbRlN0aJyZvYlPAum2f0C67iUrGLj+5ePWAmrrIAnErIRIhZjX6HlsdGE= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgu6UwGcI6twH7IFbDhwLMIJGDdYXplSiZ2Q1SATMAg root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwlJJw8GB7bacYQ21mQYeHujayWe3eibpBa8ZfNwaf+3YtuS4zbRMtcwYjA5iLy5YQEvlbElD/xOyAbCbifUg7L8XJ0iVUHEwjjxCHVV4CxhNyjx7Q2reEMQdTcDzWAJMpTEv/8xOckXxMIzqEuEoD2gKtI7XWBJJ9WHXqeieVdo09gLv24a4HDlcqeBJdngdgBwF0Cpx1SZRzQg+1ZK+LuM+k/pSjog8M3rJFxIbH3r9l3HEBi/3APCMYHWIpakGAettZV3OWZH0u5jpvhaE04KLNRAfD/l6VceRFmlyrWC1b6BEE2i75B/oed3ZwGa9o8OrF0lxfQ1shoY0oo/3B root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:20:21 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 154.64 seconds\n"} 2018-08-25 11:20:50,421 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99/action used request id req-f46742e5-d13f-4734-aa52-117f212fac39 2018-08-25 11:20:50,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0795829296112s 2018-08-25 11:20:50,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99/action used request id req-f46742e5-d13f-4734-aa52-117f212fac39 2018-08-25 11:20:50,423 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009148] AppArmor: AppArmor initialized [ 0.010235] Yama: becoming mindful. [ 0.012033] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015698] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016890] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018484] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020313] Initializing cgroup subsys memory [ 0.021462] Initializing cgroup subsys devices [ 0.024009] Initializing cgroup subsys freezer [ 0.025167] Initializing cgroup subsys blkio [ 0.026307] Initializing cgroup subsys perf_event [ 0.027565] Initializing cgroup subsys hugetlb [ 0.028079] FEATURE SPEC_CTRL Not Present [ 0.029832] mce: CPU supports 10 MCE banks [ 0.030950] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030950] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037905] Speculative Store Bypass: Vulnerable [ 0.039726] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.044282] ACPI: Core revision 20131115 [ 0.045853] ACPI: All ACPI Tables successfully acquired [ 0.047428] ftrace: allocating 28717 entries in 113 pages [ 0.068264] smpboot: Max logical packages: 2 [ 0.069509] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.071119] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.072257] Enabling x2apic [ 0.073450] Enabled x2apic [ 0.075030] Switched APIC routing to physical x2apic. [ 0.077803] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.085839] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.096101] KVM setup paravirtual spinlock [ 0.099632] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.100309] x86: Booting SMP configuration: [ 0.102122] .... node #0, CPUs: #1[ 0.099569] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116038] x86: Booted up 1 node, 2 CPUs [ 0.116049] KVM setup async PF for cpu 1 [ 0.116053] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119726] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120467] devtmpfs: initialized [ 0.123048] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.124989] EVM: security.ima [ 0.125871] EVM: security.capability [ 0.126918] pinctrl core: initialized pinctrl subsystem [ 0.128087] regulator-dummy: no parameters [ 0.129309] RTC time: 11:17:46, date: 08/25/18 [ 0.130629] NET: Registered protocol family 16 [ 0.131970] cpuidle: using governor ladder [ 0.132005] cpuidle: using governor menu [ 0.133359] ACPI: bus type PCI registered [ 0.134766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136142] PCI: Using configuration type 1 for base access [ 0.138677] bio: create slab at 0 [ 0.140062] ACPI: Added _OSI(Module Device) [ 0.141453] ACPI: Added _OSI(Processor Device) [ 0.142943] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.146931] ACPI: Interpreter enabled [ 0.147965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.149642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.154915] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156924] ACPI: (supports S0 S5) [ 0.160004] ACPI: Using IOAPIC for interrupt routing [ 0.161565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.164197] ACPI: No dock devices found. [ 0.168101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.169965] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.171949] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.172024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.175458] acpiphp: Slot [3] registered [ 0.176028] acpiphp: Slot [4] registered [ 0.177137] acpiphp: Slot [5] registered [ 0.178244] acpiphp: Slot [6] registered [ 0.179394] acpiphp: Slot [7] registered [ 0.180021] acpiphp: Slot [8] registered [ 0.181112] acpiphp: Slot [9] registered [ 0.182185] acpiphp: Slot [10] registered [ 0.183283] acpiphp: Slot [11] registered [ 0.184021] acpiphp: Slot [12] registered [ 0.185126] acpiphp: Slot [13] registered [ 0.186291] acpiphp: Slot [14] registered [ 0.187385] acpiphp: Slot [15] registered [ 0.188020] acpiphp: Slot [16] registered [ 0.189121] acpiphp: Slot [17] registered [ 0.190235] acpiphp: Slot [18] registered [ 0.191423] acpiphp: Slot [19] registered [ 0.192029] acpiphp: Slot [20] registered [ 0.193221] acpiphp: Slot [21] registered [ 0.194454] acpiphp: Slot [22] registered [ 0.195683] acpiphp: Slot [23] registered [ 0.196033] acpiphp: Slot [24] registered [ 0.197139] acpiphp: Slot [25] registered [ 0.198597] acpiphp: Slot [26] registered [ 0.199712] acpiphp: Slot [27] registered [ 0.200021] acpiphp: Slot [28] registered [ 0.201126] acpiphp: Slot [29] registered [ 0.202335] acpiphp: Slot [30] registered [ 0.203567] acpiphp: Slot [31] registered [ 0.204015] PCI host bridge to bus 0000:00 [ 0.205122] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.206518] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.209506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.211141] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.219320] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.220016] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.250248] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.252742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.254838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.257037] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.259349] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.260824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.262630] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.262630] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264973] vgaarb: bridge control possible 0000:00:02.0 [ 0.266945] SCSI subsystem initialized [ 0.268185] ACPI: bus type USB registered [ 0.269321] usbcore: registered new interface driver usbfs [ 0.270808] usbcore: registered new interface driver hub [ 0.272052] usbcore: registered new device driver usb [ 0.273487] PCI: Using ACPI for IRQ routing [ 0.273608] NetLabel: Initializing [ 0.276008] NetLabel: domain hash size = 128 [ 0.277422] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.279119] NetLabel: unlabeled traffic allowed by default [ 0.280279] Switched to clocksource kvm-clock [ 0.290829] AppArmor: AppArmor Filesystem Enabled [ 0.292622] pnp: PnP ACPI init [ 0.293865] ACPI: bus type PNP registered [ 0.296059] pnp: PnP ACPI: found 8 devices [ 0.297580] ACPI: bus type PNP unregistered [ 0.306384] NET: Registered protocol family 2 [ 0.308477] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.310768] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.313218] TCP: Hash tables configured (established 16384 bind 16384) [ 0.315441] TCP: reno registered [ 0.316720] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.318867] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321243] NET: Registered protocol family 1 [ 0.322979] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.325174] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.327365] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.354047] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.381547] Trying to unpack rootfs image as initramfs... [ 0.495154] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.497542] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.499033] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.501046] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.503911] Scanning for low memory corruption every 60 seconds [ 0.505877] Initialise system trusted keyring [ 0.507159] audit: initializing netlink socket (disabled) [ 0.508667] type=2000 audit(1535195866.902:1): initialized [ 0.529372] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531960] zbud: loaded [ 0.533008] VFS: Disk quotas dquot_6.5.2 [ 0.534195] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536255] fuse init (API version 7.22) [ 0.537498] msgmni has been set to 3997 [ 0.538702] Key type big_key registered [ 0.540243] Key type asymmetric registered [ 0.541432] Asymmetric key parser 'x509' registered [ 0.542809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.544937] io scheduler noop registered [ 0.546081] io scheduler deadline registered (default) [ 0.547512] io scheduler cfq registered [ 0.548711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.550216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551977] ipmi message handler version 39.2 [ 0.553283] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.555351] ACPI: Power Button [PWRF] [ 0.556541] GHES: HEST is not enabled! [ 0.579072] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.623619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646606] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.649090] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.673082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.676190] Linux agpgart interface v0.103 [ 0.678410] brd: module loaded [ 0.679849] loop: module loaded [ 0.681191] blk-mq: CPU -> queue map [ 0.682313] CPU 0 -> Queue 0 [ 0.683479] CPU 1 -> Queue 0 [ 0.685507] vda: vda1 [ 0.687941] scsi0 : ata_piix [ 0.689499] scsi1 : ata_piix [ 0.690989] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.693946] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.697071] libphy: Fixed MDIO Bus: probed [ 0.699030] tun: Universal TUN/TAP device driver, 1.6 [ 0.701121] tun: (C) 1999-2004 Max Krasnyansky [ 0.706578] PPP generic driver version 2.4.2 [ 0.707909] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.709718] ehci-pci: EHCI PCI platform driver [ 0.710963] ehci-platform: EHCI generic platform driver [ 0.712414] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.714093] ohci-pci: OHCI PCI platform driver [ 0.715361] ohci-platform: OHCI generic platform driver [ 0.716811] uhci_hcd: USB Universal Host Controller Interface driver [ 0.739695] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.741179] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.743262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.744804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.746591] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.748713] usb usb1: Product: UHCI Host Controller [ 0.750051] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.751731] usb usb1: SerialNumber: 0000:00:01.2 [ 0.753126] hub 1-0:1.0: USB hub found [ 0.754268] hub 1-0:1.0: 2 ports detected [ 0.755611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.758735] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.760126] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.761668] mousedev: PS/2 mouse device common for all mice [ 0.763471] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.766040] rtc_cmos 00:00: RTC can wake from S4 [ 0.767663] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.769367] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.771129] device-mapper: uevent: version 1.0.3 [ 0.773072] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.776405] ledtrig-cpu: registered to indicate activity on CPUs [ 0.778065] TCP: cubic registered [ 0.779159] NET: Registered protocol family 10 [ 0.780709] NET: Registered protocol family 17 [ 0.782022] Key type dns_resolver registered [ 0.783500] Loading compiled-in X.509 certificates [ 0.785404] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.796295] registered taskstats version 1 [ 0.799892] Key type trusted registered [ 0.804341] Key type encrypted registered [ 0.805877] AppArmor: AppArmor sha1 policy hashing enabled [ 0.807817] IMA: No TPM chip found, activating TPM-bypass! [ 0.810358] regulator-dummy: disabling [ 0.811889] Magic number: 14:775:277 [ 0.813400] tty tty14: hash matches [ 0.814901] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:46 UTC (1535195866) [ 0.818128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.820345] EDD information not available. [ 0.853679] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.856725] Write protecting the kernel read-only data: 12288k [ 0.859734] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.864507] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.879730] systemd-udevd[107]: starting version 204 [ 0.920685] FDC 0 is a S82078B [ 1.064067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.228984] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231433] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.234071] usb 1-1: Product: QEMU USB Tablet [ 1.235769] usb 1-1: Manufacturer: QEMU [ 1.237346] usb 1-1: SerialNumber: 42 [ 1.496109] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.933592] 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.284104] 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.497423] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.623882] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:48 +0000. Up 3.18 seconds. cloud-init-nonet[3.35]: waiting 10 seconds for network device * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.65]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:50 +0000. Up 4.90 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:c1:c1:0f | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:58:ef:f3 | 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: e8:33:9f:b6:c9:7d:14:af:ed:2f:2d:d5:73:23:e7:ee root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . | | . S o .| | . ...++| | + . o+o+| | =.+ o +..| | .*... .+E.| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 82:14:8f:d1:e8:fe:5d:b2:43:ae:5f:1f:0e:cd:9d:89 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | oo | | .=. | | .o . | | ... | | .. . S | | . .o .o o o | | . + +o E + | | . =. + . | | .o.. o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e4:0e:9b:50:3a:86:79:18:0b:ed:e7:e4:b5:92:c8:54 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |. o E . . | | o B o o | | B O o S | | 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: da:e6:c5:16:10:39:66:c2:e7:9e:69:8c:bf:88:bf:a2 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | . .. | | o *. | | *.. | | .. | | +So. | | .o*. . | | .oo + | | .. +.o | | E..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 configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[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 ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:59 +0000. Up 12.77 seconds. * 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 Sat, 25 Aug 2018 11:18:00 +0000. Up 13.97 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 bono-0 ttyS0 bono-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 18077 0 --:--:-- --:--:-- --:--:-- 18097 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:12 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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 (1592 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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 (3790 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 7970 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 7983 clearwater-socket-factory-sig start/running, process 7991 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 4 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 (16.4 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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.203 ++ echo A 172.30.9.203 ++ 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.7' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.10' + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 82:14:8f:d1:e8:fe:5d:b2:43:ae:5f:1f:0e:cd:9d:89 root@bono-0 (DSA) ec2: 256 e4:0e:9b:50:3a:86:79:18:0b:ed:e7:e4:b5:92:c8:54 root@bono-0 (ECDSA) ec2: 256 da:e6:c5:16:10:39:66:c2:e7:9e:69:8c:bf:88:bf:a2 root@bono-0 (ED25519) ec2: 2048 e8:33:9f:b6:c9:7d:14:af:ed:2f:2d:d5:73:23:e7:ee root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJv01AvAsKeoSJRccX0960/VA8hsGzjbRlN0aJyZvYlPAum2f0C67iUrGLj+5ePWAmrrIAnErIRIhZjX6HlsdGE= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgu6UwGcI6twH7IFbDhwLMIJGDdYXplSiZ2Q1SATMAg root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwlJJw8GB7bacYQ21mQYeHujayWe3eibpBa8ZfNwaf+3YtuS4zbRMtcwYjA5iLy5YQEvlbElD/xOyAbCbifUg7L8XJ0iVUHEwjjxCHVV4CxhNyjx7Q2reEMQdTcDzWAJMpTEv/8xOckXxMIzqEuEoD2gKtI7XWBJJ9WHXqeieVdo09gLv24a4HDlcqeBJdngdgBwF0Cpx1SZRzQg+1ZK+LuM+k/pSjog8M3rJFxIbH3r9l3HEBi/3APCMYHWIpakGAettZV3OWZH0u5jpvhaE04KLNRAfD/l6VceRFmlyrWC1b6BEE2i75B/oed3ZwGa9o8OrF0lxfQ1shoY0oo/3B root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:20:21 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 154.64 seconds 2018-08-25 11:20:50,427 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:20:50,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:20:50,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:20:51,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-a4ef923b-b044-494e-8179-9597488bd7c7 x-compute-request-id: req-a4ef923b-b044-494e-8179-9597488bd7c7 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:20:51,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4ef923b-b044-494e-8179-9597488bd7c7 2018-08-25 11:20:51,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713858127594s 2018-08-25 11:20:51,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a4ef923b-b044-494e-8179-9597488bd7c7 2018-08-25 11:20:51,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:20:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:20:51,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:20: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-79c25379-6551-44aa-b9cf-fddd22ffee6b x-compute-request-id: req-79c25379-6551-44aa-b9cf-fddd22ffee6b Content-Encoding: gzip Content-Length: 19908 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008040] Security Framework initialized\n[ 0.009214] AppArmor: AppArmor initialized\n[ 0.010336] Yama: becoming mindful.\n[ 0.012151] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015795] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016884] 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.022127] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025337] Initializing cgroup subsys blkio\n[ 0.026555] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029336] FEATURE SPEC_CTRL Not Present\n[ 0.032243] mce: CPU supports 10 MCE banks\n[ 0.033479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033479] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037590] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039528] Speculative Store Bypass: Vulnerable\n[ 0.040321] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046301] ACPI: Core revision 20131115\n[ 0.047851] ACPI: All ACPI Tables successfully acquired\n[ 0.049106] ftrace: allocating 28717 entries in 113 pages\n[ 0.068267] smpboot: Max logical packages: 2\n[ 0.069610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.072004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.073915] Enabling x2apic\n[ 0.074786] Enabled x2apic\n[ 0.076003] Switched APIC routing to physical x2apic.\n[ 0.078697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093348] KVM setup paravirtual spinlock\n[ 0.095924] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.096206] x86: Booting SMP configuration:\n[ 0.097409] .... node #0, CPUs: #1[ 0.095876] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112025] x86: Booted up 1 node, 2 CPUs\n[ 0.112015] KVM setup async PF for cpu 1\n[ 0.112018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.116004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.118144] devtmpfs: initialized\n[ 0.121563] EVM: security.selinux\n[ 0.122652] EVM: security.SMACK64\n[ 0.123675] EVM: security.ima\n[ 0.124003] EVM: security.capability\n[ 0.125133] pinctrl core: initialized pinctrl subsystem\n[ 0.126421] regulator-dummy: no parameters\n[ 0.128082] RTC time: 11:17:46, date: 08/25/18\n[ 0.129392] NET: Registered protocol family 16\n[ 0.130814] cpuidle: using governor ladder\n[ 0.132000] cpuidle: using governor menu\n[ 0.132094] ACPI: bus type PCI registered\n[ 0.133298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.135029] PCI: Using configuration type 1 for base access\n[ 0.136624] bio: create slab at 0\n[ 0.137134] ACPI: Added _OSI(Module Device)\n[ 0.137170] ACPI: Added _OSI(Processor Device)\n[ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.141367] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.144141] ACPI: Interpreter enabled\n[ 0.145212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.147878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.149703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.154768] ACPI: (supports S0 S5)\n[ 0.156003] ACPI: Using IOAPIC for interrupt routing\n[ 0.157274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.159724] ACPI: No dock devices found.\n[ 0.162047] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.163602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.164008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.165607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.168214] acpiphp: Slot [3] registered\n[ 0.169302] acpiphp: Slot [4] registered\n[ 0.170422] acpiphp: Slot [5] registered\n[ 0.171543] acpiphp: Slot [6] registered\n[ 0.172032] acpiphp: Slot [7] registered\n[ 0.173139] acpiphp: Slot [8] registered\n[ 0.174239] acpiphp: Slot [9] registered\n[ 0.175341] acpiphp: Slot [10] registered\n[ 0.176027] acpiphp: Slot [11] registered\n[ 0.177313] acpiphp: Slot [12] registered\n[ 0.178432] acpiphp: Slot [13] registered\n[ 0.179564] acpiphp: Slot [14] registered\n[ 0.180020] acpiphp: Slot [15] registered\n[ 0.181113] acpiphp: Slot [16] registered\n[ 0.182248] acpiphp: Slot [17] registered\n[ 0.183401] acpiphp: Slot [18] registered\n[ 0.184028] acpiphp: Slot [19] registered\n[ 0.185177] acpiphp: Slot [20] registered\n[ 0.186298] acpiphp: Slot [21] registered\n[ 0.187381] acpiphp: Slot [22] registered\n[ 0.188022] acpiphp: Slot [23] registered\n[ 0.189123] acpiphp: Slot [24] registered\n[ 0.190266] acpiphp: Slot [25] registered\n[ 0.191354] acpiphp: Slot [26] registered\n[ 0.192021] acpiphp: Slot [27] registered\n[ 0.193131] acpiphp: Slot [28] registered\n[ 0.194299] acpiphp: Slot [29] registered\n[ 0.195435] acpiphp: Slot [30] registered\n[ 0.196030] acpiphp: Slot [31] registered\n[ 0.197151] PCI host bridge to bus 0000:00\n[ 0.198268] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.199630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.201611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.203331] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.213227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.215413] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.243522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.245029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.247842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.249072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.251987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.253236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.256061] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258418] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260006] vgaarb: loaded\n[ 0.261385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.264072] SCSI subsystem initialized\n[ 0.266037] ACPI: bus type USB registered\n[ 0.266037] usbcore: registered new interface driver usbfs\n[ 0.268022] usbcore: registered new interface driver hub\n[ 0.270346] usbcore: registered new device driver usb\n[ 0.272144] PCI: Using ACPI for IRQ routing\n[ 0.273631] NetLabel: Initializing\n[ 0.274640] NetLabel: domain hash size = 128\n[ 0.276003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.277373] NetLabel: unlabeled traffic allowed by default\n[ 0.278812] Switched to clocksource kvm-clock\n[ 0.285486] AppArmor: AppArmor Filesystem Enabled\n[ 0.287022] pnp: PnP ACPI init\n[ 0.287963] ACPI: bus type PNP registered\n[ 0.289589] pnp: PnP ACPI: found 8 devices\n[ 0.290747] ACPI: bus type PNP unregistered\n[ 0.298259] NET: Registered protocol family 2\n[ 0.299763] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.301873] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303722] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305470] TCP: reno registered\n[ 0.306415] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.308012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.309741] NET: Registered protocol family 1\n[ 0.311021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.312570] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.314061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.336772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.359506] Trying to unpack rootfs image as initramfs...\n[ 0.461840] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.464123] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.465631] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.467684] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.470063] Scanning for low memory corruption every 60 seconds\n[ 0.472050] Initialise system trusted keyring\n[ 0.473304] audit: initializing netlink socket (disabled)\n[ 0.474711] type=2000 audit(1535195867.075:1): initialized\n[ 0.495719] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498348] zbud: loaded\n[ 0.499412] VFS: Disk quotas dquot_6.5.2\n[ 0.500581] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502602] fuse init (API version 7.22)\n[ 0.503975] msgmni has been set to 3997\n[ 0.505294] Key type big_key registered\n[ 0.506942] Key type asymmetric registered\n[ 0.508385] Asymmetric key parser 'x509' registered\n[ 0.509981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.512507] io scheduler noop registered\n[ 0.513877] io scheduler deadline registered (default)\n[ 0.515541] io scheduler cfq registered\n[ 0.516925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518381] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520447] ipmi message handler version 39.2\n[ 0.521720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523708] ACPI: Power Button [PWRF]\n[ 0.524875] GHES: HEST is not enabled!\n[ 0.547745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618659] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644404] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647375] Linux agpgart interface v0.103\n[ 0.649551] brd: module loaded\n[ 0.650979] loop: module loaded\n[ 0.652304] blk-mq: CPU -> queue map\n[ 0.653361] CPU 0 -> Queue 0\n[ 0.654329] CPU 1 -> Queue 0\n[ 0.655972] vda: vda1\n[ 0.657609] scsi0 : ata_piix\n[ 0.658805] scsi1 : ata_piix\n[ 0.659889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.661970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664259] libphy: Fixed MDIO Bus: probed\n[ 0.665657] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670161] PPP generic driver version 2.4.2\n[ 0.671472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673103] ehci-pci: EHCI PCI platform driver\n[ 0.674345] ehci-platform: EHCI generic platform driver\n[ 0.676086] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678090] ohci-pci: OHCI PCI platform driver\n[ 0.679594] ohci-platform: OHCI generic platform driver\n[ 0.681320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704597] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.708949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.715386] usb usb1: Product: UHCI Host Controller\n[ 0.717005] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.718992] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720618] hub 1-0:1.0: USB hub found\n[ 0.721972] hub 1-0:1.0: 2 ports detected\n[ 0.723676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727127] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730605] mousedev: PS/2 mouse device common for all mice\n[ 0.732737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.735813] rtc_cmos 00:00: RTC can wake from S4\n[ 0.737697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.739661] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.741627] device-mapper: uevent: version 1.0.3\n[ 0.743001] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746864] TCP: cubic registered\n[ 0.747919] NET: Registered protocol family 10\n[ 0.749383] NET: Registered protocol family 17\n[ 0.750592] Key type dns_resolver registered\n[ 0.751990] Loading compiled-in X.509 certificates\n[ 0.753776] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.763821] registered taskstats version 1\n[ 0.766860] Key type trusted registered\n[ 0.770984] Key type encrypted registered\n[ 0.772104] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.773521] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.775788] regulator-dummy: disabling\n[ 0.777155] Magic number: 14:775:277\n[ 0.778497] tty tty14: hash matches\n[ 0.779661] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:47 UTC (1535195867)\n[ 0.781859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783320] EDD information not available.\n[ 0.821663] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823844] Write protecting the kernel read-only data: 12288k\n[ 0.826000] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829398] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842981] systemd-udevd[107]: starting version 204\n[ 0.892593] FDC 0 is a S82078B\n[ 1.032051] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197114] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198888] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200615] usb 1-1: Product: QEMU USB Tablet\n[ 1.201789] usb 1-1: Manufacturer: QEMU\n[ 1.202844] usb 1-1: SerialNumber: 42\n[ 1.460136] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.913466] 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.269197] 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.497708] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n[ 2.705687] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:50 +0000. Up 3.68 seconds.\ncloud-init-nonet[3.91]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[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[4.84]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:51 +0000. Up 5.02 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:8d:c9:3d |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:10:b9 |\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:\na5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| +o=+o |\n| . = + . |\n| + B = |\n| . X * o |\n| E 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:\naf:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| S . |\n| . . = |\n| o + o O +|\n| . + = O BE|\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:\ndb:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| = .|\n| S + +.|\n| + o..|\n| .. = o. |\n| Eo.+ .+.+|\n| o+.+o Bo|\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:\nff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o=o+o+|\n| .E=o+o|\n| . =o+|\n| o. o|\n| S ..|\n| . ..oo|\n| . . ..o|\n| o . |\n| o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 12.74 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:18:00 +0000. Up 14.21 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21827 0 --:--:-- --:--:-- --:--:-- 21868\nOK\n+ apt-get update\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 [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 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://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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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.8 [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 18s (5052 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 8717\nclearwater-socket-factory-sig start/running, process 8722\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8771\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'\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 4 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 (9781 kB/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"} 2018-08-25 11:20:51,239 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/action used request id req-79c25379-6551-44aa-b9cf-fddd22ffee6b 2018-08-25 11:20:51,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0890371799469s 2018-08-25 11:20:51,242 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/action used request id req-79c25379-6551-44aa-b9cf-fddd22ffee6b 2018-08-25 11:20:51,242 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008040] Security Framework initialized [ 0.009214] AppArmor: AppArmor initialized [ 0.010336] Yama: becoming mindful. [ 0.012151] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015795] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022127] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025337] Initializing cgroup subsys blkio [ 0.026555] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029336] FEATURE SPEC_CTRL Not Present [ 0.032243] mce: CPU supports 10 MCE banks [ 0.033479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033479] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037590] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039528] Speculative Store Bypass: Vulnerable [ 0.040321] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046301] ACPI: Core revision 20131115 [ 0.047851] ACPI: All ACPI Tables successfully acquired [ 0.049106] ftrace: allocating 28717 entries in 113 pages [ 0.068267] smpboot: Max logical packages: 2 [ 0.069610] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.072004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.073915] Enabling x2apic [ 0.074786] Enabled x2apic [ 0.076003] Switched APIC routing to physical x2apic. [ 0.078697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093348] KVM setup paravirtual spinlock [ 0.095924] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.096206] x86: Booting SMP configuration: [ 0.097409] .... node #0, CPUs: #1[ 0.095876] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112025] x86: Booted up 1 node, 2 CPUs [ 0.112015] KVM setup async PF for cpu 1 [ 0.112018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.116004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.118144] devtmpfs: initialized [ 0.121563] EVM: security.selinux [ 0.122652] EVM: security.SMACK64 [ 0.123675] EVM: security.ima [ 0.124003] EVM: security.capability [ 0.125133] pinctrl core: initialized pinctrl subsystem [ 0.126421] regulator-dummy: no parameters [ 0.128082] RTC time: 11:17:46, date: 08/25/18 [ 0.129392] NET: Registered protocol family 16 [ 0.130814] cpuidle: using governor ladder [ 0.132000] cpuidle: using governor menu [ 0.132094] ACPI: bus type PCI registered [ 0.133298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.135029] PCI: Using configuration type 1 for base access [ 0.136624] bio: create slab at 0 [ 0.137134] ACPI: Added _OSI(Module Device) [ 0.137170] ACPI: Added _OSI(Processor Device) [ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.141367] ACPI: Added _OSI(Processor Aggregator Device) [ 0.144141] ACPI: Interpreter enabled [ 0.145212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.147878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.149703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.154768] ACPI: (supports S0 S5) [ 0.156003] ACPI: Using IOAPIC for interrupt routing [ 0.157274] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.159724] ACPI: No dock devices found. [ 0.162047] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.163602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.164008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.165607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.168214] acpiphp: Slot [3] registered [ 0.169302] acpiphp: Slot [4] registered [ 0.170422] acpiphp: Slot [5] registered [ 0.171543] acpiphp: Slot [6] registered [ 0.172032] acpiphp: Slot [7] registered [ 0.173139] acpiphp: Slot [8] registered [ 0.174239] acpiphp: Slot [9] registered [ 0.175341] acpiphp: Slot [10] registered [ 0.176027] acpiphp: Slot [11] registered [ 0.177313] acpiphp: Slot [12] registered [ 0.178432] acpiphp: Slot [13] registered [ 0.179564] acpiphp: Slot [14] registered [ 0.180020] acpiphp: Slot [15] registered [ 0.181113] acpiphp: Slot [16] registered [ 0.182248] acpiphp: Slot [17] registered [ 0.183401] acpiphp: Slot [18] registered [ 0.184028] acpiphp: Slot [19] registered [ 0.185177] acpiphp: Slot [20] registered [ 0.186298] acpiphp: Slot [21] registered [ 0.187381] acpiphp: Slot [22] registered [ 0.188022] acpiphp: Slot [23] registered [ 0.189123] acpiphp: Slot [24] registered [ 0.190266] acpiphp: Slot [25] registered [ 0.191354] acpiphp: Slot [26] registered [ 0.192021] acpiphp: Slot [27] registered [ 0.193131] acpiphp: Slot [28] registered [ 0.194299] acpiphp: Slot [29] registered [ 0.195435] acpiphp: Slot [30] registered [ 0.196030] acpiphp: Slot [31] registered [ 0.197151] PCI host bridge to bus 0000:00 [ 0.198268] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.199630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.201611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.203331] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.213227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.215413] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.243522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.245029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.247842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.249072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.251987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.253236] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.256061] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258418] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260006] vgaarb: loaded [ 0.261385] vgaarb: bridge control possible 0000:00:02.0 [ 0.264072] SCSI subsystem initialized [ 0.266037] ACPI: bus type USB registered [ 0.266037] usbcore: registered new interface driver usbfs [ 0.268022] usbcore: registered new interface driver hub [ 0.270346] usbcore: registered new device driver usb [ 0.272144] PCI: Using ACPI for IRQ routing [ 0.273631] NetLabel: Initializing [ 0.274640] NetLabel: domain hash size = 128 [ 0.276003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.277373] NetLabel: unlabeled traffic allowed by default [ 0.278812] Switched to clocksource kvm-clock [ 0.285486] AppArmor: AppArmor Filesystem Enabled [ 0.287022] pnp: PnP ACPI init [ 0.287963] ACPI: bus type PNP registered [ 0.289589] pnp: PnP ACPI: found 8 devices [ 0.290747] ACPI: bus type PNP unregistered [ 0.298259] NET: Registered protocol family 2 [ 0.299763] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.301873] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303722] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305470] TCP: reno registered [ 0.306415] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.308012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.309741] NET: Registered protocol family 1 [ 0.311021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.312570] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.314061] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.336772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.359506] Trying to unpack rootfs image as initramfs... [ 0.461840] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.464123] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.465631] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.467684] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.470063] Scanning for low memory corruption every 60 seconds [ 0.472050] Initialise system trusted keyring [ 0.473304] audit: initializing netlink socket (disabled) [ 0.474711] type=2000 audit(1535195867.075:1): initialized [ 0.495719] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498348] zbud: loaded [ 0.499412] VFS: Disk quotas dquot_6.5.2 [ 0.500581] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502602] fuse init (API version 7.22) [ 0.503975] msgmni has been set to 3997 [ 0.505294] Key type big_key registered [ 0.506942] Key type asymmetric registered [ 0.508385] Asymmetric key parser 'x509' registered [ 0.509981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.512507] io scheduler noop registered [ 0.513877] io scheduler deadline registered (default) [ 0.515541] io scheduler cfq registered [ 0.516925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518381] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520447] ipmi message handler version 39.2 [ 0.521720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523708] ACPI: Power Button [PWRF] [ 0.524875] GHES: HEST is not enabled! [ 0.547745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618659] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644404] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.647375] Linux agpgart interface v0.103 [ 0.649551] brd: module loaded [ 0.650979] loop: module loaded [ 0.652304] blk-mq: CPU -> queue map [ 0.653361] CPU 0 -> Queue 0 [ 0.654329] CPU 1 -> Queue 0 [ 0.655972] vda: vda1 [ 0.657609] scsi0 : ata_piix [ 0.658805] scsi1 : ata_piix [ 0.659889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.661970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664259] libphy: Fixed MDIO Bus: probed [ 0.665657] tun: Universal TUN/TAP device driver, 1.6 [ 0.667004] tun: (C) 1999-2004 Max Krasnyansky [ 0.670161] PPP generic driver version 2.4.2 [ 0.671472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.673103] ehci-pci: EHCI PCI platform driver [ 0.674345] ehci-platform: EHCI generic platform driver [ 0.676086] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678090] ohci-pci: OHCI PCI platform driver [ 0.679594] ohci-platform: OHCI generic platform driver [ 0.681320] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.706375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.708949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715386] usb usb1: Product: UHCI Host Controller [ 0.717005] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.718992] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720618] hub 1-0:1.0: USB hub found [ 0.721972] hub 1-0:1.0: 2 ports detected [ 0.723676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727127] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728786] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730605] mousedev: PS/2 mouse device common for all mice [ 0.732737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.735813] rtc_cmos 00:00: RTC can wake from S4 [ 0.737697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.739661] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.741627] device-mapper: uevent: version 1.0.3 [ 0.743001] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745250] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746864] TCP: cubic registered [ 0.747919] NET: Registered protocol family 10 [ 0.749383] NET: Registered protocol family 17 [ 0.750592] Key type dns_resolver registered [ 0.751990] Loading compiled-in X.509 certificates [ 0.753776] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.763821] registered taskstats version 1 [ 0.766860] Key type trusted registered [ 0.770984] Key type encrypted registered [ 0.772104] AppArmor: AppArmor sha1 policy hashing enabled [ 0.773521] IMA: No TPM chip found, activating TPM-bypass! [ 0.775788] regulator-dummy: disabling [ 0.777155] Magic number: 14:775:277 [ 0.778497] tty tty14: hash matches [ 0.779661] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:47 UTC (1535195867) [ 0.781859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783320] EDD information not available. [ 0.821663] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823844] Write protecting the kernel read-only data: 12288k [ 0.826000] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829398] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842981] systemd-udevd[107]: starting version 204 [ 0.892593] FDC 0 is a S82078B [ 1.032051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197114] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198888] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200615] usb 1-1: Product: QEMU USB Tablet [ 1.201789] usb 1-1: Manufacturer: QEMU [ 1.202844] usb 1-1: SerialNumber: 42 [ 1.460136] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.913466] 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.269197] 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.497708] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] [ 2.705687] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:50 +0000. Up 3.68 seconds. cloud-init-nonet[3.91]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[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[4.84]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:51 +0000. Up 5.02 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:8d:c9:3d | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:10:b9 | 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: a5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | +o=+o | | . = + . | | + B = | | . X * o | | E 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: af:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | S . | | . . = | | o + o O +| | . + = O BE| | . . +.=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: db:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | = .| | S + +.| | + o..| | .. = o. | | Eo.+ .+.+| | o+.+o Bo| +-----------------+ 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: ff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | o=o+o+| | .E=o+o| | . =o+| | o. o| | S ..| | . ..oo| | . . ..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 Sat, 25 Aug 2018 11:17:59 +0000. Up 12.74 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:18:00 +0000. Up 14.21 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21827 0 --:--:-- --:--:-- --:--:-- 21868 OK + apt-get update 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 [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 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://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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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.8 [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 18s (5052 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 8717 clearwater-socket-factory-sig start/running, process 8722 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8771 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' 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 4 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 (9781 kB/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: 2018-08-25 11:20:51,247 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:21:01,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:21:01,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:21:01,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-029ff105-29ad-4b73-a9fd-be1049641cf7 x-compute-request-id: req-029ff105-29ad-4b73-a9fd-be1049641cf7 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:21:01,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-029ff105-29ad-4b73-a9fd-be1049641cf7 2018-08-25 11:21:01,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499133110046s 2018-08-25 11:21:01,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-029ff105-29ad-4b73-a9fd-be1049641cf7 2018-08-25 11:21:01,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:21:01,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:21:01,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-e536c1dc-be14-4444-9c09-2dc27d0d6517 x-compute-request-id: req-e536c1dc-be14-4444-9c09-2dc27d0d6517 Content-Encoding: gzip Content-Length: 20162 Content-Type: application/json RESP BODY: {"output": "] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008040] Security Framework initialized\n[ 0.009214] AppArmor: AppArmor initialized\n[ 0.010336] Yama: becoming mindful.\n[ 0.012151] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015795] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016884] 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.022127] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025337] Initializing cgroup subsys blkio\n[ 0.026555] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029336] FEATURE SPEC_CTRL Not Present\n[ 0.032243] mce: CPU supports 10 MCE banks\n[ 0.033479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033479] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037590] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039528] Speculative Store Bypass: Vulnerable\n[ 0.040321] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046301] ACPI: Core revision 20131115\n[ 0.047851] ACPI: All ACPI Tables successfully acquired\n[ 0.049106] ftrace: allocating 28717 entries in 113 pages\n[ 0.068267] smpboot: Max logical packages: 2\n[ 0.069610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.072004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.073915] Enabling x2apic\n[ 0.074786] Enabled x2apic\n[ 0.076003] Switched APIC routing to physical x2apic.\n[ 0.078697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093348] KVM setup paravirtual spinlock\n[ 0.095924] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.096206] x86: Booting SMP configuration:\n[ 0.097409] .... node #0, CPUs: #1[ 0.095876] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112025] x86: Booted up 1 node, 2 CPUs\n[ 0.112015] KVM setup async PF for cpu 1\n[ 0.112018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.116004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.118144] devtmpfs: initialized\n[ 0.121563] EVM: security.selinux\n[ 0.122652] EVM: security.SMACK64\n[ 0.123675] EVM: security.ima\n[ 0.124003] EVM: security.capability\n[ 0.125133] pinctrl core: initialized pinctrl subsystem\n[ 0.126421] regulator-dummy: no parameters\n[ 0.128082] RTC time: 11:17:46, date: 08/25/18\n[ 0.129392] NET: Registered protocol family 16\n[ 0.130814] cpuidle: using governor ladder\n[ 0.132000] cpuidle: using governor menu\n[ 0.132094] ACPI: bus type PCI registered\n[ 0.133298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.135029] PCI: Using configuration type 1 for base access\n[ 0.136624] bio: create slab at 0\n[ 0.137134] ACPI: Added _OSI(Module Device)\n[ 0.137170] ACPI: Added _OSI(Processor Device)\n[ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.141367] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.144141] ACPI: Interpreter enabled\n[ 0.145212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.147878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.149703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.154768] ACPI: (supports S0 S5)\n[ 0.156003] ACPI: Using IOAPIC for interrupt routing\n[ 0.157274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.159724] ACPI: No dock devices found.\n[ 0.162047] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.163602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.164008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.165607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.168214] acpiphp: Slot [3] registered\n[ 0.169302] acpiphp: Slot [4] registered\n[ 0.170422] acpiphp: Slot [5] registered\n[ 0.171543] acpiphp: Slot [6] registered\n[ 0.172032] acpiphp: Slot [7] registered\n[ 0.173139] acpiphp: Slot [8] registered\n[ 0.174239] acpiphp: Slot [9] registered\n[ 0.175341] acpiphp: Slot [10] registered\n[ 0.176027] acpiphp: Slot [11] registered\n[ 0.177313] acpiphp: Slot [12] registered\n[ 0.178432] acpiphp: Slot [13] registered\n[ 0.179564] acpiphp: Slot [14] registered\n[ 0.180020] acpiphp: Slot [15] registered\n[ 0.181113] acpiphp: Slot [16] registered\n[ 0.182248] acpiphp: Slot [17] registered\n[ 0.183401] acpiphp: Slot [18] registered\n[ 0.184028] acpiphp: Slot [19] registered\n[ 0.185177] acpiphp: Slot [20] registered\n[ 0.186298] acpiphp: Slot [21] registered\n[ 0.187381] acpiphp: Slot [22] registered\n[ 0.188022] acpiphp: Slot [23] registered\n[ 0.189123] acpiphp: Slot [24] registered\n[ 0.190266] acpiphp: Slot [25] registered\n[ 0.191354] acpiphp: Slot [26] registered\n[ 0.192021] acpiphp: Slot [27] registered\n[ 0.193131] acpiphp: Slot [28] registered\n[ 0.194299] acpiphp: Slot [29] registered\n[ 0.195435] acpiphp: Slot [30] registered\n[ 0.196030] acpiphp: Slot [31] registered\n[ 0.197151] PCI host bridge to bus 0000:00\n[ 0.198268] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.199630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.201611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.203331] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.213227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.215413] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.243522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.245029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.247842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.249072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.251987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.253236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.256061] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258418] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260006] vgaarb: loaded\n[ 0.261385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.264072] SCSI subsystem initialized\n[ 0.266037] ACPI: bus type USB registered\n[ 0.266037] usbcore: registered new interface driver usbfs\n[ 0.268022] usbcore: registered new interface driver hub\n[ 0.270346] usbcore: registered new device driver usb\n[ 0.272144] PCI: Using ACPI for IRQ routing\n[ 0.273631] NetLabel: Initializing\n[ 0.274640] NetLabel: domain hash size = 128\n[ 0.276003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.277373] NetLabel: unlabeled traffic allowed by default\n[ 0.278812] Switched to clocksource kvm-clock\n[ 0.285486] AppArmor: AppArmor Filesystem Enabled\n[ 0.287022] pnp: PnP ACPI init\n[ 0.287963] ACPI: bus type PNP registered\n[ 0.289589] pnp: PnP ACPI: found 8 devices\n[ 0.290747] ACPI: bus type PNP unregistered\n[ 0.298259] NET: Registered protocol family 2\n[ 0.299763] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.301873] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303722] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305470] TCP: reno registered\n[ 0.306415] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.308012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.309741] NET: Registered protocol family 1\n[ 0.311021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.312570] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.314061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.336772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.359506] Trying to unpack rootfs image as initramfs...\n[ 0.461840] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.464123] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.465631] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.467684] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.470063] Scanning for low memory corruption every 60 seconds\n[ 0.472050] Initialise system trusted keyring\n[ 0.473304] audit: initializing netlink socket (disabled)\n[ 0.474711] type=2000 audit(1535195867.075:1): initialized\n[ 0.495719] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498348] zbud: loaded\n[ 0.499412] VFS: Disk quotas dquot_6.5.2\n[ 0.500581] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502602] fuse init (API version 7.22)\n[ 0.503975] msgmni has been set to 3997\n[ 0.505294] Key type big_key registered\n[ 0.506942] Key type asymmetric registered\n[ 0.508385] Asymmetric key parser 'x509' registered\n[ 0.509981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.512507] io scheduler noop registered\n[ 0.513877] io scheduler deadline registered (default)\n[ 0.515541] io scheduler cfq registered\n[ 0.516925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518381] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520447] ipmi message handler version 39.2\n[ 0.521720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523708] ACPI: Power Button [PWRF]\n[ 0.524875] GHES: HEST is not enabled!\n[ 0.547745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618659] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644404] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647375] Linux agpgart interface v0.103\n[ 0.649551] brd: module loaded\n[ 0.650979] loop: module loaded\n[ 0.652304] blk-mq: CPU -> queue map\n[ 0.653361] CPU 0 -> Queue 0\n[ 0.654329] CPU 1 -> Queue 0\n[ 0.655972] vda: vda1\n[ 0.657609] scsi0 : ata_piix\n[ 0.658805] scsi1 : ata_piix\n[ 0.659889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.661970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664259] libphy: Fixed MDIO Bus: probed\n[ 0.665657] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670161] PPP generic driver version 2.4.2\n[ 0.671472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673103] ehci-pci: EHCI PCI platform driver\n[ 0.674345] ehci-platform: EHCI generic platform driver\n[ 0.676086] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678090] ohci-pci: OHCI PCI platform driver\n[ 0.679594] ohci-platform: OHCI generic platform driver\n[ 0.681320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704597] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.708949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.715386] usb usb1: Product: UHCI Host Controller\n[ 0.717005] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.718992] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720618] hub 1-0:1.0: USB hub found\n[ 0.721972] hub 1-0:1.0: 2 ports detected\n[ 0.723676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727127] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730605] mousedev: PS/2 mouse device common for all mice\n[ 0.732737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.735813] rtc_cmos 00:00: RTC can wake from S4\n[ 0.737697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.739661] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.741627] device-mapper: uevent: version 1.0.3\n[ 0.743001] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746864] TCP: cubic registered\n[ 0.747919] NET: Registered protocol family 10\n[ 0.749383] NET: Registered protocol family 17\n[ 0.750592] Key type dns_resolver registered\n[ 0.751990] Loading compiled-in X.509 certificates\n[ 0.753776] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.763821] registered taskstats version 1\n[ 0.766860] Key type trusted registered\n[ 0.770984] Key type encrypted registered\n[ 0.772104] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.773521] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.775788] regulator-dummy: disabling\n[ 0.777155] Magic number: 14:775:277\n[ 0.778497] tty tty14: hash matches\n[ 0.779661] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:47 UTC (1535195867)\n[ 0.781859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783320] EDD information not available.\n[ 0.821663] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823844] Write protecting the kernel read-only data: 12288k\n[ 0.826000] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829398] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842981] systemd-udevd[107]: starting version 204\n[ 0.892593] FDC 0 is a S82078B\n[ 1.032051] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197114] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198888] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200615] usb 1-1: Product: QEMU USB Tablet\n[ 1.201789] usb 1-1: Manufacturer: QEMU\n[ 1.202844] usb 1-1: SerialNumber: 42\n[ 1.460136] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.913466] 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.269197] 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.497708] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n[ 2.705687] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:50 +0000. Up 3.68 seconds.\ncloud-init-nonet[3.91]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[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[4.84]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:51 +0000. Up 5.02 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:8d:c9:3d |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:10:b9 |\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:\na5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| +o=+o |\n| . = + . |\n| + B = |\n| . X * o |\n| E 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:\naf:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| S . |\n| . . = |\n| o + o O +|\n| . + = O BE|\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:\ndb:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| = .|\n| S + +.|\n| + o..|\n| .. = o. |\n| Eo.+ .+.+|\n| o+.+o Bo|\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:\nff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o=o+o+|\n| .E=o+o|\n| . =o+|\n| o. o|\n| S ..|\n| . ..oo|\n| . . ..o|\n| o . |\n| o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 12.74 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:18:00 +0000. Up 14.21 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21827 0 --:--:-- --:--:-- --:--:-- 21868\nOK\n+ apt-get update\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 [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 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://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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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.8 [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 18s (5052 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 8717\nclearwater-socket-factory-sig start/running, process 8722\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8771\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'\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 4 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 (9781 kB/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)\n"} 2018-08-25 11:21:01,853 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/action used request id req-e536c1dc-be14-4444-9c09-2dc27d0d6517 2018-08-25 11:21:01,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0867600440979s 2018-08-25 11:21:01,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/action used request id req-e536c1dc-be14-4444-9c09-2dc27d0d6517 2018-08-25 11:21:01,856 - functest.core.singlevm - DEBUG - console: ] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008040] Security Framework initialized [ 0.009214] AppArmor: AppArmor initialized [ 0.010336] Yama: becoming mindful. [ 0.012151] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015795] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022127] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025337] Initializing cgroup subsys blkio [ 0.026555] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029336] FEATURE SPEC_CTRL Not Present [ 0.032243] mce: CPU supports 10 MCE banks [ 0.033479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033479] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037590] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039528] Speculative Store Bypass: Vulnerable [ 0.040321] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046301] ACPI: Core revision 20131115 [ 0.047851] ACPI: All ACPI Tables successfully acquired [ 0.049106] ftrace: allocating 28717 entries in 113 pages [ 0.068267] smpboot: Max logical packages: 2 [ 0.069610] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.072004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.073915] Enabling x2apic [ 0.074786] Enabled x2apic [ 0.076003] Switched APIC routing to physical x2apic. [ 0.078697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093348] KVM setup paravirtual spinlock [ 0.095924] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.096206] x86: Booting SMP configuration: [ 0.097409] .... node #0, CPUs: #1[ 0.095876] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112025] x86: Booted up 1 node, 2 CPUs [ 0.112015] KVM setup async PF for cpu 1 [ 0.112018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.116004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.118144] devtmpfs: initialized [ 0.121563] EVM: security.selinux [ 0.122652] EVM: security.SMACK64 [ 0.123675] EVM: security.ima [ 0.124003] EVM: security.capability [ 0.125133] pinctrl core: initialized pinctrl subsystem [ 0.126421] regulator-dummy: no parameters [ 0.128082] RTC time: 11:17:46, date: 08/25/18 [ 0.129392] NET: Registered protocol family 16 [ 0.130814] cpuidle: using governor ladder [ 0.132000] cpuidle: using governor menu [ 0.132094] ACPI: bus type PCI registered [ 0.133298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.135029] PCI: Using configuration type 1 for base access [ 0.136624] bio: create slab at 0 [ 0.137134] ACPI: Added _OSI(Module Device) [ 0.137170] ACPI: Added _OSI(Processor Device) [ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.141367] ACPI: Added _OSI(Processor Aggregator Device) [ 0.144141] ACPI: Interpreter enabled [ 0.145212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.147878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.149703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.154768] ACPI: (supports S0 S5) [ 0.156003] ACPI: Using IOAPIC for interrupt routing [ 0.157274] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.159724] ACPI: No dock devices found. [ 0.162047] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.163602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.164008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.165607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.168214] acpiphp: Slot [3] registered [ 0.169302] acpiphp: Slot [4] registered [ 0.170422] acpiphp: Slot [5] registered [ 0.171543] acpiphp: Slot [6] registered [ 0.172032] acpiphp: Slot [7] registered [ 0.173139] acpiphp: Slot [8] registered [ 0.174239] acpiphp: Slot [9] registered [ 0.175341] acpiphp: Slot [10] registered [ 0.176027] acpiphp: Slot [11] registered [ 0.177313] acpiphp: Slot [12] registered [ 0.178432] acpiphp: Slot [13] registered [ 0.179564] acpiphp: Slot [14] registered [ 0.180020] acpiphp: Slot [15] registered [ 0.181113] acpiphp: Slot [16] registered [ 0.182248] acpiphp: Slot [17] registered [ 0.183401] acpiphp: Slot [18] registered [ 0.184028] acpiphp: Slot [19] registered [ 0.185177] acpiphp: Slot [20] registered [ 0.186298] acpiphp: Slot [21] registered [ 0.187381] acpiphp: Slot [22] registered [ 0.188022] acpiphp: Slot [23] registered [ 0.189123] acpiphp: Slot [24] registered [ 0.190266] acpiphp: Slot [25] registered [ 0.191354] acpiphp: Slot [26] registered [ 0.192021] acpiphp: Slot [27] registered [ 0.193131] acpiphp: Slot [28] registered [ 0.194299] acpiphp: Slot [29] registered [ 0.195435] acpiphp: Slot [30] registered [ 0.196030] acpiphp: Slot [31] registered [ 0.197151] PCI host bridge to bus 0000:00 [ 0.198268] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.199630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.201611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.203331] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.213227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.215413] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.243522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.245029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.247842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.249072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.251987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.253236] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.256061] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258418] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260006] vgaarb: loaded [ 0.261385] vgaarb: bridge control possible 0000:00:02.0 [ 0.264072] SCSI subsystem initialized [ 0.266037] ACPI: bus type USB registered [ 0.266037] usbcore: registered new interface driver usbfs [ 0.268022] usbcore: registered new interface driver hub [ 0.270346] usbcore: registered new device driver usb [ 0.272144] PCI: Using ACPI for IRQ routing [ 0.273631] NetLabel: Initializing [ 0.274640] NetLabel: domain hash size = 128 [ 0.276003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.277373] NetLabel: unlabeled traffic allowed by default [ 0.278812] Switched to clocksource kvm-clock [ 0.285486] AppArmor: AppArmor Filesystem Enabled [ 0.287022] pnp: PnP ACPI init [ 0.287963] ACPI: bus type PNP registered [ 0.289589] pnp: PnP ACPI: found 8 devices [ 0.290747] ACPI: bus type PNP unregistered [ 0.298259] NET: Registered protocol family 2 [ 0.299763] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.301873] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303722] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305470] TCP: reno registered [ 0.306415] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.308012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.309741] NET: Registered protocol family 1 [ 0.311021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.312570] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.314061] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.336772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.359506] Trying to unpack rootfs image as initramfs... [ 0.461840] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.464123] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.465631] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.467684] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.470063] Scanning for low memory corruption every 60 seconds [ 0.472050] Initialise system trusted keyring [ 0.473304] audit: initializing netlink socket (disabled) [ 0.474711] type=2000 audit(1535195867.075:1): initialized [ 0.495719] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498348] zbud: loaded [ 0.499412] VFS: Disk quotas dquot_6.5.2 [ 0.500581] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502602] fuse init (API version 7.22) [ 0.503975] msgmni has been set to 3997 [ 0.505294] Key type big_key registered [ 0.506942] Key type asymmetric registered [ 0.508385] Asymmetric key parser 'x509' registered [ 0.509981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.512507] io scheduler noop registered [ 0.513877] io scheduler deadline registered (default) [ 0.515541] io scheduler cfq registered [ 0.516925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518381] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520447] ipmi message handler version 39.2 [ 0.521720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523708] ACPI: Power Button [PWRF] [ 0.524875] GHES: HEST is not enabled! [ 0.547745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618659] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644404] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.647375] Linux agpgart interface v0.103 [ 0.649551] brd: module loaded [ 0.650979] loop: module loaded [ 0.652304] blk-mq: CPU -> queue map [ 0.653361] CPU 0 -> Queue 0 [ 0.654329] CPU 1 -> Queue 0 [ 0.655972] vda: vda1 [ 0.657609] scsi0 : ata_piix [ 0.658805] scsi1 : ata_piix [ 0.659889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.661970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664259] libphy: Fixed MDIO Bus: probed [ 0.665657] tun: Universal TUN/TAP device driver, 1.6 [ 0.667004] tun: (C) 1999-2004 Max Krasnyansky [ 0.670161] PPP generic driver version 2.4.2 [ 0.671472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.673103] ehci-pci: EHCI PCI platform driver [ 0.674345] ehci-platform: EHCI generic platform driver [ 0.676086] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678090] ohci-pci: OHCI PCI platform driver [ 0.679594] ohci-platform: OHCI generic platform driver [ 0.681320] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.706375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.708949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715386] usb usb1: Product: UHCI Host Controller [ 0.717005] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.718992] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720618] hub 1-0:1.0: USB hub found [ 0.721972] hub 1-0:1.0: 2 ports detected [ 0.723676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727127] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728786] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730605] mousedev: PS/2 mouse device common for all mice [ 0.732737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.735813] rtc_cmos 00:00: RTC can wake from S4 [ 0.737697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.739661] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.741627] device-mapper: uevent: version 1.0.3 [ 0.743001] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745250] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746864] TCP: cubic registered [ 0.747919] NET: Registered protocol family 10 [ 0.749383] NET: Registered protocol family 17 [ 0.750592] Key type dns_resolver registered [ 0.751990] Loading compiled-in X.509 certificates [ 0.753776] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.763821] registered taskstats version 1 [ 0.766860] Key type trusted registered [ 0.770984] Key type encrypted registered [ 0.772104] AppArmor: AppArmor sha1 policy hashing enabled [ 0.773521] IMA: No TPM chip found, activating TPM-bypass! [ 0.775788] regulator-dummy: disabling [ 0.777155] Magic number: 14:775:277 [ 0.778497] tty tty14: hash matches [ 0.779661] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:47 UTC (1535195867) [ 0.781859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783320] EDD information not available. [ 0.821663] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823844] Write protecting the kernel read-only data: 12288k [ 0.826000] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829398] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842981] systemd-udevd[107]: starting version 204 [ 0.892593] FDC 0 is a S82078B [ 1.032051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197114] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198888] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200615] usb 1-1: Product: QEMU USB Tablet [ 1.201789] usb 1-1: Manufacturer: QEMU [ 1.202844] usb 1-1: SerialNumber: 42 [ 1.460136] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.913466] 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.269197] 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.497708] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] [ 2.705687] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:50 +0000. Up 3.68 seconds. cloud-init-nonet[3.91]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[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[4.84]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:51 +0000. Up 5.02 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:8d:c9:3d | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:10:b9 | 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: a5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | +o=+o | | . = + . | | + B = | | . X * o | | E 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: af:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | S . | | . . = | | o + o O +| | . + = O BE| | . . +.=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: db:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | = .| | S + +.| | + o..| | .. = o. | | Eo.+ .+.+| | o+.+o Bo| +-----------------+ 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: ff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | o=o+o+| | .E=o+o| | . =o+| | o. o| | S ..| | . ..oo| | . . ..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 Sat, 25 Aug 2018 11:17:59 +0000. Up 12.74 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:18:00 +0000. Up 14.21 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21827 0 --:--:-- --:--:-- --:--:-- 21868 OK + apt-get update 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 [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 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://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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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.8 [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 18s (5052 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 8717 clearwater-socket-factory-sig start/running, process 8722 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8771 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' 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 4 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 (9781 kB/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) 2018-08-25 11:21:01,861 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-25 11:21:11,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:21:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:21:12,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-57eb3978-2f1f-4e9d-a267-524397b2b2d8 x-compute-request-id: req-57eb3978-2f1f-4e9d-a267-524397b2b2d8 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:21:12,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-57eb3978-2f1f-4e9d-a267-524397b2b2d8 2018-08-25 11:21:12,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534995079041s 2018-08-25 11:21:12,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-57eb3978-2f1f-4e9d-a267-524397b2b2d8 2018-08-25 11:21:12,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:21:12,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:21:12,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-e4a9bfc1-819e-4c2d-aec4-290552965d60 x-compute-request-id: req-e4a9bfc1-819e-4c2d-aec4-290552965d60 Content-Encoding: gzip Content-Length: 20793 Content-Type: application/json RESP BODY: {"output": "[ 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.008040] Security Framework initialized\n[ 0.009214] AppArmor: AppArmor initialized\n[ 0.010336] Yama: becoming mindful.\n[ 0.012151] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015795] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016884] 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.022127] Initializing cgroup subsys memory\n[ 0.023368] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025337] Initializing cgroup subsys blkio\n[ 0.026555] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029336] FEATURE SPEC_CTRL Not Present\n[ 0.032243] mce: CPU supports 10 MCE banks\n[ 0.033479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033479] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037590] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039528] Speculative Store Bypass: Vulnerable\n[ 0.040321] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046301] ACPI: Core revision 20131115\n[ 0.047851] ACPI: All ACPI Tables successfully acquired\n[ 0.049106] ftrace: allocating 28717 entries in 113 pages\n[ 0.068267] smpboot: Max logical packages: 2\n[ 0.069610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.072004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.073915] Enabling x2apic\n[ 0.074786] Enabled x2apic\n[ 0.076003] Switched APIC routing to physical x2apic.\n[ 0.078697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093348] KVM setup paravirtual spinlock\n[ 0.095924] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.096206] x86: Booting SMP configuration:\n[ 0.097409] .... node #0, CPUs: #1[ 0.095876] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112025] x86: Booted up 1 node, 2 CPUs\n[ 0.112015] KVM setup async PF for cpu 1\n[ 0.112018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.116004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.118144] devtmpfs: initialized\n[ 0.121563] EVM: security.selinux\n[ 0.122652] EVM: security.SMACK64\n[ 0.123675] EVM: security.ima\n[ 0.124003] EVM: security.capability\n[ 0.125133] pinctrl core: initialized pinctrl subsystem\n[ 0.126421] regulator-dummy: no parameters\n[ 0.128082] RTC time: 11:17:46, date: 08/25/18\n[ 0.129392] NET: Registered protocol family 16\n[ 0.130814] cpuidle: using governor ladder\n[ 0.132000] cpuidle: using governor menu\n[ 0.132094] ACPI: bus type PCI registered\n[ 0.133298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.135029] PCI: Using configuration type 1 for base access\n[ 0.136624] bio: create slab at 0\n[ 0.137134] ACPI: Added _OSI(Module Device)\n[ 0.137170] ACPI: Added _OSI(Processor Device)\n[ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.141367] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.144141] ACPI: Interpreter enabled\n[ 0.145212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.147878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.149703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.154768] ACPI: (supports S0 S5)\n[ 0.156003] ACPI: Using IOAPIC for interrupt routing\n[ 0.157274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.159724] ACPI: No dock devices found.\n[ 0.162047] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.163602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.164008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.165607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.168214] acpiphp: Slot [3] registered\n[ 0.169302] acpiphp: Slot [4] registered\n[ 0.170422] acpiphp: Slot [5] registered\n[ 0.171543] acpiphp: Slot [6] registered\n[ 0.172032] acpiphp: Slot [7] registered\n[ 0.173139] acpiphp: Slot [8] registered\n[ 0.174239] acpiphp: Slot [9] registered\n[ 0.175341] acpiphp: Slot [10] registered\n[ 0.176027] acpiphp: Slot [11] registered\n[ 0.177313] acpiphp: Slot [12] registered\n[ 0.178432] acpiphp: Slot [13] registered\n[ 0.179564] acpiphp: Slot [14] registered\n[ 0.180020] acpiphp: Slot [15] registered\n[ 0.181113] acpiphp: Slot [16] registered\n[ 0.182248] acpiphp: Slot [17] registered\n[ 0.183401] acpiphp: Slot [18] registered\n[ 0.184028] acpiphp: Slot [19] registered\n[ 0.185177] acpiphp: Slot [20] registered\n[ 0.186298] acpiphp: Slot [21] registered\n[ 0.187381] acpiphp: Slot [22] registered\n[ 0.188022] acpiphp: Slot [23] registered\n[ 0.189123] acpiphp: Slot [24] registered\n[ 0.190266] acpiphp: Slot [25] registered\n[ 0.191354] acpiphp: Slot [26] registered\n[ 0.192021] acpiphp: Slot [27] registered\n[ 0.193131] acpiphp: Slot [28] registered\n[ 0.194299] acpiphp: Slot [29] registered\n[ 0.195435] acpiphp: Slot [30] registered\n[ 0.196030] acpiphp: Slot [31] registered\n[ 0.197151] PCI host bridge to bus 0000:00\n[ 0.198268] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.199630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.201611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.203331] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.213227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.215413] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.243522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.245029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.247842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.249072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.251987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.253236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.256061] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.258418] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260006] vgaarb: loaded\n[ 0.261385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.264072] SCSI subsystem initialized\n[ 0.266037] ACPI: bus type USB registered\n[ 0.266037] usbcore: registered new interface driver usbfs\n[ 0.268022] usbcore: registered new interface driver hub\n[ 0.270346] usbcore: registered new device driver usb\n[ 0.272144] PCI: Using ACPI for IRQ routing\n[ 0.273631] NetLabel: Initializing\n[ 0.274640] NetLabel: domain hash size = 128\n[ 0.276003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.277373] NetLabel: unlabeled traffic allowed by default\n[ 0.278812] Switched to clocksource kvm-clock\n[ 0.285486] AppArmor: AppArmor Filesystem Enabled\n[ 0.287022] pnp: PnP ACPI init\n[ 0.287963] ACPI: bus type PNP registered\n[ 0.289589] pnp: PnP ACPI: found 8 devices\n[ 0.290747] ACPI: bus type PNP unregistered\n[ 0.298259] NET: Registered protocol family 2\n[ 0.299763] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.301873] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303722] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305470] TCP: reno registered\n[ 0.306415] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.308012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.309741] NET: Registered protocol family 1\n[ 0.311021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.312570] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.314061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.336772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.359506] Trying to unpack rootfs image as initramfs...\n[ 0.461840] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.464123] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.465631] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.467684] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.470063] Scanning for low memory corruption every 60 seconds\n[ 0.472050] Initialise system trusted keyring\n[ 0.473304] audit: initializing netlink socket (disabled)\n[ 0.474711] type=2000 audit(1535195867.075:1): initialized\n[ 0.495719] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498348] zbud: loaded\n[ 0.499412] VFS: Disk quotas dquot_6.5.2\n[ 0.500581] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502602] fuse init (API version 7.22)\n[ 0.503975] msgmni has been set to 3997\n[ 0.505294] Key type big_key registered\n[ 0.506942] Key type asymmetric registered\n[ 0.508385] Asymmetric key parser 'x509' registered\n[ 0.509981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.512507] io scheduler noop registered\n[ 0.513877] io scheduler deadline registered (default)\n[ 0.515541] io scheduler cfq registered\n[ 0.516925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518381] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520447] ipmi message handler version 39.2\n[ 0.521720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523708] ACPI: Power Button [PWRF]\n[ 0.524875] GHES: HEST is not enabled!\n[ 0.547745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.618659] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644404] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.647375] Linux agpgart interface v0.103\n[ 0.649551] brd: module loaded\n[ 0.650979] loop: module loaded\n[ 0.652304] blk-mq: CPU -> queue map\n[ 0.653361] CPU 0 -> Queue 0\n[ 0.654329] CPU 1 -> Queue 0\n[ 0.655972] vda: vda1\n[ 0.657609] scsi0 : ata_piix\n[ 0.658805] scsi1 : ata_piix\n[ 0.659889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.661970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664259] libphy: Fixed MDIO Bus: probed\n[ 0.665657] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667004] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670161] PPP generic driver version 2.4.2\n[ 0.671472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673103] ehci-pci: EHCI PCI platform driver\n[ 0.674345] ehci-platform: EHCI generic platform driver\n[ 0.676086] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678090] ohci-pci: OHCI PCI platform driver\n[ 0.679594] ohci-platform: OHCI generic platform driver\n[ 0.681320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704597] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.708949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.710855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.712956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.715386] usb usb1: Product: UHCI Host Controller\n[ 0.717005] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.718992] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720618] hub 1-0:1.0: USB hub found\n[ 0.721972] hub 1-0:1.0: 2 ports detected\n[ 0.723676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.727127] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.730605] mousedev: PS/2 mouse device common for all mice\n[ 0.732737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.735813] rtc_cmos 00:00: RTC can wake from S4\n[ 0.737697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.739661] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.741627] device-mapper: uevent: version 1.0.3\n[ 0.743001] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745250] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746864] TCP: cubic registered\n[ 0.747919] NET: Registered protocol family 10\n[ 0.749383] NET: Registered protocol family 17\n[ 0.750592] Key type dns_resolver registered\n[ 0.751990] Loading compiled-in X.509 certificates\n[ 0.753776] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.763821] registered taskstats version 1\n[ 0.766860] Key type trusted registered\n[ 0.770984] Key type encrypted registered\n[ 0.772104] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.773521] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.775788] regulator-dummy: disabling\n[ 0.777155] Magic number: 14:775:277\n[ 0.778497] tty tty14: hash matches\n[ 0.779661] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:47 UTC (1535195867)\n[ 0.781859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783320] EDD information not available.\n[ 0.821663] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823844] Write protecting the kernel read-only data: 12288k\n[ 0.826000] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829398] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842981] systemd-udevd[107]: starting version 204\n[ 0.892593] FDC 0 is a S82078B\n[ 1.032051] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197114] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198888] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.200615] usb 1-1: Product: QEMU USB Tablet\n[ 1.201789] usb 1-1: Manufacturer: QEMU\n[ 1.202844] usb 1-1: SerialNumber: 42\n[ 1.460136] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.913466] 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.269197] 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.497708] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n[ 2.705687] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:50 +0000. Up 3.68 seconds.\ncloud-init-nonet[3.91]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[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[4.84]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:51 +0000. Up 5.02 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:8d:c9:3d |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:10:b9 |\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:\na5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| +o=+o |\n| . = + . |\n| + B = |\n| . X * o |\n| E 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:\naf:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| S . |\n| . . = |\n| o + o O +|\n| . + = O BE|\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:\ndb:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| = .|\n| S + +.|\n| + o..|\n| .. = o. |\n| Eo.+ .+.+|\n| o+.+o Bo|\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:\nff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o=o+o+|\n| .E=o+o|\n| . =o+|\n| o. o|\n| S ..|\n| . ..oo|\n| . . ..o|\n| o . |\n| o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * 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 Sat, 25 Aug 2018 11:17:59 +0000. Up 12.74 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:18:00 +0000. Up 14.21 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21827 0 --:--:-- --:--:-- --:--:-- 21868\nOK\n+ apt-get update\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 [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 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://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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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.8 [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 18s (5052 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 8717\nclearwater-socket-factory-sig start/running, process 8722\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8771\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'\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 4 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 (9781 kB/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.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n++ ip2rr 192.168.1.23\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.23\n++ echo A 192.168.1.23\n++ ip2rr 192.168.1.23\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.23\n++ echo A 192.168.1.23\n++ ip2rr 192.168.0.12\n++ echo 192.168.0.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.12\n+ echo 'nameserver 192.168.0.7'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.10'\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 af:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0 (DSA)\nec2: 256 db:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0 (ECDSA)\nec2: 256 ff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0 (ED25519)\nec2: 2048 a5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN++rx8hbHxnssJnYous2ZjeRaYNgIBulsl+Xswk4inHyUfFvsGqJkX1geGf4LHihYFlYayDV93id5hr0cx6S+M= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMpHOpd8PNpVra56GWypNpaK9mD6hjHMjaatcIlV4Hfr root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjd+TPEsBrq/QpSRHFySC8DXkvqLSng2d066nUQW0oX1G3tqPJzTRxMfjkn/l7vQNv9xgV9wD6IOEAVm3cF8BQxxZefk6roFWbbFgtQTcnHtGEqx/VQVYjh4x3BGvULPH7R1fb5jPjfMlxN1AcTrXp8ZPJL0rSagZ7nSzAdxMF6TLGE8PwU+aP0ooFEJJCvxqGMchVt0fb6RDAkD+oXIuYwrAT7TkxDLuxyBfotEuDbJ3TsUCIlAnSZ1bv2gFMzvgBtKHd/HvSRBCLNYlAOWZEHNOsRJ/Ni96G8BRKIo0dWe4hau9+rjiBqr9ZQCPohuEnGq8scYfa+qKaV8SFqwV root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:21:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 199.01 seconds\n"} 2018-08-25 11:21:12,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/action used request id req-e4a9bfc1-819e-4c2d-aec4-290552965d60 2018-08-25 11:21:12,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0864429473877s 2018-08-25 11:21:12,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed/action used request id req-e4a9bfc1-819e-4c2d-aec4-290552965d60 2018-08-25 11:21:12,504 - functest.core.singlevm - DEBUG - console: [ 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.008040] Security Framework initialized [ 0.009214] AppArmor: AppArmor initialized [ 0.010336] Yama: becoming mindful. [ 0.012151] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015795] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022127] Initializing cgroup subsys memory [ 0.023368] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025337] Initializing cgroup subsys blkio [ 0.026555] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029336] FEATURE SPEC_CTRL Not Present [ 0.032243] mce: CPU supports 10 MCE banks [ 0.033479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033479] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037590] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039528] Speculative Store Bypass: Vulnerable [ 0.040321] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046301] ACPI: Core revision 20131115 [ 0.047851] ACPI: All ACPI Tables successfully acquired [ 0.049106] ftrace: allocating 28717 entries in 113 pages [ 0.068267] smpboot: Max logical packages: 2 [ 0.069610] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.072004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.073915] Enabling x2apic [ 0.074786] Enabled x2apic [ 0.076003] Switched APIC routing to physical x2apic. [ 0.078697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093348] KVM setup paravirtual spinlock [ 0.095924] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.096206] x86: Booting SMP configuration: [ 0.097409] .... node #0, CPUs: #1[ 0.095876] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112025] x86: Booted up 1 node, 2 CPUs [ 0.112015] KVM setup async PF for cpu 1 [ 0.112018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.116004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.118144] devtmpfs: initialized [ 0.121563] EVM: security.selinux [ 0.122652] EVM: security.SMACK64 [ 0.123675] EVM: security.ima [ 0.124003] EVM: security.capability [ 0.125133] pinctrl core: initialized pinctrl subsystem [ 0.126421] regulator-dummy: no parameters [ 0.128082] RTC time: 11:17:46, date: 08/25/18 [ 0.129392] NET: Registered protocol family 16 [ 0.130814] cpuidle: using governor ladder [ 0.132000] cpuidle: using governor menu [ 0.132094] ACPI: bus type PCI registered [ 0.133298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.135029] PCI: Using configuration type 1 for base access [ 0.136624] bio: create slab at 0 [ 0.137134] ACPI: Added _OSI(Module Device) [ 0.137170] ACPI: Added _OSI(Processor Device) [ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.141367] ACPI: Added _OSI(Processor Aggregator Device) [ 0.144141] ACPI: Interpreter enabled [ 0.145212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.147878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.149703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.154768] ACPI: (supports S0 S5) [ 0.156003] ACPI: Using IOAPIC for interrupt routing [ 0.157274] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.159724] ACPI: No dock devices found. [ 0.162047] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.163602] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.164008] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.165607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.168214] acpiphp: Slot [3] registered [ 0.169302] acpiphp: Slot [4] registered [ 0.170422] acpiphp: Slot [5] registered [ 0.171543] acpiphp: Slot [6] registered [ 0.172032] acpiphp: Slot [7] registered [ 0.173139] acpiphp: Slot [8] registered [ 0.174239] acpiphp: Slot [9] registered [ 0.175341] acpiphp: Slot [10] registered [ 0.176027] acpiphp: Slot [11] registered [ 0.177313] acpiphp: Slot [12] registered [ 0.178432] acpiphp: Slot [13] registered [ 0.179564] acpiphp: Slot [14] registered [ 0.180020] acpiphp: Slot [15] registered [ 0.181113] acpiphp: Slot [16] registered [ 0.182248] acpiphp: Slot [17] registered [ 0.183401] acpiphp: Slot [18] registered [ 0.184028] acpiphp: Slot [19] registered [ 0.185177] acpiphp: Slot [20] registered [ 0.186298] acpiphp: Slot [21] registered [ 0.187381] acpiphp: Slot [22] registered [ 0.188022] acpiphp: Slot [23] registered [ 0.189123] acpiphp: Slot [24] registered [ 0.190266] acpiphp: Slot [25] registered [ 0.191354] acpiphp: Slot [26] registered [ 0.192021] acpiphp: Slot [27] registered [ 0.193131] acpiphp: Slot [28] registered [ 0.194299] acpiphp: Slot [29] registered [ 0.195435] acpiphp: Slot [30] registered [ 0.196030] acpiphp: Slot [31] registered [ 0.197151] PCI host bridge to bus 0000:00 [ 0.198268] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.199630] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.201611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.203331] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.213227] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.215413] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.243522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.245029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.247842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.249072] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.251987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.253236] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.256061] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.258418] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260006] vgaarb: loaded [ 0.261385] vgaarb: bridge control possible 0000:00:02.0 [ 0.264072] SCSI subsystem initialized [ 0.266037] ACPI: bus type USB registered [ 0.266037] usbcore: registered new interface driver usbfs [ 0.268022] usbcore: registered new interface driver hub [ 0.270346] usbcore: registered new device driver usb [ 0.272144] PCI: Using ACPI for IRQ routing [ 0.273631] NetLabel: Initializing [ 0.274640] NetLabel: domain hash size = 128 [ 0.276003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.277373] NetLabel: unlabeled traffic allowed by default [ 0.278812] Switched to clocksource kvm-clock [ 0.285486] AppArmor: AppArmor Filesystem Enabled [ 0.287022] pnp: PnP ACPI init [ 0.287963] ACPI: bus type PNP registered [ 0.289589] pnp: PnP ACPI: found 8 devices [ 0.290747] ACPI: bus type PNP unregistered [ 0.298259] NET: Registered protocol family 2 [ 0.299763] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.301873] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303722] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305470] TCP: reno registered [ 0.306415] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.308012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.309741] NET: Registered protocol family 1 [ 0.311021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.312570] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.314061] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.336772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.359506] Trying to unpack rootfs image as initramfs... [ 0.461840] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.464123] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.465631] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.467684] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.470063] Scanning for low memory corruption every 60 seconds [ 0.472050] Initialise system trusted keyring [ 0.473304] audit: initializing netlink socket (disabled) [ 0.474711] type=2000 audit(1535195867.075:1): initialized [ 0.495719] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498348] zbud: loaded [ 0.499412] VFS: Disk quotas dquot_6.5.2 [ 0.500581] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502602] fuse init (API version 7.22) [ 0.503975] msgmni has been set to 3997 [ 0.505294] Key type big_key registered [ 0.506942] Key type asymmetric registered [ 0.508385] Asymmetric key parser 'x509' registered [ 0.509981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.512507] io scheduler noop registered [ 0.513877] io scheduler deadline registered (default) [ 0.515541] io scheduler cfq registered [ 0.516925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518381] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520447] ipmi message handler version 39.2 [ 0.521720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523708] ACPI: Power Button [PWRF] [ 0.524875] GHES: HEST is not enabled! [ 0.547745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.618659] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644404] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.647375] Linux agpgart interface v0.103 [ 0.649551] brd: module loaded [ 0.650979] loop: module loaded [ 0.652304] blk-mq: CPU -> queue map [ 0.653361] CPU 0 -> Queue 0 [ 0.654329] CPU 1 -> Queue 0 [ 0.655972] vda: vda1 [ 0.657609] scsi0 : ata_piix [ 0.658805] scsi1 : ata_piix [ 0.659889] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.661970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664259] libphy: Fixed MDIO Bus: probed [ 0.665657] tun: Universal TUN/TAP device driver, 1.6 [ 0.667004] tun: (C) 1999-2004 Max Krasnyansky [ 0.670161] PPP generic driver version 2.4.2 [ 0.671472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.673103] ehci-pci: EHCI PCI platform driver [ 0.674345] ehci-platform: EHCI generic platform driver [ 0.676086] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678090] ohci-pci: OHCI PCI platform driver [ 0.679594] ohci-platform: OHCI generic platform driver [ 0.681320] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.706375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.708949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.710855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.712956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715386] usb usb1: Product: UHCI Host Controller [ 0.717005] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.718992] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720618] hub 1-0:1.0: USB hub found [ 0.721972] hub 1-0:1.0: 2 ports detected [ 0.723676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.727127] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728786] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.730605] mousedev: PS/2 mouse device common for all mice [ 0.732737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.735813] rtc_cmos 00:00: RTC can wake from S4 [ 0.737697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.739661] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.741627] device-mapper: uevent: version 1.0.3 [ 0.743001] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745250] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746864] TCP: cubic registered [ 0.747919] NET: Registered protocol family 10 [ 0.749383] NET: Registered protocol family 17 [ 0.750592] Key type dns_resolver registered [ 0.751990] Loading compiled-in X.509 certificates [ 0.753776] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.763821] registered taskstats version 1 [ 0.766860] Key type trusted registered [ 0.770984] Key type encrypted registered [ 0.772104] AppArmor: AppArmor sha1 policy hashing enabled [ 0.773521] IMA: No TPM chip found, activating TPM-bypass! [ 0.775788] regulator-dummy: disabling [ 0.777155] Magic number: 14:775:277 [ 0.778497] tty tty14: hash matches [ 0.779661] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:47 UTC (1535195867) [ 0.781859] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783320] EDD information not available. [ 0.821663] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823844] Write protecting the kernel read-only data: 12288k [ 0.826000] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829398] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842981] systemd-udevd[107]: starting version 204 [ 0.892593] FDC 0 is a S82078B [ 1.032051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197114] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198888] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.200615] usb 1-1: Product: QEMU USB Tablet [ 1.201789] usb 1-1: Manufacturer: QEMU [ 1.202844] usb 1-1: SerialNumber: 42 [ 1.460136] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.913466] 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.269197] 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.497708] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] [ 2.705687] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:50 +0000. Up 3.68 seconds. cloud-init-nonet[3.91]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[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[4.84]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:51 +0000. Up 5.02 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:8d:c9:3d | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:10:b9 | 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: a5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | +o=+o | | . = + . | | + B = | | . X * o | | E 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: af:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | S . | | . . = | | o + o O +| | . + = O BE| | . . +.=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: db:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | = .| | S + +.| | + o..| | .. = o. | | Eo.+ .+.+| | o+.+o Bo| +-----------------+ 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: ff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | o=o+o+| | .E=o+o| | . =o+| | o. o| | S ..| | . ..oo| | . . ..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 Sat, 25 Aug 2018 11:17:59 +0000. Up 12.74 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:18:00 +0000. Up 14.21 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21827 0 --:--:-- --:--:-- --:--:-- 21868 OK + apt-get update 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 [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 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 [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 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 [470 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 [252 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=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 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://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/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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.8 [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 18s (5052 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 8717 clearwater-socket-factory-sig start/running, process 8722 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8771 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' 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 4 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 (9781 kB/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.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 ++ ip2rr 192.168.1.23 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.23 ++ echo A 192.168.1.23 ++ ip2rr 192.168.1.23 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.23 ++ echo A 192.168.1.23 ++ ip2rr 192.168.0.12 ++ echo 192.168.0.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.12 + echo 'nameserver 192.168.0.7' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.10' + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 af:34:97:5b:4e:f7:0e:ae:8d:4d:13:8f:b3:74:fc:6f root@dime-0 (DSA) ec2: 256 db:c6:f3:5b:53:93:8c:b1:f3:db:2e:73:a2:68:cb:c2 root@dime-0 (ECDSA) ec2: 256 ff:1c:dd:49:4f:75:8d:40:64:7b:c6:41:96:5b:65:88 root@dime-0 (ED25519) ec2: 2048 a5:1c:e4:51:fb:c0:a2:44:11:3b:55:b0:e6:a1:8d:5a root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN++rx8hbHxnssJnYous2ZjeRaYNgIBulsl+Xswk4inHyUfFvsGqJkX1geGf4LHihYFlYayDV93id5hr0cx6S+M= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMpHOpd8PNpVra56GWypNpaK9mD6hjHMjaatcIlV4Hfr root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjd+TPEsBrq/QpSRHFySC8DXkvqLSng2d066nUQW0oX1G3tqPJzTRxMfjkn/l7vQNv9xgV9wD6IOEAVm3cF8BQxxZefk6roFWbbFgtQTcnHtGEqx/VQVYjh4x3BGvULPH7R1fb5jPjfMlxN1AcTrXp8ZPJL0rSagZ7nSzAdxMF6TLGE8PwU+aP0ooFEJJCvxqGMchVt0fb6RDAkD+oXIuYwrAT7TkxDLuxyBfotEuDbJ3TsUCIlAnSZ1bv2gFMzvgBtKHd/HvSRBCLNYlAOWZEHNOsRJ/Ni96G8BRKIo0dWe4hau9+rjiBqr9ZQCPohuEnGq8scYfa+qKaV8SFqwV root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:21:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 199.01 seconds 2018-08-25 11:21:12,509 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:21:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:21:12,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:21:12,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-7020e204-7ca5-4dce-be65-c5abe073fc60 x-compute-request-id: req-7020e204-7ca5-4dce-be65-c5abe073fc60 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:21:12,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7020e204-7ca5-4dce-be65-c5abe073fc60 2018-08-25 11:21:12,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452732086182s 2018-08-25 11:21:12,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7020e204-7ca5-4dce-be65-c5abe073fc60 2018-08-25 11:21:12,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:21:12,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:21:13,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-a323d603-d04c-47a8-981d-d8a7423f8876 x-compute-request-id: req-a323d603-d04c-47a8-981d-d8a7423f8876 Content-Encoding: gzip Content-Length: 20817 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008035] Security Framework initialized\n[ 0.009194] AppArmor: AppArmor initialized\n[ 0.010352] Yama: becoming mindful.\n[ 0.012147] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015773] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016897] 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.022041] Initializing cgroup subsys memory\n[ 0.023273] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025218] Initializing cgroup subsys blkio\n[ 0.026395] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029269] FEATURE SPEC_CTRL Not Present\n[ 0.031097] mce: CPU supports 10 MCE banks\n[ 0.032030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034739] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037973] Speculative Store Bypass: Vulnerable\n[ 0.040313] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.045797] ACPI: Core revision 20131115\n[ 0.047375] ACPI: All ACPI Tables successfully acquired\n[ 0.048355] ftrace: allocating 28717 entries in 113 pages\n[ 0.068231] smpboot: Max logical packages: 2\n[ 0.069489] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.071144] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.072262] Enabling x2apic\n[ 0.073146] Enabled x2apic\n[ 0.074288] Switched APIC routing to physical x2apic.\n[ 0.077333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.080002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.083131] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.089654] KVM setup paravirtual spinlock\n[ 0.092332] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.094537] x86: Booting SMP configuration:\n[ 0.095901] .... node #0, CPUs: #1[ 0.092288] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.112143] KVM setup async PF for cpu 1\n[ 0.112249] x86: Booted up 1 node, 2 CPUs\n[ 0.112259] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.116000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.120222] devtmpfs: initialized\n[ 0.123292] EVM: security.selinux\n[ 0.124003] EVM: security.SMACK64\n[ 0.124973] EVM: security.ima\n[ 0.125882] EVM: security.capability\n[ 0.128223] pinctrl core: initialized pinctrl subsystem\n[ 0.129693] regulator-dummy: no parameters\n[ 0.130913] RTC time: 11:17:41, date: 08/25/18\n[ 0.132095] NET: Registered protocol family 16\n[ 0.133459] cpuidle: using governor ladder\n[ 0.134597] cpuidle: using governor menu\n[ 0.135835] ACPI: bus type PCI registered\n[ 0.136014] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.137809] PCI: Using configuration type 1 for base access\n[ 0.140021] bio: create slab at 0\n[ 0.141212] ACPI: Added _OSI(Module Device)\n[ 0.141311] ACPI: Added _OSI(Processor Device)\n[ 0.142520] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.146763] ACPI: Interpreter enabled\n[ 0.147853] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.149728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.154616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.160007] ACPI: (supports S0 S5)\n[ 0.161031] ACPI: Using IOAPIC for interrupt routing\n[ 0.162379] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.164203] ACPI: No dock devices found.\n[ 0.167347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.168016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.169773] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.171468] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172232] acpiphp: Slot [3] registered\n[ 0.173381] acpiphp: Slot [4] registered\n[ 0.174512] acpiphp: Slot [5] registered\n[ 0.175640] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177166] acpiphp: Slot [8] registered\n[ 0.178299] acpiphp: Slot [9] registered\n[ 0.179455] acpiphp: Slot [10] registered\n[ 0.180021] acpiphp: Slot [11] registered\n[ 0.181161] acpiphp: Slot [12] registered\n[ 0.182324] acpiphp: Slot [13] registered\n[ 0.183469] acpiphp: Slot [14] registered\n[ 0.184021] acpiphp: Slot [15] registered\n[ 0.185274] acpiphp: Slot [16] registered\n[ 0.186424] acpiphp: Slot [17] registered\n[ 0.187550] acpiphp: Slot [18] registered\n[ 0.188028] acpiphp: Slot [19] registered\n[ 0.189182] acpiphp: Slot [20] registered\n[ 0.190331] acpiphp: Slot [21] registered\n[ 0.191459] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193180] acpiphp: Slot [24] registered\n[ 0.194304] acpiphp: Slot [25] registered\n[ 0.195431] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197143] acpiphp: Slot [28] registered\n[ 0.198260] acpiphp: Slot [29] registered\n[ 0.199375] acpiphp: Slot [30] registered\n[ 0.200034] acpiphp: Slot [31] registered\n[ 0.201151] PCI host bridge to bus 0000:00\n[ 0.202279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203698] 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.205543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207247] 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.215461] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.243070] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246972] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.251116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252804] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.254572] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.254572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256862] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258524] SCSI subsystem initialized\n[ 0.259771] ACPI: bus type USB registered\n[ 0.260034] usbcore: registered new interface driver usbfs\n[ 0.261466] usbcore: registered new interface driver hub\n[ 0.262891] usbcore: registered new device driver usb\n[ 0.264120] PCI: Using ACPI for IRQ routing\n[ 0.265584] NetLabel: Initializing\n[ 0.266594] NetLabel: domain hash size = 128\n[ 0.268003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.269381] NetLabel: unlabeled traffic allowed by default\n[ 0.270821] Switched to clocksource kvm-clock\n[ 0.276986] AppArmor: AppArmor Filesystem Enabled\n[ 0.278285] pnp: PnP ACPI init\n[ 0.279211] ACPI: bus type PNP registered\n[ 0.280801] pnp: PnP ACPI: found 8 devices\n[ 0.281935] ACPI: bus type PNP unregistered\n[ 0.290332] NET: Registered protocol family 2\n[ 0.291855] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293974] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295831] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.297603] TCP: reno registered\n[ 0.298564] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.300111] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301829] NET: Registered protocol family 1\n[ 0.303042] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.304546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.306030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.328913] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.351554] Trying to unpack rootfs image as initramfs...\n[ 0.452929] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.455392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.456975] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.458604] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.461046] Scanning for low memory corruption every 60 seconds\n[ 0.463056] Initialise system trusted keyring\n[ 0.464418] audit: initializing netlink socket (disabled)\n[ 0.465905] type=2000 audit(1535195861.964:1): initialized\n[ 0.486914] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489487] zbud: loaded\n[ 0.490573] VFS: Disk quotas dquot_6.5.2\n[ 0.491780] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.493974] fuse init (API version 7.22)\n[ 0.495237] msgmni has been set to 3997\n[ 0.496425] Key type big_key registered\n[ 0.498065] Key type asymmetric registered\n[ 0.499259] Asymmetric key parser 'x509' registered\n[ 0.500641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.502797] io scheduler noop registered\n[ 0.503933] io scheduler deadline registered (default)\n[ 0.505351] io scheduler cfq registered\n[ 0.506553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508066] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509837] ipmi message handler version 39.2\n[ 0.511127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513212] ACPI: Power Button [PWRF]\n[ 0.514402] GHES: HEST is not enabled!\n[ 0.537143] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.607401] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.609607] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.634191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637663] Linux agpgart interface v0.103\n[ 0.640121] brd: module loaded\n[ 0.641722] loop: module loaded\n[ 0.643240] blk-mq: CPU -> queue map\n[ 0.644509] CPU 0 -> Queue 0\n[ 0.645626] CPU 1 -> Queue 0\n[ 0.647603] vda: vda1\n[ 0.649379] scsi0 : ata_piix\n[ 0.650573] scsi1 : ata_piix\n[ 0.651665] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.653753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.656113] libphy: Fixed MDIO Bus: probed\n[ 0.657630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663118] PPP generic driver version 2.4.2\n[ 0.664792] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666864] ehci-pci: EHCI PCI platform driver\n[ 0.668340] ehci-platform: EHCI generic platform driver\n[ 0.670004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.671945] ohci-pci: OHCI PCI platform driver\n[ 0.673454] ohci-platform: OHCI generic platform driver\n[ 0.675183] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.698647] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.700356] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703141] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.705099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.709758] usb usb1: Product: UHCI Host Controller\n[ 0.711183] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.712792] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.714170] hub 1-0:1.0: USB hub found\n[ 0.715243] hub 1-0:1.0: 2 ports detected\n[ 0.716493] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.719392] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.720713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.722205] mousedev: PS/2 mouse device common for all mice\n[ 0.723930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.726462] rtc_cmos 00:00: RTC can wake from S4\n[ 0.727977] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.729614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.731317] device-mapper: uevent: version 1.0.3\n[ 0.732654] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.734884] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.736522] TCP: cubic registered\n[ 0.737582] NET: Registered protocol family 10\n[ 0.739101] NET: Registered protocol family 17\n[ 0.740363] Key type dns_resolver registered\n[ 0.741783] Loading compiled-in X.509 certificates\n[ 0.751069] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.753663] registered taskstats version 1\n[ 0.756729] Key type trusted registered\n[ 0.760636] Key type encrypted registered\n[ 0.761754] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.763162] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.765139] regulator-dummy: disabling\n[ 0.766280] Magic number: 14:775:277\n[ 0.767376] tty tty14: hash matches\n[ 0.768519] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:42 UTC (1535195862)\n[ 0.770767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.772286] EDD information not available.\n[ 0.813521] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.815658] Write protecting the kernel read-only data: 12288k\n[ 0.817845] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.821229] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.835352] systemd-udevd[107]: starting version 204\n[ 0.872493] FDC 0 is a S82078B\n[ 1.028104] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195303] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197081] usb 1-1: Product: QEMU USB Tablet\n[ 1.198294] usb 1-1: Manufacturer: QEMU\n[ 1.199384] usb 1-1: SerialNumber: 42\n[ 1.452149] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.885093] 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.232916] 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.454476] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\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.571230] 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 Sat, 25 Aug 2018 11:17:44 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.16]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting 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.30]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:46 +0000. Up 4.45 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:53:90:f7 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:72:ae:31 |\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:\nfa:b0:8a:6e:ab:1e:8b:d7:a6:fe:1c:be:72:8c:be:2a root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| |\n| S |\n| . |\n| . +. o |\n|E B+=. + |\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:\nfa:69:10:5d:ea:a5:06:63:71:e8:91:37:38:21:ac:1f root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .. .= |\n| ..B + . |\n| . . B + |\n| . E * o . |\n| . o =So |\n| . ..+ |\n| .o |\n| ... |\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:\nd5:71:57:36:7c:b5:b4:2a:25:07:6b:14:68:10:71:41 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +=Eo+o ooB|\n| .o..oo.+=|\n| . .+.o o.|\n| .. + . |\n| S . . |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4d:8f:8e:8c:33:70:ce:fb:d2:fe:fb:8e:63:ad:eb:a6 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . |\n| o o |\n| . . S o . |\n| = o o |\n| *.o .. |\n| .+. +.. |\n| .+E*BBo |\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 early crypto disks... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[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\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:52 +0000. Up 10.59 seconds.\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting 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 ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n * Stopping System V runlevel compatibility[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:17:53 +0000. Up 11.81 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20502 0 --:--:-- --:--:-- --:--:-- 20581\nOK\n+ apt-get update\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Ign 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 [420 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [762 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 [470 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 [242 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:24 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\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 [132 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 (2571 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 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://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\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 [1024 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/stable/ binary/ homer 1.0-180326.111418 [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 [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.8 [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 [1913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 88.0 MB in 16s (5240 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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'\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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\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.5 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.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n+ echo 'nameserver 192.168.0.7'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.10'\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 fa:69:10:5d:ea:a5:06:63:71:e8:91:37:38:21:ac:1f root@homer-0 (DSA)\nec2: 256 d5:71:57:36:7c:b5:b4:2a:25:07:6b:14:68:10:71:41 root@homer-0 (ECDSA)\nec2: 256 4d:8f:8e:8c:33:70:ce:fb:d2:fe:fb:8e:63:ad:eb:a6 root@homer-0 (ED25519)\nec2: 2048 fa:b0:8a:6e:ab:1e:8b:d7:a6:fe:1c:be:72:8c:be:2a root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHC7STPZq1zXRCIrVfgV8nXabklJmoMH/oxdSyOy+qHn+y8I8IxdJEwHw4i4enin5eaNAMqURHsthkEnPdcMM4s= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEURyARly2IiunG9IegYdaw12ICSk4oT2FDVIN57a5Gm root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/Yqt8sXTmJ37ppg2qBrHRERMTNHI883PCEUbyw9SfC9sF0e88PrqB53LHruYzhATpYNva3+/J1RQDVQMPCE4gIjQA6PSWCFjSFpNsTRUbuvKOl17GJmLYF6txY/zxYs7eLlF/dzcUz9zzTHK6ZJ+X0Es6vvRsDs9n6Na0LtarogRWMjb+30pISsGx/N4syGwQMqjvrNwxIhiUhll/LQ/FOQtDf9lW4V/VKcMK+bguA0mrttMdauIdDFDAvQUvFK6nSXLzAVH8wSAYgcLVw1r447y2wt2b9ckKQgrIjNrdxXv/dK1nsLmpLZg86XZE9cVeTdeodaWjcl7kk2DGycnP root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:20:39 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 177.98 seconds\n"} 2018-08-25 11:21:13,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c/action used request id req-a323d603-d04c-47a8-981d-d8a7423f8876 2018-08-25 11:21:13,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0859489440918s 2018-08-25 11:21:13,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c/action used request id req-a323d603-d04c-47a8-981d-d8a7423f8876 2018-08-25 11:21:13,059 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008035] Security Framework initialized [ 0.009194] AppArmor: AppArmor initialized [ 0.010352] Yama: becoming mindful. [ 0.012147] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015773] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016897] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022041] Initializing cgroup subsys memory [ 0.023273] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025218] Initializing cgroup subsys blkio [ 0.026395] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029269] FEATURE SPEC_CTRL Not Present [ 0.031097] mce: CPU supports 10 MCE banks [ 0.032030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034739] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037973] Speculative Store Bypass: Vulnerable [ 0.040313] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.045797] ACPI: Core revision 20131115 [ 0.047375] ACPI: All ACPI Tables successfully acquired [ 0.048355] ftrace: allocating 28717 entries in 113 pages [ 0.068231] smpboot: Max logical packages: 2 [ 0.069489] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.071144] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.072262] Enabling x2apic [ 0.073146] Enabled x2apic [ 0.074288] Switched APIC routing to physical x2apic. [ 0.077333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.080002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.083131] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.089654] KVM setup paravirtual spinlock [ 0.092332] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.094537] x86: Booting SMP configuration: [ 0.095901] .... node #0, CPUs: #1[ 0.092288] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112143] KVM setup async PF for cpu 1 [ 0.112249] x86: Booted up 1 node, 2 CPUs [ 0.112259] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.116000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.120222] devtmpfs: initialized [ 0.123292] EVM: security.selinux [ 0.124003] EVM: security.SMACK64 [ 0.124973] EVM: security.ima [ 0.125882] EVM: security.capability [ 0.128223] pinctrl core: initialized pinctrl subsystem [ 0.129693] regulator-dummy: no parameters [ 0.130913] RTC time: 11:17:41, date: 08/25/18 [ 0.132095] NET: Registered protocol family 16 [ 0.133459] cpuidle: using governor ladder [ 0.134597] cpuidle: using governor menu [ 0.135835] ACPI: bus type PCI registered [ 0.136014] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137809] PCI: Using configuration type 1 for base access [ 0.140021] bio: create slab at 0 [ 0.141212] ACPI: Added _OSI(Module Device) [ 0.141311] ACPI: Added _OSI(Processor Device) [ 0.142520] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.146763] ACPI: Interpreter enabled [ 0.147853] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.149728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.154616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.160007] ACPI: (supports S0 S5) [ 0.161031] ACPI: Using IOAPIC for interrupt routing [ 0.162379] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.164203] ACPI: No dock devices found. [ 0.167347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.168016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.169773] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.171468] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172232] acpiphp: Slot [3] registered [ 0.173381] acpiphp: Slot [4] registered [ 0.174512] acpiphp: Slot [5] registered [ 0.175640] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177166] acpiphp: Slot [8] registered [ 0.178299] acpiphp: Slot [9] registered [ 0.179455] acpiphp: Slot [10] registered [ 0.180021] acpiphp: Slot [11] registered [ 0.181161] acpiphp: Slot [12] registered [ 0.182324] acpiphp: Slot [13] registered [ 0.183469] acpiphp: Slot [14] registered [ 0.184021] acpiphp: Slot [15] registered [ 0.185274] acpiphp: Slot [16] registered [ 0.186424] acpiphp: Slot [17] registered [ 0.187550] acpiphp: Slot [18] registered [ 0.188028] acpiphp: Slot [19] registered [ 0.189182] acpiphp: Slot [20] registered [ 0.190331] acpiphp: Slot [21] registered [ 0.191459] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193180] acpiphp: Slot [24] registered [ 0.194304] acpiphp: Slot [25] registered [ 0.195431] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197143] acpiphp: Slot [28] registered [ 0.198260] acpiphp: Slot [29] registered [ 0.199375] acpiphp: Slot [30] registered [ 0.200034] acpiphp: Slot [31] registered [ 0.201151] PCI host bridge to bus 0000:00 [ 0.202279] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207247] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215461] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.243070] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246972] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248982] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.251116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252804] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.254572] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.254572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256862] vgaarb: bridge control possible 0000:00:02.0 [ 0.258524] SCSI subsystem initialized [ 0.259771] ACPI: bus type USB registered [ 0.260034] usbcore: registered new interface driver usbfs [ 0.261466] usbcore: registered new interface driver hub [ 0.262891] usbcore: registered new device driver usb [ 0.264120] PCI: Using ACPI for IRQ routing [ 0.265584] NetLabel: Initializing [ 0.266594] NetLabel: domain hash size = 128 [ 0.268003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.269381] NetLabel: unlabeled traffic allowed by default [ 0.270821] Switched to clocksource kvm-clock [ 0.276986] AppArmor: AppArmor Filesystem Enabled [ 0.278285] pnp: PnP ACPI init [ 0.279211] ACPI: bus type PNP registered [ 0.280801] pnp: PnP ACPI: found 8 devices [ 0.281935] ACPI: bus type PNP unregistered [ 0.290332] NET: Registered protocol family 2 [ 0.291855] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293974] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295831] TCP: Hash tables configured (established 16384 bind 16384) [ 0.297603] TCP: reno registered [ 0.298564] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.300111] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301829] NET: Registered protocol family 1 [ 0.303042] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.304546] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.306030] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.328913] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.351554] Trying to unpack rootfs image as initramfs... [ 0.452929] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.455392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.456975] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.458604] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.461046] Scanning for low memory corruption every 60 seconds [ 0.463056] Initialise system trusted keyring [ 0.464418] audit: initializing netlink socket (disabled) [ 0.465905] type=2000 audit(1535195861.964:1): initialized [ 0.486914] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489487] zbud: loaded [ 0.490573] VFS: Disk quotas dquot_6.5.2 [ 0.491780] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493974] fuse init (API version 7.22) [ 0.495237] msgmni has been set to 3997 [ 0.496425] Key type big_key registered [ 0.498065] Key type asymmetric registered [ 0.499259] Asymmetric key parser 'x509' registered [ 0.500641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.502797] io scheduler noop registered [ 0.503933] io scheduler deadline registered (default) [ 0.505351] io scheduler cfq registered [ 0.506553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508066] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509837] ipmi message handler version 39.2 [ 0.511127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513212] ACPI: Power Button [PWRF] [ 0.514402] GHES: HEST is not enabled! [ 0.537143] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.584402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.607401] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.609607] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.634191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.637663] Linux agpgart interface v0.103 [ 0.640121] brd: module loaded [ 0.641722] loop: module loaded [ 0.643240] blk-mq: CPU -> queue map [ 0.644509] CPU 0 -> Queue 0 [ 0.645626] CPU 1 -> Queue 0 [ 0.647603] vda: vda1 [ 0.649379] scsi0 : ata_piix [ 0.650573] scsi1 : ata_piix [ 0.651665] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.653753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.656113] libphy: Fixed MDIO Bus: probed [ 0.657630] tun: Universal TUN/TAP device driver, 1.6 [ 0.659306] tun: (C) 1999-2004 Max Krasnyansky [ 0.663118] PPP generic driver version 2.4.2 [ 0.664792] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.666864] ehci-pci: EHCI PCI platform driver [ 0.668340] ehci-platform: EHCI generic platform driver [ 0.670004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.671945] ohci-pci: OHCI PCI platform driver [ 0.673454] ohci-platform: OHCI generic platform driver [ 0.675183] uhci_hcd: USB Universal Host Controller Interface driver [ 0.698647] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.700356] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703141] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.705099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.707348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.709758] usb usb1: Product: UHCI Host Controller [ 0.711183] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.712792] usb usb1: SerialNumber: 0000:00:01.2 [ 0.714170] hub 1-0:1.0: USB hub found [ 0.715243] hub 1-0:1.0: 2 ports detected [ 0.716493] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.719392] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.720713] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.722205] mousedev: PS/2 mouse device common for all mice [ 0.723930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.726462] rtc_cmos 00:00: RTC can wake from S4 [ 0.727977] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.729614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.731317] device-mapper: uevent: version 1.0.3 [ 0.732654] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.734884] ledtrig-cpu: registered to indicate activity on CPUs [ 0.736522] TCP: cubic registered [ 0.737582] NET: Registered protocol family 10 [ 0.739101] NET: Registered protocol family 17 [ 0.740363] Key type dns_resolver registered [ 0.741783] Loading compiled-in X.509 certificates [ 0.751069] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.753663] registered taskstats version 1 [ 0.756729] Key type trusted registered [ 0.760636] Key type encrypted registered [ 0.761754] AppArmor: AppArmor sha1 policy hashing enabled [ 0.763162] IMA: No TPM chip found, activating TPM-bypass! [ 0.765139] regulator-dummy: disabling [ 0.766280] Magic number: 14:775:277 [ 0.767376] tty tty14: hash matches [ 0.768519] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:42 UTC (1535195862) [ 0.770767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.772286] EDD information not available. [ 0.813521] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.815658] Write protecting the kernel read-only data: 12288k [ 0.817845] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.821229] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.835352] systemd-udevd[107]: starting version 204 [ 0.872493] FDC 0 is a S82078B [ 1.028104] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193362] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195303] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197081] usb 1-1: Product: QEMU USB Tablet [ 1.198294] usb 1-1: Manufacturer: QEMU [ 1.199384] usb 1-1: SerialNumber: 42 [ 1.452149] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.885093] 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.232916] 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.454476] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * 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.571230] 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 Sat, 25 Aug 2018 11:17:44 +0000. Up 3.03 seconds. cloud-init-nonet[3.16]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[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.30]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:46 +0000. Up 4.45 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:53:90:f7 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:72:ae:31 | 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: fa:b0:8a:6e:ab:1e:8b:d7:a6:fe:1c:be:72:8c:be:2a root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | | | S | | . | | . +. o | |E B+=. + | |*@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: fa:69:10:5d:ea:a5:06:63:71:e8:91:37:38:21:ac:1f root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .. .= | | ..B + . | | . . B + | | . E * o . | | . o =So | | . ..+ | | .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: d5:71:57:36:7c:b5:b4:2a:25:07:6b:14:68:10:71:41 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | +=Eo+o ooB| | .o..oo.+=| | . .+.o o.| | .. + . | | S . . | | . | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 4d:8f:8e:8c:33:70:ce:fb:d2:fe:fb:8e:63:ad:eb:a6 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | | | | | . | | o o | | . . S o . | | = o o | | *.o .. | | .+. +.. | | .+E*BBo | +-----------------+ * 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 early crypto disks... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[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 Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:52 +0000. Up 10.59 seconds. * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting 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 ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * Stopping System V runlevel compatibility[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:17:53 +0000. Up 11.81 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20502 0 --:--:-- --:--:-- --:--:-- 20581 OK + apt-get update Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: 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 [420 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 kB] Get:12 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [762 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 [470 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 [242 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:24 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] 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 [132 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 (2571 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 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://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] 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 [1024 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/stable/ binary/ homer 1.0-180326.111418 [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 [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.8 [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 [1913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 88.0 MB in 16s (5240 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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' 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 4 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] 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.5 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.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 + echo 'nameserver 192.168.0.7' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.10' + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 fa:69:10:5d:ea:a5:06:63:71:e8:91:37:38:21:ac:1f root@homer-0 (DSA) ec2: 256 d5:71:57:36:7c:b5:b4:2a:25:07:6b:14:68:10:71:41 root@homer-0 (ECDSA) ec2: 256 4d:8f:8e:8c:33:70:ce:fb:d2:fe:fb:8e:63:ad:eb:a6 root@homer-0 (ED25519) ec2: 2048 fa:b0:8a:6e:ab:1e:8b:d7:a6:fe:1c:be:72:8c:be:2a root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHC7STPZq1zXRCIrVfgV8nXabklJmoMH/oxdSyOy+qHn+y8I8IxdJEwHw4i4enin5eaNAMqURHsthkEnPdcMM4s= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEURyARly2IiunG9IegYdaw12ICSk4oT2FDVIN57a5Gm root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/Yqt8sXTmJ37ppg2qBrHRERMTNHI883PCEUbyw9SfC9sF0e88PrqB53LHruYzhATpYNva3+/J1RQDVQMPCE4gIjQA6PSWCFjSFpNsTRUbuvKOl17GJmLYF6txY/zxYs7eLlF/dzcUz9zzTHK6ZJ+X0Es6vvRsDs9n6Na0LtarogRWMjb+30pISsGx/N4syGwQMqjvrNwxIhiUhll/LQ/FOQtDf9lW4V/VKcMK+bguA0mrttMdauIdDFDAvQUvFK6nSXLzAVH8wSAYgcLVw1r447y2wt2b9ckKQgrIjNrdxXv/dK1nsLmpLZg86XZE9cVeTdeodaWjcl7kk2DGycnP root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:20:39 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 177.98 seconds 2018-08-25 11:21:13,064 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:21:13,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:21:13,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:21:13,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-f2af89f1-7675-4a92-a71f-1e6dc25812be x-compute-request-id: req-f2af89f1-7675-4a92-a71f-1e6dc25812be Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:21:13,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f2af89f1-7675-4a92-a71f-1e6dc25812be 2018-08-25 11:21:13,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.474980115891s 2018-08-25 11:21:13,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f2af89f1-7675-4a92-a71f-1e6dc25812be 2018-08-25 11:21:13,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:21:13,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:21:13,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-19f9bb93-94d7-470e-84e8-0d83550c0886 x-compute-request-id: req-19f9bb93-94d7-470e-84e8-0d83550c0886 Content-Encoding: gzip Content-Length: 19624 Content-Type: application/json RESP BODY: {"output": "r: 3, 32768 bytes)\n[ 0.294973] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.296658] NET: Registered protocol family 1\n[ 0.297881] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.299390] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.300863] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.323392] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.345864] Trying to unpack rootfs image as initramfs...\n[ 0.445583] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.449808] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.451282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.453505] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.456663] Scanning for low memory corruption every 60 seconds\n[ 0.459266] Initialise system trusted keyring\n[ 0.461022] audit: initializing netlink socket (disabled)\n[ 0.462957] type=2000 audit(1535195848.783:1): initialized\n[ 0.485529] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.488946] zbud: loaded\n[ 0.490302] VFS: Disk quotas dquot_6.5.2\n[ 0.491797] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494474] fuse init (API version 7.22)\n[ 0.496044] msgmni has been set to 3997\n[ 0.497549] Key type big_key registered\n[ 0.499409] Key type asymmetric registered\n[ 0.500995] Asymmetric key parser 'x509' registered\n[ 0.502816] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.505635] io scheduler noop registered\n[ 0.507103] io scheduler deadline registered (default)\n[ 0.508988] io scheduler cfq registered\n[ 0.510561] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512535] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514877] ipmi message handler version 39.2\n[ 0.516612] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519320] ACPI: Power Button [PWRF]\n[ 0.520878] GHES: HEST is not enabled!\n[ 0.543457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610594] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.613339] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637666] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641311] Linux agpgart interface v0.103\n[ 0.643863] brd: module loaded\n[ 0.645599] loop: module loaded\n[ 0.647220] blk-mq: CPU -> queue map\n[ 0.648667] CPU 0 -> Queue 0\n[ 0.649867] CPU 1 -> Queue 0\n[ 0.651789] vda: vda1\n[ 0.653345] scsi0 : ata_piix\n[ 0.654359] scsi1 : ata_piix\n[ 0.655279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.656957] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.658895] libphy: Fixed MDIO Bus: probed\n[ 0.660150] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661466] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666046] PPP generic driver version 2.4.2\n[ 0.667408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.669210] ehci-pci: EHCI PCI platform driver\n[ 0.670611] ehci-platform: EHCI generic platform driver\n[ 0.672042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673658] ohci-pci: OHCI PCI platform driver\n[ 0.674880] ohci-platform: OHCI generic platform driver\n[ 0.676249] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.700596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703168] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.705128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707226] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.709650] usb usb1: Product: UHCI Host Controller\n[ 0.711258] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.713221] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.714704] hub 1-0:1.0: USB hub found\n[ 0.715861] hub 1-0:1.0: 2 ports detected\n[ 0.717217] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.720170] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.721547] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723159] mousedev: PS/2 mouse device common for all mice\n[ 0.724964] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.727551] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729206] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.730914] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732671] device-mapper: uevent: version 1.0.3\n[ 0.734026] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736330] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738036] TCP: cubic registered\n[ 0.739151] NET: Registered protocol family 10\n[ 0.740682] NET: Registered protocol family 17\n[ 0.741959] Key type dns_resolver registered\n[ 0.743528] Loading compiled-in X.509 certificates\n[ 0.745403] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755225] registered taskstats version 1\n[ 0.760589] Key type trusted registered\n[ 0.765083] Key type encrypted registered\n[ 0.766273] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767758] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.769898] regulator-dummy: disabling\n[ 0.771055] Magic number: 14:775:277\n[ 0.772290] tty tty14: hash matches\n[ 0.773550] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:29 UTC (1535195849)\n[ 0.775914] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.777517] EDD information not available.\n[ 0.813605] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.815972] Write protecting the kernel read-only data: 12288k\n[ 0.818262] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.821701] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.840485] systemd-udevd[107]: starting version 204\n[ 0.885056] FDC 0 is a S82078B\n[ 1.028121] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192678] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194628] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196955] usb 1-1: Product: QEMU USB Tablet\n[ 1.198390] usb 1-1: Manufacturer: QEMU\n[ 1.199469] usb 1-1: SerialNumber: 42\n[ 1.909072] 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.315678] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.162637] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 3.525224] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Fix-up /sys/kernel/debug filesystem[74G[ OK ]\n * Stopping Fix-up /sys/kernel/debug filesystem[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:35 +0000. Up 6.59 seconds.\ncloud-init-nonet[6.73]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[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[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 * 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 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 ]\ncloud-init-nonet[10.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:39 +0000. Up 10.36 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:ba:54 |\nci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:66:92:55 |\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:\n9d:96:d8:7d:b4:69:2c:8c:30:15:39:07:72:8f:2a:96 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . =+ |\n| +oo. |\n| o .o. . |\n| . B * o o |\n| E S B + * |\n| . . . + |\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:\n06:4a:60:c9:65:0c:ae:b9:0b:3e:1b:7c:8a:51:a0:64 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .+=o |\n| ooo. |\n|.E. . . |\n|++ . . . |\n|+ . . S |\n|.o . |\n|+o . |\n|+++ |\n|o+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:\n40:29:78:67:79:cd:48:6b:a1:b3:dc:00:87:b2:7a:b6 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ...o+o+ |\n| o ++=.ooo |\n| + +=.o |\n| . . B |\n| . o S |\n|. o |\n| o . |\n| 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:\n20:13:59:2e:71:7a:94:fd:ec:73:83:fb:0c:9a:f0:5a root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| oo+o |\n| .B. . |\n| = + o |\n| = . o |\n| S. . |\n| + o |\n| . E .+ . |\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 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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:44 +0000. Up 16.24 seconds.\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:17:46 +0000. Up 17.95 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 16234 0 --:--:-- --:--:-- --:--:-- 16316\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 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 [1100 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 [470 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 [252 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 (1540 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.9\n+ '[' -n 192.168.0.9 ']'\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 4 not upgraded.\nNeed to get 170 MB of archives.\nAfter this operation, 407 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:53 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:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB]\nGet:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nGet:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB]\nExtracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 170 MB in 21s (7740 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ...\nUnpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package ca-certificates-java.\nPreparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ...\nUnpacking ca-certificates-java (20130815ubuntu1) ...\nSelecting previously unselected package tzdata-java.\nPreparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata-java (2017c-0ubuntu0.14.04) ...\nSelecting previously unselected package java-common.\nPreparing to unpack .../java-common_0.51_all.deb ...\nUnpacking java-common (0.51) ...\nSelecting previously unselected package libavahi-common-data:amd64.\nPreparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-common3:amd64.\nPreparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-client3:amd64.\nPreparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libcups2:amd64.\nPreparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ...\nUnpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSelecting previously unselected package liblcms2-2:amd64.\nPreparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ...\nUnpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libpcsclite1:amd64.\nPreparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ...\nUnpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSelecting previously unselected package libasyncns0:amd64.\nPreparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...\nUnpacking libasyncns0:amd64 (0.8-4ubuntu2) ...\nSelecting previously unselected package libogg0:amd64.\nPreparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ...\nUnpacking libogg0:amd64 (1.3.1-1ubuntu1) ...\nSelecting previously unselected package libflac8:amd64.\nPreparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...\nUnpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSelecting previously unselected package libvorbis0a:amd64.\nPreparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libvorbisenc2:amd64.\nPreparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libsndfile1:amd64.\nPreparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ...\nUnpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSelecting previously unselected package libpulse0:amd64.\nPreparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...\nUnpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package openjdk-7-jre-headless:amd64.\nPreparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nSelecting previously unselected package cassandra.\nPreparing to unpack .../cassandra_2.1.15_all.deb ...\nUnpacking cassandra (2.1.15) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up tzdata-java (2017c-0ubuntu0.14.04) ...\nSetting up java-common (0.51) ...\nSetting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSetting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSetting up libasyncns0:amd64 (0.8-4ubuntu2) ...\nSetting up libogg0:amd64 (1.3.1-1ubuntu1) ...\nSetting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSetting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSetting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up ca-certificates-java (20130815ubuntu1) ...\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:Certigna.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:EC-ACC.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:CFCA_EV_ROOT.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:PSCProcert.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:DST_ACES_CA_X6.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode\nSetting up cassandra (2.1.15) ...\nAdding group `cassandra' (GID 111) ...\nDone.\nvm.max_map_count = 1048575\nnet.ipv4.tcp_keepalive_time = 300\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\ndone.\ndone.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSelecting previously unselected package clearwater-cassandra.\n(Reading database ... 53131 files and directories currently installed.)\nPreparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ...\nUnpacking clearwater-cassandra (1.0-180328.114015) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-program-options1.54.0:amd64.\nPreparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libpython3.4:amd64.\nPreparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ...\nUnpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libc-ares2:amd64.\nPreparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package astaire-libs.\nPreparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ...\nUnpacking astaire-libs (1.0-180326.104711) ...\nSelecting previously unselected package cpulimit.\nPreparing to unpack .../cpulimit_2.0-1_amd64.deb ...\nUnpacking cpulimit (2.0-1) ...\nSelecting previously unselected package astaire.\nPreparing to unpack .../astaire_1.0-180326.104711_amd64.deb ...\nUnpacking astaire (1.0-180326.104711) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libc-ares-dev:amd64.\nPreparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package snmp.\nPreparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmp (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package chronos.\nPreparing to unpack .../chronos_1.0-180328.120836_amd64.deb ...\nUnpacking chronos (1.0-180328.120836) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package memcached.\nPreparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached (1.6.00-0clearwater0.6) ...\nSelecting previously unselected package clearwater-memcached.\nPreparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ...\nUnpacking clearwater-memcached (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-snmp-handler-astaire.\nPreparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ...\nUnpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ...\nSelecting previously unselected package crest-prov.\nPreparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ...\nUnpacking crest-prov (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package gdb.\nPreparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ...\nUnpacking gdb (7.7.1-0ubuntu5~14.04.3) ...\nSelecting previously unselected package homer-cassandra.\nPreparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homer-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package homestead-cassandra.\nPreparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-cassandra (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov-cassandra.\nPreparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package rogers-libs.\nPreparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ...\nUnpacking rogers-libs (1.0-180326.104711) ...\nSelecting previously unselected package rogers.\nPreparing to unpack .../rogers_1.0-180326.104711_amd64.deb ...\nUnpacking rogers (1.0-180326.104711) ...\nSelecting previously unselected package vellum.\nPreparing to unpack .../vellum_1.0-180328.114312_amd64.deb ...\nUnpacking vellum (1.0-180328.114312) ...\nSelecting previously unselected package libc6-dbg:amd64.\nPreparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package memcached-dbg.\nPreparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up astaire-libs (1.0-180326.104711) ...\nSetting up cpulimit (2.0-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up snmp (5.7.3~dfsg-clearwater1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up memcached (1.6.00-0clearwater0.6) ...\nRestarting memcached: memcached.\nSetting up crest-prov (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest-prov/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up gdb (7.7.1-0ubuntu5~14.04.3) ...\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up rogers-libs (1.0-180326.104711) ...\nSetting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSetting up memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nchronos: unrecognized service\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 11902\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up clearwater-etcd (1.0-180328.115321) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-memcached (1.0-180328.114312) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-snmp-handler-astaire (1.0-180326.110542) ...\n * Stopping network management services:\nSetting up rogers (1.0-180326.104711) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-cassandra (1.0-180328.114015) ...\nAdding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra'\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nExiting: cassandra.yaml is missing\nExiting: cassandra.yaml is missing\n ...done.\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12552\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 4 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 (5317 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.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.14\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.14\n++ echo A 192.168.1.14\n+ echo 'nameserver 192.168.0.7'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.10'\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 06:4a:60:c9:65:0c:ae:b9:0b:3e:1b:7c:8a:51:a0:64 root@vellum-0 (DSA)\nec2: 256 40:29:78:67:79:cd:48:6b:a1:b3:dc:00:87:b2:7a:b6 root@vellum-0 (ECDSA)\nec2: 256 20:13:59:2e:71:7a:94:fd:ec:73:83:fb:0c:9a:f0:5a root@vellum-0 (ED25519)\nec2: 2048 9d:96:d8:7d:b4:69:2c:8c:30:15:39:07:72:8f:2a:96 root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHFm88FktSujsuXMsVMJqpURe642jUOTiNBoEepaY0JGCTAzMg8Kqcv95kRtaijfmYsaHK403bTMEw+NduUnnkw= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5mEvf5yxAl9T4ULeP3MPL53ix9v00tdf4uqTxAJ6zX root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCItwm9NTX1YACz5SwBrTfOsww6JEBWMuKTg7rsq4Ihs9FRpJ3encVhN5cf5yYvQ/VflSYXBAgY8UPyODAzgWz2OpNDUIPZ5pvRcMFpENQsCQKpOCi7R7wx03ycr9jJCK4PmI6QtPfBqLw3C/vB/BPqnj6WUBOLqdM+PozkrJkWx+WTdsdvWQace89nNbYyi0YjbCJbHkd89aeiOU9o1YWk5/iUWw5AQudjKrFxzcjTCiQgnAXnbUmAOaMfiv70dPtoT2vYlgwIXgdOeVh6Jjk+lmpX2i/wq03I40b3fP2yLyOGfBoFVfXl3rv3UYSGw20m2s7bx4/fMJKe9fWTjL root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:21:11 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 222.64 seconds\n"} 2018-08-25 11:21:13,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7/action used request id req-19f9bb93-94d7-470e-84e8-0d83550c0886 2018-08-25 11:21:13,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0981879234314s 2018-08-25 11:21:13,648 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7/action used request id req-19f9bb93-94d7-470e-84e8-0d83550c0886 2018-08-25 11:21:13,648 - functest.core.singlevm - DEBUG - console: r: 3, 32768 bytes) [ 0.294973] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.296658] NET: Registered protocol family 1 [ 0.297881] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.299390] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.300863] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.323392] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.345864] Trying to unpack rootfs image as initramfs... [ 0.445583] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.449808] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.451282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.453505] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.456663] Scanning for low memory corruption every 60 seconds [ 0.459266] Initialise system trusted keyring [ 0.461022] audit: initializing netlink socket (disabled) [ 0.462957] type=2000 audit(1535195848.783:1): initialized [ 0.485529] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.488946] zbud: loaded [ 0.490302] VFS: Disk quotas dquot_6.5.2 [ 0.491797] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.494474] fuse init (API version 7.22) [ 0.496044] msgmni has been set to 3997 [ 0.497549] Key type big_key registered [ 0.499409] Key type asymmetric registered [ 0.500995] Asymmetric key parser 'x509' registered [ 0.502816] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.505635] io scheduler noop registered [ 0.507103] io scheduler deadline registered (default) [ 0.508988] io scheduler cfq registered [ 0.510561] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512535] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514877] ipmi message handler version 39.2 [ 0.516612] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519320] ACPI: Power Button [PWRF] [ 0.520878] GHES: HEST is not enabled! [ 0.543457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.587585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.610594] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.613339] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637666] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.641311] Linux agpgart interface v0.103 [ 0.643863] brd: module loaded [ 0.645599] loop: module loaded [ 0.647220] blk-mq: CPU -> queue map [ 0.648667] CPU 0 -> Queue 0 [ 0.649867] CPU 1 -> Queue 0 [ 0.651789] vda: vda1 [ 0.653345] scsi0 : ata_piix [ 0.654359] scsi1 : ata_piix [ 0.655279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.656957] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.658895] libphy: Fixed MDIO Bus: probed [ 0.660150] tun: Universal TUN/TAP device driver, 1.6 [ 0.661466] tun: (C) 1999-2004 Max Krasnyansky [ 0.666046] PPP generic driver version 2.4.2 [ 0.667408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.669210] ehci-pci: EHCI PCI platform driver [ 0.670611] ehci-platform: EHCI generic platform driver [ 0.672042] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.673658] ohci-pci: OHCI PCI platform driver [ 0.674880] ohci-platform: OHCI generic platform driver [ 0.676249] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.700596] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703168] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.705128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.707226] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.709650] usb usb1: Product: UHCI Host Controller [ 0.711258] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.713221] usb usb1: SerialNumber: 0000:00:01.2 [ 0.714704] hub 1-0:1.0: USB hub found [ 0.715861] hub 1-0:1.0: 2 ports detected [ 0.717217] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.720170] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.721547] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723159] mousedev: PS/2 mouse device common for all mice [ 0.724964] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.727551] rtc_cmos 00:00: RTC can wake from S4 [ 0.729206] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.730914] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732671] device-mapper: uevent: version 1.0.3 [ 0.734026] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736330] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738036] TCP: cubic registered [ 0.739151] NET: Registered protocol family 10 [ 0.740682] NET: Registered protocol family 17 [ 0.741959] Key type dns_resolver registered [ 0.743528] Loading compiled-in X.509 certificates [ 0.745403] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755225] registered taskstats version 1 [ 0.760589] Key type trusted registered [ 0.765083] Key type encrypted registered [ 0.766273] AppArmor: AppArmor sha1 policy hashing enabled [ 0.767758] IMA: No TPM chip found, activating TPM-bypass! [ 0.769898] regulator-dummy: disabling [ 0.771055] Magic number: 14:775:277 [ 0.772290] tty tty14: hash matches [ 0.773550] rtc_cmos 00:00: setting system clock to 2018-08-25 11:17:29 UTC (1535195849) [ 0.775914] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.777517] EDD information not available. [ 0.813605] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.815972] Write protecting the kernel read-only data: 12288k [ 0.818262] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.821701] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.840485] systemd-udevd[107]: starting version 204 [ 0.885056] FDC 0 is a S82078B [ 1.028121] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192678] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194628] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196955] usb 1-1: Product: QEMU USB Tablet [ 1.198390] usb 1-1: Manufacturer: QEMU [ 1.199469] usb 1-1: SerialNumber: 42 [ 1.909072] 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.315678] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.162637] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 3.525224] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Fix-up /sys/kernel/debug filesystem[74G[ OK ] * Stopping Fix-up /sys/kernel/debug filesystem[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:17:35 +0000. Up 6.59 seconds. cloud-init-nonet[6.73]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[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[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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[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 ] cloud-init-nonet[10.23]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:17:39 +0000. Up 10.36 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:ba:54 | ci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:66:92:55 | 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: 9d:96:d8:7d:b4:69:2c:8c:30:15:39:07:72:8f:2a:96 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | . =+ | | +oo. | | o .o. . | | . B * o o | | E S 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: 06:4a:60:c9:65:0c:ae:b9:0b:3e:1b:7c:8a:51:a0:64 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | .+=o | | ooo. | |.E. . . | |++ . . . | |+ . . S | |.o . | |+o . | |+++ | |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: 40:29:78:67:79:cd:48:6b:a1:b3:dc:00:87:b2:7a:b6 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | ...o+o+ | | o ++=.ooo | | + +=.o | | . . B | | . o S | |. 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: 20:13:59:2e:71:7a:94:fd:ec:73:83:fb:0c:9a:f0:5a root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | oo+o | | .B. . | | = + o | | = . o | | S. . | | + o | | . E .+ . | | + 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 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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:17:44 +0000. Up 16.24 seconds. * Starting CPU interrupts balancing daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:17:46 +0000. Up 17.95 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 16234 0 --:--:-- --:--:-- --:--:-- 16316 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 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 [1100 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 [470 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 [252 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 (1540 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.9 + '[' -n 192.168.0.9 ']' + 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 4 not upgraded. Need to get 170 MB of archives. After this operation, 407 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:48 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:51 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:53 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:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] Extracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 170 MB in 21s (7740 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... Unpacking ca-certificates-java (20130815ubuntu1) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ... Unpacking tzdata-java (2017c-0ubuntu0.14.04) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.51_all.deb ... Unpacking java-common (0.51) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... Selecting previously unselected package cassandra. Preparing to unpack .../cassandra_2.1.15_all.deb ... Unpacking cassandra (2.1.15) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up tzdata-java (2017c-0ubuntu0.14.04) ... Setting up java-common (0.51) ... Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... Setting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Setting up ca-certificates-java (20130815ubuntu1) ... Adding debian:Cybertrust_Global_Root.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Taiwan_GRCA.pem Adding debian:ISRG_Root_X1.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:EC-ACC.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:SecureSign_RootCA11.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:CNNIC_ROOT.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:Secure_Global_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Izenpe.com.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:Certum_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:PSCProcert.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:SecureTrust_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up cassandra (2.1.15) ... Adding group `cassandra' (GID 111) ... Done. vm.max_map_count = 1048575 net.ipv4.tcp_keepalive_time = 300 Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... done. done. Processing triggers for ureadahead (0.100.0-16) ... Selecting previously unselected package clearwater-cassandra. (Reading database ... 53131 files and directories currently installed.) Preparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ... Unpacking clearwater-cassandra (1.0-180328.114015) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-program-options1.54.0:amd64. Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libpython3.4:amd64. Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package astaire-libs. Preparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ... Unpacking astaire-libs (1.0-180326.104711) ... Selecting previously unselected package cpulimit. Preparing to unpack .../cpulimit_2.0-1_amd64.deb ... Unpacking cpulimit (2.0-1) ... Selecting previously unselected package astaire. Preparing to unpack .../astaire_1.0-180326.104711_amd64.deb ... Unpacking astaire (1.0-180326.104711) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libc-ares-dev:amd64. Preparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package snmp. Preparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmp (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package chronos. Preparing to unpack .../chronos_1.0-180328.120836_amd64.deb ... Unpacking chronos (1.0-180328.120836) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package memcached. Preparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached (1.6.00-0clearwater0.6) ... Selecting previously unselected package clearwater-memcached. Preparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ... Unpacking clearwater-memcached (1.0-180328.114312) ... Selecting previously unselected package clearwater-snmp-handler-astaire. Preparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ... Unpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ... Selecting previously unselected package crest-prov. Preparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ... Unpacking crest-prov (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package gdb. Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... Selecting previously unselected package homer-cassandra. Preparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homer-cassandra (1.0-180326.111418) ... Selecting previously unselected package homestead-cassandra. Preparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ... Unpacking homestead-cassandra (1.0-180326.115231) ... Selecting previously unselected package homestead-prov-cassandra. Preparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov-cassandra (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package rogers-libs. Preparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ... Unpacking rogers-libs (1.0-180326.104711) ... Selecting previously unselected package rogers. Preparing to unpack .../rogers_1.0-180326.104711_amd64.deb ... Unpacking rogers (1.0-180326.104711) ... Selecting previously unselected package vellum. Preparing to unpack .../vellum_1.0-180328.114312_amd64.deb ... Unpacking vellum (1.0-180328.114312) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package memcached-dbg. Preparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up astaire-libs (1.0-180326.104711) ... Setting up cpulimit (2.0-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Setting up snmp (5.7.3~dfsg-clearwater1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up memcached (1.6.00-0clearwater0.6) ... Restarting memcached: memcached. Setting up crest-prov (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest-prov/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up rogers-libs (1.0-180326.104711) ... Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Setting up memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit chronos: unrecognized service reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 11902 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up clearwater-etcd (1.0-180328.115321) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-memcached (1.0-180328.114312) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-snmp-handler-astaire (1.0-180326.110542) ... * Stopping network management services: Setting up rogers (1.0-180326.104711) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-cassandra (1.0-180328.114015) ... Adding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra' * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. Exiting: cassandra.yaml is missing Exiting: cassandra.yaml is missing ...done. Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12552 * 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 4 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 (5317 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.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.14 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.14 ++ echo A 192.168.1.14 + echo 'nameserver 192.168.0.7' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.10' + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 06:4a:60:c9:65:0c:ae:b9:0b:3e:1b:7c:8a:51:a0:64 root@vellum-0 (DSA) ec2: 256 40:29:78:67:79:cd:48:6b:a1:b3:dc:00:87:b2:7a:b6 root@vellum-0 (ECDSA) ec2: 256 20:13:59:2e:71:7a:94:fd:ec:73:83:fb:0c:9a:f0:5a root@vellum-0 (ED25519) ec2: 2048 9d:96:d8:7d:b4:69:2c:8c:30:15:39:07:72:8f:2a:96 root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHFm88FktSujsuXMsVMJqpURe642jUOTiNBoEepaY0JGCTAzMg8Kqcv95kRtaijfmYsaHK403bTMEw+NduUnnkw= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5mEvf5yxAl9T4ULeP3MPL53ix9v00tdf4uqTxAJ6zX root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTCItwm9NTX1YACz5SwBrTfOsww6JEBWMuKTg7rsq4Ihs9FRpJ3encVhN5cf5yYvQ/VflSYXBAgY8UPyODAzgWz2OpNDUIPZ5pvRcMFpENQsCQKpOCi7R7wx03ycr9jJCK4PmI6QtPfBqLw3C/vB/BPqnj6WUBOLqdM+PozkrJkWx+WTdsdvWQace89nNbYyi0YjbCJbHkd89aeiOU9o1YWk5/iUWw5AQudjKrFxzcjTCiQgnAXnbUmAOaMfiv70dPtoT2vYlgwIXgdOeVh6Jjk+lmpX2i/wq03I40b3fP2yLyOGfBoFVfXl3rv3UYSGw20m2s7bx4/fMJKe9fWTjL root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:21:11 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 222.64 seconds 2018-08-25 11:21:13,655 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:21:13,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:21:13,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:21:13,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-5219191e-2d5f-40e2-813a-3423b4b53c88 x-compute-request-id: req-5219191e-2d5f-40e2-813a-3423b4b53c88 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:21:13,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5219191e-2d5f-40e2-813a-3423b4b53c88 2018-08-25 11:21:13,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.328407049179s 2018-08-25 11:21:13,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5219191e-2d5f-40e2-813a-3423b4b53c88 2018-08-25 11:21:13,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:21:13,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:21:14,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-b3a8675a-7e71-4536-9030-3e88250e08d6 x-compute-request-id: req-b3a8675a-7e71-4536-9030-3e88250e08d6 Content-Encoding: gzip Content-Length: 20598 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.008032] Security Framework initialized\n[ 0.009209] AppArmor: AppArmor initialized\n[ 0.010347] Yama: becoming mindful.\n[ 0.012142] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015758] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016891] 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.022044] Initializing cgroup subsys memory\n[ 0.023250] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025217] Initializing cgroup subsys blkio\n[ 0.026382] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029266] FEATURE SPEC_CTRL Not Present\n[ 0.031059] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034686] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037959] Speculative Store Bypass: Vulnerable\n[ 0.040315] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.045344] ACPI: Core revision 20131115\n[ 0.046920] ACPI: All ACPI Tables successfully acquired\n[ 0.048368] ftrace: allocating 28717 entries in 113 pages\n[ 0.068218] smpboot: Max logical packages: 2\n[ 0.069404] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.071053] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076354] Enabling x2apic\n[ 0.077268] Enabled x2apic\n[ 0.078425] Switched APIC routing to physical x2apic.\n[ 0.081386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.083009] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.085403] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093919] KVM setup paravirtual spinlock\n[ 0.097526] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.099486] x86: Booting SMP configuration:\n[ 0.100003] .... node #0, CPUs: #1[ 0.097467] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.116016] KVM setup async PF for cpu 1\n[ 0.116028] x86: Booted up 1 node, 2 CPUs\n[ 0.116031] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.120000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.121900] devtmpfs: initialized\n[ 0.125356] EVM: security.selinux\n[ 0.126325] EVM: security.SMACK64\n[ 0.127296] EVM: security.ima\n[ 0.128003] EVM: security.capability\n[ 0.129071] pinctrl core: initialized pinctrl subsystem\n[ 0.130444] regulator-dummy: no parameters\n[ 0.132078] RTC time: 11:16:44, date: 08/25/18\n[ 0.133368] NET: Registered protocol family 16\n[ 0.134727] cpuidle: using governor ladder\n[ 0.135857] cpuidle: using governor menu\n[ 0.136065] ACPI: bus type PCI registered\n[ 0.137189] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.138948] PCI: Using configuration type 1 for base access\n[ 0.140636] bio: create slab at 0\n[ 0.141187] ACPI: Added _OSI(Module Device)\n[ 0.141237] ACPI: Added _OSI(Processor Device)\n[ 0.144003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.145234] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.148150] ACPI: Interpreter enabled\n[ 0.149222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.151797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.153673] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.156009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.158563] ACPI: (supports S0 S5)\n[ 0.159549] ACPI: Using IOAPIC for interrupt routing\n[ 0.160019] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.162556] ACPI: No dock devices found.\n[ 0.165648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.168016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.169727] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.171364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172236] acpiphp: Slot [3] registered\n[ 0.173350] acpiphp: Slot [4] registered\n[ 0.174467] acpiphp: Slot [5] registered\n[ 0.175578] acpiphp: Slot [6] registered\n[ 0.176020] acpiphp: Slot [7] registered\n[ 0.177115] acpiphp: Slot [8] registered\n[ 0.178216] acpiphp: Slot [9] registered\n[ 0.179315] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181129] acpiphp: Slot [12] registered\n[ 0.182253] acpiphp: Slot [13] registered\n[ 0.183378] acpiphp: Slot [14] registered\n[ 0.184021] acpiphp: Slot [15] registered\n[ 0.185139] acpiphp: Slot [16] registered\n[ 0.186330] acpiphp: Slot [17] registered\n[ 0.187460] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189145] acpiphp: Slot [20] registered\n[ 0.190276] acpiphp: Slot [21] registered\n[ 0.191394] acpiphp: Slot [22] registered\n[ 0.192021] acpiphp: Slot [23] registered\n[ 0.193149] acpiphp: Slot [24] registered\n[ 0.194268] acpiphp: Slot [25] registered\n[ 0.195390] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197135] acpiphp: Slot [28] registered\n[ 0.198251] acpiphp: Slot [29] registered\n[ 0.199366] acpiphp: Slot [30] registered\n[ 0.200027] acpiphp: Slot [31] registered\n[ 0.201141] PCI host bridge to bus 0000:00\n[ 0.202262] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203654] 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.205541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207198] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.216781] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.218799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246402] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248086] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.249998] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.251788] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.252279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253468] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.255610] vgaarb: loaded\n[ 0.256003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.257629] SCSI subsystem initialized\n[ 0.258842] ACPI: bus type USB registered\n[ 0.260034] usbcore: registered new interface driver usbfs\n[ 0.261428] usbcore: registered new interface driver hub\n[ 0.262814] usbcore: registered new device driver usb\n[ 0.264112] PCI: Using ACPI for IRQ routing\n[ 0.265517] NetLabel: Initializing\n[ 0.266494] NetLabel: domain hash size = 128\n[ 0.267648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268096] NetLabel: unlabeled traffic allowed by default\n[ 0.269493] Switched to clocksource kvm-clock\n[ 0.276788] AppArmor: AppArmor Filesystem Enabled\n[ 0.278056] pnp: PnP ACPI init\n[ 0.278972] ACPI: bus type PNP registered\n[ 0.280541] pnp: PnP ACPI: found 8 devices\n[ 0.281655] ACPI: bus type PNP unregistered\n[ 0.289115] NET: Registered protocol family 2\n[ 0.290597] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.292670] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.294484] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296201] TCP: reno registered\n[ 0.297145] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.298647] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.300312] NET: Registered protocol family 1\n[ 0.301502] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.302967] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.304415] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.326617] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.348839] Trying to unpack rootfs image as initramfs...\n[ 0.448395] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.450768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.452297] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.453844] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.456203] Scanning for low memory corruption every 60 seconds\n[ 0.458245] Initialise system trusted keyring\n[ 0.459509] audit: initializing netlink socket (disabled)\n[ 0.460916] type=2000 audit(1535195805.492:1): initialized\n[ 0.481590] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484098] zbud: loaded\n[ 0.485131] VFS: Disk quotas dquot_6.5.2\n[ 0.486262] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488235] fuse init (API version 7.22)\n[ 0.489395] msgmni has been set to 3997\n[ 0.490540] Key type big_key registered\n[ 0.492009] Key type asymmetric registered\n[ 0.493141] Asymmetric key parser 'x509' registered\n[ 0.494440] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.496513] io scheduler noop registered\n[ 0.497591] io scheduler deadline registered (default)\n[ 0.498943] io scheduler cfq registered\n[ 0.500095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503195] ipmi message handler version 39.2\n[ 0.504440] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.506419] ACPI: Power Button [PWRF]\n[ 0.507549] GHES: HEST is not enabled!\n[ 0.529754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573357] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575527] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602088] Linux agpgart interface v0.103\n[ 0.604230] brd: module loaded\n[ 0.605620] loop: module loaded\n[ 0.606913] blk-mq: CPU -> queue map\n[ 0.607947] CPU 0 -> Queue 0\n[ 0.608862] CPU 1 -> Queue 0\n[ 0.610633] vda: vda1\n[ 0.612172] scsi0 : ata_piix\n[ 0.613190] scsi1 : ata_piix\n[ 0.614102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.615777] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.617638] libphy: Fixed MDIO Bus: probed\n[ 0.618855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620205] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622754] PPP generic driver version 2.4.2\n[ 0.624002] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625613] ehci-pci: EHCI PCI platform driver\n[ 0.626813] ehci-platform: EHCI generic platform driver\n[ 0.628165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629713] ohci-pci: OHCI PCI platform driver\n[ 0.630918] ohci-platform: OHCI generic platform driver\n[ 0.632292] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654394] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655776] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.659467] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661153] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663174] usb usb1: Product: UHCI Host Controller\n[ 0.664465] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.666066] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667437] hub 1-0:1.0: USB hub found\n[ 0.668510] hub 1-0:1.0: 2 ports detected\n[ 0.669761] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672674] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675491] mousedev: PS/2 mouse device common for all mice\n[ 0.677201] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679717] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681270] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684579] device-mapper: uevent: version 1.0.3\n[ 0.685878] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.688090] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689682] TCP: cubic registered\n[ 0.690730] NET: Registered protocol family 10\n[ 0.692201] NET: Registered protocol family 17\n[ 0.693431] Key type dns_resolver registered\n[ 0.694823] Loading compiled-in X.509 certificates\n[ 0.696645] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.699093] registered taskstats version 1\n[ 0.702060] Key type trusted registered\n[ 0.705912] Key type encrypted registered\n[ 0.707033] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708451] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.717860] regulator-dummy: disabling\n[ 0.719008] Magic number: 14:775:277\n[ 0.720090] tty tty14: hash matches\n[ 0.721216] rtc_cmos 00:00: setting system clock to 2018-08-25 11:16:45 UTC (1535195805)\n[ 0.723462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.724983] EDD information not available.\n[ 0.773520] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.775648] Write protecting the kernel read-only data: 12288k\n[ 0.777798] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.781190] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.794790] systemd-udevd[107]: starting version 204\n[ 0.838272] FDC 0 is a S82078B\n[ 0.980074] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.145437] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.147584] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149806] usb 1-1: Product: QEMU USB Tablet\n[ 1.151274] usb 1-1: Manufacturer: QEMU\n[ 1.152621] usb 1-1: SerialNumber: 42\n[ 1.448076] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.849285] 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.191480] 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.342916] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.443700] 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 Sat, 25 Aug 2018 11:16:47 +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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[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 Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.08]: 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 ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:16:49 +0000. Up 4.29 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.9 | 255.255.255.0 | fa:16:3e:f1:a4:65 |\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:\n09:5f:d1:87:69:62:6f:74:89:24:f9:fd:7c:bf:63:5a root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o+.+ . |\n| +oB + |\n| . ..* + |\n| o o + . |\n| S . o |\n| +|\n| Eo|\n| .o.|\n| .o.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:\nb6:37:61:28:76:27:6b:25:f6:45:6f:9f:cd:70:ad:53 root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| . |\n| . . . .|\n| o S = . + E|\n| . = X o . Bo|\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:\neb:73:3b:56:72:ea:f6:d4:eb:20:f1:4c:e7:1e:b5:73 root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| |\n| S . . . .|\n| ..=o+ ..|\n| . .== +oE|\n| .. *o o oo|\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:\nb9:35:a8:09:c3:ed:f5:16:e3:da:92:17:fc:0d:8c:6c root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| . . o |\n| + . So=o |\n| + + =E+o |\n| + .o+o o |\n| o+. . . |\n| .o. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * 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 ]\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 Sat, 25 Aug 2018 11:16:55 +0000. Up 10.62 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 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 Sat, 25 Aug 2018 11:16:56 +0000. Up 11.57 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 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15689 0 --:--:-- --:--:-- --:--:-- 15745\nOK\n+ apt-get update\n\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-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]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 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://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [762 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 [470 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 [242 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\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 (2678 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.9\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 4 not upgraded.\nNeed to get 69.7 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 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/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB]\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.8 [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 8s (7780 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.8) ...\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 8552\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 9275\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 4 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 (12.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.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n+ echo 'nameserver 192.168.0.7'\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 b6:37:61:28:76:27:6b:25:f6:45:6f:9f:cd:70:ad:53 root@ellis-0 (DSA)\nec2: 256 eb:73:3b:56:72:ea:f6:d4:eb:20:f1:4c:e7:1e:b5:73 root@ellis-0 (ECDSA)\nec2: 256 b9:35:a8:09:c3:ed:f5:16:e3:da:92:17:fc:0d:8c:6c root@ellis-0 (ED25519)\nec2: 2048 09:5f:d1:87:69:62:6f:74:89:24:f9:fd:7c:bf:63:5a root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBExz8i4ZojpeHGio/n576+kfaaSCBgfolZi/2v2ajCrUc6+V+MjeGfZwXlQqnvhSbpHOlDGsjjaVpaIFLwV9M0= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBDi/4HQ95/9EO6f0XecE+zyXYV8CmvWTt1q6lyjGALk root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdk/RvaOY9jN3/5oOg8Hk/9JLT0YccntRhgE6iqItyTfBuYj55BWahiT8TaQxji06Mda2lY2pTBh1FzRD+A2Ft7196xbnmw7LhJtQ/FyiuFMWsraMAWd2RlZ991DiUHV/GEkCsDzotLr17l+SPwLM+JgLu4SLwzjEbhHladXgw0wRuYNzBOCz2NnnK01h2FpowynsHafn+4x7SzRHpJEjCm8IWmR0wSIG5dfIQISFENR0SLZi9vG3Wm1sJEOzIoZGgTye5MXNovjxqFKQF/QgDJ0QuJQwalLqLYX0+4erVMarMUDCJG+dwR3/DPLp3qqFceM5nvkU9D8Q+/fJ8Wvcr root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:19:53 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 189.13 seconds\n"} 2018-08-25 11:21:14,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6/action used request id req-b3a8675a-7e71-4536-9030-3e88250e08d6 2018-08-25 11:21:14,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0843229293823s 2018-08-25 11:21:14,079 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6/action used request id req-b3a8675a-7e71-4536-9030-3e88250e08d6 2018-08-25 11:21:14,079 - 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.008032] Security Framework initialized [ 0.009209] AppArmor: AppArmor initialized [ 0.010347] Yama: becoming mindful. [ 0.012142] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015758] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016891] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022044] Initializing cgroup subsys memory [ 0.023250] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025217] Initializing cgroup subsys blkio [ 0.026382] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029266] FEATURE SPEC_CTRL Not Present [ 0.031059] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034686] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037959] Speculative Store Bypass: Vulnerable [ 0.040315] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.045344] ACPI: Core revision 20131115 [ 0.046920] ACPI: All ACPI Tables successfully acquired [ 0.048368] ftrace: allocating 28717 entries in 113 pages [ 0.068218] smpboot: Max logical packages: 2 [ 0.069404] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.071053] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076354] Enabling x2apic [ 0.077268] Enabled x2apic [ 0.078425] Switched APIC routing to physical x2apic. [ 0.081386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.083009] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.085403] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093919] KVM setup paravirtual spinlock [ 0.097526] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.099486] x86: Booting SMP configuration: [ 0.100003] .... node #0, CPUs: #1[ 0.097467] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116016] KVM setup async PF for cpu 1 [ 0.116028] x86: Booted up 1 node, 2 CPUs [ 0.116031] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.121900] devtmpfs: initialized [ 0.125356] EVM: security.selinux [ 0.126325] EVM: security.SMACK64 [ 0.127296] EVM: security.ima [ 0.128003] EVM: security.capability [ 0.129071] pinctrl core: initialized pinctrl subsystem [ 0.130444] regulator-dummy: no parameters [ 0.132078] RTC time: 11:16:44, date: 08/25/18 [ 0.133368] NET: Registered protocol family 16 [ 0.134727] cpuidle: using governor ladder [ 0.135857] cpuidle: using governor menu [ 0.136065] ACPI: bus type PCI registered [ 0.137189] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.138948] PCI: Using configuration type 1 for base access [ 0.140636] bio: create slab at 0 [ 0.141187] ACPI: Added _OSI(Module Device) [ 0.141237] ACPI: Added _OSI(Processor Device) [ 0.144003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.145234] ACPI: Added _OSI(Processor Aggregator Device) [ 0.148150] ACPI: Interpreter enabled [ 0.149222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.151797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.153673] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.156009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.158563] ACPI: (supports S0 S5) [ 0.159549] ACPI: Using IOAPIC for interrupt routing [ 0.160019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.162556] ACPI: No dock devices found. [ 0.165648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.168016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.169727] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.171364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172236] acpiphp: Slot [3] registered [ 0.173350] acpiphp: Slot [4] registered [ 0.174467] acpiphp: Slot [5] registered [ 0.175578] acpiphp: Slot [6] registered [ 0.176020] acpiphp: Slot [7] registered [ 0.177115] acpiphp: Slot [8] registered [ 0.178216] acpiphp: Slot [9] registered [ 0.179315] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181129] acpiphp: Slot [12] registered [ 0.182253] acpiphp: Slot [13] registered [ 0.183378] acpiphp: Slot [14] registered [ 0.184021] acpiphp: Slot [15] registered [ 0.185139] acpiphp: Slot [16] registered [ 0.186330] acpiphp: Slot [17] registered [ 0.187460] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189145] acpiphp: Slot [20] registered [ 0.190276] acpiphp: Slot [21] registered [ 0.191394] acpiphp: Slot [22] registered [ 0.192021] acpiphp: Slot [23] registered [ 0.193149] acpiphp: Slot [24] registered [ 0.194268] acpiphp: Slot [25] registered [ 0.195390] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197135] acpiphp: Slot [28] registered [ 0.198251] acpiphp: Slot [29] registered [ 0.199366] acpiphp: Slot [30] registered [ 0.200027] acpiphp: Slot [31] registered [ 0.201141] PCI host bridge to bus 0000:00 [ 0.202262] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203654] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207198] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.216781] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.218799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246402] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248086] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.249998] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.251788] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.252279] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253468] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.255610] vgaarb: loaded [ 0.256003] vgaarb: bridge control possible 0000:00:02.0 [ 0.257629] SCSI subsystem initialized [ 0.258842] ACPI: bus type USB registered [ 0.260034] usbcore: registered new interface driver usbfs [ 0.261428] usbcore: registered new interface driver hub [ 0.262814] usbcore: registered new device driver usb [ 0.264112] PCI: Using ACPI for IRQ routing [ 0.265517] NetLabel: Initializing [ 0.266494] NetLabel: domain hash size = 128 [ 0.267648] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268096] NetLabel: unlabeled traffic allowed by default [ 0.269493] Switched to clocksource kvm-clock [ 0.276788] AppArmor: AppArmor Filesystem Enabled [ 0.278056] pnp: PnP ACPI init [ 0.278972] ACPI: bus type PNP registered [ 0.280541] pnp: PnP ACPI: found 8 devices [ 0.281655] ACPI: bus type PNP unregistered [ 0.289115] NET: Registered protocol family 2 [ 0.290597] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.292670] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.294484] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296201] TCP: reno registered [ 0.297145] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.298647] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.300312] NET: Registered protocol family 1 [ 0.301502] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.302967] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.304415] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.326617] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.348839] Trying to unpack rootfs image as initramfs... [ 0.448395] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.450768] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.452297] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.453844] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.456203] Scanning for low memory corruption every 60 seconds [ 0.458245] Initialise system trusted keyring [ 0.459509] audit: initializing netlink socket (disabled) [ 0.460916] type=2000 audit(1535195805.492:1): initialized [ 0.481590] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484098] zbud: loaded [ 0.485131] VFS: Disk quotas dquot_6.5.2 [ 0.486262] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488235] fuse init (API version 7.22) [ 0.489395] msgmni has been set to 3997 [ 0.490540] Key type big_key registered [ 0.492009] Key type asymmetric registered [ 0.493141] Asymmetric key parser 'x509' registered [ 0.494440] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.496513] io scheduler noop registered [ 0.497591] io scheduler deadline registered (default) [ 0.498943] io scheduler cfq registered [ 0.500095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.501523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503195] ipmi message handler version 39.2 [ 0.504440] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506419] ACPI: Power Button [PWRF] [ 0.507549] GHES: HEST is not enabled! [ 0.529754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573357] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575527] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599204] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.602088] Linux agpgart interface v0.103 [ 0.604230] brd: module loaded [ 0.605620] loop: module loaded [ 0.606913] blk-mq: CPU -> queue map [ 0.607947] CPU 0 -> Queue 0 [ 0.608862] CPU 1 -> Queue 0 [ 0.610633] vda: vda1 [ 0.612172] scsi0 : ata_piix [ 0.613190] scsi1 : ata_piix [ 0.614102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.615777] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.617638] libphy: Fixed MDIO Bus: probed [ 0.618855] tun: Universal TUN/TAP device driver, 1.6 [ 0.620205] tun: (C) 1999-2004 Max Krasnyansky [ 0.622754] PPP generic driver version 2.4.2 [ 0.624002] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.625613] ehci-pci: EHCI PCI platform driver [ 0.626813] ehci-platform: EHCI generic platform driver [ 0.628165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.629713] ohci-pci: OHCI PCI platform driver [ 0.630918] ohci-platform: OHCI generic platform driver [ 0.632292] uhci_hcd: USB Universal Host Controller Interface driver [ 0.654394] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655776] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.659467] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.661153] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663174] usb usb1: Product: UHCI Host Controller [ 0.664465] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.666066] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667437] hub 1-0:1.0: USB hub found [ 0.668510] hub 1-0:1.0: 2 ports detected [ 0.669761] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672674] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673982] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.675491] mousedev: PS/2 mouse device common for all mice [ 0.677201] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679717] rtc_cmos 00:00: RTC can wake from S4 [ 0.681270] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682897] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684579] device-mapper: uevent: version 1.0.3 [ 0.685878] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.688090] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689682] TCP: cubic registered [ 0.690730] NET: Registered protocol family 10 [ 0.692201] NET: Registered protocol family 17 [ 0.693431] Key type dns_resolver registered [ 0.694823] Loading compiled-in X.509 certificates [ 0.696645] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.699093] registered taskstats version 1 [ 0.702060] Key type trusted registered [ 0.705912] Key type encrypted registered [ 0.707033] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708451] IMA: No TPM chip found, activating TPM-bypass! [ 0.717860] regulator-dummy: disabling [ 0.719008] Magic number: 14:775:277 [ 0.720090] tty tty14: hash matches [ 0.721216] rtc_cmos 00:00: setting system clock to 2018-08-25 11:16:45 UTC (1535195805) [ 0.723462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.724983] EDD information not available. [ 0.773520] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.775648] Write protecting the kernel read-only data: 12288k [ 0.777798] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.781190] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.794790] systemd-udevd[107]: starting version 204 [ 0.838272] FDC 0 is a S82078B [ 0.980074] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.145437] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.147584] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.149806] usb 1-1: Product: QEMU USB Tablet [ 1.151274] usb 1-1: Manufacturer: QEMU [ 1.152621] usb 1-1: SerialNumber: 42 [ 1.448076] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.849285] 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.191480] 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.342916] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.443700] 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 Sat, 25 Aug 2018 11:16:47 +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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[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 Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.08]: 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 ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:16:49 +0000. Up 4.29 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.9 | 255.255.255.0 | fa:16:3e:f1:a4:65 | 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: 09:5f:d1:87:69:62:6f:74:89:24:f9:fd:7c:bf:63:5a root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | o+.+ . | | +oB + | | . ..* + | | o o + . | | S . o | | +| | Eo| | .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: b6:37:61:28:76:27:6b:25:f6:45:6f:9f:cd:70:ad:53 root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | . | | . . . .| | o S = . + E| | . = X o . Bo| | + + 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: eb:73:3b:56:72:ea:f6:d4:eb:20:f1:4c:e7:1e:b5:73 root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | | | S . . . .| | ..=o+ ..| | . .== +oE| | .. *o o oo| | .*o+..+ | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b9:35:a8:09:c3:ed:f5:16:e3:da:92:17:fc:0d:8c:6c root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | . . o | | + . So=o | | + + =E+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 ] * 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 Sat, 25 Aug 2018 11:16:55 +0000. Up 10.62 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 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 Sat, 25 Aug 2018 11:16:56 +0000. Up 11.57 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 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15689 0 --:--:-- --:--:-- --:--:-- 15745 OK + apt-get update Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-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] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 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://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1100 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [762 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 [470 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 [242 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [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 (2678 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.9 + 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 4 not upgraded. Need to get 69.7 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 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/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB] 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.8 [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 8s (7780 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.8) ... 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 8552 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 9275 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 4 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 (12.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.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 + echo 'nameserver 192.168.0.7' + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 b6:37:61:28:76:27:6b:25:f6:45:6f:9f:cd:70:ad:53 root@ellis-0 (DSA) ec2: 256 eb:73:3b:56:72:ea:f6:d4:eb:20:f1:4c:e7:1e:b5:73 root@ellis-0 (ECDSA) ec2: 256 b9:35:a8:09:c3:ed:f5:16:e3:da:92:17:fc:0d:8c:6c root@ellis-0 (ED25519) ec2: 2048 09:5f:d1:87:69:62:6f:74:89:24:f9:fd:7c:bf:63:5a root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBExz8i4ZojpeHGio/n576+kfaaSCBgfolZi/2v2ajCrUc6+V+MjeGfZwXlQqnvhSbpHOlDGsjjaVpaIFLwV9M0= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBDi/4HQ95/9EO6f0XecE+zyXYV8CmvWTt1q6lyjGALk root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdk/RvaOY9jN3/5oOg8Hk/9JLT0YccntRhgE6iqItyTfBuYj55BWahiT8TaQxji06Mda2lY2pTBh1FzRD+A2Ft7196xbnmw7LhJtQ/FyiuFMWsraMAWd2RlZ991DiUHV/GEkCsDzotLr17l+SPwLM+JgLu4SLwzjEbhHladXgw0wRuYNzBOCz2NnnK01h2FpowynsHafn+4x7SzRHpJEjCm8IWmR0wSIG5dfIQISFENR0SLZi9vG3Wm1sJEOzIoZGgTye5MXNovjxqFKQF/QgDJ0QuJQwalLqLYX0+4erVMarMUDCJG+dwR3/DPLp3qqFceM5nvkU9D8Q+/fJ8Wvcr root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:19:53 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 189.13 seconds 2018-08-25 11:21:14,084 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:21:14,084 - 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:f1:a4:65', 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:f1:a4:65', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bbeba9a9-621a-47ca-bbb3-738d6e1e13b6', 'name': u'heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:16:44.000000', 'flavor': Munch({u'id': u'1fd731f8-24f8-4f5f-b7e0-6a4117980347', 'name': u'heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23'}), 'az': u'nova', 'id': u'669ceac2-c5da-402a-b39a-a738fe6603c6', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7501a10a-ffd8-42d6-9f9a-7808d5a38080'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'80772e5c-a2f1-4471-b532-ed85aad7dc25'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'a7473c61-217f-4d56-adfe-dee440428703'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'e124c73c-87be-4fd0-a455-9977008ce0e8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'f4a71d62-9795-4a56-9e0e-b589b9591878'})], 'id': u'eedcc374-6d6d-462b-801f-c520d02da5cd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'bc44550e-8ee7-41b4-a3a1-5ffe177d723a', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'51391d73-6fa7-4228-b76e-8248f3286385'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'bc44550e-8ee7-41b4-a3a1-5ffe177d723a', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', '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'90272ad8-deb2-468c-9684-7931b99b53cf'})], 'id': u'bc44550e-8ee7-41b4-a3a1-5ffe177d723a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6cb6a06864ca42be984f4ce627b1298d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b13b6a01cec54813b6a537be38c4c707', 'name': 'heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-08-25T11:16:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:16:44Z', 'hostId': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:16:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b13b6a01cec54813b6a537be38c4c707', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b13b6a01cec54813b6a537be38c4c707', 'created_at': u'2018-08-25T11:14:57Z', 'created': u'2018-08-25T11:14:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 11:21:14,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:21:14,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:21:14,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-84bc1101-c8bd-4f57-a2f3-a2e5fe5c8c85 x-compute-request-id: req-84bc1101-c8bd-4f57-a2f3-a2e5fe5c8c85 Content-Encoding: gzip Content-Length: 1510 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:71:d9:c6", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:d9:c6", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:05:92", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/159e75a9-627d-494e-a6a5-2c5c920fb07a", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "159e75a9-627d-494e-a6a5-2c5c920fb07a", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ef:f3", "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:c1:c1:0f", "version": 4, "addr": "192.168.1.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:c1:0f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/57c27cef-ace6-4899-8679-cb61d51b2b99", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "57c27cef-ace6-4899-8679-cb61d51b2b99", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "bono-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:10:b9", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:10:b9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c9:3d", "version": 4, "addr": "192.168.1.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:45.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "c9b0f7ee-5629-4a5b-9cb1-1b831ebadfed", "security_groups": [{"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:45Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "dime-0.clearwater.opnfv", "created": "2018-08-25T11:17:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-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:ae:31", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ae:31", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:90:f7", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dfe83da7-9b31-4b4c-8837-e5357acd507c", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:40.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "dfe83da7-9b31-4b4c-8837-e5357acd507c", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:40Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "homer-0.clearwater.opnfv", "created": "2018-08-25T11:17:01Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:92:55", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ba:54", "version": 4, "addr": "192.168.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:17:25.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "3d1a4259-40a9-4ea1-b94f-a03664faf8d7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:17:25Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-25T11:16:59Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:a4:65", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/669ceac2-c5da-402a-b39a-a738fe6603c6", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:16:44.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "669ceac2-c5da-402a-b39a-a738fe6603c6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:16:44Z", "hostId": "46872b087772e13db646badc715861b21bd271673cd970f15f74dc8b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-25T11:14:57Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:31:2b", "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:68:b3:03", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9dc7a04c-d614-4907-8b00-973cff1f3254", "rel": "bookmark"}], "image": {"id": "bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "links": [{"href": "http://172.30.9.35:8774/images/bbeba9a9-621a-47ca-bbb3-738d6e1e13b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:14:47.000000", "flavor": {"id": "1fd731f8-24f8-4f5f-b7e0-6a4117980347", "links": [{"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "bookmark"}]}, "id": "9dc7a04c-d614-4907-8b00-973cff1f3254", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "6cb6a06864ca42be984f4ce627b1298d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:14:47Z", "hostId": "c9fc005ea3bb397d7e97a4335ab4fe97d31586686269b88a540597d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7b60b214-3a70-4a24-a285-c261fa027f23", "name": "ns.clearwater.opnfv", "created": "2018-08-25T11:13:02Z", "tenant_id": "b13b6a01cec54813b6a537be38c4c707", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:21:14,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-84bc1101-c8bd-4f57-a2f3-a2e5fe5c8c85 2018-08-25 11:21:14,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.295214176178s 2018-08-25 11:21:14,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-84bc1101-c8bd-4f57-a2f3-a2e5fe5c8c85 2018-08-25 11:21:14,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:21:14,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:21:14,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:21: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-1cfdd4aa-bd99-44ac-917f-0ba865d832a3 x-compute-request-id: req-1cfdd4aa-bd99-44ac-917f-0ba865d832a3 Content-Encoding: gzip Content-Length: 11840 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008038] Security Framework initialized\n[ 0.009184] AppArmor: AppArmor initialized\n[ 0.010291] Yama: becoming mindful.\n[ 0.012110] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015649] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016890] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018556] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020299] Initializing cgroup subsys memory\n[ 0.021465] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025181] Initializing cgroup subsys blkio\n[ 0.026314] Initializing cgroup subsys perf_event\n[ 0.027526] Initializing cgroup subsys hugetlb\n[ 0.028063] FEATURE SPEC_CTRL Not Present\n[ 0.029854] mce: CPU supports 10 MCE banks\n[ 0.032019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034588] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037919] Speculative Store Bypass: Vulnerable\n[ 0.039807] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.044662] ACPI: Core revision 20131115\n[ 0.046215] ACPI: All ACPI Tables successfully acquired\n[ 0.047770] ftrace: allocating 28717 entries in 113 pages\n[ 0.068232] smpboot: Max logical packages: 2\n[ 0.069389] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.070974] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.072253] Enabling x2apic\n[ 0.073103] Enabled x2apic\n[ 0.074218] Switched APIC routing to physical x2apic.\n[ 0.077335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.078925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.081289] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.089302] KVM setup paravirtual spinlock\n[ 0.091834] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.092202] x86: Booting SMP configuration:\n[ 0.093395] .... node #0, CPUs: #1[ 0.091791] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108022] x86: Booted up 1 node, 2 CPUs\n[ 0.108015] KVM setup async PF for cpu 1\n[ 0.108015] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111640] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112511] devtmpfs: initialized\n[ 0.115008] EVM: security.selinux\n[ 0.116006] EVM: security.SMACK64\n[ 0.116943] EVM: security.ima\n[ 0.117808] EVM: security.capability\n[ 0.118841] pinctrl core: initialized pinctrl subsystem\n[ 0.120047] regulator-dummy: no parameters\n[ 0.121219] RTC time: 11:14:48, date: 08/25/18\n[ 0.122417] NET: Registered protocol family 16\n[ 0.123712] cpuidle: using governor ladder\n[ 0.124004] cpuidle: using governor menu\n[ 0.125188] ACPI: bus type PCI registered\n[ 0.126273] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.127940] PCI: Using configuration type 1 for base access\n[ 0.128602] bio: create slab at 0\n[ 0.129157] ACPI: Added _OSI(Module Device)\n[ 0.129235] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133223] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.139056] ACPI: Interpreter enabled\n[ 0.140033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.142572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.144734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.147263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.149655] ACPI: (supports S0 S5)\n[ 0.152048] ACPI: Using IOAPIC for interrupt routing\n[ 0.153539] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.156143] ACPI: No dock devices found.\n[ 0.159622] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.160048] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.161734] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.163380] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164345] acpiphp: Slot [3] registered\n[ 0.165461] acpiphp: Slot [4] registered\n[ 0.166586] acpiphp: Slot [5] registered\n[ 0.167691] acpiphp: Slot [6] registered\n[ 0.168035] acpiphp: Slot [7] registered\n[ 0.169158] acpiphp: Slot [8] registered\n[ 0.170243] acpiphp: Slot [9] registered\n[ 0.171340] acpiphp: Slot [10] registered\n[ 0.172020] acpiphp: Slot [11] registered\n[ 0.173132] acpiphp: Slot [12] registered\n[ 0.174241] acpiphp: Slot [13] registered\n[ 0.175364] acpiphp: Slot [14] registered\n[ 0.176020] acpiphp: Slot [15] registered\n[ 0.177165] acpiphp: Slot [16] registered\n[ 0.178514] acpiphp: Slot [17] registered\n[ 0.179633] acpiphp: Slot [18] registered\n[ 0.180030] acpiphp: Slot [19] registered\n[ 0.181162] acpiphp: Slot [20] registered\n[ 0.182296] acpiphp: Slot [21] registered\n[ 0.183404] acpiphp: Slot [22] registered\n[ 0.184020] acpiphp: Slot [23] registered\n[ 0.185140] acpiphp: Slot [24] registered\n[ 0.186289] acpiphp: Slot [25] registered\n[ 0.187398] acpiphp: Slot [26] registered\n[ 0.188020] acpiphp: Slot [27] registered\n[ 0.189133] acpiphp: Slot [28] registered\n[ 0.190239] acpiphp: Slot [29] registered\n[ 0.191359] acpiphp: Slot [30] registered\n[ 0.192028] acpiphp: Slot [31] registered\n[ 0.193133] PCI host bridge to bus 0000:00\n[ 0.194245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.195677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.197533] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.199199] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.200003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.209193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.211166] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.241703] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.243788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.244967] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.246939] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.248816] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.250689] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.252673] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253536] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256848] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258803] SCSI subsystem initialized\n[ 0.260388] ACPI: bus type USB registered\n[ 0.261324] usbcore: registered new interface driver usbfs\n[ 0.262773] usbcore: registered new interface driver hub\n[ 0.264052] usbcore: registered new device driver usb\n[ 0.265469] PCI: Using ACPI for IRQ routing\n[ 0.265997] NetLabel: Initializing\n[ 0.268016] NetLabel: domain hash size = 128\n[ 0.269226] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.270605] NetLabel: unlabeled traffic allowed by default\n[ 0.272531] Switched to clocksource kvm-clock\n[ 0.281237] AppArmor: AppArmor Filesystem Enabled\n[ 0.282583] pnp: PnP ACPI init\n[ 0.283519] ACPI: bus type PNP registered\n[ 0.285152] pnp: PnP ACPI: found 8 devices\n[ 0.286310] ACPI: bus type PNP unregistered\n[ 0.293217] NET: Registered protocol family 2\n[ 0.294738] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.296937] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.298864] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.300686] TCP: reno registered\n[ 0.301677] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.303270] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304986] NET: Registered protocol family 1\n[ 0.306222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.307775] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.309344] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.331146] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.353307] Trying to unpack rootfs image as initramfs...\n[ 0.454962] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.457546] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460662] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.463109] Scanning for low memory corruption every 60 seconds\n[ 0.465385] Initialise system trusted keyring\n[ 0.466742] audit: initializing netlink socket (disabled)\n[ 0.468232] type=2000 audit(1535195688.510:1): initialized\n[ 0.490641] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493216] zbud: loaded\n[ 0.494289] VFS: Disk quotas dquot_6.5.2\n[ 0.495432] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497562] fuse init (API version 7.22)\n[ 0.498797] msgmni has been set to 3997\n[ 0.499956] Key type big_key registered\n[ 0.501586] Key type asymmetric registered\n[ 0.502731] Asymmetric key parser 'x509' registered\n[ 0.504059] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.506130] io scheduler noop registered\n[ 0.507226] io scheduler deadline registered (default)\n[ 0.508602] io scheduler cfq registered\n[ 0.509786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511272] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513034] ipmi message handler version 39.2\n[ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516298] ACPI: Power Button [PWRF]\n[ 0.517493] GHES: HEST is not enabled!\n[ 0.539515] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604580] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.606777] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.630593] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633895] Linux agpgart interface v0.103\n[ 0.636326] brd: module loaded\n[ 0.637874] loop: module loaded\n[ 0.639215] blk-mq: CPU -> queue map\n[ 0.640245] CPU 0 -> Queue 0\n[ 0.641162] CPU 1 -> Queue 0\n[ 0.643124] vda: vda1\n[ 0.644860] scsi0 : ata_piix\n[ 0.645916] scsi1 : ata_piix\n[ 0.646829] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.648500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.650475] libphy: Fixed MDIO Bus: probed\n[ 0.651773] tun: Universal TUN/TAP device driver, 1.6\n[ 0.653121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656619] PPP generic driver version 2.4.2\n[ 0.657989] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659748] ehci-pci: EHCI PCI platform driver\n[ 0.661035] ehci-platform: EHCI generic platform driver\n[ 0.662469] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664122] ohci-pci: OHCI PCI platform driver\n[ 0.665403] ohci-platform: OHCI generic platform driver\n[ 0.666852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691010] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.695049] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698945] usb usb1: Product: UHCI Host Controller\n[ 0.700316] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.702021] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.703460] hub 1-0:1.0: USB hub found\n[ 0.704595] hub 1-0:1.0: 2 ports detected\n[ 0.705972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.709059] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.710475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.712033] mousedev: PS/2 mouse device common for all mice\n[ 0.713866] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.716407] rtc_cmos 00:00: RTC can wake from S4\n[ 0.717987] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.719623] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.721306] device-mapper: uevent: version 1.0.3\n[ 0.722624] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.724886] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.726552] TCP: cubic registered\n[ 0.727617] NET: Registered protocol family 10\n[ 0.729383] NET: Registered protocol family 17\n[ 0.730651] Key type dns_resolver registered\n[ 0.732071] Loading compiled-in X.509 certificates\n[ 0.733966] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.743840] registered taskstats version 1\n[ 0.747376] Key type trusted registered\n[ 0.751357] Key type encrypted registered\n[ 0.752501] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.753938] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.755930] regulator-dummy: disabling\n[ 0.757084] Magic number: 14:225:227\n[ 0.758319] rtc_cmos 00:00: setting system clock to 2018-08-25 11:14:48 UTC (1535195688)\n[ 0.760677] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.762215] EDD information not available.\n[ 0.806833] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.809134] Write protecting the kernel read-only data: 12288k\n[ 0.812294] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.816775] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.830784] systemd-udevd[107]: starting version 204\n[ 0.888445] FDC 0 is a S82078B\n[ 1.016097] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.180704] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.182440] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184211] usb 1-1: Product: QEMU USB Tablet\n[ 1.185402] usb 1-1: Manufacturer: QEMU\n[ 1.186544] usb 1-1: SerialNumber: 42\n[ 1.456078] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n[ 1.889359] 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.219588] 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.346209] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.437692] 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 Sat, 25 Aug 2018 11:14:50 +0000. Up 2.77 seconds.\ncloud-init-nonet[2.92]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.32]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:14:52 +0000. Up 4.54 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:b3:03 |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:9a:31:2b |\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:\nac:6a:07:da:e2:9c:7f:81:f6:6a:b6:3c:e0:d5:f8:96 root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . |\n| + S |\n| . * o. |\n| . * +.o |\n| .+o*.E |\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:\n22:16:88:02:41:7b:77:5d:f1:21:8b:4a:86:47:65:0e root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|+o E.o +.. |\n|.... o = o + . |\n|o....o = + . . |\n|. . ..= . |\n| o ..S |\n| . . . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n3d:46:eb:8b:7d:1f:8a:64:14:4a:a0:7e:c1:30:f0:3f root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ..o . |\n| . = . |\n| o o . o |\n| . . o + o |\n| . E S * |\n| . . + . |\n| + . |\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:\n4c:7b:14:5c:c1:29:23:30:a5:94:a8:f9:b0:ec:ad:79 root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| .++...ooo |\n| ...o. +.o |\n| o . ...o |\n| + o o |\n| . + S . |\n| o . . |\n| . . |\n| ..E |\n| oo |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting 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 SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting 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 ]\nCloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:14:59 +0000. Up 11.29 seconds.\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 OpenSSH server[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:15:00 +0000. Up 12.31 seconds.\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ ip addr add 192.168.1.10/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 [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:5 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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 [1100 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 [470 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 [252 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 (1549 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 4 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 (339 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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 22:16:88:02:41:7b:77:5d:f1:21:8b:4a:86:47:65:0e root@ns (DSA)\nec2: 256 3d:46:eb:8b:7d:1f:8a:64:14:4a:a0:7e:c1:30:f0:3f root@ns (ECDSA)\nec2: 256 4c:7b:14:5c:c1:29:23:30:a5:94:a8:f9:b0:ec:ad:79 root@ns (ED25519)\nec2: 2048 ac:6a:07:da:e2:9c:7f:81:f6:6a:b6:3c:e0:d5:f8:96 root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKLnCTgEuoXoeEk/m+NJUgQCj/Rf+V0r/H1f/TOOL/+eb+YLK9fHxTIG4PrWAXw7KUFpzs+oULOdkGVPx2FRh08= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIETIEVZA++7Tuh0qy4nBQTw6ORAo8TzvXSiKMIDlNKcE root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ2Zx8bQDcgz57Vcojd0mzLuRhVQATKL7pFKCksZETaD79QByRgHTlTiwYnXlXHke5kjhK0O6MT9H1zRPlIjGRF9ubwr1ZZETUPe+KcTT4M6T/v6ABI1U/ejjmicLY6MSjBAjizljgbR9tM2M/8EIvw5U3YUbSLcLboTmEmx6AIFymqjuUDR2P+ggaE2dqc5BcFwowGaUipLcQko6/zBz2Je+3p6t8+wilgoglxXwM5xPJGCgcH7zBhVtp1AIIKEX2GFcgOWWqB88CXSZQ7pxWlpXuBmf1fv13/i+W3lnlAx83VmZM9rr5Dml/N8OMqbIu8Z4fh1+unqt2+9aPnbq5 root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:15:14 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 26.70 seconds\n"} 2018-08-25 11:21:14,469 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254/action used request id req-1cfdd4aa-bd99-44ac-917f-0ba865d832a3 2018-08-25 11:21:14,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0808820724487s 2018-08-25 11:21:14,470 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/9dc7a04c-d614-4907-8b00-973cff1f3254/action used request id req-1cfdd4aa-bd99-44ac-917f-0ba865d832a3 2018-08-25 11:21:14,471 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008038] Security Framework initialized [ 0.009184] AppArmor: AppArmor initialized [ 0.010291] Yama: becoming mindful. [ 0.012110] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015649] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016890] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018556] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020299] Initializing cgroup subsys memory [ 0.021465] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025181] Initializing cgroup subsys blkio [ 0.026314] Initializing cgroup subsys perf_event [ 0.027526] Initializing cgroup subsys hugetlb [ 0.028063] FEATURE SPEC_CTRL Not Present [ 0.029854] mce: CPU supports 10 MCE banks [ 0.032019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034588] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037919] Speculative Store Bypass: Vulnerable [ 0.039807] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.044662] ACPI: Core revision 20131115 [ 0.046215] ACPI: All ACPI Tables successfully acquired [ 0.047770] ftrace: allocating 28717 entries in 113 pages [ 0.068232] smpboot: Max logical packages: 2 [ 0.069389] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.070974] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.072253] Enabling x2apic [ 0.073103] Enabled x2apic [ 0.074218] Switched APIC routing to physical x2apic. [ 0.077335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.078925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.081289] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.089302] KVM setup paravirtual spinlock [ 0.091834] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.092202] x86: Booting SMP configuration: [ 0.093395] .... node #0, CPUs: #1[ 0.091791] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108022] x86: Booted up 1 node, 2 CPUs [ 0.108015] KVM setup async PF for cpu 1 [ 0.108015] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111640] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112511] devtmpfs: initialized [ 0.115008] EVM: security.selinux [ 0.116006] EVM: security.SMACK64 [ 0.116943] EVM: security.ima [ 0.117808] EVM: security.capability [ 0.118841] pinctrl core: initialized pinctrl subsystem [ 0.120047] regulator-dummy: no parameters [ 0.121219] RTC time: 11:14:48, date: 08/25/18 [ 0.122417] NET: Registered protocol family 16 [ 0.123712] cpuidle: using governor ladder [ 0.124004] cpuidle: using governor menu [ 0.125188] ACPI: bus type PCI registered [ 0.126273] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.127940] PCI: Using configuration type 1 for base access [ 0.128602] bio: create slab at 0 [ 0.129157] ACPI: Added _OSI(Module Device) [ 0.129235] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133223] ACPI: Added _OSI(Processor Aggregator Device) [ 0.139056] ACPI: Interpreter enabled [ 0.140033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.142572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.144734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.147263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.149655] ACPI: (supports S0 S5) [ 0.152048] ACPI: Using IOAPIC for interrupt routing [ 0.153539] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.156143] ACPI: No dock devices found. [ 0.159622] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.160048] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.161734] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.163380] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164345] acpiphp: Slot [3] registered [ 0.165461] acpiphp: Slot [4] registered [ 0.166586] acpiphp: Slot [5] registered [ 0.167691] acpiphp: Slot [6] registered [ 0.168035] acpiphp: Slot [7] registered [ 0.169158] acpiphp: Slot [8] registered [ 0.170243] acpiphp: Slot [9] registered [ 0.171340] acpiphp: Slot [10] registered [ 0.172020] acpiphp: Slot [11] registered [ 0.173132] acpiphp: Slot [12] registered [ 0.174241] acpiphp: Slot [13] registered [ 0.175364] acpiphp: Slot [14] registered [ 0.176020] acpiphp: Slot [15] registered [ 0.177165] acpiphp: Slot [16] registered [ 0.178514] acpiphp: Slot [17] registered [ 0.179633] acpiphp: Slot [18] registered [ 0.180030] acpiphp: Slot [19] registered [ 0.181162] acpiphp: Slot [20] registered [ 0.182296] acpiphp: Slot [21] registered [ 0.183404] acpiphp: Slot [22] registered [ 0.184020] acpiphp: Slot [23] registered [ 0.185140] acpiphp: Slot [24] registered [ 0.186289] acpiphp: Slot [25] registered [ 0.187398] acpiphp: Slot [26] registered [ 0.188020] acpiphp: Slot [27] registered [ 0.189133] acpiphp: Slot [28] registered [ 0.190239] acpiphp: Slot [29] registered [ 0.191359] acpiphp: Slot [30] registered [ 0.192028] acpiphp: Slot [31] registered [ 0.193133] PCI host bridge to bus 0000:00 [ 0.194245] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.195677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.197533] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.199199] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.200003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.209193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.211166] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.241703] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.243788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.244967] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.246939] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.248816] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.250689] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.252673] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253536] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256848] vgaarb: bridge control possible 0000:00:02.0 [ 0.258803] SCSI subsystem initialized [ 0.260388] ACPI: bus type USB registered [ 0.261324] usbcore: registered new interface driver usbfs [ 0.262773] usbcore: registered new interface driver hub [ 0.264052] usbcore: registered new device driver usb [ 0.265469] PCI: Using ACPI for IRQ routing [ 0.265997] NetLabel: Initializing [ 0.268016] NetLabel: domain hash size = 128 [ 0.269226] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.270605] NetLabel: unlabeled traffic allowed by default [ 0.272531] Switched to clocksource kvm-clock [ 0.281237] AppArmor: AppArmor Filesystem Enabled [ 0.282583] pnp: PnP ACPI init [ 0.283519] ACPI: bus type PNP registered [ 0.285152] pnp: PnP ACPI: found 8 devices [ 0.286310] ACPI: bus type PNP unregistered [ 0.293217] NET: Registered protocol family 2 [ 0.294738] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.296937] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.298864] TCP: Hash tables configured (established 16384 bind 16384) [ 0.300686] TCP: reno registered [ 0.301677] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.303270] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304986] NET: Registered protocol family 1 [ 0.306222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.307775] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.309344] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.331146] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.353307] Trying to unpack rootfs image as initramfs... [ 0.454962] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.457546] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460662] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.463109] Scanning for low memory corruption every 60 seconds [ 0.465385] Initialise system trusted keyring [ 0.466742] audit: initializing netlink socket (disabled) [ 0.468232] type=2000 audit(1535195688.510:1): initialized [ 0.490641] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493216] zbud: loaded [ 0.494289] VFS: Disk quotas dquot_6.5.2 [ 0.495432] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497562] fuse init (API version 7.22) [ 0.498797] msgmni has been set to 3997 [ 0.499956] Key type big_key registered [ 0.501586] Key type asymmetric registered [ 0.502731] Asymmetric key parser 'x509' registered [ 0.504059] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.506130] io scheduler noop registered [ 0.507226] io scheduler deadline registered (default) [ 0.508602] io scheduler cfq registered [ 0.509786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511272] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513034] ipmi message handler version 39.2 [ 0.514298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516298] ACPI: Power Button [PWRF] [ 0.517493] GHES: HEST is not enabled! [ 0.539515] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.582446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.604580] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.606777] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.630593] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.633895] Linux agpgart interface v0.103 [ 0.636326] brd: module loaded [ 0.637874] loop: module loaded [ 0.639215] blk-mq: CPU -> queue map [ 0.640245] CPU 0 -> Queue 0 [ 0.641162] CPU 1 -> Queue 0 [ 0.643124] vda: vda1 [ 0.644860] scsi0 : ata_piix [ 0.645916] scsi1 : ata_piix [ 0.646829] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.648500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.650475] libphy: Fixed MDIO Bus: probed [ 0.651773] tun: Universal TUN/TAP device driver, 1.6 [ 0.653121] tun: (C) 1999-2004 Max Krasnyansky [ 0.656619] PPP generic driver version 2.4.2 [ 0.657989] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.659748] ehci-pci: EHCI PCI platform driver [ 0.661035] ehci-platform: EHCI generic platform driver [ 0.662469] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.664122] ohci-pci: OHCI PCI platform driver [ 0.665403] ohci-platform: OHCI generic platform driver [ 0.666852] uhci_hcd: USB Universal Host Controller Interface driver [ 0.689495] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691010] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.695049] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696859] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698945] usb usb1: Product: UHCI Host Controller [ 0.700316] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.702021] usb usb1: SerialNumber: 0000:00:01.2 [ 0.703460] hub 1-0:1.0: USB hub found [ 0.704595] hub 1-0:1.0: 2 ports detected [ 0.705972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.709059] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.710475] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.712033] mousedev: PS/2 mouse device common for all mice [ 0.713866] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.716407] rtc_cmos 00:00: RTC can wake from S4 [ 0.717987] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.719623] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.721306] device-mapper: uevent: version 1.0.3 [ 0.722624] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.724886] ledtrig-cpu: registered to indicate activity on CPUs [ 0.726552] TCP: cubic registered [ 0.727617] NET: Registered protocol family 10 [ 0.729383] NET: Registered protocol family 17 [ 0.730651] Key type dns_resolver registered [ 0.732071] Loading compiled-in X.509 certificates [ 0.733966] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.743840] registered taskstats version 1 [ 0.747376] Key type trusted registered [ 0.751357] Key type encrypted registered [ 0.752501] AppArmor: AppArmor sha1 policy hashing enabled [ 0.753938] IMA: No TPM chip found, activating TPM-bypass! [ 0.755930] regulator-dummy: disabling [ 0.757084] Magic number: 14:225:227 [ 0.758319] rtc_cmos 00:00: setting system clock to 2018-08-25 11:14:48 UTC (1535195688) [ 0.760677] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.762215] EDD information not available. [ 0.806833] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.809134] Write protecting the kernel read-only data: 12288k [ 0.812294] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.816775] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.830784] systemd-udevd[107]: starting version 204 [ 0.888445] FDC 0 is a S82078B [ 1.016097] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.180704] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.182440] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.184211] usb 1-1: Product: QEMU USB Tablet [ 1.185402] usb 1-1: Manufacturer: QEMU [ 1.186544] usb 1-1: SerialNumber: 42 [ 1.456078] tsc: Refined TSC clocksource calibration: 3491.842 MHz [ 1.889359] 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.219588] 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.346209] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.437692] 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 Sat, 25 Aug 2018 11:14:50 +0000. Up 2.77 seconds. cloud-init-nonet[2.92]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[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 security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.32]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:14:52 +0000. Up 4.54 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:b3:03 | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:9a:31:2b | 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: ac:6a:07:da:e2:9c:7f:81:f6:6a:b6:3c:e0:d5:f8:96 root@ns The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . | | + S | | . * o. | | . * +.o | | .+o*.E | | .+**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: 22:16:88:02:41:7b:77:5d:f1:21:8b:4a:86:47:65:0e root@ns The key's randomart image is: +--[ DSA 1024]----+ |+o E.o +.. | |.... o = o + . | |o....o = + . . | |. . ..= . | | o ..S | | . . . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 3d:46:eb:8b:7d:1f:8a:64:14:4a:a0:7e:c1:30:f0:3f root@ns The key's randomart image is: +--[ECDSA 256]---+ | ..o . | | . = . | | o o . o | | . . o + o | | . E 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: 4c:7b:14:5c:c1:29:23:30:a5:94:a8:f9:b0:ec:ad:79 root@ns The key's randomart image is: +--[ED25519 256--+ | .++...ooo | | ...o. +.o | | o . ...o | | + o o | | . + S . | | o . . | | . . | | ..E | | oo | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting 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 ] Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:14:59 +0000. Up 11.29 seconds. * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:15:00 +0000. Up 12.31 seconds. ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + ip addr add 192.168.1.10/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 [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:5 http://security.ubuntu.com trusty-security/main amd64 Packages [762 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 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 [132 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 [1100 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 [470 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 [252 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 (1549 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 4 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 (339 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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 + 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 | 6f:0d:ba:30:d3:6f:f5:70:98:b9:f1:ad:c5:65:e7:ae | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 22:16:88:02:41:7b:77:5d:f1:21:8b:4a:86:47:65:0e root@ns (DSA) ec2: 256 3d:46:eb:8b:7d:1f:8a:64:14:4a:a0:7e:c1:30:f0:3f root@ns (ECDSA) ec2: 256 4c:7b:14:5c:c1:29:23:30:a5:94:a8:f9:b0:ec:ad:79 root@ns (ED25519) ec2: 2048 ac:6a:07:da:e2:9c:7f:81:f6:6a:b6:3c:e0:d5:f8:96 root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKLnCTgEuoXoeEk/m+NJUgQCj/Rf+V0r/H1f/TOOL/+eb+YLK9fHxTIG4PrWAXw7KUFpzs+oULOdkGVPx2FRh08= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIETIEVZA++7Tuh0qy4nBQTw6ORAo8TzvXSiKMIDlNKcE root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ2Zx8bQDcgz57Vcojd0mzLuRhVQATKL7pFKCksZETaD79QByRgHTlTiwYnXlXHke5kjhK0O6MT9H1zRPlIjGRF9ubwr1ZZETUPe+KcTT4M6T/v6ABI1U/ejjmicLY6MSjBAjizljgbR9tM2M/8EIvw5U3YUbSLcLboTmEmx6AIFymqjuUDR2P+ggaE2dqc5BcFwowGaUipLcQko6/zBz2Je+3p6t8+wilgoglxXwM5xPJGCgcH7zBhVtp1AIIKEX2GFcgOWWqB88CXSZQ7pxWlpXuBmf1fv13/i+W3lnlAx83VmZM9rr5Dml/N8OMqbIu8Z4fh1+unqt2+9aPnbq5 root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:15:14 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 26.70 seconds 2018-08-25 11:21:14,473 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-25 11:21:14,474 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.200 2018-08-25 11:21:14,568 - 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-08-25 11:21:14,636 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-08-25 11:21:14,637 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-08-25 11:21:14,769 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:21:14,770 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-08-25 11:21:39,817 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:21:39,817 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-08-25 11:22:04,873 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:22:04,873 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-08-25 11:22:29,927 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:22:29,927 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-08-25 11:22:54,982 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:22:54,982 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-08-25 11:23:20,043 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:23:20,043 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-08-25 11:23:45,102 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:23:45,102 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-08-25 11:24:10,158 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-25 11:24:10,159 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-08-25 11:24:38,420 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550030@clearwater.opnfv', u'sip_username': u'6505550030', u'formatted_number': u'(650) 555-0030', u'number': u'6505550030', u'sip_uri': u'sip:6505550030@clearwater.opnfv', u'number_id': u'6fdb08917d664059b8ba4b0fa119dec6', u'sip_password': u'p6BDRM7Ra', u'pstn': False} 2018-08-25 11:24:38,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:24:38,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:24:38,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:24:38 GMT Server: Apache x-openstack-request-id: req-16294bf3-8733-4c46-a01b-38a11097103c Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 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-08-25 11:24:39,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:24:38 GMT Server: Apache x-openstack-request-id: req-05b74cf3-609a-4b9d-83eb-48a0ee991647 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 946 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "outputs": [{"output_value": "172.30.9.201", "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-08-25 11:24:39,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 used request id req-05b74cf3-609a-4b9d-83eb-48a0ee991647 2018-08-25 11:24:39,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.980436086655s 2018-08-25 11:24:39,403 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 used request id req-05b74cf3-609a-4b9d-83eb-48a0ee991647 2018-08-25 11:24:39,404 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack outputs: [Munch({u'output_value': u'172.30.9.201', 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-08-25 11:24:39,405 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-08-25 11:24:39,405 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-08-25 11:24:39,413 - 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-08-25 11:24:39,413 - 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-08-25 11:29:38,470 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-08-25 11:29:38,472 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - 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": "599", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550666%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/basic-call.rb:19: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 `
' Basic Call - SDP (TCP) - (6505550329, 6505550042) Failed Endpoint threw exception: - Expected 180, got 503 (call ID b284f467a6326cf0c496db08331c667a) - /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) - (6505550273, 6505550044) Failed Endpoint threw exception: - Expected 200, got 503 (call ID c33ad33191bc6a34d0849e9a11eb978f) - /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) - (6505550540, 6505550469) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550162, 6505550261) Failed Endpoint threw exception: - Expected 486, got 503 (call ID e1ace6d418380907a6d22b94d378cb06) - /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) - (6505550370, 6505550169) Failed Endpoint threw exception: - Expected 200, got 503 (call ID aaa0912a6eb81d71d38c1b611797d8fa) - /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) - (6505550212, 6505550167) Failed Endpoint threw exception: - Expected 180, got 503 (call ID d92fff6e4f4f71a2d333ae926e73f9ff) - /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) - (6505550809) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550720, 6505550890) Failed Endpoint threw exception: - Expected 200, got 504 (call ID 76b19b933e9d7fb72e99467f5c5740cf) - /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 b21bbe9576e2fe070132f4c16111d8fa) Call Barring - Outbound Rejection (TCP) - (6505550158, 6505550574) 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) - (6505550366, 6505550410) 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) - (6505550482, 6505550732, 6505550326) Failed Endpoint threw exception: - sip:6505550326@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:6505550326@clearwater.opnfv timed out waiting for 401|200 (call ID 535ea1ac293b9eb0cd5d2151adfa3332) Call Diversion - Not reachable (not registered) (TCP) - 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) - Leaked sip:6505550248@clearwater.opnfv, DELETE returned 502 Leaked sip:6505550289@clearwater.opnfv, DELETE returned 502 Leaked sip:6505550280@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:129: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": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550750%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%3A6505550305%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%3A6505550894%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%3A6505550325%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%3A6505550980%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%3A6505550182%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%3A6505550652%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%3A6505550028%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%3A6505550293%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%3A6505550511%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%3A6505550271%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%3A6505550659%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%3A6505550353%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%3A6505550969%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%3A6505550833%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%3A6505550723%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%3A6505550392%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%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/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%3A6505550019%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%3A6505550782%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%3A6505550995%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%3A6505550684%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%3A6505550764%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%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: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) - (6505550016, 6505550713) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 9790078c65297131d4d2350e898b7411) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/gruu.rb:194:in `block (2 levels) in ' Terminating other threads after failure GRUU - Call - AoR as target (TCP) - (6505550353, 6505550604) Failed Endpoint threw exception: - Expected 200, got 503 (call ID cbc54d52070b868714f06ac310991892) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/gruu.rb:230:in `block (2 levels) in ' Terminating other threads after failure GRUU - Call - unknown GRUU as target (TCP) - (6505550182, 6505550894) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550909, 6505550207) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550117, 6505550544) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550538, 6505550766) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 092eb5268884e3dffe48c4daca91f557) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/gruu.rb:355:in `block (2 levels) in ' Terminating other threads after failure GRUU - Call - AoR with other param as target (TCP) - (6505550869, 6505550723) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 7431f86fa7ffd2dc1c892a5ca1c3f484) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/gruu.rb:391:in `block (2 levels) in ' Terminating other threads after failure GRUU - Call - GRUU with other param as target (TCP) - (6505550440, 6505550346) Failed Endpoint threw exception: - Expected 200, got 503 (call ID cdc11bf31f806bc8c1c994e7721638bc) - /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) - (6505550184) Failed Endpoint threw exception: - sip:6505550184@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 22e00bc66e588b9a59edd930df55aa25) - /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) - (6505550045) Failed Endpoint threw exception: - sip:6505550045@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 63f03263e3da6871a91fcb19eb65f5d8) - /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) - (6505550431) Failed Endpoint threw exception: - sip:6505550431@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 629c13ecdca95025582350fac7892ff8) - /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) - (6505550797, 6505550048) Failed Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID 4c7e3615fecd94e275091ceedef93faf) Failed RuntimeError thrown: - Expected 200, got 504 (call ID 888cb397c9d0c164085c04dc382ab94c) - /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) - (6505550799, 6505550935) Failed Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID 218147ee42bc73fa19a6cc19ccdd2ef9) Failed RuntimeError thrown: - Expected 200, got 504 (call ID 218147ee42bc73fa19a6cc19ccdd2ef9) - /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%3A6505550248%40clearwater.opnfv/associated_private_ids"} 44 failures out of 93 tests run Basic Call - Mainline (TCP) at 2018-08-25 11:25:00 +0000 Basic Call - SDP (TCP) at 2018-08-25 11:25:09 +0000 Basic Call - Tel URIs (TCP) at 2018-08-25 11:25:14 +0000 Basic Call - Rejected by remote endpoint (TCP) at 2018-08-25 11:25:22 +0000 Basic Call - Messages - Pager model (TCP) at 2018-08-25 11:25:27 +0000 Basic Call - Pracks (TCP) at 2018-08-25 11:25:32 +0000 Multiple Identities (TCP) at 2018-08-25 11:25:40 +0000 Call Diversion - Not registered (TCP) at 2018-08-25 11:26:45 +0000 Call Diversion - Not reachable (not registered) (TCP) at 2018-08-25 11:27:06 +0000 Call Diversion - Not reachable (408) (TCP) at 2018-08-25 11:27:11 +0000 Call Diversion - Not reachable (503) (TCP) at 2018-08-25 11:27:11 +0000 Call Diversion - Not reachable (500) (TCP) at 2018-08-25 11:27:12 +0000 Call Diversion - Busy (TCP) at 2018-08-25 11:27:12 +0000 Call Diversion - Unconditional (TCP) at 2018-08-25 11:27:12 +0000 Call Diversion - No answer (TCP) at 2018-08-25 11:27:12 +0000 Call Diversion - Bad target URI (TCP) at 2018-08-25 11:27:12 +0000 Call Diversion - Audio-only call (TCP) at 2018-08-25 11:27:13 +0000 Call Diversion - Audio-video call (TCP) at 2018-08-25 11:27:13 +0000 Call Waiting - Accepted (TCP) at 2018-08-25 11:27:13 +0000 Call Waiting - Cancelled (TCP) at 2018-08-25 11:27:13 +0000 CANCEL - Mainline (TCP) at 2018-08-25 11:27:13 +0000 Filtering - Accept-Contact (TCP) at 2018-08-25 11:27:14 +0000 Accept-Contact with response (SFR 511195) (TCP) at 2018-08-25 11:27:14 +0000 Filtering - Accept-Contact no match (TCP) at 2018-08-25 11:27:14 +0000 Filtering - Accept-Contact negated match (TCP) at 2018-08-25 11:27:14 +0000 Filtering - RFC3841 example (TCP) at 2018-08-25 11:27:14 +0000 Filtering - Reject-Contact no match (TCP) at 2018-08-25 11:27:15 +0000 Filtering - Reject-Contact match (TCP) at 2018-08-25 11:27:15 +0000 GRUU - REGISTER - two bindings with and without GRUU (TCP) at 2018-08-25 11:27:15 +0000 GRUU - REGISTER - binding suggested GRUU (TCP) at 2018-08-25 11:27:15 +0000 GRUU - REGISTER - instance ID requires escaping (TCP) at 2018-08-25 11:27:15 +0000 GRUU - REGISTER - three bindings with GRUUs (TCP) at 2018-08-25 11:27:16 +0000 GRUU - Call - first endpoint GRUU as target (TCP) at 2018-08-25 11:27:16 +0000 GRUU - Call - second endpoint GRUU as target (TCP) at 2018-08-25 11:27:16 +0000 GRUU - Call - only GRUU as target (TCP) at 2018-08-25 11:27:22 +0000 GRUU - Call - AoR as target (TCP) at 2018-08-25 11:27:27 +0000 GRUU - Call - Accept-Contact interop (TCP) at 2018-08-25 11:27:40 +0000 GRUU - Call - AoR with other param as target (TCP) at 2018-08-25 11:27:46 +0000 GRUU - Call - GRUU with other param as target (TCP) at 2018-08-25 11:27:52 +0000 SUBSCRIBE - reg-event (TCP) at 2018-08-25 11:28:23 +0000 SUBSCRIBE - reg-event with a GRUU (TCP) at 2018-08-25 11:28:55 +0000 SUBSCRIBE - Subscription timeout (TCP) at 2018-08-25 11:29:26 +0000 SUBSCRIBE - Registration timeout (TCP) at 2018-08-25 11:29:32 +0000 Multiple SUBSCRIBErs to one UE's reg-event (TCP) at 2018-08-25 11:29:38 +0000 42 tests skipped Error logs, including Call-IDs of failed calls, are in the 'logfiles' directory 2018-08-25 11:29:38,476 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - {'failures': 44, 'skipped': 42, 'total': 93, 'passed': 7} 2018-08-25 11:29:38,605 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 11:29:38,606 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 17:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 11:29:38,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:29:38,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554?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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:39,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:38 GMT Server: Apache x-openstack-request-id: req-2d5bad8d-ce04-4a16-acec-5a0b6844c3a2 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:29:39,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:29:39 GMT Server: Apache x-openstack-request-id: req-2709c25a-1a62-4b39-9dd6-5f871e78a4cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:29:39,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-2709c25a-1a62-4b39-9dd6-5f871e78a4cb 2018-08-25 11:29:39,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.964519023895s 2018-08-25 11:29:39,577 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-2709c25a-1a62-4b39-9dd6-5f871e78a4cb 2018-08-25 11:29:39,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:29:39,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:40,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:39 GMT Server: Apache x-openstack-request-id: req-6d9fc4c0-67d8-4f77-b7c6-08a2ee6ae6fb Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/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-08-25 11:29:40,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:29:40 GMT Server: Apache x-openstack-request-id: req-5f3c3806-9a9b-4d65-aaa7-c3f22a9f542a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 342 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-25T11:17:48Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv/events/86feb301-6223-4bea-8c2f-c75d40202562", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "id": "86feb301-6223-4bea-8c2f-c75d40202562"}]} 2018-08-25 11:29:40,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-5f3c3806-9a9b-4d65-aaa7-c3f22a9f542a 2018-08-25 11:29:40,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.957938194275s 2018-08-25 11:29:40,537 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-5f3c3806-9a9b-4d65-aaa7-c3f22a9f542a 2018-08-25 11:29:40,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-25 11:29:40,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:40,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:40 GMT Server: Apache x-openstack-request-id: req-9a3488c2-dcca-48c9-8ea6-eaf9d332aeca Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 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-08-25 11:29:41,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:29:40 GMT Server: Apache x-openstack-request-id: req-dd08bb57-eda5-4837-8f23-8b6f0a1a0f6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:29:41,620 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 used request id req-dd08bb57-eda5-4837-8f23-8b6f0a1a0f6c 2018-08-25 11:29:41,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 1.08188700676s 2018-08-25 11:29:41,620 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554 used request id req-dd08bb57-eda5-4837-8f23-8b6f0a1a0f6c 2018-08-25 11:29:41,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:29:41,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=86feb301-6223-4bea-8c2f-c75d40202562&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:41,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:41 GMT Server: Apache x-openstack-request-id: req-b417e23d-7992-4fd4-a4ab-f2b7725ea001 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=86feb301-6223-4bea-8c2f-c75d40202562&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-08-25 11:29:42,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:29:41 GMT Server: Apache x-openstack-request-id: req-9fc35d0c-bc3d-4b17-81b7-946dc2646c5a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-25T11:29:41Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv/events/5d41a3d0-41c5-421c-bc43-5e8bb4cce137", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "id": "5d41a3d0-41c5-421c-bc43-5e8bb4cce137"}, {"resource_name": "sprout", "event_time": "2018-08-25T11:29:41Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout/events/b670f5b6-cbce-43a6-9dd1-7b48b47e3019", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "2af3ecab-1e96-4f12-9e18-22fcdf4bef7e", "id": "b670f5b6-cbce-43a6-9dd1-7b48b47e3019"}]} 2018-08-25 11:29:42,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=86feb301-6223-4bea-8c2f-c75d40202562&sort_dir=asc&marker=86feb301-6223-4bea-8c2f-c75d40202562&sort_dir=asc used request id req-9fc35d0c-bc3d-4b17-81b7-946dc2646c5a 2018-08-25 11:29:42,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.669966936111s 2018-08-25 11:29:42,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=86feb301-6223-4bea-8c2f-c75d40202562&sort_dir=asc&marker=86feb301-6223-4bea-8c2f-c75d40202562&sort_dir=asc used request id req-9fc35d0c-bc3d-4b17-81b7-946dc2646c5a 2018-08-25 11:29:47,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:29:47,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=b670f5b6-cbce-43a6-9dd1-7b48b47e3019&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:47,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:47 GMT Server: Apache x-openstack-request-id: req-c0246cab-c67b-4cb2-80d6-efca1c4d015e Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=b670f5b6-cbce-43a6-9dd1-7b48b47e3019&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-08-25 11:29:47,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:29:47 GMT Server: Apache x-openstack-request-id: req-f1df05ff-39b8-4552-a2cf-ce3018e7ce11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-25T11:29:42Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono/events/19b40f5c-fe65-4c57-8d8b-869176307d3a", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "c74d6b71-41f6-4a6a-914a-eaa319f20cb3", "id": "19b40f5c-fe65-4c57-8d8b-869176307d3a"}, {"resource_name": "homer", "event_time": "2018-08-25T11:29:43Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer/events/62c52769-8c48-4433-91ff-c44d607ecb4d", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "74a59a6f-2529-4de3-bbfc-6010a5ccd452", "id": "62c52769-8c48-4433-91ff-c44d607ecb4d"}, {"resource_name": "dime", "event_time": "2018-08-25T11:29:44Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime/events/d964341d-a34e-445c-a096-08e97a526279", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "c425a4a1-afeb-4428-a961-b3d3a797924d", "id": "d964341d-a34e-445c-a096-08e97a526279"}, {"resource_name": "vellum", "event_time": "2018-08-25T11:29:45Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum/events/1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "c9053cee-a6f0-4420-bd04-1193a5d707f7", "id": "1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b"}]} 2018-08-25 11:29:47,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=b670f5b6-cbce-43a6-9dd1-7b48b47e3019&sort_dir=asc&marker=b670f5b6-cbce-43a6-9dd1-7b48b47e3019&sort_dir=asc used request id req-f1df05ff-39b8-4552-a2cf-ce3018e7ce11 2018-08-25 11:29:47,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.154588937759s 2018-08-25 11:29:47,452 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=b670f5b6-cbce-43a6-9dd1-7b48b47e3019&sort_dir=asc&marker=b670f5b6-cbce-43a6-9dd1-7b48b47e3019&sort_dir=asc used request id req-f1df05ff-39b8-4552-a2cf-ce3018e7ce11 2018-08-25 11:29:52,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:29:52,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:52,492 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:52 GMT Server: Apache x-openstack-request-id: req-650d20fe-9eb8-4944-b876-1f7bc6a6e7a1 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&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-08-25 11:29:53,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:29:52 GMT Server: Apache x-openstack-request-id: req-10759812-29ad-4cca-8a44-327f0bebe61b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:29:53,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc&marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc used request id req-10759812-29ad-4cca-8a44-327f0bebe61b 2018-08-25 11:29:53,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.749392986298s 2018-08-25 11:29:53,209 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc&marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc used request id req-10759812-29ad-4cca-8a44-327f0bebe61b 2018-08-25 11:29:58,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:29:58,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:29:58,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:29:58 GMT Server: Apache x-openstack-request-id: req-afbfb0d4-bc7a-4b0b-94f8-0d1ff41e9764 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&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-08-25 11:29:59,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:29:58 GMT Server: Apache x-openstack-request-id: req-503bc756-ac84-4dc6-9778-f337f89589ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-25T11:29:53Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono/events/d6a5079f-7c9e-4748-b618-4467a4576a07", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "c74d6b71-41f6-4a6a-914a-eaa319f20cb3", "id": "d6a5079f-7c9e-4748-b618-4467a4576a07"}, {"resource_name": "sprout", "event_time": "2018-08-25T11:29:53Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout/events/8ebb2099-4f7e-425b-8d13-2c67d58f0387", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "2af3ecab-1e96-4f12-9e18-22fcdf4bef7e", "id": "8ebb2099-4f7e-425b-8d13-2c67d58f0387"}, {"resource_name": "vellum", "event_time": "2018-08-25T11:29:54Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum/events/440ce6e5-b55a-4083-b047-d9ced31bd941", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "c9053cee-a6f0-4420-bd04-1193a5d707f7", "id": "440ce6e5-b55a-4083-b047-d9ced31bd941"}, {"resource_name": "dime", "event_time": "2018-08-25T11:29:55Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime/events/cc0e1208-1f49-4159-814e-5c9532400e00", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "c425a4a1-afeb-4428-a961-b3d3a797924d", "id": "cc0e1208-1f49-4159-814e-5c9532400e00"}, {"resource_name": "homer", "event_time": "2018-08-25T11:29:55Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer/events/1d32b566-f7a3-4cf7-af6f-c7608a197433", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "74a59a6f-2529-4de3-bbfc-6010a5ccd452", "id": "1d32b566-f7a3-4cf7-af6f-c7608a197433"}, {"resource_name": "ellis", "event_time": "2018-08-25T11:29:56Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis/events/ff1d4aa4-bc39-47e0-89e1-bca4e4888d09", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "c8dae7e9-c508-417a-906e-dc9a7e0588d8", "id": "ff1d4aa4-bc39-47e0-89e1-bca4e4888d09"}]} 2018-08-25 11:29:59,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc&marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc used request id req-503bc756-ac84-4dc6-9778-f337f89589ec 2018-08-25 11:29:59,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.36190605164s 2018-08-25 11:29:59,577 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc&marker=1bb8b0ef-20fe-42ec-bf9b-5bcb20c4fb1b&sort_dir=asc used request id req-503bc756-ac84-4dc6-9778-f337f89589ec 2018-08-25 11:30:04,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:30:04,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=ff1d4aa4-bc39-47e0-89e1-bca4e4888d09&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:05,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:04 GMT Server: Apache x-openstack-request-id: req-996b8ec2-e101-4bc8-a7d7-bb910feb95f5 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=ff1d4aa4-bc39-47e0-89e1-bca4e4888d09&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-08-25 11:30:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:05 GMT Server: Apache x-openstack-request-id: req-922d7e7c-ead2-40d4-ab36-c76d2434c476 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-25T11:30:00Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis/events/e8b656b0-7b73-49fc-939d-2a3913916912", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "c8dae7e9-c508-417a-906e-dc9a7e0588d8", "id": "e8b656b0-7b73-49fc-939d-2a3913916912"}, {"resource_name": "dns", "event_time": "2018-08-25T11:30:00Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns/events/881778c2-23e6-4b74-8e9c-0508f665e702", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "5e09af9d-a30c-48fa-b10d-1e27827378c3", "id": "881778c2-23e6-4b74-8e9c-0508f665e702"}]} 2018-08-25 11:30:05,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=ff1d4aa4-bc39-47e0-89e1-bca4e4888d09&sort_dir=asc&marker=ff1d4aa4-bc39-47e0-89e1-bca4e4888d09&sort_dir=asc used request id req-922d7e7c-ead2-40d4-ab36-c76d2434c476 2018-08-25 11:30:05,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.711307048798s 2018-08-25 11:30:05,296 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=ff1d4aa4-bc39-47e0-89e1-bca4e4888d09&sort_dir=asc&marker=ff1d4aa4-bc39-47e0-89e1-bca4e4888d09&sort_dir=asc used request id req-922d7e7c-ead2-40d4-ab36-c76d2434c476 2018-08-25 11:30:10,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:30:10,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=881778c2-23e6-4b74-8e9c-0508f665e702&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:10,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:10 GMT Server: Apache x-openstack-request-id: req-31fab4f8-6091-494b-ab26-160d14287bda Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=881778c2-23e6-4b74-8e9c-0508f665e702&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-08-25 11:30:10,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:10 GMT Server: Apache x-openstack-request-id: req-55341755-a362-4a8b-b1be-3b48ebe3a371 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-25T11:30:06Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns/events/8fcc0447-de67-47fa-ba80-a7c09c6af0ed", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "5e09af9d-a30c-48fa-b10d-1e27827378c3", "id": "8fcc0447-de67-47fa-ba80-a7c09c6af0ed"}, {"resource_name": "mgmt_network", "event_time": "2018-08-25T11:30:06Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network/events/4c53eec2-cb57-4307-b241-d61f22740704", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8d052d92-b714-494c-9172-03ba35d5afa2", "id": "4c53eec2-cb57-4307-b241-d61f22740704"}, {"resource_name": "security_groups", "event_time": "2018-08-25T11:30:06Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups/events/92f44df4-66ba-435a-8380-74ab052a2054", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "2a9a024d-972f-43f6-81f9-cac1776c1bb7", "id": "92f44df4-66ba-435a-8380-74ab052a2054"}, {"resource_name": "sig_network", "event_time": "2018-08-25T11:30:06Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network/events/e1a39ff7-de01-4058-a65f-3c4557abaffd", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "7d9ad3fa-3327-4619-bbb0-247230e7af23", "id": "e1a39ff7-de01-4058-a65f-3c4557abaffd"}]} 2018-08-25 11:30:10,508 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=881778c2-23e6-4b74-8e9c-0508f665e702&sort_dir=asc&marker=881778c2-23e6-4b74-8e9c-0508f665e702&sort_dir=asc used request id req-55341755-a362-4a8b-b1be-3b48ebe3a371 2018-08-25 11:30:10,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.205935001373s 2018-08-25 11:30:10,509 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=881778c2-23e6-4b74-8e9c-0508f665e702&sort_dir=asc&marker=881778c2-23e6-4b74-8e9c-0508f665e702&sort_dir=asc used request id req-55341755-a362-4a8b-b1be-3b48ebe3a371 2018-08-25 11:30:15,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:30:15,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=e1a39ff7-de01-4058-a65f-3c4557abaffd&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:16,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:15 GMT Server: Apache x-openstack-request-id: req-2a888893-2b9a-425d-8922-5951c745db85 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=e1a39ff7-de01-4058-a65f-3c4557abaffd&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-08-25 11:30:16,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:16 GMT Server: Apache x-openstack-request-id: req-40067da7-0e67-4599-8495-58668eb2e39c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 440 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-25T11:30:14Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network/events/78dc5a5f-f1ea-4a90-93fa-a01a85d76aca", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8d052d92-b714-494c-9172-03ba35d5afa2", "id": "78dc5a5f-f1ea-4a90-93fa-a01a85d76aca"}, {"resource_name": "sig_network", "event_time": "2018-08-25T11:30:14Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network/events/8fd81ea0-9432-4d51-9497-36195f0d648c", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "7d9ad3fa-3327-4619-bbb0-247230e7af23", "id": "8fd81ea0-9432-4d51-9497-36195f0d648c"}]} 2018-08-25 11:30:16,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=e1a39ff7-de01-4058-a65f-3c4557abaffd&sort_dir=asc&marker=e1a39ff7-de01-4058-a65f-3c4557abaffd&sort_dir=asc used request id req-40067da7-0e67-4599-8495-58668eb2e39c 2018-08-25 11:30:16,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.76526093483s 2018-08-25 11:30:16,281 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=e1a39ff7-de01-4058-a65f-3c4557abaffd&sort_dir=asc&marker=e1a39ff7-de01-4058-a65f-3c4557abaffd&sort_dir=asc used request id req-40067da7-0e67-4599-8495-58668eb2e39c 2018-08-25 11:30:21,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:30:21,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8fd81ea0-9432-4d51-9497-36195f0d648c&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:21,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:21 GMT Server: Apache x-openstack-request-id: req-8df996de-8c70-4c37-834c-345a3ce25ae5 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8fd81ea0-9432-4d51-9497-36195f0d648c&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-08-25 11:30:21,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:21 GMT Server: Apache x-openstack-request-id: req-ca3e8864-326f-44d0-aac4-fca0f2661995 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-25T11:30:17Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups/events/03fdca30-3f42-49c3-874a-582e7d105c28", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "2a9a024d-972f-43f6-81f9-cac1776c1bb7", "id": "03fdca30-3f42-49c3-874a-582e7d105c28"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-25T11:30:17Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv/events/a8c23ce8-e325-410d-833f-465ae6e4f627", "rel": "self"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "id": "a8c23ce8-e325-410d-833f-465ae6e4f627"}]} 2018-08-25 11:30:21,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8fd81ea0-9432-4d51-9497-36195f0d648c&sort_dir=asc&marker=8fd81ea0-9432-4d51-9497-36195f0d648c&sort_dir=asc used request id req-ca3e8864-326f-44d0-aac4-fca0f2661995 2018-08-25 11:30:21,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070864200592s 2018-08-25 11:30:21,359 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=8fd81ea0-9432-4d51-9497-36195f0d648c&sort_dir=asc&marker=8fd81ea0-9432-4d51-9497-36195f0d648c&sort_dir=asc used request id req-ca3e8864-326f-44d0-aac4-fca0f2661995 2018-08-25 11:30:26,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:30:26,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:26,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:26 GMT Server: Apache x-openstack-request-id: req-b827651b-a71d-454a-958a-af943df01e48 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&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-08-25 11:30:26,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:26 GMT Server: Apache x-openstack-request-id: req-dcd9871b-d44b-4d10-a29f-cb321d19b8bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:30:26,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc&marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc used request id req-dcd9871b-d44b-4d10-a29f-cb321d19b8bc 2018-08-25 11:30:26,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733139514923s 2018-08-25 11:30:26,439 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc&marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc used request id req-dcd9871b-d44b-4d10-a29f-cb321d19b8bc 2018-08-25 11:30:31,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-25 11:30:31,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:31,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:31 GMT Server: Apache x-openstack-request-id: req-de4461f5-ee2e-4a97-9ee6-c55803c70b5a Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&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-08-25 11:30:31,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:31 GMT Server: Apache x-openstack-request-id: req-6a0c8cba-af4f-4bf9-a38f-3e1a82c2fe69 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-25 11:30:31,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc&marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc used request id req-6a0c8cba-af4f-4bf9-a38f-3e1a82c2fe69 2018-08-25 11:30:31,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0704181194305s 2018-08-25 11:30:31,515 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554/events?marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc&marker=a8c23ce8-e325-410d-833f-465ae6e4f627&sort_dir=asc used request id req-6a0c8cba-af4f-4bf9-a38f-3e1a82c2fe69 2018-08-25 11:30:31,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-25 11:30:31,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/8e7075f6-1518-4b60-96bf-d8ce4478d554?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}defbd453250a9e25c816c1fd2d65e0c268a6d5a2" 2018-08-25 11:30:31,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 25 Aug 2018 11:30:31 GMT Server: Apache x-openstack-request-id: req-f11a45ee-212d-4bda-b141-02356fb62243 Location: http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?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-08-25 11:30:31,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:31 GMT Server: Apache x-openstack-request-id: req-b83772f9-9f85-48a5-8e17-22cfd1667ff1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b13b6a01cec54813b6a537be38c4c707", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "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_7b60b214-3a70-4a24-a285-c261fa027f23", "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": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "deletion_time": "2018-08-25T11:30:18Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "d97458ed4ef841e2a6834de172ddb721", "tags": null, "creation_time": "2018-08-25T11:12:36Z", "links": [{"href": "http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-25T11:29:41Z", "id": "8e7075f6-1518-4b60-96bf-d8ce4478d554", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-25 11:30:31,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-b83772f9-9f85-48a5-8e17-22cfd1667ff1 2018-08-25 11:30:31,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0513970851898s 2018-08-25 11:30:31,568 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.35:8004/v1/b13b6a01cec54813b6a537be38c4c707/stacks/clearwater-opnfv/8e7075f6-1518-4b60-96bf-d8ce4478d554?resolve_outputs=False used request id req-b83772f9-9f85-48a5-8e17-22cfd1667ff1 2018-08-25 11:30:31,568 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot clean stack ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 226, in clean self.cloud.delete_stack(self.stack.id, wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1416, in delete_stack marker=marker) File "/usr/lib/python2.7/site-packages/shade/_heat/event_utils.py", line 90, in poll_for_events stack_status = stack['stack_status'] TypeError: 'NoneType' object has no attribute '__getitem__' 2018-08-25 11:30:31,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:30:31,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:30:31,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2a69b3-d78c-4805-b395-42c74c3c1ed7 Content-Encoding: gzip Content-Length: 1027 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23", "links": {"self": "http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6cb6a06864ca42be984f4ce627b1298d", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 11:30:31,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-3b2a69b3-d78c-4805-b395-42c74c3c1ed7 2018-08-25 11:30:31,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205646038055s 2018-08-25 11:30:31,797 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-3b2a69b3-d78c-4805-b395-42c74c3c1ed7 2018-08-25 11:30:31,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:30:31,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:30:31,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d1c37c-82f8-4886-8291-b7501b7afb5d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_7b60b214-3a70-4a24-a285-c261fa027f23", "links": {"self": "http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6cb6a06864ca42be984f4ce627b1298d", "description": null}} 2018-08-25 11:30:31,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d used request id req-f6d1c37c-82f8-4886-8291-b7501b7afb5d 2018-08-25 11:30:31,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195355892181s 2018-08-25 11:30:31,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d used request id req-f6d1c37c-82f8-4886-8291-b7501b7afb5d 2018-08-25 11:30:31,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 11:30:32,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:30:32,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:30:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-730a530a-d997-4483-bc36-f9835bbbf286 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:30:32,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d used request id req-730a530a-d997-4483-bc36-f9835bbbf286 2018-08-25 11:30:32,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.244512796402s 2018-08-25 11:30:32,244 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/6cb6a06864ca42be984f4ce627b1298d used request id req-730a530a-d997-4483-bc36-f9835bbbf286 2018-08-25 11:30:32,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 11:30:32,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:30:32,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c77e3e67-4758-47de-9d52-f4dcb4330e39 Content-Encoding: gzip Content-Length: 587 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707"}, "tags": [], "enabled": true, "id": "b13b6a01cec54813b6a537be38c4c707", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7b60b214-3a70-4a24-a285-c261fa027f23"}]} 2018-08-25 11:30:32,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-c77e3e67-4758-47de-9d52-f4dcb4330e39 2018-08-25 11:30:32,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179123163223s 2018-08-25 11:30:32,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-c77e3e67-4758-47de-9d52-f4dcb4330e39 2018-08-25 11:30:32,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 11:30:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8aa4fdd489920440e7ff87ce35c3170653df5d90" 2018-08-25 11:30:32,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:30:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f090732-7887-43b5-ac91-99ed3aa025ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:30:32,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707 used request id req-7f090732-7887-43b5-ac91-99ed3aa025ff 2018-08-25 11:30:32,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.251945018768s 2018-08-25 11:30:32,688 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/b13b6a01cec54813b6a537be38c4c707 used request id req-7f090732-7887-43b5-ac91-99ed3aa025ff 2018-08-25 11:30:32,714 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-25 11:30:32,980 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-25 11:30:33,027 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-25 11:30:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 11:30:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 11:30:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 11:30:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 11:30:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 11:30:33,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 11:30:33,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 11:30:33,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 11:30:33,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 11:30:33,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 11:30:33,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:30:33,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda53b0b-407e-4364-b2b4-ba1b167db1e9 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 11:30:33,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-bda53b0b-407e-4364-b2b4-ba1b167db1e9 2018-08-25 11:30:33,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 11:30:33,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T12:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["Fh4OWju1QL25O5M8Tc9cfQ"], "issued_at": "2018-08-25T11:30:33.000000Z"}} 2018-08-25 11:30:33,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:30:33,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:33,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-67efa161-2013-43e2-9384-0cbbc899a63f Date: Sat, 25 Aug 2018 11:30:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 11:30:33,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67efa161-2013-43e2-9384-0cbbc899a63f 2018-08-25 11:30:33,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349648952484s 2018-08-25 11:30:33,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67efa161-2013-43e2-9384-0cbbc899a63f 2018-08-25 11:30:33,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:30:33,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 11:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bc329d7-c7fb-4444-bda7-3bd840215494 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 11:30:33,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-3bc329d7-c7fb-4444-bda7-3bd840215494 2018-08-25 11:30:33,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 11:30:33,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:34,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4febc4-75e5-49c4-b046-0d536669d112 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 11:30:34,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-1c4febc4-75e5-49c4-b046-0d536669d112 2018-08-25 11:30:34,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.175611972809s 2018-08-25 11:30:34,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-1c4febc4-75e5-49c4-b046-0d536669d112 2018-08-25 11:30:34,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 11:30:34,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344"}}' 2018-08-25 11:30:34,279 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 11:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97c31818-c0dc-4e91-879c-114216455aad 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.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5"}, "tags": [], "enabled": true, "id": "bd046ff457d14708965db9677b5694a5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344"}} 2018-08-25 11:30:34,280 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-97c31818-c0dc-4e91-879c-114216455aad 2018-08-25 11:30:34,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.192605018616s 2018-08-25 11:30:34,280 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-97c31818-c0dc-4e91-879c-114216455aad 2018-08-25 11:30:34,281 - 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'bd046ff457d14708965db9677b5694a5', '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_a4a067e8-c298-4779-a1f5-171b242f4344'}) 2018-08-25 11:30:34,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 11:30:34,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "509c6b39-d3cd-4543-ba74-66f50992aa24", "email": null, "name": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344"}}' 2018-08-25 11:30:34,722 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 11:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5263a8b-7508-40f0-b1e2-bad10699c74f Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344", "links": {"self": "http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5a97e76995f34864ac86ee21ab3cf2ae", "domain_id": "default", "password_expires_at": null}} 2018-08-25 11:30:34,722 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-d5263a8b-7508-40f0-b1e2-bad10699c74f 2018-08-25 11:30:34,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.435896158218s 2018-08-25 11:30:34,723 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-d5263a8b-7508-40f0-b1e2-bad10699c74f 2018-08-25 11:30:34,723 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5a97e76995f34864ac86ee21ab3cf2ae', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344'}) 2018-08-25 11:30:34,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:30:34,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:34,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47e3eb7-5585-465e-b037-18c3f9b2857a Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:30:34,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-f47e3eb7-5585-465e-b037-18c3f9b2857a 2018-08-25 11:30:34,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173851013184s 2018-08-25 11:30:34,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-f47e3eb7-5585-465e-b037-18c3f9b2857a 2018-08-25 11:30:34,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:30:34,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3369b2d-be36-4d78-9eaf-60bead21cd37 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:30:35,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c3369b2d-be36-4d78-9eaf-60bead21cd37 2018-08-25 11:30:35,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104743003845s 2018-08-25 11:30:35,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-c3369b2d-be36-4d78-9eaf-60bead21cd37 2018-08-25 11:30:35,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 11:30:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49234c7b-6ea2-43c4-8473-2b1d58821506 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 11:30:35,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-49234c7b-6ea2-43c4-8473-2b1d58821506 2018-08-25 11:30:35,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1340072155s 2018-08-25 11:30:35,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-49234c7b-6ea2-43c4-8473-2b1d58821506 2018-08-25 11:30:35,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 11:30:35,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1304b59-411d-4841-8c7c-66bb914783c4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 11:30:35,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-e1304b59-411d-4841-8c7c-66bb914783c4 2018-08-25 11:30:35,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171504974365s 2018-08-25 11:30:35,328 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-e1304b59-411d-4841-8c7c-66bb914783c4 2018-08-25 11:30:35,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 11:30:35,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bd296c6-77f5-4c42-b1e5-47d7d0e395d5 Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344", "links": {"self": "http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5a97e76995f34864ac86ee21ab3cf2ae", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 11:30:35,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-4bd296c6-77f5-4c42-b1e5-47d7d0e395d5 2018-08-25 11:30:35,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117876052856s 2018-08-25 11:30:35,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-4bd296c6-77f5-4c42-b1e5-47d7d0e395d5 2018-08-25 11:30:35,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 11:30:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206dd843-6d66-462f-8a94-d9d71fe9b736 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5"}, "tags": [], "enabled": true, "id": "bd046ff457d14708965db9677b5694a5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:30:35,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-206dd843-6d66-462f-8a94-d9d71fe9b736 2018-08-25 11:30:35,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102552890778s 2018-08-25 11:30:35,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-206dd843-6d66-462f-8a94-d9d71fe9b736 2018-08-25 11:30:35,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 11:30:35,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=5a97e76995f34864ac86ee21ab3cf2ae&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=bd046ff457d14708965db9677b5694a5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d964d0-d947-497a-9b4b-87a94b5c9e65 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=5a97e76995f34864ac86ee21ab3cf2ae&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=bd046ff457d14708965db9677b5694a5", "previous": null, "next": null}} 2018-08-25 11:30:35,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=5a97e76995f34864ac86ee21ab3cf2ae&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=bd046ff457d14708965db9677b5694a5 used request id req-21d964d0-d947-497a-9b4b-87a94b5c9e65 2018-08-25 11:30:35,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.134676933289s 2018-08-25 11:30:35,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=5a97e76995f34864ac86ee21ab3cf2ae&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=bd046ff457d14708965db9677b5694a5 used request id req-21d964d0-d947-497a-9b4b-87a94b5c9e65 2018-08-25 11:30:35,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 11:30:35,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5/users/5a97e76995f34864ac86ee21ab3cf2ae/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:30:35,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:30:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b3fe986-efc9-4f98-b2f4-bf9bc2860808 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 11:30:35,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5/users/5a97e76995f34864ac86ee21ab3cf2ae/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-9b3fe986-efc9-4f98-b2f4-bf9bc2860808 2018-08-25 11:30:35,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.200312137604s 2018-08-25 11:30:35,911 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5/users/5a97e76995f34864ac86ee21ab3cf2ae/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-9b3fe986-efc9-4f98-b2f4-bf9bc2860808 2018-08-25 11:30:35,911 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 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'bd046ff457d14708965db9677b5694a5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '509c6b39-d3cd-4543-ba74-66f50992aa24', 'username': u'vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 11:30:35,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 11:30:35,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 11:30:35,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 11:30:35,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 11:30:35,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 11:30:35,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 11:30:35,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 11:30:35,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 11:30:35,916 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344', 'password': '509c6b39-d3cd-4543-ba74-66f50992aa24', 'project_name': 'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'bd046ff457d14708965db9677b5694a5', 'project_domain_name': 'Default'} 2018-08-25 11:30:35,951 - 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-08-25 11:30:35,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-25 11:30:35,997 - 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-08-25 11:30:36,005 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-25 11:30:36,006 - 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-08-25 11:30:36,771 - 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-08-25 11:30:36,837 - 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-08-25 11:30:36,837 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-25 11:30:36,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:30:36,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85585b99-79dc-478d-af59-fec48045468d 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 11:30:36,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-85585b99-79dc-478d-af59-fec48045468d 2018-08-25 11:30:36,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 11:30:37,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T12:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd046ff457d14708965db9677b5694a5", "name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/bd046ff457d14708965db9677b5694a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/bd046ff457d14708965db9677b5694a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/bd046ff457d14708965db9677b5694a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/bd046ff457d14708965db9677b5694a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/bd046ff457d14708965db9677b5694a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/bd046ff457d14708965db9677b5694a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_bd046ff457d14708965db9677b5694a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_bd046ff457d14708965db9677b5694a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/bd046ff457d14708965db9677b5694a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/bd046ff457d14708965db9677b5694a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/bd046ff457d14708965db9677b5694a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/bd046ff457d14708965db9677b5694a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/bd046ff457d14708965db9677b5694a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/bd046ff457d14708965db9677b5694a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344", "id": "5a97e76995f34864ac86ee21ab3cf2ae"}, "audit_ids": ["GQmYbI_2TWmiLX24C0hgJA"], "issued_at": "2018-08-25T11:30:37.000000Z"}} 2018-08-25 11:30:37,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 11:30:37,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"network": {"name": "vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344", "admin_state_up": true}}' 2018-08-25 11:30:37,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-2d8ae9f8-d39c-4574-808e-a206e12381dd Date: Sat, 25 Aug 2018 11:30:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1226ff37-8693-4444-ac55-de2220bb0d9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd046ff457d14708965db9677b5694a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T11:30:37Z","is_default":false,"name":"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:37Z","mtu":1450}} 2018-08-25 11:30:37,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2d8ae9f8-d39c-4574-808e-a206e12381dd 2018-08-25 11:30:37,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.515349149704s 2018-08-25 11:30:37,758 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2d8ae9f8-d39c-4574-808e-a206e12381dd 2018-08-25 11:30:37,758 - 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-08-25T11:30:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'1226ff37-8693-4444-ac55-de2220bb0d9a', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344', u'admin_state_up': True, u'tenant_id': u'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:30:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd046ff457d14708965db9677b5694a5', u'l2_adjacency': True}) 2018-08-25 11:30:37,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:30:37,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:30:37,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-0ffc90fd-9080-48f1-b033-fc6dab98e907 Date: Sat, 25 Aug 2018 11:30:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1226ff37-8693-4444-ac55-de2220bb0d9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd046ff457d14708965db9677b5694a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T11:30:37Z","qos_policy_id":null,"name":"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344","admin_state_up":true,"tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:37Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 11:30:37,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0ffc90fd-9080-48f1-b033-fc6dab98e907 2018-08-25 11:30:37,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129667043686s 2018-08-25 11:30:37,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0ffc90fd-9080-48f1-b033-fc6dab98e907 2018-08-25 11:30:37,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 11:30:37,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"subnet": {"name": "vyos_vrouter-subnet_a4a067e8-c298-4779-a1f5-171b242f4344", "enable_dhcp": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 11:30:38,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8d29e65a-9c1d-45de-828d-9ea1bf97d3c9 Date: Sat, 25 Aug 2018 11:30:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1226ff37-8693-4444-ac55-de2220bb0d9a","tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T11:30:38Z","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":"bd046ff457d14708965db9677b5694a5","id":"6092d39e-ee46-4b27-a3c9-3f90f7116e86","subnetpool_id":null,"name":"vyos_vrouter-subnet_a4a067e8-c298-4779-a1f5-171b242f4344"}} 2018-08-25 11:30:38,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8d29e65a-9c1d-45de-828d-9ea1bf97d3c9 2018-08-25 11:30:38,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.525008916855s 2018-08-25 11:30:38,416 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8d29e65a-9c1d-45de-828d-9ea1bf97d3c9 2018-08-25 11:30:38,416 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T11:30:38Z', 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'6092d39e-ee46-4b27-a3c9-3f90f7116e86', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_a4a067e8-c298-4779-a1f5-171b242f4344', u'enable_dhcp': True, u'network_id': u'1226ff37-8693-4444-ac55-de2220bb0d9a', u'tenant_id': u'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:30:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd046ff457d14708965db9677b5694a5'}) 2018-08-25 11:30:38,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 11:30:38,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "vyos_vrouter-router_a4a067e8-c298-4779-a1f5-171b242f4344", "admin_state_up": true}}' 2018-08-25 11:30:39,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-48b82e13-7395-4e09-97dd-c531886484d9 Date: Sat, 25 Aug 2018 11:30:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:38Z", "admin_state_up": true, "updated_at": "2018-08-25T11:30:39Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "bd046ff457d14708965db9677b5694a5", "id": "6ea84845-034a-4e8f-bfc3-30846805d459", "name": "vyos_vrouter-router_a4a067e8-c298-4779-a1f5-171b242f4344"}} 2018-08-25 11:30:39,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-48b82e13-7395-4e09-97dd-c531886484d9 2018-08-25 11:30:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.54499602318s 2018-08-25 11:30:39,963 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-48b82e13-7395-4e09-97dd-c531886484d9 2018-08-25 11:30:39,963 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T11:30:39Z', u'revision_number': 2, u'id': u'6ea84845-034a-4e8f-bfc3-30846805d459', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_a4a067e8-c298-4779-a1f5-171b242f4344', u'admin_state_up': True, u'tenant_id': u'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:30:38Z', u'flavor_id': None, u'routes': [], u'project_id': u'bd046ff457d14708965db9677b5694a5'}) 2018-08-25 11:30:39,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 11:30:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459/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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"subnet_id": "6092d39e-ee46-4b27-a3c9-3f90f7116e86"}' 2018-08-25 11:30:42,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a59fdec4-183b-4967-b5db-3db34a266c6a Date: Sat, 25 Aug 2018 11:30:42 GMT RESP BODY: {"network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "tenant_id": "bd046ff457d14708965db9677b5694a5", "subnet_id": "6092d39e-ee46-4b27-a3c9-3f90f7116e86", "subnet_ids": ["6092d39e-ee46-4b27-a3c9-3f90f7116e86"], "port_id": "466f7aee-c1c3-4f10-80ba-6a8ddfdb2d1e", "id": "6ea84845-034a-4e8f-bfc3-30846805d459"} 2018-08-25 11:30:42,498 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459/add_router_interface.json used request id req-a59fdec4-183b-4967-b5db-3db34a266c6a 2018-08-25 11:30:42,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.53462815285s 2018-08-25 11:30:42,499 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459/add_router_interface.json used request id req-a59fdec4-183b-4967-b5db-3db34a266c6a returning object 6ea84845-034a-4e8f-bfc3-30846805d459 2018-08-25 11:30:42,499 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-25 11:31:05,684 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-25 11:31:05,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 11:31:05,693 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 11:31:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 11:31:05,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:31:05,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:31:06,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fdb33121-ac30-416a-9948-8c7ed073874a Date: Sat, 25 Aug 2018 11:31:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:31:06,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fdb33121-ac30-416a-9948-8c7ed073874a 2018-08-25 11:31:06,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.673896074295s 2018-08-25 11:31:06,372 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-fdb33121-ac30-416a-9948-8c7ed073874a 2018-08-25 11:31:06,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 11:31:06,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344"}' 2018-08-25 11:31:06,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1c66896a-d226-433a-bc8e-f00b044708b5 Date: Sat, 25 Aug 2018 11:31:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:31:06Z", "file": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "size": null, "self": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "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_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": null, "created_at": "2018-08-25T11:31:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 11:31:06,472 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-1c66896a-d226-433a-bc8e-f00b044708b5 2018-08-25 11:31:06,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0917921066284s 2018-08-25 11:31:06,473 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-1c66896a-d226-433a-bc8e-f00b044708b5 returning object 84094d76-bb4b-4941-b930-7b47d844ddd2 2018-08-25 11:31:06,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 11:31:06,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '' 2018-08-25 11:32:08,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a327487-66e5-4c22-a845-d04ffaf3a125 Date: Sat, 25 Aug 2018 11:32:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 11:32:08,861 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file used request id req-0a327487-66e5-4c22-a845-d04ffaf3a125 2018-08-25 11:32:08,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 62.3876919746s 2018-08-25 11:32:08,862 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file used request id req-0a327487-66e5-4c22-a845-d04ffaf3a125 2018-08-25 11:32:08,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:32:08,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:08,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-01a42bcd-8907-48c9-a1cd-11c6960e83d1 Date: Sat, 25 Aug 2018 11:32:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:32:08Z", "file": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "size": 4373348352, "self": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T11:31:06Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:32:08,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-01a42bcd-8907-48c9-a1cd-11c6960e83d1 2018-08-25 11:32:08,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0439190864563s 2018-08-25 11:32:08,911 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-01a42bcd-8907-48c9-a1cd-11c6960e83d1 2018-08-25 11:32:08,913 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file', 'owner': u'bd046ff457d14708965db9677b5694a5', 'id': u'84094d76-bb4b-4941-b930-7b47d844ddd2', 'size': 4373348352, u'self': u'/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd046ff457d14708965db9677b5694a5', 'name': 'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T11:32:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T11:32:08Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344', '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/84094d76-bb4b-4941-b930-7b47d844ddd2', 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_a4a067e8-c298-4779-a1f5-171b242f4344', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344', 'created': u'2018-08-25T11:31:06Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-25T11:31:06Z', 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/84094d76-bb4b-4941-b930-7b47d844ddd2', 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_a4a067e8-c298-4779-a1f5-171b242f4344', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-25 11:32:08,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 11:32:08,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_a4a067e8-c298-4779-a1f5-171b242f4344", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-25 11:32:09,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-02cd7f15-08f1-4a2e-8a39-0d1243acd15b x-compute-request-id: req-02cd7f15-08f1-4a2e-8a39-0d1243acd15b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_a4a067e8-c298-4779-a1f5-171b242f4344", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "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": "31614397-5378-4f08-acbd-21877c888cd6"}} 2018-08-25 11:32:09,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-02cd7f15-08f1-4a2e-8a39-0d1243acd15b 2018-08-25 11:32:09,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.3328769207s 2018-08-25 11:32:09,248 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-02cd7f15-08f1-4a2e-8a39-0d1243acd15b 2018-08-25 11:32:09,249 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_a4a067e8-c298-4779-a1f5-171b242f4344', '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'89d58111967c4124b09131409c7a2a28', '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'31614397-5378-4f08-acbd-21877c888cd6', 'swap': 0}) 2018-08-25 11:32:09,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 11:32:09,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6/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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" -d '{"extra_specs": {}}' 2018-08-25 11:32:09,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-e24f3dec-91a5-48c3-9e5c-f7b2fce75d9b x-compute-request-id: req-e24f3dec-91a5-48c3-9e5c-f7b2fce75d9b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 11:32:09,269 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6/os-extra_specs used request id req-e24f3dec-91a5-48c3-9e5c-f7b2fce75d9b 2018-08-25 11:32:09,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0198600292206s 2018-08-25 11:32:09,270 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6/os-extra_specs used request id req-e24f3dec-91a5-48c3-9e5c-f7b2fce75d9b 2018-08-25 11:32:09,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-25 11:32:09,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"keypair": {"name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344"}}' 2018-08-25 11:32:09,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-856c05c7-01ad-4677-bc7b-f8cd15b0434c x-compute-request-id: req-856c05c7-01ad-4677-bc7b-f8cd15b0434c Content-Encoding: gzip Content-Length: 1812 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUFcJHazef2g1tqkZU2AekHKqq/g/iVKQ1OXBgKj5UZ4XGddNkoNO+7X1KIHIX97YV0p+enHAVqbfTfKtU8H/4wcQCV/gKs0H5eJY2gOFkYVNXODPOmvJtBs5LaTkpIqVddalkO7aP/SUqjEywK0ZyXbhAQaGeU4Amam13WN9fdodxksOmvO1bmwEyGPfHxJP1Bdz7m35MVc8niGpFo2bKGjlhM7CswbZk70AFqJJOK9nz3tHoM5D9GTCDOBY2DU/Sts1/vayVzmb+9tD2sdkXrc05dOLlmC5ywRgLQVbuWB4it1SiYD+Vu5HI4qaP2R8vLVsjtdS3dnDOi5eFUFqn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1BXCR2s3n9oNbapGVNgHpByqqv4P4lSkNTlwYCo+VGeFxnXT\nZKDTvu19SiByF/e2FdKfnpxwFam303yrVPB/+MHEAlf4CrNB+XiWNoDhZGFTVzgz\nzprybQbOS2k5KSKlXXWpZDu2j/0lKoxMsCtGcl24QEGhnlOAJmptd1jfX3aHcZLD\nprztW5sBMhj3x8ST9QXc+5t+TFXPJ4hqRaNmyho5YTOwrMG2ZO9ABaiSTivZ897R\n6DOQ/RkwgzgWNg1P0rbNf72slc5m/vbQ9rHZF63NOXTi5ZgucsEYC0FW7lgeIrdU\nomA/lbuRyOKmj9kfLy1bI7XUt3ZwzouXhVBapwIDAQABAoIBAQCmCqcA3Ss+Zivv\nOMk5cayBysO/fYsYCmZJGUAmucv0rtvoJaUr+lHs/+gAWeiZZSFUcoLvXdDO1QIL\nfGZy6Jt4ONNpdk/GqNM1KjiIUVylByGFfoXo8hxsSVDHb4kF8I8A3baRt8JVdr5b\nUl5T6n2L2l3/SKLs3rjM2rP7JUQ0ap3+RNvB/J7IEXI7u7myD+K0aNq9ikcpZucS\n6pcNcoieMNHJvi2nen341SWn3pBmjCy9BE/CU0lrcQBYc1c9yOzUStO5sbeq6cX/\n3Fi0D/Dc65oQEatDtz+e2kGaiwBogEfO7cEpLH5kI1ltgATorrGsnOdYDYjXoWk3\n20m/EcHhAoGBAOtvVDGHnWvpDYN4pNJttRCuxpxkKFBmKxHOP0hs7DQWnSn8F2yp\nEWud7WthzI3czqAbXtVxMSMBEaQudl6nsQOK/F0vs2k93tMYYV/znS1mXeV1mKLT\nZkEysdhCt2W0qbUR4TCPHyfitWgQfD+xGCwwMQNCNeBCmaxufVPM2bY3AoGBAOac\nSs36277+NZEY59uABZmdiJDDkiZcmr+x1r2rbJJUNEUsM6TYULQOfo7CPmBpVp+j\nVn7iUNlVEqP/mX08EJ2zZVHhPR97UDZi+ioJPUohinc7Nm030T7zZ0O2A+cjp50D\nnee6onjxsmsd6WLM366XEvSSjvk0n3QQmjLYPkcRAoGAF4xUFHwm/7MYueyoN6/n\na1q/3MabzabaafaCF+FlIrScVaW0RhcG+geaxqHKjunl9Nen/ZtLud+SfyRyjHcj\nWmJdaYiq3jzk+6I1ox4/u1nAzIGdmbOhR6YlaacKpu6SBt1Z87xs9lVTpav4cXpq\nG4labaQCtYKT0k5e1LHpmLMCgYADCH87YldNlc5ikC9MhcyNDrNjJA9iDcnDR7WJ\nXR3adt0RI9myC15UX/RuMEPdxMTs6JsUpCloEmRiX9RG/2lAicGFaC8DoP2XGYos\nz15NAU/u7YpzuU45Q75R96zpd2CXAhsrlxrX+GXeXtBZClTO2RHYway7vmNyhV1h\n2dJH4QKBgQC+wMnMLIg4JMdhjx+RO619OMG8Y1JK/SBZ17PTsiq2TI4sfczGGTXI\na6rlepBFPGgfIlg87OkZceBJ92iHdo5ZgCbTQI1UFMJI1GjXH98t91/ZxSmI/DI+\nGP0Rvnjc0ptl5mYMkFNcTDY8r2msi2+l/ONWwbxiSF5O3UTXcFOgNw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "fingerprint": "c0:c6:95:98:d3:3a:8c:bd:2f:cd:e2:92:00:c6:80:5d"}} 2018-08-25 11:32:09,681 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-856c05c7-01ad-4677-bc7b-f8cd15b0434c 2018-08-25 11:32:09,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.411113977432s 2018-08-25 11:32:09,682 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-856c05c7-01ad-4677-bc7b-f8cd15b0434c 2018-08-25 11:32:09,683 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUFcJHazef2g1tqkZU2AekHKqq/g/iVKQ1OXBgKj5UZ4XGddNkoNO+7X1KIHIX97YV0p+enHAVqbfTfKtU8H/4wcQCV/gKs0H5eJY2gOFkYVNXODPOmvJtBs5LaTkpIqVddalkO7aP/SUqjEywK0ZyXbhAQaGeU4Amam13WN9fdodxksOmvO1bmwEyGPfHxJP1Bdz7m35MVc8niGpFo2bKGjlhM7CswbZk70AFqJJOK9nz3tHoM5D9GTCDOBY2DU/Sts1/vayVzmb+9tD2sdkXrc05dOLlmC5ywRgLQVbuWB4it1SiYD+Vu5HI4qaP2R8vLVsjtdS3dnDOi5eFUFqn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1BXCR2s3n9oNbapGVNgHpByqqv4P4lSkNTlwYCo+VGeFxnXT\nZKDTvu19SiByF/e2FdKfnpxwFam303yrVPB/+MHEAlf4CrNB+XiWNoDhZGFTVzgz\nzprybQbOS2k5KSKlXXWpZDu2j/0lKoxMsCtGcl24QEGhnlOAJmptd1jfX3aHcZLD\nprztW5sBMhj3x8ST9QXc+5t+TFXPJ4hqRaNmyho5YTOwrMG2ZO9ABaiSTivZ897R\n6DOQ/RkwgzgWNg1P0rbNf72slc5m/vbQ9rHZF63NOXTi5ZgucsEYC0FW7lgeIrdU\nomA/lbuRyOKmj9kfLy1bI7XUt3ZwzouXhVBapwIDAQABAoIBAQCmCqcA3Ss+Zivv\nOMk5cayBysO/fYsYCmZJGUAmucv0rtvoJaUr+lHs/+gAWeiZZSFUcoLvXdDO1QIL\nfGZy6Jt4ONNpdk/GqNM1KjiIUVylByGFfoXo8hxsSVDHb4kF8I8A3baRt8JVdr5b\nUl5T6n2L2l3/SKLs3rjM2rP7JUQ0ap3+RNvB/J7IEXI7u7myD+K0aNq9ikcpZucS\n6pcNcoieMNHJvi2nen341SWn3pBmjCy9BE/CU0lrcQBYc1c9yOzUStO5sbeq6cX/\n3Fi0D/Dc65oQEatDtz+e2kGaiwBogEfO7cEpLH5kI1ltgATorrGsnOdYDYjXoWk3\n20m/EcHhAoGBAOtvVDGHnWvpDYN4pNJttRCuxpxkKFBmKxHOP0hs7DQWnSn8F2yp\nEWud7WthzI3czqAbXtVxMSMBEaQudl6nsQOK/F0vs2k93tMYYV/znS1mXeV1mKLT\nZkEysdhCt2W0qbUR4TCPHyfitWgQfD+xGCwwMQNCNeBCmaxufVPM2bY3AoGBAOac\nSs36277+NZEY59uABZmdiJDDkiZcmr+x1r2rbJJUNEUsM6TYULQOfo7CPmBpVp+j\nVn7iUNlVEqP/mX08EJ2zZVHhPR97UDZi+ioJPUohinc7Nm030T7zZ0O2A+cjp50D\nnee6onjxsmsd6WLM366XEvSSjvk0n3QQmjLYPkcRAoGAF4xUFHwm/7MYueyoN6/n\na1q/3MabzabaafaCF+FlIrScVaW0RhcG+geaxqHKjunl9Nen/ZtLud+SfyRyjHcj\nWmJdaYiq3jzk+6I1ox4/u1nAzIGdmbOhR6YlaacKpu6SBt1Z87xs9lVTpav4cXpq\nG4labaQCtYKT0k5e1LHpmLMCgYADCH87YldNlc5ikC9MhcyNDrNjJA9iDcnDR7WJ\nXR3adt0RI9myC15UX/RuMEPdxMTs6JsUpCloEmRiX9RG/2lAicGFaC8DoP2XGYos\nz15NAU/u7YpzuU45Q75R96zpd2CXAhsrlxrX+GXeXtBZClTO2RHYway7vmNyhV1h\n2dJH4QKBgQC+wMnMLIg4JMdhjx+RO619OMG8Y1JK/SBZ17PTsiq2TI4sfczGGTXI\na6rlepBFPGgfIlg87OkZceBJ92iHdo5ZgCbTQI1UFMJI1GjXH98t91/ZxSmI/DI+\nGP0Rvnjc0ptl5mYMkFNcTDY8r2msi2+l/ONWwbxiSF5O3UTXcFOgNw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5a97e76995f34864ac86ee21ab3cf2ae', 'name': u'vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344', 'created_at': '2018-08-25T11:32:09.683197', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd046ff457d14708965db9677b5694a5', 'name': 'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c0:c6:95:98:d3:3a:8c:bd:2f:cd:e2:92:00:c6:80:5d', 'type': 'ssh', 'id': u'vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344'}) 2018-08-25 11:32:09,683 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA1BXCR2s3n9oNbapGVNgHpByqqv4P4lSkNTlwYCo+VGeFxnXT ZKDTvu19SiByF/e2FdKfnpxwFam303yrVPB/+MHEAlf4CrNB+XiWNoDhZGFTVzgz zprybQbOS2k5KSKlXXWpZDu2j/0lKoxMsCtGcl24QEGhnlOAJmptd1jfX3aHcZLD prztW5sBMhj3x8ST9QXc+5t+TFXPJ4hqRaNmyho5YTOwrMG2ZO9ABaiSTivZ897R 6DOQ/RkwgzgWNg1P0rbNf72slc5m/vbQ9rHZF63NOXTi5ZgucsEYC0FW7lgeIrdU omA/lbuRyOKmj9kfLy1bI7XUt3ZwzouXhVBapwIDAQABAoIBAQCmCqcA3Ss+Zivv OMk5cayBysO/fYsYCmZJGUAmucv0rtvoJaUr+lHs/+gAWeiZZSFUcoLvXdDO1QIL fGZy6Jt4ONNpdk/GqNM1KjiIUVylByGFfoXo8hxsSVDHb4kF8I8A3baRt8JVdr5b Ul5T6n2L2l3/SKLs3rjM2rP7JUQ0ap3+RNvB/J7IEXI7u7myD+K0aNq9ikcpZucS 6pcNcoieMNHJvi2nen341SWn3pBmjCy9BE/CU0lrcQBYc1c9yOzUStO5sbeq6cX/ 3Fi0D/Dc65oQEatDtz+e2kGaiwBogEfO7cEpLH5kI1ltgATorrGsnOdYDYjXoWk3 20m/EcHhAoGBAOtvVDGHnWvpDYN4pNJttRCuxpxkKFBmKxHOP0hs7DQWnSn8F2yp EWud7WthzI3czqAbXtVxMSMBEaQudl6nsQOK/F0vs2k93tMYYV/znS1mXeV1mKLT ZkEysdhCt2W0qbUR4TCPHyfitWgQfD+xGCwwMQNCNeBCmaxufVPM2bY3AoGBAOac Ss36277+NZEY59uABZmdiJDDkiZcmr+x1r2rbJJUNEUsM6TYULQOfo7CPmBpVp+j Vn7iUNlVEqP/mX08EJ2zZVHhPR97UDZi+ioJPUohinc7Nm030T7zZ0O2A+cjp50D nee6onjxsmsd6WLM366XEvSSjvk0n3QQmjLYPkcRAoGAF4xUFHwm/7MYueyoN6/n a1q/3MabzabaafaCF+FlIrScVaW0RhcG+geaxqHKjunl9Nen/ZtLud+SfyRyjHcj WmJdaYiq3jzk+6I1ox4/u1nAzIGdmbOhR6YlaacKpu6SBt1Z87xs9lVTpav4cXpq G4labaQCtYKT0k5e1LHpmLMCgYADCH87YldNlc5ikC9MhcyNDrNjJA9iDcnDR7WJ XR3adt0RI9myC15UX/RuMEPdxMTs6JsUpCloEmRiX9RG/2lAicGFaC8DoP2XGYos z15NAU/u7YpzuU45Q75R96zpd2CXAhsrlxrX+GXeXtBZClTO2RHYway7vmNyhV1h 2dJH4QKBgQC+wMnMLIg4JMdhjx+RO619OMG8Y1JK/SBZ17PTsiq2TI4sfczGGTXI a6rlepBFPGgfIlg87OkZceBJ92iHdo5ZgCbTQI1UFMJI1GjXH98t91/ZxSmI/DI+ GP0Rvnjc0ptl5mYMkFNcTDY8r2msi2+l/ONWwbxiSF5O3UTXcFOgNw== -----END RSA PRIVATE KEY----- 2018-08-25 11:32:09,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-25 11:32:09,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"security_group": {"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-25 11:32:10,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-da4eeca6-a82f-4e78-96bb-96bbc6013c0f Date: Sat, 25 Aug 2018 11:32:10 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}} 2018-08-25 11:32:10,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-da4eeca6-a82f-4e78-96bb-96bbc6013c0f 2018-08-25 11:32:10,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.441709041595s 2018-08-25 11:32:10,129 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-da4eeca6-a82f-4e78-96bb-96bbc6013c0f 2018-08-25 11:32:10,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:32:10,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:10,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-942d5439-1d25-49b5-85eb-77af96f84b4e Date: Sat, 25 Aug 2018 11:32:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:10,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-942d5439-1d25-49b5-85eb-77af96f84b4e 2018-08-25 11:32:10,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0730509757996s 2018-08-25 11:32:10,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-942d5439-1d25-49b5-85eb-77af96f84b4e 2018-08-25 11:32:10,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:32:10,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}}' 2018-08-25 11:32:10,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a522780f-18a1-4897-a986-ac0f6fdd046e Date: Sat, 25 Aug 2018 11:32:10 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-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "93668de3-b8b7-46d2-a31d-81617ae25be1"}} 2018-08-25 11:32:10,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-a522780f-18a1-4897-a986-ac0f6fdd046e 2018-08-25 11:32:10,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.126749992371s 2018-08-25 11:32:10,338 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-a522780f-18a1-4897-a986-ac0f6fdd046e 2018-08-25 11:32:10,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:32:10,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:10,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-fc6a7b42-3d48-4520-9bfb-27a2c706c789 Date: Sat, 25 Aug 2018 11:32:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 2, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:10,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-fc6a7b42-3d48-4520-9bfb-27a2c706c789 2018-08-25 11:32:10,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0553131103516s 2018-08-25 11:32:10,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-fc6a7b42-3d48-4520-9bfb-27a2c706c789 2018-08-25 11:32:10,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:32:10,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}}' 2018-08-25 11:32:10,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f43852eb-439e-4820-8d66-d8cd3b74bc52 Date: Sat, 25 Aug 2018 11:32:10 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-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "port_range_min": null, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "aded1f09-601f-40d7-9a11-92c42347776f"}} 2018-08-25 11:32:10,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-f43852eb-439e-4820-8d66-d8cd3b74bc52 2018-08-25 11:32:10,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.125739097595s 2018-08-25 11:32:10,529 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-f43852eb-439e-4820-8d66-d8cd3b74bc52 2018-08-25 11:32:10,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:32:10,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:10,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-3c740e95-8d3e-4809-8464-ebb3c9e09ab4 Date: Sat, 25 Aug 2018 11:32:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "aded1f09-601f-40d7-9a11-92c42347776f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 3, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:10,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-3c740e95-8d3e-4809-8464-ebb3c9e09ab4 2018-08-25 11:32:10,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0444099903107s 2018-08-25 11:32:10,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-3c740e95-8d3e-4809-8464-ebb3c9e09ab4 2018-08-25 11:32:10,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:32:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}}' 2018-08-25 11:32:10,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b3386fc1-ca24-43b3-a35e-98197a4d6bf8 Date: Sat, 25 Aug 2018 11:32:10 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-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "port_range_min": 80, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "b375be60-e1b1-4e04-9fce-9d31152e42bb"}} 2018-08-25 11:32:10,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-b3386fc1-ca24-43b3-a35e-98197a4d6bf8 2018-08-25 11:32:10,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132251977921s 2018-08-25 11:32:10,714 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-b3386fc1-ca24-43b3-a35e-98197a4d6bf8 2018-08-25 11:32:10,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:32:10,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:10,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-32a03fc3-5066-41d6-85f1-da9e46caa3ca Date: Sat, 25 Aug 2018 11:32:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "aded1f09-601f-40d7-9a11-92c42347776f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "b375be60-e1b1-4e04-9fce-9d31152e42bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 4, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:10,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-32a03fc3-5066-41d6-85f1-da9e46caa3ca 2018-08-25 11:32:10,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0443198680878s 2018-08-25 11:32:10,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-32a03fc3-5066-41d6-85f1-da9e46caa3ca 2018-08-25 11:32:10,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:32:10,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}}' 2018-08-25 11:32:10,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7cf1f61d-a829-48c1-bfd1-8d08358bb215 Date: Sat, 25 Aug 2018 11:32:10 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-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "port_range_min": 443, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "83737284-b555-43c7-9423-cb71f34cbff0"}} 2018-08-25 11:32:10,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-7cf1f61d-a829-48c1-bfd1-8d08358bb215 2018-08-25 11:32:10,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.122513055801s 2018-08-25 11:32:10,888 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-7cf1f61d-a829-48c1-bfd1-8d08358bb215 2018-08-25 11:32:10,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:32:10,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:10,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-62857462-372b-44fe-945e-64cb56844c90 Date: Sat, 25 Aug 2018 11:32:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "83737284-b555-43c7-9423-cb71f34cbff0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "aded1f09-601f-40d7-9a11-92c42347776f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "b375be60-e1b1-4e04-9fce-9d31152e42bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 5, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:10,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-62857462-372b-44fe-945e-64cb56844c90 2018-08-25 11:32:10,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0454168319702s 2018-08-25 11:32:10,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-62857462-372b-44fe-945e-64cb56844c90 2018-08-25 11:32:10,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:32:10,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}}' 2018-08-25 11:32:11,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-74665238-9e6c-40ae-bdaa-a349ae93f42b Date: Sat, 25 Aug 2018 11:32:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "port_range_min": 5671, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:11Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "a730e5e6-7ac2-4300-aace-8b292ba3f884"}} 2018-08-25 11:32:11,068 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-74665238-9e6c-40ae-bdaa-a349ae93f42b 2018-08-25 11:32:11,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127623796463s 2018-08-25 11:32:11,069 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-74665238-9e6c-40ae-bdaa-a349ae93f42b 2018-08-25 11:32:11,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:32:11,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:11,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-8fa8996f-2936-47bd-9777-eaeb51f25a0f Date: Sat, 25 Aug 2018 11:32:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "83737284-b555-43c7-9423-cb71f34cbff0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T11:32:11Z", "revision_number": 0, "id": "a730e5e6-7ac2-4300-aace-8b292ba3f884", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "aded1f09-601f-40d7-9a11-92c42347776f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "b375be60-e1b1-4e04-9fce-9d31152e42bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 6, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:11,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-8fa8996f-2936-47bd-9777-eaeb51f25a0f 2018-08-25 11:32:11,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0462579727173s 2018-08-25 11:32:11,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-8fa8996f-2936-47bd-9777-eaeb51f25a0f 2018-08-25 11:32:11,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:32:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}}' 2018-08-25 11:32:11,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f83bae2f-eb0f-4db4-82c7-bb6fc2cd20f1 Date: Sat, 25 Aug 2018 11:32:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "port_range_min": 53333, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:11Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "665a42e2-f5c1-460c-9594-09b98c074db5"}} 2018-08-25 11:32:11,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-f83bae2f-eb0f-4db4-82c7-bb6fc2cd20f1 2018-08-25 11:32:11,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.137079954147s 2018-08-25 11:32:11,260 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-f83bae2f-eb0f-4db4-82c7-bb6fc2cd20f1 2018-08-25 11:32:11,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:32:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:11,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-112ea14c-0e9a-4f36-bc29-535ad9495aa9 Date: Sat, 25 Aug 2018 11:32:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1226ff37-8693-4444-ac55-de2220bb0d9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd046ff457d14708965db9677b5694a5","l2_adjacency":true,"status":"ACTIVE","subnets":["6092d39e-ee46-4b27-a3c9-3f90f7116e86"],"description":"","tags":[],"updated_at":"2018-08-25T11:30:38Z","qos_policy_id":null,"name":"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344","admin_state_up":true,"tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:37Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 11:32:11,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-112ea14c-0e9a-4f36-bc29-535ad9495aa9 2018-08-25 11:32:11,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118119001389s 2018-08-25 11:32:11,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-112ea14c-0e9a-4f36-bc29-535ad9495aa9 2018-08-25 11:32:11,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:32:11,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:11,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-47b13674-760d-4e90-a614-70c8fb54f571 Date: Sat, 25 Aug 2018 11:32:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:32:08Z", "file": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "size": 4373348352, "self": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T11:31:06Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:32:11,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-47b13674-760d-4e90-a614-70c8fb54f571 2018-08-25 11:32:11,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0362350940704s 2018-08-25 11:32:11,421 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-47b13674-760d-4e90-a614-70c8fb54f571 2018-08-25 11:32:11,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 11:32:11,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:11,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-24a15078-80e2-4654-850f-2aba8c595fbf x-compute-request-id: req-24a15078-80e2-4654-850f-2aba8c595fbf Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}, {"name": "vyos_vrouter-flavor_a4a067e8-c298-4779-a1f5-171b242f4344", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "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": "31614397-5378-4f08-acbd-21877c888cd6"}]} 2018-08-25 11:32:11,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-24a15078-80e2-4654-850f-2aba8c595fbf 2018-08-25 11:32:11,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256450176239s 2018-08-25 11:32:11,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-24a15078-80e2-4654-850f-2aba8c595fbf 2018-08-25 11:32:11,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-25 11:32:11,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"server": {"name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "imageRef": "84094d76-bb4b-4941-b930-7b47d844ddd2", "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "flavorRef": "31614397-5378-4f08-acbd-21877c888cd6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1226ff37-8693-4444-ac55-de2220bb0d9a"}], "security_groups": [{"name": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}]}}' 2018-08-25 11:32:13,591 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 11:32: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-9168755a-4148-4fa1-8fa5-b6aa0ac38474 x-compute-request-id: req-9168755a-4148-4fa1-8fa5-b6aa0ac38474 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"}], "OS-DCF:diskConfig": "MANUAL", "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "adminPass": "7pm65oWmzwFj"}} 2018-08-25 11:32:13,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-9168755a-4148-4fa1-8fa5-b6aa0ac38474 2018-08-25 11:32:13,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.13841986656s 2018-08-25 11:32:13,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-9168755a-4148-4fa1-8fa5-b6aa0ac38474 2018-08-25 11:32:13,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:13,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:13,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-3cf11112-d764-49b8-8133-6d4362416483 x-compute-request-id: req-3cf11112-d764-49b8-8133-6d4362416483 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "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-08-25T11:32:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:13,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3cf11112-d764-49b8-8133-6d4362416483 2018-08-25 11:32:13,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367238998413s 2018-08-25 11:32:13,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3cf11112-d764-49b8-8133-6d4362416483 2018-08-25 11:32:13,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:32:13,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:14,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-49d224ed-a3c3-42c5-8ff6-073933c5996c Date: Sat, 25 Aug 2018 11:32:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1226ff37-8693-4444-ac55-de2220bb0d9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd046ff457d14708965db9677b5694a5","l2_adjacency":true,"status":"ACTIVE","subnets":["6092d39e-ee46-4b27-a3c9-3f90f7116e86"],"description":"","tags":[],"updated_at":"2018-08-25T11:30:38Z","qos_policy_id":null,"name":"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344","admin_state_up":true,"tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:37Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 11:32:14,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-49d224ed-a3c3-42c5-8ff6-073933c5996c 2018-08-25 11:32:14,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0914051532745s 2018-08-25 11:32:14,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-49d224ed-a3c3-42c5-8ff6-073933c5996c 2018-08-25 11:32:14,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 11:32:14,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:14,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-c030b436-ac8e-4a1c-b924-1f493683e46c Date: Sat, 25 Aug 2018 11:32:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1226ff37-8693-4444-ac55-de2220bb0d9a","tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T11:30:38Z","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":"bd046ff457d14708965db9677b5694a5","id":"6092d39e-ee46-4b27-a3c9-3f90f7116e86","subnetpool_id":null,"name":"vyos_vrouter-subnet_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:32:14,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c030b436-ac8e-4a1c-b924-1f493683e46c 2018-08-25 11:32:14,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0428750514984s 2018-08-25 11:32:14,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c030b436-ac8e-4a1c-b924-1f493683e46c 2018-08-25 11:32:14,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:16,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:16,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:16,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c38e9e0-f5ce-4bf7-9077-5fa6f15dfdc1 x-compute-request-id: req-6c38e9e0-f5ce-4bf7-9077-5fa6f15dfdc1 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:16,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6c38e9e0-f5ce-4bf7-9077-5fa6f15dfdc1 2018-08-25 11:32:16,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204011917114s 2018-08-25 11:32:16,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6c38e9e0-f5ce-4bf7-9077-5fa6f15dfdc1 2018-08-25 11:32:16,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:18,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:18,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1dcaf3c-64f4-4883-80ae-7f455c44bccf x-compute-request-id: req-a1dcaf3c-64f4-4883-80ae-7f455c44bccf 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:18,717 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a1dcaf3c-64f4-4883-80ae-7f455c44bccf 2018-08-25 11:32:18,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398667812347s 2018-08-25 11:32:18,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a1dcaf3c-64f4-4883-80ae-7f455c44bccf 2018-08-25 11:32:18,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:20,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:20,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:21,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0d1e0be-876e-4048-9fe7-17558b672adb x-compute-request-id: req-c0d1e0be-876e-4048-9fe7-17558b672adb 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:21,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c0d1e0be-876e-4048-9fe7-17558b672adb 2018-08-25 11:32:21,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498730897903s 2018-08-25 11:32:21,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c0d1e0be-876e-4048-9fe7-17558b672adb 2018-08-25 11:32:21,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:23,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:23,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fcebf04-24e3-4533-bc23-6793ec9e5506 x-compute-request-id: req-6fcebf04-24e3-4533-bc23-6793ec9e5506 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:23,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6fcebf04-24e3-4533-bc23-6793ec9e5506 2018-08-25 11:32:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178328990936s 2018-08-25 11:32:23,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6fcebf04-24e3-4533-bc23-6793ec9e5506 2018-08-25 11:32:23,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:25,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:25,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:25,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-cd313116-086d-4033-b71b-dac3e2878ce0 x-compute-request-id: req-cd313116-086d-4033-b71b-dac3e2878ce0 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:25,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cd313116-086d-4033-b71b-dac3e2878ce0 2018-08-25 11:32:25,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464434862137s 2018-08-25 11:32:25,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cd313116-086d-4033-b71b-dac3e2878ce0 2018-08-25 11:32:25,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:27,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:27,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:28,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-cff8af72-8262-419c-9d9c-06ab9e2d6bc8 x-compute-request-id: req-cff8af72-8262-419c-9d9c-06ab9e2d6bc8 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:28,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cff8af72-8262-419c-9d9c-06ab9e2d6bc8 2018-08-25 11:32:28,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196258068085s 2018-08-25 11:32:28,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-cff8af72-8262-419c-9d9c-06ab9e2d6bc8 2018-08-25 11:32:28,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:30,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:30,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:30,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ec040e6-ef65-42ee-a1fa-030d06ed8f2a x-compute-request-id: req-3ec040e6-ef65-42ee-a1fa-030d06ed8f2a 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:30,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3ec040e6-ef65-42ee-a1fa-030d06ed8f2a 2018-08-25 11:32:30,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599436998367s 2018-08-25 11:32:30,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3ec040e6-ef65-42ee-a1fa-030d06ed8f2a 2018-08-25 11:32:30,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:32,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:32,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:33,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38fcc12d-3987-4398-8c6d-fd96e711ac27 x-compute-request-id: req-38fcc12d-3987-4398-8c6d-fd96e711ac27 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:33,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-38fcc12d-3987-4398-8c6d-fd96e711ac27 2018-08-25 11:32:33,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694338083267s 2018-08-25 11:32:33,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-38fcc12d-3987-4398-8c6d-fd96e711ac27 2018-08-25 11:32:33,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:35,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:35,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:35,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-def7b5db-eabf-4a08-9418-552a0aac675f x-compute-request-id: req-def7b5db-eabf-4a08-9418-552a0aac675f 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:35,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-def7b5db-eabf-4a08-9418-552a0aac675f 2018-08-25 11:32:35,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43014216423s 2018-08-25 11:32:35,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-def7b5db-eabf-4a08-9418-552a0aac675f 2018-08-25 11:32:35,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:37,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:37,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:38,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8174923-f54a-4c46-9ae3-62e1226c354d x-compute-request-id: req-c8174923-f54a-4c46-9ae3-62e1226c354d 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:38,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c8174923-f54a-4c46-9ae3-62e1226c354d 2018-08-25 11:32:38,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588307857513s 2018-08-25 11:32:38,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c8174923-f54a-4c46-9ae3-62e1226c354d 2018-08-25 11:32:38,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:40,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:40,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:41,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-3d852d09-449e-4dc4-b10e-2c88b9c7df6e x-compute-request-id: req-3d852d09-449e-4dc4-b10e-2c88b9c7df6e 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:41,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3d852d09-449e-4dc4-b10e-2c88b9c7df6e 2018-08-25 11:32:41,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572974920273s 2018-08-25 11:32:41,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3d852d09-449e-4dc4-b10e-2c88b9c7df6e 2018-08-25 11:32:41,011 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:43,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:43,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:43,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-e4e3c68a-4d7a-4f89-80b6-571a45545dc1 x-compute-request-id: req-e4e3c68a-4d7a-4f89-80b6-571a45545dc1 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:43,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4e3c68a-4d7a-4f89-80b6-571a45545dc1 2018-08-25 11:32:43,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.341775894165s 2018-08-25 11:32:43,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e4e3c68a-4d7a-4f89-80b6-571a45545dc1 2018-08-25 11:32:43,360 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:45,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:45,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:45,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-0d7afc59-5a8c-4553-a6b4-0da414ce67f2 x-compute-request-id: req-0d7afc59-5a8c-4553-a6b4-0da414ce67f2 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:45,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0d7afc59-5a8c-4553-a6b4-0da414ce67f2 2018-08-25 11:32:45,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426224946976s 2018-08-25 11:32:45,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0d7afc59-5a8c-4553-a6b4-0da414ce67f2 2018-08-25 11:32:45,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:47,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:47,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:48,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-2218f700-2433-4f3e-a457-1bd39b3a942c x-compute-request-id: req-2218f700-2433-4f3e-a457-1bd39b3a942c 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:48,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2218f700-2433-4f3e-a457-1bd39b3a942c 2018-08-25 11:32:48,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.403775930405s 2018-08-25 11:32:48,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2218f700-2433-4f3e-a457-1bd39b3a942c 2018-08-25 11:32:48,203 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:50,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:50,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:50,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-0dbaebfb-48a3-4ee6-a2f1-07c828a2c7f9 x-compute-request-id: req-0dbaebfb-48a3-4ee6-a2f1-07c828a2c7f9 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:50,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0dbaebfb-48a3-4ee6-a2f1-07c828a2c7f9 2018-08-25 11:32:50,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183372974396s 2018-08-25 11:32:50,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0dbaebfb-48a3-4ee6-a2f1-07c828a2c7f9 2018-08-25 11:32:50,394 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:52,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:52,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:52,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-c16109a9-6ad2-428c-b7e1-17d65f82ac47 x-compute-request-id: req-c16109a9-6ad2-428c-b7e1-17d65f82ac47 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:52,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c16109a9-6ad2-428c-b7e1-17d65f82ac47 2018-08-25 11:32:52,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41699385643s 2018-08-25 11:32:52,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c16109a9-6ad2-428c-b7e1-17d65f82ac47 2018-08-25 11:32:52,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:54,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:54,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:55,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-d92b0520-b5cf-4ffe-8ada-1f0f927a6f73 x-compute-request-id: req-d92b0520-b5cf-4ffe-8ada-1f0f927a6f73 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:55,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d92b0520-b5cf-4ffe-8ada-1f0f927a6f73 2018-08-25 11:32:55,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439191102982s 2018-08-25 11:32:55,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d92b0520-b5cf-4ffe-8ada-1f0f927a6f73 2018-08-25 11:32:55,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:57,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:57,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:32:57,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32: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-65edd78c-f3e0-4d2b-a798-ae913289ab2b x-compute-request-id: req-65edd78c-f3e0-4d2b-a798-ae913289ab2b 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:32:57,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-65edd78c-f3e0-4d2b-a798-ae913289ab2b 2018-08-25 11:32:57,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344843149185s 2018-08-25 11:32:57,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-65edd78c-f3e0-4d2b-a798-ae913289ab2b 2018-08-25 11:32:57,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:32:59,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:32:59,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:00,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-522f5244-f200-4a63-8107-d2b3d4314981 x-compute-request-id: req-522f5244-f200-4a63-8107-d2b3d4314981 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:00,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-522f5244-f200-4a63-8107-d2b3d4314981 2018-08-25 11:33:00,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738585948944s 2018-08-25 11:33:00,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-522f5244-f200-4a63-8107-d2b3d4314981 2018-08-25 11:33:00,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:02,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:02,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:02,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-63e3e402-6378-42a6-801c-c3593a5aaeb9 x-compute-request-id: req-63e3e402-6378-42a6-801c-c3593a5aaeb9 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:02,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-63e3e402-6378-42a6-801c-c3593a5aaeb9 2018-08-25 11:33:02,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340111017227s 2018-08-25 11:33:02,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-63e3e402-6378-42a6-801c-c3593a5aaeb9 2018-08-25 11:33:02,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:04,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:04,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:04,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-54036041-ce04-41af-9a45-ef35e8e381c8 x-compute-request-id: req-54036041-ce04-41af-9a45-ef35e8e381c8 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:04,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-54036041-ce04-41af-9a45-ef35e8e381c8 2018-08-25 11:33:04,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184617996216s 2018-08-25 11:33:04,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-54036041-ce04-41af-9a45-ef35e8e381c8 2018-08-25 11:33:04,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:06,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:06,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:07,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e132bcc-d9d9-4bd1-826b-4c8031813a46 x-compute-request-id: req-0e132bcc-d9d9-4bd1-826b-4c8031813a46 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:07,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0e132bcc-d9d9-4bd1-826b-4c8031813a46 2018-08-25 11:33:07,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730348110199s 2018-08-25 11:33:07,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0e132bcc-d9d9-4bd1-826b-4c8031813a46 2018-08-25 11:33:07,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:09,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:09,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:09,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-411ed6ee-2f74-496f-a155-dd384223409d x-compute-request-id: req-411ed6ee-2f74-496f-a155-dd384223409d 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:09,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-411ed6ee-2f74-496f-a155-dd384223409d 2018-08-25 11:33:09,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17676115036s 2018-08-25 11:33:09,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-411ed6ee-2f74-496f-a155-dd384223409d 2018-08-25 11:33:09,825 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:11,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:12,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37d058dd-5bbd-407f-ae32-a75f3dbd7863 x-compute-request-id: req-37d058dd-5bbd-407f-ae32-a75f3dbd7863 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:12,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-37d058dd-5bbd-407f-ae32-a75f3dbd7863 2018-08-25 11:33:12,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552858114243s 2018-08-25 11:33:12,381 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-37d058dd-5bbd-407f-ae32-a75f3dbd7863 2018-08-25 11:33:12,385 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:14,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:14,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:15,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-00637dd4-4aa2-4280-a90a-b48ea162bb49 x-compute-request-id: req-00637dd4-4aa2-4280-a90a-b48ea162bb49 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:15,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-00637dd4-4aa2-4280-a90a-b48ea162bb49 2018-08-25 11:33:15,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.621845006943s 2018-08-25 11:33:15,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-00637dd4-4aa2-4280-a90a-b48ea162bb49 2018-08-25 11:33:15,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:17,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:17,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:17,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-676098d0-79bf-404d-9a4b-5398af0fe60e x-compute-request-id: req-676098d0-79bf-404d-9a4b-5398af0fe60e 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:17,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-676098d0-79bf-404d-9a4b-5398af0fe60e 2018-08-25 11:33:17,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582309007645s 2018-08-25 11:33:17,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-676098d0-79bf-404d-9a4b-5398af0fe60e 2018-08-25 11:33:17,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:19,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:19,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:20,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-416830f1-2ff1-477f-a2ee-cf24087987b5 x-compute-request-id: req-416830f1-2ff1-477f-a2ee-cf24087987b5 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:20,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-416830f1-2ff1-477f-a2ee-cf24087987b5 2018-08-25 11:33:20,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41598200798s 2018-08-25 11:33:20,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-416830f1-2ff1-477f-a2ee-cf24087987b5 2018-08-25 11:33:20,026 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:22,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:22,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38a4b13b-336f-46af-8e12-ab22f91459c8 x-compute-request-id: req-38a4b13b-336f-46af-8e12-ab22f91459c8 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:22,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-38a4b13b-336f-46af-8e12-ab22f91459c8 2018-08-25 11:33:22,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170633077621s 2018-08-25 11:33:22,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-38a4b13b-336f-46af-8e12-ab22f91459c8 2018-08-25 11:33:22,203 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:24,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:24,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3213c8c5-50b5-46a1-aefe-5d187896b825 x-compute-request-id: req-3213c8c5-50b5-46a1-aefe-5d187896b825 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:24,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3213c8c5-50b5-46a1-aefe-5d187896b825 2018-08-25 11:33:24,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533040046692s 2018-08-25 11:33:24,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3213c8c5-50b5-46a1-aefe-5d187896b825 2018-08-25 11:33:24,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:26,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:26,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:26,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-6148bd4c-9dd3-4268-8c0a-a00a7dd794cd x-compute-request-id: req-6148bd4c-9dd3-4268-8c0a-a00a7dd794cd 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:26,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6148bd4c-9dd3-4268-8c0a-a00a7dd794cd 2018-08-25 11:33:26,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19137597084s 2018-08-25 11:33:26,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6148bd4c-9dd3-4268-8c0a-a00a7dd794cd 2018-08-25 11:33:26,941 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:28,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:28,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:29,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-a563486b-ea52-4265-9ca0-9e2373ce4d46 x-compute-request-id: req-a563486b-ea52-4265-9ca0-9e2373ce4d46 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:29,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a563486b-ea52-4265-9ca0-9e2373ce4d46 2018-08-25 11:33:29,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424451112747s 2018-08-25 11:33:29,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a563486b-ea52-4265-9ca0-9e2373ce4d46 2018-08-25 11:33:29,372 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:31,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:31,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:31,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-aaf81ade-c0a9-4b13-abe1-478d65075f01 x-compute-request-id: req-aaf81ade-c0a9-4b13-abe1-478d65075f01 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:31,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aaf81ade-c0a9-4b13-abe1-478d65075f01 2018-08-25 11:33:31,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432461977005s 2018-08-25 11:33:31,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-aaf81ade-c0a9-4b13-abe1-478d65075f01 2018-08-25 11:33:31,812 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:33,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:33,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:34,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-6b4e5e21-5ded-4285-b0c5-f0c764b5edbf x-compute-request-id: req-6b4e5e21-5ded-4285-b0c5-f0c764b5edbf 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:34,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6b4e5e21-5ded-4285-b0c5-f0c764b5edbf 2018-08-25 11:33:34,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188040971756s 2018-08-25 11:33:34,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6b4e5e21-5ded-4285-b0c5-f0c764b5edbf 2018-08-25 11:33:34,006 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:36,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:36,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:36,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-49ae68f3-ef4c-46c5-9e51-3bdf706de5f7 x-compute-request-id: req-49ae68f3-ef4c-46c5-9e51-3bdf706de5f7 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:36,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-49ae68f3-ef4c-46c5-9e51-3bdf706de5f7 2018-08-25 11:33:36,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34805893898s 2018-08-25 11:33:36,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-49ae68f3-ef4c-46c5-9e51-3bdf706de5f7 2018-08-25 11:33:36,361 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:38,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:38,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-12404ac6-fade-497c-b4d2-dc79085cde9d x-compute-request-id: req-12404ac6-fade-497c-b4d2-dc79085cde9d 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:38,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12404ac6-fade-497c-b4d2-dc79085cde9d 2018-08-25 11:33:38,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441170930862s 2018-08-25 11:33:38,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12404ac6-fade-497c-b4d2-dc79085cde9d 2018-08-25 11:33:38,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:40,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:40,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:41,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-50932320-2012-4447-abcd-65fb7b75bbac x-compute-request-id: req-50932320-2012-4447-abcd-65fb7b75bbac 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:41,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-50932320-2012-4447-abcd-65fb7b75bbac 2018-08-25 11:33:41,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686794042587s 2018-08-25 11:33:41,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-50932320-2012-4447-abcd-65fb7b75bbac 2018-08-25 11:33:41,503 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:43,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:43,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:43,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-176eb433-f9b3-4409-a76a-32469d5120f8 x-compute-request-id: req-176eb433-f9b3-4409-a76a-32469d5120f8 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:43,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-176eb433-f9b3-4409-a76a-32469d5120f8 2018-08-25 11:33:43,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185184955597s 2018-08-25 11:33:43,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-176eb433-f9b3-4409-a76a-32469d5120f8 2018-08-25 11:33:43,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:45,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:45,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-c51f12f7-23fc-4710-8ad0-da44af5f393f x-compute-request-id: req-c51f12f7-23fc-4710-8ad0-da44af5f393f 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:45,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c51f12f7-23fc-4710-8ad0-da44af5f393f 2018-08-25 11:33:45,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177461147308s 2018-08-25 11:33:45,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c51f12f7-23fc-4710-8ad0-da44af5f393f 2018-08-25 11:33:45,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:47,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:47,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:48,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-0b8b4e62-af91-42d0-bc16-2027d40a2cc4 x-compute-request-id: req-0b8b4e62-af91-42d0-bc16-2027d40a2cc4 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:48,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0b8b4e62-af91-42d0-bc16-2027d40a2cc4 2018-08-25 11:33:48,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176662921906s 2018-08-25 11:33:48,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-0b8b4e62-af91-42d0-bc16-2027d40a2cc4 2018-08-25 11:33:48,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:50,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:50,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-b44295ba-822c-4e6d-9c71-89eed8c6c9a5 x-compute-request-id: req-b44295ba-822c-4e6d-9c71-89eed8c6c9a5 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:50,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b44295ba-822c-4e6d-9c71-89eed8c6c9a5 2018-08-25 11:33:50,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357419967651s 2018-08-25 11:33:50,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-b44295ba-822c-4e6d-9c71-89eed8c6c9a5 2018-08-25 11:33:50,427 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:52,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:52,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:52,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-48ca6a81-a59c-4ddd-825c-29ab24c9af19 x-compute-request-id: req-48ca6a81-a59c-4ddd-825c-29ab24c9af19 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:52,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-48ca6a81-a59c-4ddd-825c-29ab24c9af19 2018-08-25 11:33:52,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376894950867s 2018-08-25 11:33:52,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-48ca6a81-a59c-4ddd-825c-29ab24c9af19 2018-08-25 11:33:52,811 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:54,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:54,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:55,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-f6ab7c6c-9d0b-4037-831f-8d02488aa6a1 x-compute-request-id: req-f6ab7c6c-9d0b-4037-831f-8d02488aa6a1 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:55,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f6ab7c6c-9d0b-4037-831f-8d02488aa6a1 2018-08-25 11:33:55,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583411931992s 2018-08-25 11:33:55,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f6ab7c6c-9d0b-4037-831f-8d02488aa6a1 2018-08-25 11:33:55,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:57,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:57,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:57,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:33: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-c68469d6-5091-4714-b411-c2fd367d087a x-compute-request-id: req-c68469d6-5091-4714-b411-c2fd367d087a 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:57,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c68469d6-5091-4714-b411-c2fd367d087a 2018-08-25 11:33:57,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.161206960678s 2018-08-25 11:33:57,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c68469d6-5091-4714-b411-c2fd367d087a 2018-08-25 11:33:57,570 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:33:59,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:33:59,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:33:59,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-371ce2fa-02a1-4aba-9283-c78ea5b988d7 x-compute-request-id: req-371ce2fa-02a1-4aba-9283-c78ea5b988d7 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:33:59,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-371ce2fa-02a1-4aba-9283-c78ea5b988d7 2018-08-25 11:33:59,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.338526010513s 2018-08-25 11:33:59,911 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-371ce2fa-02a1-4aba-9283-c78ea5b988d7 2018-08-25 11:33:59,915 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:01,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:01,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:02,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-90b35b4d-3950-4058-afc9-41f208f65b2a x-compute-request-id: req-90b35b4d-3950-4058-afc9-41f208f65b2a 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:02,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-90b35b4d-3950-4058-afc9-41f208f65b2a 2018-08-25 11:34:02,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349641084671s 2018-08-25 11:34:02,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-90b35b4d-3950-4058-afc9-41f208f65b2a 2018-08-25 11:34:02,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:04,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:04,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-05ada581-3a4b-4470-9b65-e0412f487dba x-compute-request-id: req-05ada581-3a4b-4470-9b65-e0412f487dba 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:04,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-05ada581-3a4b-4470-9b65-e0412f487dba 2018-08-25 11:34:04,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165575027466s 2018-08-25 11:34:04,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-05ada581-3a4b-4470-9b65-e0412f487dba 2018-08-25 11:34:04,446 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:06,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:06,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:06,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-3e2e2526-5682-424e-aa61-d8510be34933 x-compute-request-id: req-3e2e2526-5682-424e-aa61-d8510be34933 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:06,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3e2e2526-5682-424e-aa61-d8510be34933 2018-08-25 11:34:06,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174213171005s 2018-08-25 11:34:06,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3e2e2526-5682-424e-aa61-d8510be34933 2018-08-25 11:34:06,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:08,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:08,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:08,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-d6942e23-2bcb-4065-b849-962645c0ffd1 x-compute-request-id: req-d6942e23-2bcb-4065-b849-962645c0ffd1 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:08,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d6942e23-2bcb-4065-b849-962645c0ffd1 2018-08-25 11:34:08,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179473876953s 2018-08-25 11:34:08,809 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d6942e23-2bcb-4065-b849-962645c0ffd1 2018-08-25 11:34:08,813 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:10,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:10,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:11,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-58ebf8aa-f7e9-428b-9de0-96526f957f07 x-compute-request-id: req-58ebf8aa-f7e9-428b-9de0-96526f957f07 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:11,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-58ebf8aa-f7e9-428b-9de0-96526f957f07 2018-08-25 11:34:11,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18868803978s 2018-08-25 11:34:11,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-58ebf8aa-f7e9-428b-9de0-96526f957f07 2018-08-25 11:34:11,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:13,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:13,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-fea58be0-0b27-4e50-9ac1-8d72addf64e1 x-compute-request-id: req-fea58be0-0b27-4e50-9ac1-8d72addf64e1 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:13,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-fea58be0-0b27-4e50-9ac1-8d72addf64e1 2018-08-25 11:34:13,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173460960388s 2018-08-25 11:34:13,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-fea58be0-0b27-4e50-9ac1-8d72addf64e1 2018-08-25 11:34:13,188 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:15,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:15,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-01b81808-d382-4cae-972a-650d320293f7 x-compute-request-id: req-01b81808-d382-4cae-972a-650d320293f7 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:15,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-01b81808-d382-4cae-972a-650d320293f7 2018-08-25 11:34:15,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196771144867s 2018-08-25 11:34:15,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-01b81808-d382-4cae-972a-650d320293f7 2018-08-25 11:34:15,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:17,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:17,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-6c3e44ef-bf7d-444d-9d06-70d8837e382b x-compute-request-id: req-6c3e44ef-bf7d-444d-9d06-70d8837e382b 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:17,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6c3e44ef-bf7d-444d-9d06-70d8837e382b 2018-08-25 11:34:17,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350364923477s 2018-08-25 11:34:17,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6c3e44ef-bf7d-444d-9d06-70d8837e382b 2018-08-25 11:34:17,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:19,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:19,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:19,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-e657556d-b8c6-4feb-9183-16e6ba8eb01a x-compute-request-id: req-e657556d-b8c6-4feb-9183-16e6ba8eb01a 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:19,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e657556d-b8c6-4feb-9183-16e6ba8eb01a 2018-08-25 11:34:19,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172471046448s 2018-08-25 11:34:19,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-e657556d-b8c6-4feb-9183-16e6ba8eb01a 2018-08-25 11:34:19,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:21,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:21,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:22,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-96b5ca51-3a8e-48ac-9ea4-a954e68c3c77 x-compute-request-id: req-96b5ca51-3a8e-48ac-9ea4-a954e68c3c77 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:22,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-96b5ca51-3a8e-48ac-9ea4-a954e68c3c77 2018-08-25 11:34:22,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429640054703s 2018-08-25 11:34:22,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-96b5ca51-3a8e-48ac-9ea4-a954e68c3c77 2018-08-25 11:34:22,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:24,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:24,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:24,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-a05e03a2-f3d4-46f8-b425-37703b7f7b20 x-compute-request-id: req-a05e03a2-f3d4-46f8-b425-37703b7f7b20 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:24,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a05e03a2-f3d4-46f8-b425-37703b7f7b20 2018-08-25 11:34:24,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426907062531s 2018-08-25 11:34:24,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a05e03a2-f3d4-46f8-b425-37703b7f7b20 2018-08-25 11:34:24,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:26,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:26,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:26,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-2eff43e8-de41-44bc-a903-dce3f49cff22 x-compute-request-id: req-2eff43e8-de41-44bc-a903-dce3f49cff22 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:26,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2eff43e8-de41-44bc-a903-dce3f49cff22 2018-08-25 11:34:26,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189425945282s 2018-08-25 11:34:26,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2eff43e8-de41-44bc-a903-dce3f49cff22 2018-08-25 11:34:26,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:28,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:29,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:29,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-8b3534ea-0031-4a2e-9d69-a0dc67f28830 x-compute-request-id: req-8b3534ea-0031-4a2e-9d69-a0dc67f28830 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:29,173 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8b3534ea-0031-4a2e-9d69-a0dc67f28830 2018-08-25 11:34:29,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17528295517s 2018-08-25 11:34:29,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8b3534ea-0031-4a2e-9d69-a0dc67f28830 2018-08-25 11:34:29,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:31,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:31,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:31,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-12f58a67-c58c-4776-bfe9-dcd85631b0fb x-compute-request-id: req-12f58a67-c58c-4776-bfe9-dcd85631b0fb 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:31,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12f58a67-c58c-4776-bfe9-dcd85631b0fb 2018-08-25 11:34:31,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349442005157s 2018-08-25 11:34:31,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-12f58a67-c58c-4776-bfe9-dcd85631b0fb 2018-08-25 11:34:31,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:33,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:33,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:33,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-6be0a294-3d85-446f-938d-3ec616c82337 x-compute-request-id: req-6be0a294-3d85-446f-938d-3ec616c82337 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:33,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6be0a294-3d85-446f-938d-3ec616c82337 2018-08-25 11:34:33,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437237024307s 2018-08-25 11:34:33,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-6be0a294-3d85-446f-938d-3ec616c82337 2018-08-25 11:34:33,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:35,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:35,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:36,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de229afb-7c20-45eb-9d71-ce3023d5ab2c x-compute-request-id: req-de229afb-7c20-45eb-9d71-ce3023d5ab2c 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:36,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-de229afb-7c20-45eb-9d71-ce3023d5ab2c 2018-08-25 11:34:36,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170211791992s 2018-08-25 11:34:36,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-de229afb-7c20-45eb-9d71-ce3023d5ab2c 2018-08-25 11:34:36,156 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:38,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:38,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:38,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-7df95c54-a6b3-44b1-8d4f-29d29970371e x-compute-request-id: req-7df95c54-a6b3-44b1-8d4f-29d29970371e 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.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-25T11:32:15Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:38,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7df95c54-a6b3-44b1-8d4f-29d29970371e 2018-08-25 11:34:38,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18173623085s 2018-08-25 11:34:38,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-7df95c54-a6b3-44b1-8d4f-29d29970371e 2018-08-25 11:34:38,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 11:34:40,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:34:40,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:40,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-d04fc977-f3c9-4256-8659-afb1fef08a34 x-compute-request-id: req-d04fc977-f3c9-4256-8659-afb1fef08a34 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:34:40,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d04fc977-f3c9-4256-8659-afb1fef08a34 2018-08-25 11:34:40,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17044711113s 2018-08-25 11:34:40,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d04fc977-f3c9-4256-8659-afb1fef08a34 2018-08-25 11:34:40,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 11:34:40,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=2891e574-f1f4-4ea1-9f86-948ef9f84bec" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:40,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-6319106a-28fb-488d-8973-81c018aae8a0 Date: Sat, 25 Aug 2018 11:34:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T11:34:39Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6092d39e-ee46-4b27-a3c9-3f90f7116e86","ip_address":"192.168.120.5"}],"id":"05e30213-0c8c-4dbe-9791-31097a844ec1","security_groups":["0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"],"mac_address":"fa:16:3e:f5:a7:eb","project_id":"bd046ff457d14708965db9677b5694a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1226ff37-8693-4444-ac55-de2220bb0d9a","tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:32:15Z","binding:vnic_type":"normal","device_id":"2891e574-f1f4-4ea1-9f86-948ef9f84bec","ip_allocation":"immediate"}]} 2018-08-25 11:34:40,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2891e574-f1f4-4ea1-9f86-948ef9f84bec used request id req-6319106a-28fb-488d-8973-81c018aae8a0 2018-08-25 11:34:40,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0505828857422s 2018-08-25 11:34:40,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2891e574-f1f4-4ea1-9f86-948ef9f84bec used request id req-6319106a-28fb-488d-8973-81c018aae8a0 2018-08-25 11:34:40,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=05e30213-0c8c-4dbe-9791-31097a844ec1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:40,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-83a7aae5-ac5e-45bd-a5a3-e22eb23b5d72 Date: Sat, 25 Aug 2018 11:34:40 GMT RESP BODY: {"floatingips": []} 2018-08-25 11:34:40,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=05e30213-0c8c-4dbe-9791-31097a844ec1 used request id req-83a7aae5-ac5e-45bd-a5a3-e22eb23b5d72 2018-08-25 11:34:40,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0464460849762s 2018-08-25 11:34:40,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=05e30213-0c8c-4dbe-9791-31097a844ec1 used request id req-83a7aae5-ac5e-45bd-a5a3-e22eb23b5d72 2018-08-25 11:34:40,627 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f5:a7:eb', 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'84094d76-bb4b-4941-b930-7b47d844ddd2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:34:39.000000', 'flavor': Munch({u'id': u'31614397-5378-4f08-acbd-21877c888cd6'}), 'az': u'nova', 'id': u'2891e574-f1f4-4ea1-9f86-948ef9f84bec', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5a97e76995f34864ac86ee21ab3cf2ae', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd046ff457d14708965db9677b5694a5', 'name': 'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-25T11:34:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-25T11:34:40Z', 'hostId': u'85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-25T11:34:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'bd046ff457d14708965db9677b5694a5', 'name': u'vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344', 'adminPass': u'7pm65oWmzwFj', 'tenant_id': u'bd046ff457d14708965db9677b5694a5', 'created_at': u'2018-08-25T11:32:13Z', 'created': u'2018-08-25T11:32:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-25 11:34:40,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 11:34:40,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:40,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-a25e0dc1-41d9-4e5b-86e2-ad33a6463edb Date: Sat, 25 Aug 2018 11:34:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1226ff37-8693-4444-ac55-de2220bb0d9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd046ff457d14708965db9677b5694a5","l2_adjacency":true,"status":"ACTIVE","subnets":["6092d39e-ee46-4b27-a3c9-3f90f7116e86"],"description":"","tags":[],"updated_at":"2018-08-25T11:30:38Z","qos_policy_id":null,"name":"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344","admin_state_up":true,"tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:37Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 11:34:40,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-a25e0dc1-41d9-4e5b-86e2-ad33a6463edb 2018-08-25 11:34:40,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0959680080414s 2018-08-25 11:34:40,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-a25e0dc1-41d9-4e5b-86e2-ad33a6463edb 2018-08-25 11:34:40,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 11:34:40,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=2891e574-f1f4-4ea1-9f86-948ef9f84bec" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:40,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-de645d9a-9909-41f4-b79b-6785b2e754c6 Date: Sat, 25 Aug 2018 11:34:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-25T11:34:39Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6092d39e-ee46-4b27-a3c9-3f90f7116e86","ip_address":"192.168.120.5"}],"id":"05e30213-0c8c-4dbe-9791-31097a844ec1","security_groups":["0400ba1b-1fe7-41f8-b5bb-cc42c73430ef"],"mac_address":"fa:16:3e:f5:a7:eb","project_id":"bd046ff457d14708965db9677b5694a5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1226ff37-8693-4444-ac55-de2220bb0d9a","tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:32:15Z","binding:vnic_type":"normal","device_id":"2891e574-f1f4-4ea1-9f86-948ef9f84bec","ip_allocation":"immediate"}]} 2018-08-25 11:34:40,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2891e574-f1f4-4ea1-9f86-948ef9f84bec used request id req-de645d9a-9909-41f4-b79b-6785b2e754c6 2018-08-25 11:34:40,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0465359687805s 2018-08-25 11:34:40,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=2891e574-f1f4-4ea1-9f86-948ef9f84bec used request id req-de645d9a-9909-41f4-b79b-6785b2e754c6 2018-08-25 11:34:40,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-25 11:34:40,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"floatingip": {"floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "fixed_ip_address": "192.168.120.5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1"}}' 2018-08-25 11:34:43,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-0a637182-0504-46cc-8886-19eea94959a1 Date: Sat, 25 Aug 2018 11:34:43 GMT RESP BODY: {"floatingip": {"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}} 2018-08-25 11:34:43,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0a637182-0504-46cc-8886-19eea94959a1 2018-08-25 11:34:43,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.43344092369s 2018-08-25 11:34:43,211 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-0a637182-0504-46cc-8886-19eea94959a1 2018-08-25 11:34:43,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:43,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:43,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-125f7992-ff9e-44f9-b112-dec4238a4238 Date: Sat, 25 Aug 2018 11:34:43 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:43,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-125f7992-ff9e-44f9-b112-dec4238a4238 2018-08-25 11:34:43,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0781199932098s 2018-08-25 11:34:43,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-125f7992-ff9e-44f9-b112-dec4238a4238 2018-08-25 11:34:43,301 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:43,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:43,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:43,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8bd5a69d-e5f2-4d70-9d2f-e4a1475cc08e Date: Sat, 25 Aug 2018 11:34:43 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:43,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8bd5a69d-e5f2-4d70-9d2f-e4a1475cc08e 2018-08-25 11:34:43,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0567450523376s 2018-08-25 11:34:43,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8bd5a69d-e5f2-4d70-9d2f-e4a1475cc08e 2018-08-25 11:34:43,467 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:43,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:43,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:43,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-d6d2c4fe-40d4-49e9-924f-6423a000575d Date: Sat, 25 Aug 2018 11:34:43 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:43,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d6d2c4fe-40d4-49e9-924f-6423a000575d 2018-08-25 11:34:43,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.080374956131s 2018-08-25 11:34:43,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d6d2c4fe-40d4-49e9-924f-6423a000575d 2018-08-25 11:34:43,656 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:43,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:43,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:43,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-a3fa9bf8-fbee-4447-a918-e706fd37580a Date: Sat, 25 Aug 2018 11:34:43 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:43,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a3fa9bf8-fbee-4447-a918-e706fd37580a 2018-08-25 11:34:43,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0528299808502s 2018-08-25 11:34:43,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-a3fa9bf8-fbee-4447-a918-e706fd37580a 2018-08-25 11:34:43,818 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:43,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:43,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-99c5e052-2807-4744-b393-66d66b8cc020 Date: Sat, 25 Aug 2018 11:34:43 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:43,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-99c5e052-2807-4744-b393-66d66b8cc020 2018-08-25 11:34:43,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0555818080902s 2018-08-25 11:34:43,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-99c5e052-2807-4744-b393-66d66b8cc020 2018-08-25 11:34:43,982 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:44,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:44,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:44,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-4d98ef2e-f556-4170-815a-109521ab827f Date: Sat, 25 Aug 2018 11:34:44 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:44,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-4d98ef2e-f556-4170-815a-109521ab827f 2018-08-25 11:34:44,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0608601570129s 2018-08-25 11:34:44,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-4d98ef2e-f556-4170-815a-109521ab827f 2018-08-25 11:34:44,152 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:44,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:44,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:44,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c6f8fd50-74af-4598-8998-2afd426c60f5 Date: Sat, 25 Aug 2018 11:34:44 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:44,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c6f8fd50-74af-4598-8998-2afd426c60f5 2018-08-25 11:34:44,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0546050071716s 2018-08-25 11:34:44,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c6f8fd50-74af-4598-8998-2afd426c60f5 2018-08-25 11:34:44,315 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:44,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:44,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-10089932-f0af-448a-ad8e-71ebf06fefad Date: Sat, 25 Aug 2018 11:34:44 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "DOWN", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:41Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:44,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-10089932-f0af-448a-ad8e-71ebf06fefad 2018-08-25 11:34:44,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.059130191803s 2018-08-25 11:34:44,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-10089932-f0af-448a-ad8e-71ebf06fefad 2018-08-25 11:34:44,483 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-25 11:34:44,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 11:34:44,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:34:44,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-e0bb87ac-f02a-4121-817e-68f45d6d0cbf Date: Sat, 25 Aug 2018 11:34:44 GMT RESP BODY: {"floatingips": [{"router_id": "6ea84845-034a-4e8f-bfc3-30846805d459", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:34:41Z", "updated_at": "2018-08-25T11:34:44Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f5:a7:eb", "device_id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "port_id": "05e30213-0c8c-4dbe-9791-31097a844ec1", "id": "3b476596-d764-4152-9058-843a2869ba2b", "qos_policy_id": null}]} 2018-08-25 11:34:44,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e0bb87ac-f02a-4121-817e-68f45d6d0cbf 2018-08-25 11:34:44,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0587830543518s 2018-08-25 11:34:44,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e0bb87ac-f02a-4121-817e-68f45d6d0cbf 2018-08-25 11:34:44,650 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'6ea84845-034a-4e8f-bfc3-30846805d459', 'updated_at': u'2018-08-25T11:34:44Z', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.200', 'revision_number': 1, 'port_id': u'05e30213-0c8c-4dbe-9791-31097a844ec1', 'id': u'3b476596-d764-4152-9058-843a2869ba2b', 'network': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'port': u'05e30213-0c8c-4dbe-9791-31097a844ec1', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd046ff457d14708965db9677b5694a5', 'name': 'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'bd046ff457d14708965db9677b5694a5', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1226ff37-8693-4444-ac55-de2220bb0d9a', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f5:a7:eb', u'device_id': u'2891e574-f1f4-4ea1-9f86-948ef9f84bec'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'bd046ff457d14708965db9677b5694a5', 'created_at': u'2018-08-25T11:34:41Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1226ff37-8693-4444-ac55-de2220bb0d9a', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f5:a7:eb', u'device_id': u'2891e574-f1f4-4ea1-9f86-948ef9f84bec'}), 'router': u'6ea84845-034a-4e8f-bfc3-30846805d459'}) 2018-08-25 11:34:44,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:34:44,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec/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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:34:44,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-4cdf064a-14dc-4e15-a1ba-d0b203d845e6 x-compute-request-id: req-4cdf064a-14dc-4e15-a1ba-d0b203d845e6 Content-Encoding: gzip Content-Length: 9302 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 1931194068 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.417859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.420831] pid_max: default: 32768 minimum: 301\n[ 0.422433] Security Framework initialized\n[ 0.423912] SELinux: Initializing.\n[ 0.425539] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.431838] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.435842] Mount-cache hash table entries: 4096\n[ 0.437749] Initializing cgroup subsys memory\n[ 0.439305] Initializing cgroup subsys devices\n[ 0.440843] Initializing cgroup subsys freezer\n[ 0.442392] Initializing cgroup subsys net_cls\n[ 0.443930] Initializing cgroup subsys blkio\n[ 0.445433] Initializing cgroup subsys perf_event\n[ 0.447012] Initializing cgroup subsys hugetlb\n[ 0.448552] Initializing cgroup subsys pids\n[ 0.450029] Initializing cgroup subsys net_prio\n[ 0.451673] CPU: Physical Processor ID: 0\n[ 0.453831] mce: CPU supports 10 MCE banks\n[ 0.455345] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.457047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.458750] tlb_flushall_shift: 6\n[ 0.460284] Freeing SMP alternatives: 28k freed\n[ 0.464600] ACPI: Core revision 20130517\n[ 0.466503] ACPI: All ACPI Tables successfully acquired\n[ 0.468434] ftrace: allocating 25812 entries in 101 pages\n[ 0.490761] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.492769] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.494730] smpboot: Max logical packages: 2\n[ 0.496512] Enabling x2apic\n[ 0.497724] Enabled x2apic\n[ 0.499216] Switched APIC routing to physical x2apic.\n[ 0.502247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.504182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.507685] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.515839] KVM setup paravirtual spinlock\n[ 0.518657] smpboot: Booting Node 0, Processors #1 OK\n[ 0.520752] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.542651] Brought up 2 CPUs\n[ 0.542654] KVM setup async PF for cpu 1\n[ 0.542657] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.546844] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.549679] devtmpfs: initialized\n[ 0.552372] EVM: security.selinux\n[ 0.553666] EVM: security.ima\n[ 0.554890] EVM: security.capability\n[ 0.556927] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.558919] pinctrl core: initialized pinctrl subsystem\n[ 0.560718] NET: Registered protocol family 16\n[ 0.562451] ACPI: bus type PCI registered\n[ 0.563886] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.565869] PCI: Using configuration type 1 for base access\n[ 0.570998] ACPI: Added _OSI(Module Device)\n[ 0.572496] ACPI: Added _OSI(Processor Device)\n[ 0.574011] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.575582] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.578365] ACPI: Interpreter enabled\n[ 0.579751] ACPI: (supports S0 S5)\n[ 0.581075] ACPI: Using IOAPIC for interrupt routing\n[ 0.582685] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.587513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.589398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.591379] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.593318] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.596917] acpiphp: Slot [3] registered\n[ 0.598357] acpiphp: Slot [4] registered\n[ 0.599786] acpiphp: Slot [5] registered\n[ 0.601210] acpiphp: Slot [6] registered\n[ 0.602634] acpiphp: Slot [7] registered\n[ 0.604053] acpiphp: Slot [8] registered\n[ 0.605479] acpiphp: Slot [9] registered\n[ 0.606908] acpiphp: Slot [10] registered\n[ 0.608348] acpiphp: Slot [11] registered\n[ 0.609783] acpiphp: Slot [12] registered\n[ 0.611233] acpiphp: Slot [13] registered\n[ 0.612669] acpiphp: Slot [14] registered\n[ 0.614118] acpiphp: Slot [15] registered\n[ 0.615562] acpiphp: Slot [16] registered\n[ 0.617001] acpiphp: Slot [17] registered\n[ 0.618437] acpiphp: Slot [18] registered\n[ 0.619871] acpiphp: Slot [19] registered\n[ 0.621334] acpiphp: Slot [20] registered\n[ 0.622790] acpiphp: Slot [21] registered\n[ 0.624227] acpiphp: Slot [22] registered\n[ 0.625668] acpiphp: Slot [23] registered\n[ 0.627138] acpiphp: Slot [24] registered\n[ 0.628585] acpiphp: Slot [25] registered\n[ 0.630146] acpiphp: Slot [26] registered\n[ 0.631596] acpiphp: Slot [27] registered\n[ 0.633024] acpiphp: Slot [28] registered\n[ 0.634502] acpiphp: Slot [29] registered\n[ 0.635953] acpiphp: Slot [30] registered\n[ 0.637414] acpiphp: Slot [31] registered\n[ 0.638834] PCI host bridge to bus 0000:00\n[ 0.640283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.641990] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.643956] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.645916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.648582] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.651239] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.656697] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.658735] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.660674] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.662709] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.667133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.669792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.695346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.698789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.701113] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.703415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.705671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.707829] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.710098] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.712960] vgaarb: loaded\n[ 0.714154] vgaarb: bridge control possible 0000:00:02.0\n[ 0.716042] SCSI subsystem initialized\n[ 0.717495] ACPI: bus type USB registered\n[ 0.719009] usbcore: registered new interface driver usbfs\n[ 0.720747] usbcore: registered new interface driver hub\n[ 0.722505] usbcore: registered new device driver usb\n[ 0.724385] PCI: Using ACPI for IRQ routing\n[ 0.726300] NetLabel: Initializing\n[ 0.727634] NetLabel: domain hash size = 128\n[ 0.729159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.730791] NetLabel: unlabeled traffic allowed by default\n[ 0.732717] Switched to clocksource kvm-clock\n[ 0.742112] pnp: PnP ACPI init\n[ 0.743343] ACPI: bus type PNP registered\n[ 0.745136] pnp: PnP ACPI: found 5 devices\n[ 0.746565] ACPI: bus type PNP unregistered\n[ 0.754246] NET: Registered protocol family 2\n[ 0.756068] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.758963] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.761368] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.763364] TCP: reno registered\n[ 0.764660] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.766488] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.768485] NET: Registered protocol family 1\n[ 0.769970] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.771763] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.773494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.793443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.813527] Unpacking initramfs...\n[ 1.290658] Freeing initrd memory: 37508k freed\n[ 1.300455] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.302431] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.306132] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.308193] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.310514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.312499] Initialise system trusted keyring\n[ 1.314097] audit: initializing netlink socket (disabled)\n[ 1.315900] type=2000 audit(1535196882.729:1): initialized\n[ 1.333434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.335440] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.338338] zpool: loaded\n[ 1.339558] zbud: loaded\n[ 1.340924] VFS: Disk quotas dquot_6.5.2\n[ 1.342450] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.344646] msgmni has been set to 7578\n[ 1.346174] Key type big_key registered\n[ 1.348447] NET: Registered protocol family 38\n[ 1.350047] Key type asymmetric registered\n[ 1.351562] Asymmetric key parser 'x509' registered\n[ 1.353259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.356085] io scheduler noop registered\n[ 1.357576] io scheduler deadline registered (default)\n[ 1.373437] io scheduler cfq registered\n[ 1.375004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.376836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.378998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.381777] ACPI: Power Button [PWRF]\n[ 1.383368] GHES: HEST is not enabled!\n[ 1.384914] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.409192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.411534] Non-volatile memory driver v1.3\n[ 1.413083] Linux agpgart interface v0.103\n[ 1.414747] crash memory driver: version 1.1\n[ 1.416364] rdac: device handler registered\n[ 1.417949] hp_sw: device handler registered\n[ 1.419527] emc: device handler registered\n[ 1.421037] alua: device handler registered\n[ 1.422611] libphy: Fixed MDIO Bus: probed\n[ 1.424218] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.426243] ehci-pci: EHCI PCI platform driver\n[ 1.427833] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.429784] ohci-pci: OHCI PCI platform driver\n[ 1.431387] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.451896] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.453727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.456507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.458277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.460232] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.462331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.465039] usb usb1: Product: UHCI Host Controller\n[ 1.466713] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.468833] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.470590] hub 1-0:1.0: USB hub found\n[ 1.472046] hub 1-0:1.0: 2 ports detected\n[ 1.473685] usbcore: registered new interface driver usbserial\n[ 1.475597] usbcore: registered new interface driver usbserial_generic\n[ 1.477654] usbserial: USB Serial support registered for generic\n[ 1.479591] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.483248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.484938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.486777] mousedev: PS/2 mouse device common for all mice\n[ 1.488987] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.492141] rtc_cmos 00:00: RTC can wake from S4\n[ 1.492805] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.493183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.500141] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.502119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.504143] cpuidle: using governor menu\n[ 1.505654] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.507475] usbcore: registered new interface driver usbhid\n[ 1.509252] usbhid: USB HID core driver\n[ 1.510722] drop_monitor: Initializing network drop monitor service\n[ 1.512684] TCP: cubic registered\n[ 1.514035] Initializing XFRM netlink socket\n[ 1.515627] NET: Registered protocol family 10\n[ 1.517468] NET: Registered protocol family 17\n[ 1.519268] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.521162] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.523038] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.526183] Loading compiled-in X.509 certificates\n[ 1.527811] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.530908] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.534442] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.537538] registered taskstats version 1\n[ 1.540880] Key type trusted registered\n[ 1.543569] Key type encrypted registered\n[ 1.546258] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.548468] rtc_cmos 00:00: setting system clock to 2018-08-25 11:34:42 UTC (1535196882)\n[ 1.551964] Freeing unused kernel memory: 1680k freed\n[ 1.557886] 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.563474] systemd[1]: Detected virtualization kvm.\n[ 1.565196] systemd[1]: Detected architecture x86-64.\n[ 1.566917] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.570105] systemd[1]: No hostname configured.\n[ 1.571722] systemd[1]: Set hostname to .\n[ 1.573557] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.598379] systemd[1]: Created slice Root Slice.\n[ 1.600069] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.602772] systemd[1]: Listening on udev Kernel Socket.\n[ 1.604565] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.607410] systemd[1]: Created slice System Slice.\n[ 1.609110] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.611685] systemd[1]: Reached target Slices.\n[ 1.613298] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.615885] systemd[1]: Listening on Journal Socket.\n[ 1.617599] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.620295] systemd[1]: Reached target Timers.\n[ 1.621899] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.624516] systemd[1]: Reached target Local File Systems.\n[ 1.626350] systemd[1]: Starting Local File Systems.\n[ 1.628439] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.631194] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.634105] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.637980] systemd[1]: Reached target Paths.\n[ 1.639596] systemd[1]: Starting Paths.\n[ 1.641345] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.644221] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.647359] 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] Listening on udev Control Socket.\n[ 1.660326] systemd[1]: Listening on udev Control Socket.\n[ 1.662144] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.665506] systemd[1]: Reached target Swap.\n[ 1.667089] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.669563] systemd[1]: Reached target Sockets.\n[ 1.671205] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.674087] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.698077] RPC: Registered named UNIX socket transport module.\n[ 1.699948] RPC: Registered udp transport module.\n[ 1.701567] RPC: Registered tcp transport module.\n[ 1.703177] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...[ 1.775140] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.798674] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.817550] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n Starting dracut initqueue hook...\n[ 1.825798] scsi host0: ata_piix\n[ 1.827339] scsi host1: ata_piix\n[ 1.828684] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.830697] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.871870] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878205] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.932798] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.934834] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.936889] usb 1-1: Product: QEMU USB Tablet\n[ 1.938408] usb 1-1: Manufacturer: QEMU\n[ 1.939834] usb 1-1: SerialNumber: 42\n[ 1.950141] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.953480] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.037639] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.040579] XFS (vda1): Mounting V4 Filesystem\n[ 2.130144] 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.307775] tsc: Refined TSC clocksource calibration: 3491.841 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 Initrd Default Target.\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 Basic System.\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 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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\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 Control Socket.\n[[32m OK [0m] Closed udev Kernel 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.363365] systemd-journald[120]: Received SIGTERM from PID 1 (systemd).\n[ 2.628256] SELinux: Disabled at runtime.\n[ 2.664761] type=1404 audit(1535196883.616:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.709228] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.711404] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n"} 2018-08-25 11:34:44,744 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec/action used request id req-4cdf064a-14dc-4e15-a1ba-d0b203d845e6 2018-08-25 11:34:44,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.092789888382s 2018-08-25 11:34:44,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec/action used request id req-4cdf064a-14dc-4e15-a1ba-d0b203d845e6 2018-08-25 11:34:44,746 - 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 1931194068 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.417859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.420831] pid_max: default: 32768 minimum: 301 [ 0.422433] Security Framework initialized [ 0.423912] SELinux: Initializing. [ 0.425539] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.431838] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.435842] Mount-cache hash table entries: 4096 [ 0.437749] Initializing cgroup subsys memory [ 0.439305] Initializing cgroup subsys devices [ 0.440843] Initializing cgroup subsys freezer [ 0.442392] Initializing cgroup subsys net_cls [ 0.443930] Initializing cgroup subsys blkio [ 0.445433] Initializing cgroup subsys perf_event [ 0.447012] Initializing cgroup subsys hugetlb [ 0.448552] Initializing cgroup subsys pids [ 0.450029] Initializing cgroup subsys net_prio [ 0.451673] CPU: Physical Processor ID: 0 [ 0.453831] mce: CPU supports 10 MCE banks [ 0.455345] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.457047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.458750] tlb_flushall_shift: 6 [ 0.460284] Freeing SMP alternatives: 28k freed [ 0.464600] ACPI: Core revision 20130517 [ 0.466503] ACPI: All ACPI Tables successfully acquired [ 0.468434] ftrace: allocating 25812 entries in 101 pages [ 0.490761] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.492769] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.494730] smpboot: Max logical packages: 2 [ 0.496512] Enabling x2apic [ 0.497724] Enabled x2apic [ 0.499216] Switched APIC routing to physical x2apic. [ 0.502247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.504182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.507685] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.515839] KVM setup paravirtual spinlock [ 0.518657] smpboot: Booting Node 0, Processors #1 OK [ 0.520752] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.542651] Brought up 2 CPUs [ 0.542654] KVM setup async PF for cpu 1 [ 0.542657] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.546844] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.549679] devtmpfs: initialized [ 0.552372] EVM: security.selinux [ 0.553666] EVM: security.ima [ 0.554890] EVM: security.capability [ 0.556927] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.558919] pinctrl core: initialized pinctrl subsystem [ 0.560718] NET: Registered protocol family 16 [ 0.562451] ACPI: bus type PCI registered [ 0.563886] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.565869] PCI: Using configuration type 1 for base access [ 0.570998] ACPI: Added _OSI(Module Device) [ 0.572496] ACPI: Added _OSI(Processor Device) [ 0.574011] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.575582] ACPI: Added _OSI(Processor Aggregator Device) [ 0.578365] ACPI: Interpreter enabled [ 0.579751] ACPI: (supports S0 S5) [ 0.581075] ACPI: Using IOAPIC for interrupt routing [ 0.582685] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.587513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.589398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.591379] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.593318] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.596917] acpiphp: Slot [3] registered [ 0.598357] acpiphp: Slot [4] registered [ 0.599786] acpiphp: Slot [5] registered [ 0.601210] acpiphp: Slot [6] registered [ 0.602634] acpiphp: Slot [7] registered [ 0.604053] acpiphp: Slot [8] registered [ 0.605479] acpiphp: Slot [9] registered [ 0.606908] acpiphp: Slot [10] registered [ 0.608348] acpiphp: Slot [11] registered [ 0.609783] acpiphp: Slot [12] registered [ 0.611233] acpiphp: Slot [13] registered [ 0.612669] acpiphp: Slot [14] registered [ 0.614118] acpiphp: Slot [15] registered [ 0.615562] acpiphp: Slot [16] registered [ 0.617001] acpiphp: Slot [17] registered [ 0.618437] acpiphp: Slot [18] registered [ 0.619871] acpiphp: Slot [19] registered [ 0.621334] acpiphp: Slot [20] registered [ 0.622790] acpiphp: Slot [21] registered [ 0.624227] acpiphp: Slot [22] registered [ 0.625668] acpiphp: Slot [23] registered [ 0.627138] acpiphp: Slot [24] registered [ 0.628585] acpiphp: Slot [25] registered [ 0.630146] acpiphp: Slot [26] registered [ 0.631596] acpiphp: Slot [27] registered [ 0.633024] acpiphp: Slot [28] registered [ 0.634502] acpiphp: Slot [29] registered [ 0.635953] acpiphp: Slot [30] registered [ 0.637414] acpiphp: Slot [31] registered [ 0.638834] PCI host bridge to bus 0000:00 [ 0.640283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.641990] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.643956] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.645916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.648582] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.651239] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.656697] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.658735] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.660674] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.662709] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.667133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.669792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.695346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.698789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.701113] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.703415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.705671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.707829] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.710098] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.712960] vgaarb: loaded [ 0.714154] vgaarb: bridge control possible 0000:00:02.0 [ 0.716042] SCSI subsystem initialized [ 0.717495] ACPI: bus type USB registered [ 0.719009] usbcore: registered new interface driver usbfs [ 0.720747] usbcore: registered new interface driver hub [ 0.722505] usbcore: registered new device driver usb [ 0.724385] PCI: Using ACPI for IRQ routing [ 0.726300] NetLabel: Initializing [ 0.727634] NetLabel: domain hash size = 128 [ 0.729159] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.730791] NetLabel: unlabeled traffic allowed by default [ 0.732717] Switched to clocksource kvm-clock [ 0.742112] pnp: PnP ACPI init [ 0.743343] ACPI: bus type PNP registered [ 0.745136] pnp: PnP ACPI: found 5 devices [ 0.746565] ACPI: bus type PNP unregistered [ 0.754246] NET: Registered protocol family 2 [ 0.756068] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.758963] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.761368] TCP: Hash tables configured (established 32768 bind 32768) [ 0.763364] TCP: reno registered [ 0.764660] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.766488] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.768485] NET: Registered protocol family 1 [ 0.769970] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.771763] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.773494] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.793443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.813527] Unpacking initramfs... [ 1.290658] Freeing initrd memory: 37508k freed [ 1.300455] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.302431] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.306132] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.308193] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.310514] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.312499] Initialise system trusted keyring [ 1.314097] audit: initializing netlink socket (disabled) [ 1.315900] type=2000 audit(1535196882.729:1): initialized [ 1.333434] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.335440] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.338338] zpool: loaded [ 1.339558] zbud: loaded [ 1.340924] VFS: Disk quotas dquot_6.5.2 [ 1.342450] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.344646] msgmni has been set to 7578 [ 1.346174] Key type big_key registered [ 1.348447] NET: Registered protocol family 38 [ 1.350047] Key type asymmetric registered [ 1.351562] Asymmetric key parser 'x509' registered [ 1.353259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.356085] io scheduler noop registered [ 1.357576] io scheduler deadline registered (default) [ 1.373437] io scheduler cfq registered [ 1.375004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.376836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.378998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.381777] ACPI: Power Button [PWRF] [ 1.383368] GHES: HEST is not enabled! [ 1.384914] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.409192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.411534] Non-volatile memory driver v1.3 [ 1.413083] Linux agpgart interface v0.103 [ 1.414747] crash memory driver: version 1.1 [ 1.416364] rdac: device handler registered [ 1.417949] hp_sw: device handler registered [ 1.419527] emc: device handler registered [ 1.421037] alua: device handler registered [ 1.422611] libphy: Fixed MDIO Bus: probed [ 1.424218] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.426243] ehci-pci: EHCI PCI platform driver [ 1.427833] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.429784] ohci-pci: OHCI PCI platform driver [ 1.431387] uhci_hcd: USB Universal Host Controller Interface driver [ 1.451896] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.453727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.456507] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.458277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.460232] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.462331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465039] usb usb1: Product: UHCI Host Controller [ 1.466713] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.468833] usb usb1: SerialNumber: 0000:00:01.2 [ 1.470590] hub 1-0:1.0: USB hub found [ 1.472046] hub 1-0:1.0: 2 ports detected [ 1.473685] usbcore: registered new interface driver usbserial [ 1.475597] usbcore: registered new interface driver usbserial_generic [ 1.477654] usbserial: USB Serial support registered for generic [ 1.479591] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.483248] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.484938] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.486777] mousedev: PS/2 mouse device common for all mice [ 1.488987] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.492141] rtc_cmos 00:00: RTC can wake from S4 [ 1.492805] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.493183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.500141] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.502119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.504143] cpuidle: using governor menu [ 1.505654] hidraw: raw HID events driver (C) Jiri Kosina [ 1.507475] usbcore: registered new interface driver usbhid [ 1.509252] usbhid: USB HID core driver [ 1.510722] drop_monitor: Initializing network drop monitor service [ 1.512684] TCP: cubic registered [ 1.514035] Initializing XFRM netlink socket [ 1.515627] NET: Registered protocol family 10 [ 1.517468] NET: Registered protocol family 17 [ 1.519268] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.521162] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.523038] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.526183] Loading compiled-in X.509 certificates [ 1.527811] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.530908] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.534442] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.537538] registered taskstats version 1 [ 1.540880] Key type trusted registered [ 1.543569] Key type encrypted registered [ 1.546258] IMA: No TPM chip found, activating TPM-bypass! [ 1.548468] rtc_cmos 00:00: setting system clock to 2018-08-25 11:34:42 UTC (1535196882) [ 1.551964] Freeing unused kernel memory: 1680k freed [ 1.557886] 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.563474] systemd[1]: Detected virtualization kvm. [ 1.565196] systemd[1]: Detected architecture x86-64. [ 1.566917] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.570105] systemd[1]: No hostname configured. [ 1.571722] systemd[1]: Set hostname to . [ 1.573557] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.598379] systemd[1]: Created slice Root Slice. [ 1.600069] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.602772] systemd[1]: Listening on udev Kernel Socket. [ 1.604565] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.607410] systemd[1]: Created slice System Slice. [ 1.609110] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.611685] systemd[1]: Reached target Slices. [ 1.613298] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.615885] systemd[1]: Listening on Journal Socket. [ 1.617599] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Timers. [ 1.620295] systemd[1]: Reached target Timers. [ 1.621899] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.624516] systemd[1]: Reached target Local File Systems. [ 1.626350] systemd[1]: Starting Local File Systems. [ 1.628439] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.631194] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.634105] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.637980] systemd[1]: Reached target Paths. [ 1.639596] systemd[1]: Starting Paths. [ 1.641345] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.644221] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.647359] 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] Listening on udev Control Socket. [ 1.660326] systemd[1]: Listening on udev Control Socket. [ 1.662144] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Swap. [ 1.665506] systemd[1]: Reached target Swap. [ 1.667089] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.669563] systemd[1]: Reached target Sockets. [ 1.671205] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.674087] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.698077] RPC: Registered named UNIX socket transport module. [ 1.699948] RPC: Registered udp transport module. [ 1.701567] RPC: Registered tcp transport module. [ 1.703177] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System...[ 1.775140] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [ 1.798674] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.817550] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 Starting dracut initqueue hook... [ 1.825798] scsi host0: ata_piix [ 1.827339] scsi host1: ata_piix [ 1.828684] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.830697] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.871870] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.878205] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.932798] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.934834] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.936889] usb 1-1: Product: QEMU USB Tablet [ 1.938408] usb 1-1: Manufacturer: QEMU [ 1.939834] usb 1-1: SerialNumber: 42 [ 1.950141] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.953480] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.037639] SGI XFS with ACLs, security attributes, no debug enabled [ 2.040579] XFS (vda1): Mounting V4 Filesystem [ 2.130144] 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.307775] tsc: Refined TSC clocksource calibration: 3491.841 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 Initrd Default Target. [[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 Basic System. [[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 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 Apply Kernel Variables. Stopping Apply Kernel Variables... [[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 Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.363365] systemd-journald[120]: Received SIGTERM from PID 1 (systemd). [ 2.628256] SELinux: Disabled at runtime. [ 2.664761] type=1404 audit(1535196883.616:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.709228] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.711404] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! 2018-08-25 11:34:45,749 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-25 11:34:54,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-25 11:34:54,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec/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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-25 11:34:54,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:34: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-8b6e685a-b7ac-4bdd-959d-85038288c6cb x-compute-request-id: req-8b6e685a-b7ac-4bdd-959d-85038288c6cb Content-Encoding: gzip Content-Length: 12752 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 1931194068 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.417859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.420831] pid_max: default: 32768 minimum: 301\n[ 0.422433] Security Framework initialized\n[ 0.423912] SELinux: Initializing.\n[ 0.425539] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.431838] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.435842] Mount-cache hash table entries: 4096\n[ 0.437749] Initializing cgroup subsys memory\n[ 0.439305] Initializing cgroup subsys devices\n[ 0.440843] Initializing cgroup subsys freezer\n[ 0.442392] Initializing cgroup subsys net_cls\n[ 0.443930] Initializing cgroup subsys blkio\n[ 0.445433] Initializing cgroup subsys perf_event\n[ 0.447012] Initializing cgroup subsys hugetlb\n[ 0.448552] Initializing cgroup subsys pids\n[ 0.450029] Initializing cgroup subsys net_prio\n[ 0.451673] CPU: Physical Processor ID: 0\n[ 0.453831] mce: CPU supports 10 MCE banks\n[ 0.455345] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.457047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.458750] tlb_flushall_shift: 6\n[ 0.460284] Freeing SMP alternatives: 28k freed\n[ 0.464600] ACPI: Core revision 20130517\n[ 0.466503] ACPI: All ACPI Tables successfully acquired\n[ 0.468434] ftrace: allocating 25812 entries in 101 pages\n[ 0.490761] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.492769] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.494730] smpboot: Max logical packages: 2\n[ 0.496512] Enabling x2apic\n[ 0.497724] Enabled x2apic\n[ 0.499216] Switched APIC routing to physical x2apic.\n[ 0.502247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.504182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.507685] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.515839] KVM setup paravirtual spinlock\n[ 0.518657] smpboot: Booting Node 0, Processors #1 OK\n[ 0.520752] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.542651] Brought up 2 CPUs\n[ 0.542654] KVM setup async PF for cpu 1\n[ 0.542657] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.546844] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.549679] devtmpfs: initialized\n[ 0.552372] EVM: security.selinux\n[ 0.553666] EVM: security.ima\n[ 0.554890] EVM: security.capability\n[ 0.556927] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.558919] pinctrl core: initialized pinctrl subsystem\n[ 0.560718] NET: Registered protocol family 16\n[ 0.562451] ACPI: bus type PCI registered\n[ 0.563886] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.565869] PCI: Using configuration type 1 for base access\n[ 0.570998] ACPI: Added _OSI(Module Device)\n[ 0.572496] ACPI: Added _OSI(Processor Device)\n[ 0.574011] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.575582] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.578365] ACPI: Interpreter enabled\n[ 0.579751] ACPI: (supports S0 S5)\n[ 0.581075] ACPI: Using IOAPIC for interrupt routing\n[ 0.582685] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.587513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.589398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.591379] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.593318] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.596917] acpiphp: Slot [3] registered\n[ 0.598357] acpiphp: Slot [4] registered\n[ 0.599786] acpiphp: Slot [5] registered\n[ 0.601210] acpiphp: Slot [6] registered\n[ 0.602634] acpiphp: Slot [7] registered\n[ 0.604053] acpiphp: Slot [8] registered\n[ 0.605479] acpiphp: Slot [9] registered\n[ 0.606908] acpiphp: Slot [10] registered\n[ 0.608348] acpiphp: Slot [11] registered\n[ 0.609783] acpiphp: Slot [12] registered\n[ 0.611233] acpiphp: Slot [13] registered\n[ 0.612669] acpiphp: Slot [14] registered\n[ 0.614118] acpiphp: Slot [15] registered\n[ 0.615562] acpiphp: Slot [16] registered\n[ 0.617001] acpiphp: Slot [17] registered\n[ 0.618437] acpiphp: Slot [18] registered\n[ 0.619871] acpiphp: Slot [19] registered\n[ 0.621334] acpiphp: Slot [20] registered\n[ 0.622790] acpiphp: Slot [21] registered\n[ 0.624227] acpiphp: Slot [22] registered\n[ 0.625668] acpiphp: Slot [23] registered\n[ 0.627138] acpiphp: Slot [24] registered\n[ 0.628585] acpiphp: Slot [25] registered\n[ 0.630146] acpiphp: Slot [26] registered\n[ 0.631596] acpiphp: Slot [27] registered\n[ 0.633024] acpiphp: Slot [28] registered\n[ 0.634502] acpiphp: Slot [29] registered\n[ 0.635953] acpiphp: Slot [30] registered\n[ 0.637414] acpiphp: Slot [31] registered\n[ 0.638834] PCI host bridge to bus 0000:00\n[ 0.640283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.641990] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.643956] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.645916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.648582] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.651239] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.656697] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.658735] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.660674] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.662709] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.667133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.669792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.695346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.698789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.701113] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.703415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.705671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.707829] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.710098] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.712960] vgaarb: loaded\n[ 0.714154] vgaarb: bridge control possible 0000:00:02.0\n[ 0.716042] SCSI subsystem initialized\n[ 0.717495] ACPI: bus type USB registered\n[ 0.719009] usbcore: registered new interface driver usbfs\n[ 0.720747] usbcore: registered new interface driver hub\n[ 0.722505] usbcore: registered new device driver usb\n[ 0.724385] PCI: Using ACPI for IRQ routing\n[ 0.726300] NetLabel: Initializing\n[ 0.727634] NetLabel: domain hash size = 128\n[ 0.729159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.730791] NetLabel: unlabeled traffic allowed by default\n[ 0.732717] Switched to clocksource kvm-clock\n[ 0.742112] pnp: PnP ACPI init\n[ 0.743343] ACPI: bus type PNP registered\n[ 0.745136] pnp: PnP ACPI: found 5 devices\n[ 0.746565] ACPI: bus type PNP unregistered\n[ 0.754246] NET: Registered protocol family 2\n[ 0.756068] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.758963] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.761368] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.763364] TCP: reno registered\n[ 0.764660] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.766488] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.768485] NET: Registered protocol family 1\n[ 0.769970] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.771763] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.773494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.793443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.813527] Unpacking initramfs...\n[ 1.290658] Freeing initrd memory: 37508k freed\n[ 1.300455] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.302431] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.306132] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.308193] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.310514] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.312499] Initialise system trusted keyring\n[ 1.314097] audit: initializing netlink socket (disabled)\n[ 1.315900] type=2000 audit(1535196882.729:1): initialized\n[ 1.333434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.335440] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.338338] zpool: loaded\n[ 1.339558] zbud: loaded\n[ 1.340924] VFS: Disk quotas dquot_6.5.2\n[ 1.342450] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.344646] msgmni has been set to 7578\n[ 1.346174] Key type big_key registered\n[ 1.348447] NET: Registered protocol family 38\n[ 1.350047] Key type asymmetric registered\n[ 1.351562] Asymmetric key parser 'x509' registered\n[ 1.353259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.356085] io scheduler noop registered\n[ 1.357576] io scheduler deadline registered (default)\n[ 1.373437] io scheduler cfq registered\n[ 1.375004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.376836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.378998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.381777] ACPI: Power Button [PWRF]\n[ 1.383368] GHES: HEST is not enabled!\n[ 1.384914] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.409192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.411534] Non-volatile memory driver v1.3\n[ 1.413083] Linux agpgart interface v0.103\n[ 1.414747] crash memory driver: version 1.1\n[ 1.416364] rdac: device handler registered\n[ 1.417949] hp_sw: device handler registered\n[ 1.419527] emc: device handler registered\n[ 1.421037] alua: device handler registered\n[ 1.422611] libphy: Fixed MDIO Bus: probed\n[ 1.424218] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.426243] ehci-pci: EHCI PCI platform driver\n[ 1.427833] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.429784] ohci-pci: OHCI PCI platform driver\n[ 1.431387] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.451896] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.453727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.456507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.458277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.460232] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.462331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.465039] usb usb1: Product: UHCI Host Controller\n[ 1.466713] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.468833] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.470590] hub 1-0:1.0: USB hub found\n[ 1.472046] hub 1-0:1.0: 2 ports detected\n[ 1.473685] usbcore: registered new interface driver usbserial\n[ 1.475597] usbcore: registered new interface driver usbserial_generic\n[ 1.477654] usbserial: USB Serial support registered for generic\n[ 1.479591] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.483248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.484938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.486777] mousedev: PS/2 mouse device common for all mice\n[ 1.488987] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.492141] rtc_cmos 00:00: RTC can wake from S4\n[ 1.492805] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.493183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.500141] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.502119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.504143] cpuidle: using governor menu\n[ 1.505654] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.507475] usbcore: registered new interface driver usbhid\n[ 1.509252] usbhid: USB HID core driver\n[ 1.510722] drop_monitor: Initializing network drop monitor service\n[ 1.512684] TCP: cubic registered\n[ 1.514035] Initializing XFRM netlink socket\n[ 1.515627] NET: Registered protocol family 10\n[ 1.517468] NET: Registered protocol family 17\n[ 1.519268] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.521162] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.523038] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.526183] Loading compiled-in X.509 certificates\n[ 1.527811] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.530908] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.534442] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.537538] registered taskstats version 1\n[ 1.540880] Key type trusted registered\n[ 1.543569] Key type encrypted registered\n[ 1.546258] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.548468] rtc_cmos 00:00: setting system clock to 2018-08-25 11:34:42 UTC (1535196882)\n[ 1.551964] Freeing unused kernel memory: 1680k freed\n[ 1.557886] 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.563474] systemd[1]: Detected virtualization kvm.\n[ 1.565196] systemd[1]: Detected architecture x86-64.\n[ 1.566917] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.570105] systemd[1]: No hostname configured.\n[ 1.571722] systemd[1]: Set hostname to .\n[ 1.573557] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.598379] systemd[1]: Created slice Root Slice.\n[ 1.600069] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.602772] systemd[1]: Listening on udev Kernel Socket.\n[ 1.604565] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.607410] systemd[1]: Created slice System Slice.\n[ 1.609110] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.611685] systemd[1]: Reached target Slices.\n[ 1.613298] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.615885] systemd[1]: Listening on Journal Socket.\n[ 1.617599] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.620295] systemd[1]: Reached target Timers.\n[ 1.621899] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.624516] systemd[1]: Reached target Local File Systems.\n[ 1.626350] systemd[1]: Starting Local File Systems.\n[ 1.628439] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.631194] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.634105] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.637980] systemd[1]: Reached target Paths.\n[ 1.639596] systemd[1]: Starting Paths.\n[ 1.641345] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.644221] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.647359] 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] Listening on udev Control Socket.\n[ 1.660326] systemd[1]: Listening on udev Control Socket.\n[ 1.662144] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.665506] systemd[1]: Reached target Swap.\n[ 1.667089] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.669563] systemd[1]: Reached target Sockets.\n[ 1.671205] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.674087] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.698077] RPC: Registered named UNIX socket transport module.\n[ 1.699948] RPC: Registered udp transport module.\n[ 1.701567] RPC: Registered tcp transport module.\n[ 1.703177] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...[ 1.775140] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.798674] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.817550] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n Starting dracut initqueue hook...\n[ 1.825798] scsi host0: ata_piix\n[ 1.827339] scsi host1: ata_piix\n[ 1.828684] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.830697] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.871870] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878205] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.932798] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.934834] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.936889] usb 1-1: Product: QEMU USB Tablet\n[ 1.938408] usb 1-1: Manufacturer: QEMU\n[ 1.939834] usb 1-1: SerialNumber: 42\n[ 1.950141] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.953480] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.037639] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.040579] XFS (vda1): Mounting V4 Filesystem\n[ 2.130144] 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.307775] tsc: Refined TSC clocksource calibration: 3491.841 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 Initrd Default Target.\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 Basic System.\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 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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\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 Control Socket.\n[[32m OK [0m] Closed udev Kernel 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.363365] systemd-journald[120]: Received SIGTERM from PID 1 (systemd).\n[ 2.628256] SELinux: Disabled at runtime.\n[ 2.664761] type=1404 audit(1535196883.616:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.709228] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.711404] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\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 Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] 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 Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 3.023359] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[ 3.109052] systemd-journald[388]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\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[ 3.267850] type=1305 audit(1535196884.219:3): audit_pid=427 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 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 NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n[ 3.395630] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.401031] [drm] Initialized drm 1.1.0 20060810\n Starting Authorization Manager...\n[ 3.405143] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.447355] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.447355] [TTM] Initializing pool allocator\n[ 3.447357] [TTM] Initializing DMA pool allocator\n[ 3.447587] [drm] fb mappable at 0xFC000000\n[ 3.447588] [drm] vram aper at 0xFC000000\n[ 3.447588] [drm] size 33554432\n[ 3.447588] [drm] fb depth is 24\n[ 3.447589] [drm] pitch is 3072\n[ 3.449703] ppdev: user-space parallel port driver\n[ 3.487343] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.514948] Console: switching to colour frame buffer device 128x48\n[ 3.530450] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.536126] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] 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.612741] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.619228] 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] Reached target Login Prompts.\n[ 3.631300] alg: No test for crc32 (crc32-pclmul)\n[ 3.635464] intel_rapl: no valid rapl domains found in package 0\n[ 3.641179] intel_rapl: no valid rapl domains found in package 0\n[ 3.646045] intel_powerclamp: No package C-state available\n[ 3.652402] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available\n[ 3.663850] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.866864] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:34:45 +0000. Up 3.83 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 System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\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[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\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 Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.058346] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:34:47 +0000. Up 5.99 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.103514] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.105882] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.107835] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.110368] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.112956] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.116832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:f5:a7:eb |\n[ 6.125162] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.133499] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.150182] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.154928] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.162541] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.170164] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.180839] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 6.183688] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.190310] cloud-init[794]: 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.585271] cloud-init[3062]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:34:52 +0000. Up 10.53 seconds.\n[ 10.855316] cloud-init[3246]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:34:52 +0000. Up 10.81 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 | c0:c6:95:98:d3:3a:8c:bd:2f:cd:e2:92:00:c6:80:5d | - | 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.921207] cloud-init[3246]: Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:34:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.90 seconds\n"} 2018-08-25 11:34:54,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec/action used request id req-8b6e685a-b7ac-4bdd-959d-85038288c6cb 2018-08-25 11:34:54,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0952441692352s 2018-08-25 11:34:54,855 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec/action used request id req-8b6e685a-b7ac-4bdd-959d-85038288c6cb 2018-08-25 11:34:54,856 - 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 1931194068 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.417859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.420831] pid_max: default: 32768 minimum: 301 [ 0.422433] Security Framework initialized [ 0.423912] SELinux: Initializing. [ 0.425539] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.431838] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.435842] Mount-cache hash table entries: 4096 [ 0.437749] Initializing cgroup subsys memory [ 0.439305] Initializing cgroup subsys devices [ 0.440843] Initializing cgroup subsys freezer [ 0.442392] Initializing cgroup subsys net_cls [ 0.443930] Initializing cgroup subsys blkio [ 0.445433] Initializing cgroup subsys perf_event [ 0.447012] Initializing cgroup subsys hugetlb [ 0.448552] Initializing cgroup subsys pids [ 0.450029] Initializing cgroup subsys net_prio [ 0.451673] CPU: Physical Processor ID: 0 [ 0.453831] mce: CPU supports 10 MCE banks [ 0.455345] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.457047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.458750] tlb_flushall_shift: 6 [ 0.460284] Freeing SMP alternatives: 28k freed [ 0.464600] ACPI: Core revision 20130517 [ 0.466503] ACPI: All ACPI Tables successfully acquired [ 0.468434] ftrace: allocating 25812 entries in 101 pages [ 0.490761] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.492769] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.494730] smpboot: Max logical packages: 2 [ 0.496512] Enabling x2apic [ 0.497724] Enabled x2apic [ 0.499216] Switched APIC routing to physical x2apic. [ 0.502247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.504182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.507685] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.515839] KVM setup paravirtual spinlock [ 0.518657] smpboot: Booting Node 0, Processors #1 OK [ 0.520752] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.542651] Brought up 2 CPUs [ 0.542654] KVM setup async PF for cpu 1 [ 0.542657] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.546844] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.549679] devtmpfs: initialized [ 0.552372] EVM: security.selinux [ 0.553666] EVM: security.ima [ 0.554890] EVM: security.capability [ 0.556927] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.558919] pinctrl core: initialized pinctrl subsystem [ 0.560718] NET: Registered protocol family 16 [ 0.562451] ACPI: bus type PCI registered [ 0.563886] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.565869] PCI: Using configuration type 1 for base access [ 0.570998] ACPI: Added _OSI(Module Device) [ 0.572496] ACPI: Added _OSI(Processor Device) [ 0.574011] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.575582] ACPI: Added _OSI(Processor Aggregator Device) [ 0.578365] ACPI: Interpreter enabled [ 0.579751] ACPI: (supports S0 S5) [ 0.581075] ACPI: Using IOAPIC for interrupt routing [ 0.582685] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.587513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.589398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.591379] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.593318] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.596917] acpiphp: Slot [3] registered [ 0.598357] acpiphp: Slot [4] registered [ 0.599786] acpiphp: Slot [5] registered [ 0.601210] acpiphp: Slot [6] registered [ 0.602634] acpiphp: Slot [7] registered [ 0.604053] acpiphp: Slot [8] registered [ 0.605479] acpiphp: Slot [9] registered [ 0.606908] acpiphp: Slot [10] registered [ 0.608348] acpiphp: Slot [11] registered [ 0.609783] acpiphp: Slot [12] registered [ 0.611233] acpiphp: Slot [13] registered [ 0.612669] acpiphp: Slot [14] registered [ 0.614118] acpiphp: Slot [15] registered [ 0.615562] acpiphp: Slot [16] registered [ 0.617001] acpiphp: Slot [17] registered [ 0.618437] acpiphp: Slot [18] registered [ 0.619871] acpiphp: Slot [19] registered [ 0.621334] acpiphp: Slot [20] registered [ 0.622790] acpiphp: Slot [21] registered [ 0.624227] acpiphp: Slot [22] registered [ 0.625668] acpiphp: Slot [23] registered [ 0.627138] acpiphp: Slot [24] registered [ 0.628585] acpiphp: Slot [25] registered [ 0.630146] acpiphp: Slot [26] registered [ 0.631596] acpiphp: Slot [27] registered [ 0.633024] acpiphp: Slot [28] registered [ 0.634502] acpiphp: Slot [29] registered [ 0.635953] acpiphp: Slot [30] registered [ 0.637414] acpiphp: Slot [31] registered [ 0.638834] PCI host bridge to bus 0000:00 [ 0.640283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.641990] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.643956] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.645916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.648582] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.651239] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.656697] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.658735] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.660674] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.662709] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.667133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.669792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.695346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.698789] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.701113] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.703415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.705671] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.707829] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.710098] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.712960] vgaarb: loaded [ 0.714154] vgaarb: bridge control possible 0000:00:02.0 [ 0.716042] SCSI subsystem initialized [ 0.717495] ACPI: bus type USB registered [ 0.719009] usbcore: registered new interface driver usbfs [ 0.720747] usbcore: registered new interface driver hub [ 0.722505] usbcore: registered new device driver usb [ 0.724385] PCI: Using ACPI for IRQ routing [ 0.726300] NetLabel: Initializing [ 0.727634] NetLabel: domain hash size = 128 [ 0.729159] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.730791] NetLabel: unlabeled traffic allowed by default [ 0.732717] Switched to clocksource kvm-clock [ 0.742112] pnp: PnP ACPI init [ 0.743343] ACPI: bus type PNP registered [ 0.745136] pnp: PnP ACPI: found 5 devices [ 0.746565] ACPI: bus type PNP unregistered [ 0.754246] NET: Registered protocol family 2 [ 0.756068] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.758963] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.761368] TCP: Hash tables configured (established 32768 bind 32768) [ 0.763364] TCP: reno registered [ 0.764660] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.766488] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.768485] NET: Registered protocol family 1 [ 0.769970] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.771763] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.773494] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.793443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.813527] Unpacking initramfs... [ 1.290658] Freeing initrd memory: 37508k freed [ 1.300455] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.302431] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.306132] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.308193] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.310514] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.312499] Initialise system trusted keyring [ 1.314097] audit: initializing netlink socket (disabled) [ 1.315900] type=2000 audit(1535196882.729:1): initialized [ 1.333434] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.335440] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.338338] zpool: loaded [ 1.339558] zbud: loaded [ 1.340924] VFS: Disk quotas dquot_6.5.2 [ 1.342450] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.344646] msgmni has been set to 7578 [ 1.346174] Key type big_key registered [ 1.348447] NET: Registered protocol family 38 [ 1.350047] Key type asymmetric registered [ 1.351562] Asymmetric key parser 'x509' registered [ 1.353259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.356085] io scheduler noop registered [ 1.357576] io scheduler deadline registered (default) [ 1.373437] io scheduler cfq registered [ 1.375004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.376836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.378998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.381777] ACPI: Power Button [PWRF] [ 1.383368] GHES: HEST is not enabled! [ 1.384914] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.409192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.411534] Non-volatile memory driver v1.3 [ 1.413083] Linux agpgart interface v0.103 [ 1.414747] crash memory driver: version 1.1 [ 1.416364] rdac: device handler registered [ 1.417949] hp_sw: device handler registered [ 1.419527] emc: device handler registered [ 1.421037] alua: device handler registered [ 1.422611] libphy: Fixed MDIO Bus: probed [ 1.424218] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.426243] ehci-pci: EHCI PCI platform driver [ 1.427833] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.429784] ohci-pci: OHCI PCI platform driver [ 1.431387] uhci_hcd: USB Universal Host Controller Interface driver [ 1.451896] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.453727] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.456507] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.458277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.460232] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.462331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465039] usb usb1: Product: UHCI Host Controller [ 1.466713] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.468833] usb usb1: SerialNumber: 0000:00:01.2 [ 1.470590] hub 1-0:1.0: USB hub found [ 1.472046] hub 1-0:1.0: 2 ports detected [ 1.473685] usbcore: registered new interface driver usbserial [ 1.475597] usbcore: registered new interface driver usbserial_generic [ 1.477654] usbserial: USB Serial support registered for generic [ 1.479591] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.483248] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.484938] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.486777] mousedev: PS/2 mouse device common for all mice [ 1.488987] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.492141] rtc_cmos 00:00: RTC can wake from S4 [ 1.492805] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.493183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.500141] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.502119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.504143] cpuidle: using governor menu [ 1.505654] hidraw: raw HID events driver (C) Jiri Kosina [ 1.507475] usbcore: registered new interface driver usbhid [ 1.509252] usbhid: USB HID core driver [ 1.510722] drop_monitor: Initializing network drop monitor service [ 1.512684] TCP: cubic registered [ 1.514035] Initializing XFRM netlink socket [ 1.515627] NET: Registered protocol family 10 [ 1.517468] NET: Registered protocol family 17 [ 1.519268] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.521162] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.523038] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.526183] Loading compiled-in X.509 certificates [ 1.527811] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.530908] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.534442] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.537538] registered taskstats version 1 [ 1.540880] Key type trusted registered [ 1.543569] Key type encrypted registered [ 1.546258] IMA: No TPM chip found, activating TPM-bypass! [ 1.548468] rtc_cmos 00:00: setting system clock to 2018-08-25 11:34:42 UTC (1535196882) [ 1.551964] Freeing unused kernel memory: 1680k freed [ 1.557886] 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.563474] systemd[1]: Detected virtualization kvm. [ 1.565196] systemd[1]: Detected architecture x86-64. [ 1.566917] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.570105] systemd[1]: No hostname configured. [ 1.571722] systemd[1]: Set hostname to . [ 1.573557] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.598379] systemd[1]: Created slice Root Slice. [ 1.600069] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.602772] systemd[1]: Listening on udev Kernel Socket. [ 1.604565] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.607410] systemd[1]: Created slice System Slice. [ 1.609110] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.611685] systemd[1]: Reached target Slices. [ 1.613298] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.615885] systemd[1]: Listening on Journal Socket. [ 1.617599] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Timers. [ 1.620295] systemd[1]: Reached target Timers. [ 1.621899] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.624516] systemd[1]: Reached target Local File Systems. [ 1.626350] systemd[1]: Starting Local File Systems. [ 1.628439] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.631194] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.634105] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.637980] systemd[1]: Reached target Paths. [ 1.639596] systemd[1]: Starting Paths. [ 1.641345] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.644221] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.647359] 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] Listening on udev Control Socket. [ 1.660326] systemd[1]: Listening on udev Control Socket. [ 1.662144] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Swap. [ 1.665506] systemd[1]: Reached target Swap. [ 1.667089] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.669563] systemd[1]: Reached target Sockets. [ 1.671205] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.674087] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.698077] RPC: Registered named UNIX socket transport module. [ 1.699948] RPC: Registered udp transport module. [ 1.701567] RPC: Registered tcp transport module. [ 1.703177] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System...[ 1.775140] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [ 1.798674] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.817550] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 Starting dracut initqueue hook... [ 1.825798] scsi host0: ata_piix [ 1.827339] scsi host1: ata_piix [ 1.828684] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.830697] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.871870] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.878205] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.932798] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.934834] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.936889] usb 1-1: Product: QEMU USB Tablet [ 1.938408] usb 1-1: Manufacturer: QEMU [ 1.939834] usb 1-1: SerialNumber: 42 [ 1.950141] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.953480] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.037639] SGI XFS with ACLs, security attributes, no debug enabled [ 2.040579] XFS (vda1): Mounting V4 Filesystem [ 2.130144] 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.307775] tsc: Refined TSC clocksource calibration: 3491.841 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 Initrd Default Target. [[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 Basic System. [[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 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 Apply Kernel Variables. Stopping Apply Kernel Variables... [[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 Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.363365] systemd-journald[120]: Received SIGTERM from PID 1 (systemd). [ 2.628256] SELinux: Disabled at runtime. [ 2.664761] type=1404 audit(1535196883.616:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.709228] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.711404] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[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 Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] 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 Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 3.023359] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [ 3.109052] systemd-journald[388]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[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. [ 3.267850] type=1305 audit(1535196884.219:3): audit_pid=427 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 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 NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... [ 3.395630] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [ 3.401031] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... [ 3.405143] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting LSB: Bring up/down networking... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.447355] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.447355] [TTM] Initializing pool allocator [ 3.447357] [TTM] Initializing DMA pool allocator [ 3.447587] [drm] fb mappable at 0xFC000000 [ 3.447588] [drm] vram aper at 0xFC000000 [ 3.447588] [drm] size 33554432 [ 3.447588] [drm] fb depth is 24 [ 3.447589] [drm] pitch is 3072 [ 3.449703] ppdev: user-space parallel port driver [ 3.487343] fbcon: cirrusdrmfb (fb0) is primary device [ 3.514948] Console: switching to colour frame buffer device 128x48 [ 3.530450] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.536126] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] 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.612741] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.619228] 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] Reached target Login Prompts. [ 3.631300] alg: No test for crc32 (crc32-pclmul) [ 3.635464] intel_rapl: no valid rapl domains found in package 0 [ 3.641179] intel_rapl: no valid rapl domains found in package 0 [ 3.646045] intel_powerclamp: No package C-state available [ 3.652402] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available [ 3.663850] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.866864] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 25 Aug 2018 11:34:45 +0000. Up 3.83 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 System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... [[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. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 6.058346] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Sat, 25 Aug 2018 11:34:47 +0000. Up 5.99 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.103514] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.105882] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.107835] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.110368] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.112956] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.116832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:f5:a7:eb | [ 6.125162] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.133499] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.150182] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.154928] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.162541] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.170164] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.180839] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 6.183688] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.190310] cloud-init[794]: 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.585271] cloud-init[3062]: Cloud-init v. 0.7.5 running 'modules:config' at Sat, 25 Aug 2018 11:34:52 +0000. Up 10.53 seconds. [ 10.855316] cloud-init[3246]: Cloud-init v. 0.7.5 running 'modules:final' at Sat, 25 Aug 2018 11:34:52 +0000. Up 10.81 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 | c0:c6:95:98:d3:3a:8c:bd:2f:cd:e2:92:00:c6:80:5d | - | 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.921207] cloud-init[3246]: Cloud-init v. 0.7.5 finished at Sat, 25 Aug 2018 11:34:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.90 seconds 2018-08-25 11:34:54,860 - paramiko.transport - DEBUG - starting thread (client mode): 0x3650ea90L 2018-08-25 11:34:54,860 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-25 11:34:54,871 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-25 11:34:54,871 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-25 11:34:54,884 - 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-08-25 11:34:54,885 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-25 11:34:54,885 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-25 11:34:54,885 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-25 11:34:54,885 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-25 11:34:54,885 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-25 11:34:54,892 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-25 11:34:54,893 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-25 11:34:54,924 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.200: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-25 11:34:54,925 - paramiko.transport - DEBUG - Trying discovered key c0c69598d33a8cbd2fcde29200c6805d in /tmp/tmpET5wLe 2018-08-25 11:34:54,933 - paramiko.transport - DEBUG - userauth is OK 2018-08-25 11:34:54,966 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-25 11:34:54,990 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-25 11:34:54,990 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-25 11:34:54,990 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-25 11:34:54,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/status 2018-08-25 11:34:55,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:34:55,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:34:55,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:34:55,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 802, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1688, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 882, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 818, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 815, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 877, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:34:54 GMT 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-25 11:34:55,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:34:55,352 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 802, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1688, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 882, 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': 818, 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': 815, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 877, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-25 11:34:55,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/status 2018-08-25 11:34:55,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 802, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4362, "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": 1688, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4360, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 882, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 818, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 815, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4361, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 877, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-25 11:34:55,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:34:55,549 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:34:54 GMT 2018-08-25 11:34:55,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:34:55,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-25 11:34:55,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:34:55,549 - functest.core.cloudify - INFO - The current manager status is running 2018-08-25 11:34:55,550 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-25 11:34:55,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:34:55,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T11:34:54.791Z", "updated_at": "2018-08-25T11:34:54.791Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-25 11:34:55,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:34:55,698 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:34:54 GMT 2018-08-25 11:34:55,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:34:55,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-25 11:34:55,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:34:55,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/secrets 2018-08-25 11:34:55,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-25T11:34:54.791Z", "updated_at": "2018-08-25T11:34:54.791Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:34:55,783 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:34:54 GMT 2018-08-25 11:34:55,784 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:34:55,784 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-25 11:34:55,784 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:34:55,784 - functest.core.cloudify - DEBUG - List secrets: 2018-08-25 11:34:55,785 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/secrets/foo 2018-08-25 11:34:55,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 11:34:55,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-25T11:34:54.791Z", "updated_at": "2018-08-25T11:34:54.791Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-25 11:34:55,873 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:34:55,873 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:34:54 GMT 2018-08-25 11:34:55,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:34:55,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-25 11:34:55,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:34:55,873 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-25 11:34:55,873 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-25 11:34:55,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-25 11:34:55,874 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-25 11:34:55,875 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-25 11:34:55,876 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-25 11:34:55,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-25 11:34:55,947 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-25 11:34:55,948 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-25 11:34:55,949 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-25 11:34:55,949 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-25 11:34:55,950 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-25 11:34:55,958 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-25 11:35:51,703 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-25 11:35:51,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.web-ster.com * extras: mirrors.sonic.net * updates: mirrors.oit.uci.edu No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 1.7 MB/s | 54 MB 00:31 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-08-25 11:35:51,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: http://mirrors.cmich.edu/centos/7.5.1804/updates/x86_64/Packages/libgcc-4.8.5-28.el7_5.1.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cmich.edu/centos/7.5.1804/updates/x86_64/Packages/libgcc-4.8.5-28.el7_5.1.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds') Trying other mirror. 2018-08-25 11:35:51,705 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-25 11:35:51,705 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-25 11:35:51,706 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:afd33cb888461aae3bfd05b80c9e42a8 sha256:251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed 2018-08-25 11:35:51,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:35:51,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:35:52,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-1a5e9060-7fd7-485b-9694-416d25f16e52 Date: Sat, 25 Aug 2018 11:35:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:32:08Z", "file": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "size": 4373348352, "self": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T11:31:06Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:35:52,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-1a5e9060-7fd7-485b-9694-416d25f16e52 2018-08-25 11:35:52,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782335042953s 2018-08-25 11:35:52,494 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-1a5e9060-7fd7-485b-9694-416d25f16e52 2018-08-25 11:35:52,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 11:35:52,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"owner_specified.shade.md5": "afd33cb888461aae3bfd05b80c9e42a8", "owner_specified.shade.sha256": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344"}' 2018-08-25 11:35:52,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2f371a73-1d0c-4e90-a5e1-59c00baba34a Date: Sat, 25 Aug 2018 11:35:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:35:52Z", "file": "/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "size": null, "self": "/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "afd33cb888461aae3bfd05b80c9e42a8", "name": "vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": null, "created_at": "2018-08-25T11:35:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 11:35:52,564 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-2f371a73-1d0c-4e90-a5e1-59c00baba34a 2018-08-25 11:35:52,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0616219043732s 2018-08-25 11:35:52,565 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-2f371a73-1d0c-4e90-a5e1-59c00baba34a returning object 3e39c67d-8fab-460b-ae2f-93b698c7e2ed 2018-08-25 11:35:52,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 11:35:52,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '' 2018-08-25 11:35:53,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ddcb11dc-5b88-417c-9206-fd7a49e2f0fb Date: Sat, 25 Aug 2018 11:35:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 11:35:53,764 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/file used request id req-ddcb11dc-5b88-417c-9206-fd7a49e2f0fb 2018-08-25 11:35:53,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19878792763s 2018-08-25 11:35:53,765 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/file used request id req-ddcb11dc-5b88-417c-9206-fd7a49e2f0fb 2018-08-25 11:35:53,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 11:35:53,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:35:53,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2740 Content-Type: application/json X-Openstack-Request-Id: req-5d8dea97-bb8f-47db-9290-093bce00eede Date: Sat, 25 Aug 2018 11:35:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:35:53Z", "file": "/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "size": 746, "self": "/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "afd33cb888461aae3bfd05b80c9e42a8", "name": "vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": "afd33cb888461aae3bfd05b80c9e42a8", "created_at": "2018-08-25T11:35:52Z", "os_hidden": false, "protected": false, "os_hash_value": "c7f9d4c715479421640e484b2834e0a6868844b1e4986513147e911e02f9af1ef8393d6f8196aca50880fcaa870e60a9b91bc429e30199280e31b8c37fb14b3e"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:32:08Z", "file": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "size": 4373348352, "self": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T11:31:06Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 11:35:53,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-5d8dea97-bb8f-47db-9290-093bce00eede 2018-08-25 11:35:53,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0500030517578s 2018-08-25 11:35:53,819 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-5d8dea97-bb8f-47db-9290-093bce00eede 2018-08-25 11:35:53,821 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/file', 'owner': u'bd046ff457d14708965db9677b5694a5', 'id': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'size': 746, u'self': u'/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd046ff457d14708965db9677b5694a5', 'name': 'vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T11:35:53Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T11:35:53Z', u'owner_specified.shade.sha256': u'251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'afd33cb888461aae3bfd05b80c9e42a8', 'properties': {u'os_hash_value': u'c7f9d4c715479421640e484b2834e0a6868844b1e4986513147e911e02f9af1ef8393d6f8196aca50880fcaa870e60a9b91bc429e30199280e31b8c37fb14b3e', u'self': u'/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344', u'owner_specified.shade.md5': u'afd33cb888461aae3bfd05b80c9e42a8', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344', 'created': u'2018-08-25T11:35:52Z', 'checksum': u'afd33cb888461aae3bfd05b80c9e42a8', 'created_at': u'2018-08-25T11:35:52Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7f9d4c715479421640e484b2834e0a6868844b1e4986513147e911e02f9af1ef8393d6f8196aca50880fcaa870e60a9b91bc429e30199280e31b8c37fb14b3e', 'metadata': {u'os_hash_value': u'c7f9d4c715479421640e484b2834e0a6868844b1e4986513147e911e02f9af1ef8393d6f8196aca50880fcaa870e60a9b91bc429e30199280e31b8c37fb14b3e', u'self': u'/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_a4a067e8-c298-4779-a1f5-171b242f4344', u'owner_specified.shade.md5': u'afd33cb888461aae3bfd05b80c9e42a8', u'schema': u'/v2/schemas/image'}}) 2018-08-25 11:35:53,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 11:35:53,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-25 11:35:53,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:35: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-6a4a1d84-0a3f-4bcf-90f5-ae898e0b01b3 x-compute-request-id: req-6a4a1d84-0a3f-4bcf-90f5-ae898e0b01b3 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "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": "2f65c53c-6557-4fe6-8bce-9835f1169c38"}} 2018-08-25 11:35:53,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-6a4a1d84-0a3f-4bcf-90f5-ae898e0b01b3 2018-08-25 11:35:53,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0497841835022s 2018-08-25 11:35:53,872 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-6a4a1d84-0a3f-4bcf-90f5-ae898e0b01b3 2018-08-25 11:35:53,873 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_a4a067e8-c298-4779-a1f5-171b242f4344', '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'89d58111967c4124b09131409c7a2a28', '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'2f65c53c-6557-4fe6-8bce-9835f1169c38', 'swap': 0}) 2018-08-25 11:35:53,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 11:35:53,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38/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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" -d '{"extra_specs": {}}' 2018-08-25 11:35:53,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:35: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-ff7d1360-3494-4c3a-9bcb-b15e7d010a93 x-compute-request-id: req-ff7d1360-3494-4c3a-9bcb-b15e7d010a93 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 11:35:53,894 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38/os-extra_specs used request id req-ff7d1360-3494-4c3a-9bcb-b15e7d010a93 2018-08-25 11:35:53,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203809738159s 2018-08-25 11:35:53,894 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38/os-extra_specs used request id req-ff7d1360-3494-4c3a-9bcb-b15e7d010a93 2018-08-25 11:35:53,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 11:35:53,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-08-25 11:35:53,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 11:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d5b7c3c-985b-40c4-8d3d-aaf5b9905509 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-25 11:35:53,907 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-6d5b7c3c-985b-40c4-8d3d-aaf5b9905509 2018-08-25 11:35:53,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:35:54,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8385f9d1-82a7-4a56-a5a7-01ebf7270308 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0deae06599954c6ea2cef507d068fd03"}, "enabled": true, "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e6232b5880c42949bb19e67fabfeef3"}, "enabled": true, "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1015dc7a5e53415eae083d4d9fc44412"}, "enabled": true, "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/18dda3d7aafd499687e45b906cba7eb6"}, "enabled": true, "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2573c4eec85040368a5638d349e1318f"}, "enabled": true, "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2843ed2cd0e941d497a3f21c85e2a5c0"}, "enabled": true, "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b0a320f6d3841f9bd112a2715415cb3"}, "enabled": true, "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3f1ae93bf02b47b88a62597d2785c485"}, "enabled": true, "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5000fff740314f7fa89195cdff25ca4f"}, "enabled": true, "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/58064798ed864de8b000282ea108843b"}, "enabled": true, "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cd30b2d156f4bbb9d29916060cb7dd4"}, "enabled": true, "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3b4a1239544932866167123a33ba1d"}, "enabled": true, "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86c8b0b7acb34012a8d8eeed92a21ead"}, "enabled": true, "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8de3127b11f0427dab486207e8c2e7c0"}, "enabled": true, "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/b36d7cc49d7d485e80008a5860ecfdeb"}, "enabled": true, "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 11:35:54,091 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-8385f9d1-82a7-4a56-a5a7-01ebf7270308 2018-08-25 11:35:54,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193207979202s 2018-08-25 11:35:54,091 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-8385f9d1-82a7-4a56-a5a7-01ebf7270308 2018-08-25 11:35:54,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 11:35:54,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 11:35:54,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3381e43-9170-41ee-83b8-06cf45e987ec Content-Encoding: gzip Content-Length: 1987 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/010143a5ac2147928894133e96c877ee"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "010143a5ac2147928894133e96c877ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0132057ba171471fb2e956aa6062e611"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "0132057ba171471fb2e956aa6062e611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/09041b0df5d949d983eabe190e6dbcbb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0d2e05593636414fb9d592fea372d3e4"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58064798ed864de8b000282ea108843b", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0f27bfe2d82648c0b4e630dac6a8e74b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1824cc5ad5b448998604c2636250e0c9"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1a01d06c805b4c218241a8cfdebb3efd"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/272efc4069d34a7993a0486603d09a8f"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "272efc4069d34a7993a0486603d09a8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/295269e3f2924d78a5385a287e0c3bf7"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2aa168343f614f43a5afd7bc940d7579"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c5d9a81863c46e2a17ac8c358b106f1"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c936aed093b405381e717ea65f95df3"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "2c936aed093b405381e717ea65f95df3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3f34b2847f4849bd90495e4055a4f266"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4df89f77180741dda734d8e6f897eb91"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "4df89f77180741dda734d8e6f897eb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5fb42df6511b47a19a6744cacef3e0b7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "5fb42df6511b47a19a6744cacef3e0b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/684448ff412a41a9975b74b35bf6b1dd"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6be3147cad7f4a5b9839bd27c160d54a"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6cb59073c61a41158d248e5e2245172e"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "6cb59073c61a41158d248e5e2245172e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6f1b19aad0564b53a7219a0e7f4b7a6c"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7813a76a1e4342edb716295e706afe4c"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "7813a76a1e4342edb716295e706afe4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7d6f31c9fe484dc1bf486877c789e4cd"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8126836dda1e4091b1ce67b8ba0f2625"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8f9ec477dcf54211b18dc0eb8b22fe2d"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/932fede9f5a84e74bcd7386a21a04293"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "932fede9f5a84e74bcd7386a21a04293"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/935011e9ce3047178d67d3972807cb45"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "935011e9ce3047178d67d3972807cb45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/996f73131d344ac09cbb5f68f9cb8d1f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9a1d5694cd9846f18765d1daef38a436"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58064798ed864de8b000282ea108843b", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b12af6e97e394c7f814f314b595275ea"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "b12af6e97e394c7f814f314b595275ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c098758f92a948e489ef4ab6bcf91511"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c36ebfc0c30846419c1fca31e8716d0b"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "c36ebfc0c30846419c1fca31e8716d0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c6402ebdd23b4ab7abfeea1d1000bd88"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d741030a78b54c25971c2b1811309b24"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "d741030a78b54c25971c2b1811309b24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/de8d0e8d21b8490891eb9c763daa4253"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e0e0807ad9914139afa6d4e2d8d2ed7d"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e6990d8925a74026a8bb47f242bfdbdb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "e6990d8925a74026a8bb47f242bfdbdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ec2dcd6c1f214474aef88955e1518b94"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58064798ed864de8b000282ea108843b", "id": "ec2dcd6c1f214474aef88955e1518b94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f2b4e3e98d184ebba276aa4b77d81eab"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f3096f37335c4c8b8b7f5851c1c7c937"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f8410e7c21694572ae7ace751586ae60"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "f8410e7c21694572ae7ace751586ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fb54d8ba886844dd955b125007eba2d7"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "fb54d8ba886844dd955b125007eba2d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fda349a3b9d4423d9a00d6dc57b1ac1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 11:35:54,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-c3381e43-9170-41ee-83b8-06cf45e987ec 2018-08-25 11:35:54,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.181004047394s 2018-08-25 11:35:54,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-c3381e43-9170-41ee-83b8-06cf45e987ec 2018-08-25 11:35:54,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 11:35:54,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:35:54,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-37e1f3d2-5c04-437f-8239-9b28e1da6883 Date: Sat, 25 Aug 2018 11:35:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:30:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 1, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-25T11:32:11Z", "revision_number": 0, "id": "665a42e2-f5c1-460c-9594-09b98c074db5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "83737284-b555-43c7-9423-cb71f34cbff0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T11:32:11Z", "revision_number": 0, "id": "a730e5e6-7ac2-4300-aace-8b292ba3f884", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "aded1f09-601f-40d7-9a11-92c42347776f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "b375be60-e1b1-4e04-9fce-9d31152e42bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 7, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 11:35:54,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-37e1f3d2-5c04-437f-8239-9b28e1da6883 2018-08-25 11:35:54,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545380115509s 2018-08-25 11:35:54,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-37e1f3d2-5c04-437f-8239-9b28e1da6883 2018-08-25 11:35:54,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-25 11:35:54,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -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": "005019d7-c903-4b90-b194-8828ed2f0b12"}}' 2018-08-25 11:35:54,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-14f4d2f3-c3bf-495b-a18d-91556768d64d Date: Sat, 25 Aug 2018 11:35:54 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-08-25T11:35:54Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:35:54Z", "project_id": "bd046ff457d14708965db9677b5694a5", "id": "29cbd7e0-754b-4e29-af7b-884ed3ff1199"}} 2018-08-25 11:35:54,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-14f4d2f3-c3bf-495b-a18d-91556768d64d 2018-08-25 11:35:54,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179342031479s 2018-08-25 11:35:54,529 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-14f4d2f3-c3bf-495b-a18d-91556768d64d 2018-08-25 11:35:54,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-25 11:35:54,541 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-25 11:35:56,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:35:56,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:35:56,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:35:56,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:35:56,290 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:35:56,290 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:35:56,290 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:35:56,290 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-25 11:35:56,290 - 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-08-25T11:35:56.249Z", "updated_at": "2018-08-25T11:35:56.249Z", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_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": [], "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": {"use_external_resource": false, "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"}}, "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.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": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_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": [], "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": {"use_external_resource": false, "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"}}, "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, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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}]}], "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-08-25 11:35:56,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:35:56,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:35:56 GMT 2018-08-25 11:35:56,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:35:56,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-25 11:35:56,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:35:56,306 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-25 11:35:56,306 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.200:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.35:5000", "keystone_tenant_name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "keystone_password": "509c6b39-d3cd-4543-ba74-66f50992aa24", "reference_vnf_flavor_id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "target_vnf_flavor_id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "target_vnf_image_id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-25 11:35:57,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:35:57,039 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-25 11:35:57,039 - 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": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "target_vnf_flavor_id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "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_a4a067e8-c298-4779-a1f5-171b242f4344", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "keystone_password": "509c6b39-d3cd-4543-ba74-66f50992aa24", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.35: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": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.483Z", "updated_at": "2018-08-25T11:35:56.483Z", "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-08-25 11:35:57,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:35:57,040 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:35:57 GMT 2018-08-25 11:35:57,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:35:57,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-25 11:35:57,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:35:57,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions 2018-08-25 11:35:57,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:35:57,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:35:57,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:35:57,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:35:57,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:35:57,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:35:57,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:35:57,102 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-25 11:35:57,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:35:57,102 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:35:57 GMT 2018-08-25 11:35:57,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:35:57,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-25 11:35:57,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:35:57,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:35:57,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:35:57,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:35:57 GMT 2018-08-25 11:35:57,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:35:57,222 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-25 11:35:57,222 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:35:57,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:35:57,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:35:57,282 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:35:57,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:35:57,283 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:35:57 GMT 2018-08-25 11:35:57,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:35:57,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:35:57,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:02,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:02,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:02,351 - 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-08-25T11:35:57.878Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:35:57.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:58.250Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:35:58.250Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:58.250Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:35:58.250Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:58.250Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:35:58.250Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:58.250Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:35:58.250Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:59.221Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:35:59.221Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:59.221Z", "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-08-25T11:35:59.221Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:59.221Z", "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-08-25T11:35:59.221Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:35:59.221Z", "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-08-25T11:35:59.221Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:00.260Z", "message": "Installing from directory: /tmp/tmpuFHLWC [args=--prefix=\"/tmp/openstack-jxVXdH\" --constraint=\"/tmp/openstack-jxVXdH/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:00.260Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:01.231Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpuFHLWC --prefix=\"/tmp/openstack-jxVXdH\" --constraint=\"/tmp/openstack-jxVXdH/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:01.231Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-25 11:36:02,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:02,351 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:02 GMT 2018-08-25 11:36:02,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:02,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-08-25 11:36:02,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:02,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-25 11:36:02,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-08-25 11:36:02,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-25 11:36:02,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-25 11:36:02,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-08-25 11:36:02,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-08-25 11:36:02,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-25 11:36:02,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-25 11:36:02,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-25 11:36:02,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpuFHLWC [args=--prefix="/tmp/openstack-jxVXdH" --constraint="/tmp/openstack-jxVXdH/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-25 11:36:02,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpuFHLWC --prefix="/tmp/openstack-jxVXdH" --constraint="/tmp/openstack-jxVXdH/constraint.txt" 2018-08-25 11:36:02,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:02,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:02,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:02,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:02,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:02,455 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:02 GMT 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:36:02,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:07,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:07,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:07,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:07,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:07,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:07 GMT 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 11:36:07,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:07,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:07,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:07,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:07,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:07,623 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:07 GMT 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:07,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:36:07,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:12,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:12,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 11:36:12,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:12,691 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:12 GMT 2018-08-25 11:36:12,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:12,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 11:36:12,691 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:12,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:12,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:12,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:12,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:12,751 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:12 GMT 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:12,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:36:12,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:17,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:17,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:17,835 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:17,835 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:17 GMT 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 11:36:17,836 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:17,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:17,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:17,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:17,894 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:17 GMT 2018-08-25 11:36:17,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:17,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:36:17,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:22,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:22,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:22,968 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:22,968 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:22 GMT 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:22,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-25 11:36:22,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:22,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:23,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:23,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:23,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:23,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:23,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:23,024 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:23 GMT 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:36:23,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:28,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:28,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:28,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:27.079Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:27.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:27.263Z", "message": "Removing directory: /tmp/tmpuFHLWC", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:27.263Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8", "logger": "a0b2d25b-4cf5-45c5-9fa9-a705ce5c4c8b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:28.056Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:28.056Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:28 GMT 2018-08-25 11:36:28,092 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:28,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1555 2018-08-25 11:36:28,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:28,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-25 11:36:28,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpuFHLWC 2018-08-25 11:36:28,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-25 11:36:28,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:28,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:28,147 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:28,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:28,147 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:28 GMT 2018-08-25 11:36:28,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:28,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-25 11:36:28,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:33,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:33,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:33,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:33,220 - 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-08-25T11:36:28.273Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:28.273Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:29.279Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:29.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:29.279Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:29.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:33,220 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:33 GMT 2018-08-25 11:36:33,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:33,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1516 2018-08-25 11:36:33,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:33,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-25 11:36:33,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-25 11:36:33,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-08-25 11:36:33,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/2f772c20-eadf-41b1-a3b0-5fd53457dfd8 2018-08-25 11:36:33,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:33,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:33,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:33,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:33,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:33,280 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"} 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:33 GMT 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-08-25 11:36:33,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:33,281 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-08-25 11:36:33,281 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.200:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-25 11:36:33,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:33,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:33,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:33,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:33,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:33,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-08-25 11:36:33,435 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:33 GMT 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:33,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:33,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:33,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:33,497 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:33 GMT 2018-08-25 11:36:33,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:33,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-25 11:36:33,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:33,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:33,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:33,552 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:33,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:33,552 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:33 GMT 2018-08-25 11:36:33,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:33,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:33,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:38,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:38,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:38,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:38,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:38,706 - 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-08-25T11:36:33.996Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:33.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:35.015Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:35.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:35.015Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:35.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:35.015Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:35.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:36.565Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:36.565Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "keypair_tml2nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "keypair_tml2nc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.673Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.673Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "external_network_6h8w3y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:37.902Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:37.902Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "7475beab-0c93-48d9-986c-f150f86509d4"}], "metadata": {"pagination": {"total": 21, "offset": 0, "size": 50}}} 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:38 GMT 2018-08-25 11:36:38,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:38,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10399 2018-08-25 11:36:38,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:38,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-08-25 11:36:38,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-25 11:36:38,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-25 11:36:38,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-25 11:36:38,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-25 11:36:38,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-25 11:36:38,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-25 11:36:38,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:38,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-25 11:36:38,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-08-25 11:36:38,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:36:38,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:38,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:38,831 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:38 GMT 2018-08-25 11:36:38,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:38,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:38,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:43,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:43,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_6h8w3y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:38.959Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:38.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:38.959Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:38.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:38.959Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:38.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "keypair_tml2nc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:38.959Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:38.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:38.959Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:38.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:38.959Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:38.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.231Z", "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-08-25T11:36:39.231Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "target_vnf_ip_bjy54r", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:36:38Z', u'updated_at': u'2018-08-25T11:36:38Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'bd046ff457d14708965db9677b5694a5', u'port_id': None, u'id': u'5c7d448e-a5d8-4f4b-a747-d763969e49b7', u'qos_policy_id': None}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "3e6007db-12ea-4f4b-942a-9308a3ae3780"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:36:38Z', u'updated_at': u'2018-08-25T11:36:38Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'bd046ff457d14708965db9677b5694a5', u'port_id': None, u'id': u'a677551d-4d8f-46d4-8b35-47100039bbc2', u'qos_policy_id': None}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "c0ce9d3b-8f9b-4a43-8666-bcf5ea9acd49"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.782Z", "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-08-25T11:36:39.782Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "068b91a3-f067-4533-8837-a568998d1d81"}, {"node_instance_id": "keypair_tml2nc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:39.981Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:39.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "router_j9ov6x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "router_j9ov6x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "router_j9ov6x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "keypair_tml2nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:41.360Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:41.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "keypair_tml2nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:42.406Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:42.406Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:42.406Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:42.406Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:43.412Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:43.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:43.412Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:43.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:43.412Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:43.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:43.412Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:43.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 61, "offset": 21, "size": 50}}} 2018-08-25 11:36:43,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:43,901 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:43 GMT 2018-08-25 11:36:43,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:43,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21978 2018-08-25 11:36:43,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:43,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-25 11:36:43,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-25 11:36:43,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-25 11:36:43,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-25 11:36:43,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-25 11:36:43,903 - 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-08-25 11:36:43,903 - 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'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:36:38Z', u'updated_at': u'2018-08-25T11:36:38Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'bd046ff457d14708965db9677b5694a5', u'port_id': None, u'id': u'5c7d448e-a5d8-4f4b-a747-d763969e49b7', u'qos_policy_id': None} 2018-08-25 11:36:43,904 - 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-08-25 11:36:43,904 - 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-08-25 11:36:43,904 - 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-08-25 11:36:43,904 - 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'bd046ff457d14708965db9677b5694a5', u'created_at': u'2018-08-25T11:36:38Z', u'updated_at': u'2018-08-25T11:36:38Z', u'floating_network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', 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'bd046ff457d14708965db9677b5694a5', u'port_id': None, u'id': u'a677551d-4d8f-46d4-8b35-47100039bbc2', u'qos_policy_id': None} 2018-08-25 11:36:43,904 - 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-08-25 11:36:43,904 - 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-08-25 11:36:43,905 - 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-08-25 11:36:43,905 - 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-08-25 11:36:43,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-25 11:36:43,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-25 11:36:43,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:43,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-25 11:36:43,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:43,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:43,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-08-25 11:36:43,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:43,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-25 11:36:43,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-25 11:36:43,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-08-25 11:36:43,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:43,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:43,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:43,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:43,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-25 11:36:43,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:43,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-25 11:36:43,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:36:43,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:43,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:43,962 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:43 GMT 2018-08-25 11:36:43,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:43,963 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:43,963 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:48,968 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:49,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:49,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:49,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:49,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:49,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:44.419Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:44.419Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "security_group_7n17n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:44.419Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:44.419Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "router_j9ov6x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:44.419Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:44.419Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "router_j9ov6x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:45.435Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:45.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:46.447Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:46.447Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "router_j9ov6x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:46.447Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:46.447Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:46.447Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:46.447Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:46.447Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:46.447Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:47.513Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:47.513Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:48.519Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:48.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:48.519Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:48.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:48.519Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:48.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 79, "offset": 61, "size": 50}}} 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:49 GMT 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8984 2018-08-25 11:36:49,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:49,030 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:49,030 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:49,030 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-08-25 11:36:49,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-25 11:36:49,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-25 11:36:49,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:49,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-25 11:36:49,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-25 11:36:49,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:49,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:49,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-25 11:36:49,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:49,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-25 11:36:49,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:49,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-25 11:36:49,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:49,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:49,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-25 11:36:49,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:36:49,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:49,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:49,086 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:49 GMT 2018-08-25 11:36:49,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:49,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:49,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:54,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:54,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:54,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:54,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:49.656Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:49.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:49.656Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:49.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:49.656Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:49.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:49.656Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:49.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:49.656Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:49.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:49.656Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:49.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:50.598Z", "message": "connect_security_group(): source_id=e6b879bb-e162-437a-a8b8-570f50c82fd4 target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', 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-08-25T11:36:50.598Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "b5c8b70f-7f25-41c4-9622-0df30617be30"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:50.701Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:50.701Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:50.701Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:50.701Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:50.701Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:50.701Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:51.705Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:51.705Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:51.803Z", "message": "connect_security_group(): source_id=c60bdd47-ca44-4739-92f1-63dd00426b22 target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', 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-08-25T11:36:51.803Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "4500b2f6-7011-4abd-ab06-506e89f41b71"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:52.710Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:52.710Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 94, "offset": 79, "size": 50}}} 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:54 GMT 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:54,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6942 2018-08-25 11:36:54,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:54,161 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-25 11:36:54,161 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:36:54,162 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:54,162 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-25 11:36:54,162 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-25 11:36:54,162 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:54,162 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=e6b879bb-e162-437a-a8b8-570f50c82fd4 target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-25 11:36:54,162 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-08-25 11:36:54,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:36:54,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-08-25 11:36:54,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-25 11:36:54,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=c60bdd47-ca44-4739-92f1-63dd00426b22 target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-25 11:36:54,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-25 11:36:54,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:54,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:54,223 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:54,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:54,223 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:54 GMT 2018-08-25 11:36:54,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:54,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:54,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:59,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:36:59,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:59,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:59,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:59,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:59,297 - 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-08-25T11:36:54.295Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:54.295Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:55.750Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:55.750Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:55.750Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:55.750Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:55.750Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:55.750Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:55.750Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:55.750Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:55.750Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:55.750Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:55.750Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:55.750Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:58.357Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:58.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 102, "offset": 92, "size": 50}}} 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:59 GMT 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4052 2018-08-25 11:36:59,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:36:59,298 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-08-25 11:36:59,298 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:59,298 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:36:59,298 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-25 11:36:59,299 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-25 11:36:59,299 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-25 11:36:59,299 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-25 11:36:59,299 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-25 11:36:59,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:36:59,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:36:59,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:36:59 GMT 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:36:59,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:36:59,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:04,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:04,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:04,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:04,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:04,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:04,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:04,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:59.611Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:59.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:59.611Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:59.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:36:59.611Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:36:59.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:00.966Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:00.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:00.966Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:00.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:00.966Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:00.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:00.966Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:00.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:01.766Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:01.766Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:02.913Z", "message": "connect_security_group(): source_id=b23bd67f-cf06-4423-a3b3-b713849a5c6c target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', 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-08-25T11:37:02.913Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "caa85034-8ad6-4e03-9108-7cd32ad4999c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:03.818Z", "message": "connect_security_group(): source_id=1b85ff15-75f0-41ed-9009-272838b626da target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', 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-08-25T11:37:03.818Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "b5aa8c8e-3546-421b-9885-ac1118b33e27"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:03.928Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:03.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 114, "offset": 100, "size": 50}}} 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:04 GMT 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5855 2018-08-25 11:37:04,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:04,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:37:04,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:37:04,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-25 11:37:04,485 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:37:04,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:37:04,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-25 11:37:04,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-25 11:37:04,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-25 11:37:04,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=b23bd67f-cf06-4423-a3b3-b713849a5c6c target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-25 11:37:04,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=1b85ff15-75f0-41ed-9009-272838b626da target={u'external_id': u'3bfbe3fb-1be8-444d-aa1b-22b5db285cb6', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-25 11:37:04,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-25 11:37:04,487 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:04,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:04,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37: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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:04 GMT 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:04,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:04,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:09,603 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:09,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:09,672 - 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": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:04.937Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:04.937Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:04.937Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:04.937Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:04.937Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:04.937Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:06.644Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:06.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:06.941Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:06.941Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:07.976Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:07.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:07.976Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:07.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:07.976Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:07.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:07.976Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:07.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:07.976Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:07.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:07.976Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:07.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:08.023Z", "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'b23bd67f-cf06-4423-a3b3-b713849a5c6c', u'fixed_ip_address': u'11.0.0.8', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:f2:1e:3b'}, {u'external_id': u'c60bdd47-ca44-4739-92f1-63dd00426b22', u'fixed_ip_address': u'12.0.0.3', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:53:47:03'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:08.023Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "d3e799b7-e6d4-4bc6-a2e3-4b8c18949fcf"}, {"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:08.825Z", "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-08-25T11:37:08.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "d3e799b7-e6d4-4bc6-a2e3-4b8c18949fcf"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:08.825Z", "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-08-25T11:37:08.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "3a073474-0bdc-4c70-9b22-10955d9d53e7"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:08.825Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'1b85ff15-75f0-41ed-9009-272838b626da', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:14:6e:f2'}, {u'external_id': u'e6b879bb-e162-437a-a8b8-570f50c82fd4', u'fixed_ip_address': u'12.0.0.18', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:42:34:9e'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:08.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "3a073474-0bdc-4c70-9b22-10955d9d53e7"}], "metadata": {"pagination": {"total": 131, "offset": 111, "size": 50}}} 2018-08-25 11:37:09,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:09,673 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:09 GMT 2018-08-25 11:37:09,673 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:09,673 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8850 2018-08-25 11:37:09,673 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:09,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-08-25 11:37:09,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-08-25 11:37:09,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-25 11:37:09,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-25 11:37:09,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-25 11:37:09,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 11:37:09,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-25 11:37:09,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 11:37:09,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-25 11:37:09,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:37:09,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-25 11:37:09,676 - 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'b23bd67f-cf06-4423-a3b3-b713849a5c6c', u'fixed_ip_address': u'11.0.0.8', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:f2:1e:3b'}, {u'external_id': u'c60bdd47-ca44-4739-92f1-63dd00426b22', u'fixed_ip_address': u'12.0.0.3', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:53:47:03'}] 2018-08-25 11:37:09,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-08-25 11:37:09,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-08-25 11:37:09,676 - 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'1b85ff15-75f0-41ed-9009-272838b626da', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:14:6e:f2'}, {u'external_id': u'e6b879bb-e162-437a-a8b8-570f50c82fd4', u'fixed_ip_address': u'12.0.0.18', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:42:34:9e'}] 2018-08-25 11:37:09,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:09,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:09,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:09,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:09,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:09,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:09,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:09,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:09,732 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:09,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:09,732 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:09 GMT 2018-08-25 11:37:09,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:09,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:09,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:14,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:14,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:14,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:10.174Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'b23bd67f-cf06-4423-a3b3-b713849a5c6c'}, {'port-id': u'c60bdd47-ca44-4739-92f1-63dd00426b22'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:10.174Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "d3e799b7-e6d4-4bc6-a2e3-4b8c18949fcf"}, {"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:10.836Z", "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-08-25T11:37:10.836Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "d3e799b7-e6d4-4bc6-a2e3-4b8c18949fcf"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:10.836Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'1b85ff15-75f0-41ed-9009-272838b626da'}, {'port-id': u'e6b879bb-e162-437a-a8b8-570f50c82fd4'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:10.836Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "3a073474-0bdc-4c70-9b22-10955d9d53e7"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:10.836Z", "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-08-25T11:37:10.836Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "3a073474-0bdc-4c70-9b22-10955d9d53e7"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:10.836Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'1b85ff15-75f0-41ed-9009-272838b626da'}, {'port-id': u'e6b879bb-e162-437a-a8b8-570f50c82fd4'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:10.836Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "3a073474-0bdc-4c70-9b22-10955d9d53e7"}, {"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:10.836Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'b23bd67f-cf06-4423-a3b3-b713849a5c6c'}, {'port-id': u'c60bdd47-ca44-4739-92f1-63dd00426b22'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:10.836Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "d3e799b7-e6d4-4bc6-a2e3-4b8c18949fcf"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:12.331Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:12.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:13.007Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:13.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:13.007Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:13.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:14.020Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:14.020Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:14.020Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:14.020Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:14.020Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:14.020Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:14.020Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:14.020Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:14.020Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:14.020Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:14.020Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:14.020Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 146, "offset": 126, "size": 50}}} 2018-08-25 11:37:14,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:14,800 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:14 GMT 2018-08-25 11:37:14,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:14,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9528 2018-08-25 11:37:14,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:14,801 - 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'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'b23bd67f-cf06-4423-a3b3-b713849a5c6c'}, {'port-id': u'c60bdd47-ca44-4739-92f1-63dd00426b22'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'} 2018-08-25 11:37:14,801 - 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-08-25 11:37:14,801 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'1b85ff15-75f0-41ed-9009-272838b626da'}, {'port-id': u'e6b879bb-e162-437a-a8b8-570f50c82fd4'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'} 2018-08-25 11:37:14,801 - 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-08-25 11:37:14,801 - 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'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'1b85ff15-75f0-41ed-9009-272838b626da'}, {'port-id': u'e6b879bb-e162-437a-a8b8-570f50c82fd4'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'} 2018-08-25 11:37:14,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'3e39c67d-8fab-460b-ae2f-93b698c7e2ed', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'5aa5892f-7c38-467c-ade1-96a00e323ff9'}, 'nics': [{'port-id': u'b23bd67f-cf06-4423-a3b3-b713849a5c6c'}, {'port-id': u'c60bdd47-ca44-4739-92f1-63dd00426b22'}], 'flavor': u'2f65c53c-6557-4fe6-8bce-9835f1169c38'} 2018-08-25 11:37:14,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 11:37:14,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-25 11:37:14,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:37:14,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 11:37:14,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:37:14,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-25 11:37:14,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-25 11:37:14,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-25 11:37:14,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 11:37:14,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:14,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:14,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:14,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:14,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:14,855 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:14 GMT 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:14,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:19,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:19,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:15.040Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:15.040Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:16.050Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-25T11:37:16.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:17.055Z", "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-08-25T11:37:17.055Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 149, "offset": 141, "size": 50}}} 2018-08-25 11:37:19,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:19,928 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:19 GMT 2018-08-25 11:37:19,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:19,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2852 2018-08-25 11:37:19,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:19,928 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-25 11:37:19,928 - 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-08-25 11:37:19,928 - 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-08-25 11:37:19,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:19,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:19,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:19,982 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:19 GMT 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:19,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:24,988 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:25,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:25,126 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-08-25 11:37:25,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:25,127 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:25 GMT 2018-08-25 11:37:25,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:25,127 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:37:25,127 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:25,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:25,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:25,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:25,178 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:25 GMT 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:25,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:25,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:30,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:30,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:30 GMT 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:30,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:30,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:30,306 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:30,306 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:30 GMT 2018-08-25 11:37:30,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:30,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:30,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:35,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:35,387 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-08-25 11:37:35,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:35,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:35 GMT 2018-08-25 11:37:35,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:35,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:37:35,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:35,388 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:35,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:35,441 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:35,441 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:35,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:35,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:35,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:35,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:35,442 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:35,442 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:35,442 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:35 GMT 2018-08-25 11:37:35,443 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:35,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:35,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:40,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:40,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:40,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:40,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:40 GMT 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:37:40,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:40,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:40,566 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:40,566 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:40,566 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:40,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:40,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:40,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:40,567 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:40,567 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:40,567 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:40,567 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:40 GMT 2018-08-25 11:37:40,567 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:40,567 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:40,567 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:45,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:45,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:45,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 144, "size": 50}}} 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:45 GMT 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:45,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-25 11:37:45,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:45,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:45,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:45,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:45,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:45,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:45,688 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:45 GMT 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-25 11:37:45,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:50,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:37:50,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:50,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:50,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:50,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:50,772 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_6acy6d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:45.721Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:45.721Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:46.068Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:46.068Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:47.073Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:47.073Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:47.073Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:47.073Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:47.499Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:47.499Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "9f2fa0ff-4758-42d3-91fe-623e4dc570a3"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:48.079Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:48.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:48.514Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:48.514Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184", "logger": "d594ee08-a8e7-4015-a337-59270b2c51de"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:49.084Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:49.084Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T11:37:50.089Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-25T11:37:50.089Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 158, "offset": 144, "size": 50}}} 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:50 GMT 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4691 2018-08-25 11:37:50,773 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:50,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 11:37:50,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 11:37:50,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-25 11:37:50,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-25 11:37:50,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-08-25 11:37:50,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 1/60] 2018-08-25 11:37:50,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-08-25 11:37:50,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 1/60] 2018-08-25 11:37:50,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-08-25 11:37:50,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/b6d44728-6f74-485d-b79b-72ec5190c184 2018-08-25 11:37:50,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:37:50,906 - 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-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"} 2018-08-25 11:37:50,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:37:50,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:37:50 GMT 2018-08-25 11:37:50,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:37:50,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-08-25 11:37:50,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:37:50,907 - 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-08-25T11:36:33.352Z', 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'b6d44728-6f74-485d-b79b-72ec5190c184'} 2018-08-25 11:37:50,927 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-08-25 11:37:50,990 - 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.209'}}, 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-08-25 11:37:51,050 - 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.209'}}, 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-08-25 11:37:51,051 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-08-25 11:37:51,051 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.203 2018-08-25 11:37:51,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:51,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:51,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-680f7d5f-9a64-44af-a022-f6f71cda51c4 x-compute-request-id: req-680f7d5f-9a64-44af-a022-f6f71cda51c4 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:51,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-680f7d5f-9a64-44af-a022-f6f71cda51c4 2018-08-25 11:37:51,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700262069702s 2018-08-25 11:37:51,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-680f7d5f-9a64-44af-a022-f6f71cda51c4 2018-08-25 11:37:51,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:51,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:52,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-491df9d3-b3eb-41c8-9eb4-3c0b7f04b7f7 x-compute-request-id: req-491df9d3-b3eb-41c8-9eb4-3c0b7f04b7f7 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:52,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-491df9d3-b3eb-41c8-9eb4-3c0b7f04b7f7 2018-08-25 11:37:52,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.81734085083s 2018-08-25 11:37:52,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-491df9d3-b3eb-41c8-9eb4-3c0b7f04b7f7 2018-08-25 11:37:52,578 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.8 2018-08-25 11:37:52,578 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:f2:1e:3b 2018-08-25 11:37:52,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:52,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:53,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a675b9d8-51e6-4ccd-8e2b-3b4421077f63 x-compute-request-id: req-a675b9d8-51e6-4ccd-8e2b-3b4421077f63 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:53,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a675b9d8-51e6-4ccd-8e2b-3b4421077f63 2018-08-25 11:37:53,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640647888184s 2018-08-25 11:37:53,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a675b9d8-51e6-4ccd-8e2b-3b4421077f63 2018-08-25 11:37:53,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:53,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:53,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-d090ed7e-8f41-42f3-88aa-bd94c39191f2 x-compute-request-id: req-d090ed7e-8f41-42f3-88aa-bd94c39191f2 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:53,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d090ed7e-8f41-42f3-88aa-bd94c39191f2 2018-08-25 11:37:53,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407958030701s 2018-08-25 11:37:53,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-d090ed7e-8f41-42f3-88aa-bd94c39191f2 2018-08-25 11:37:53,635 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.3 2018-08-25 11:37:53,636 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:53:47:03 2018-08-25 11:37:53,636 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-08-25 11:37:53,636 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.209 2018-08-25 11:37:53,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:53,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:54,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-2f7a534a-fcc9-4f49-ba9f-d569a02c2045 x-compute-request-id: req-2f7a534a-fcc9-4f49-ba9f-d569a02c2045 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:54,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2f7a534a-fcc9-4f49-ba9f-d569a02c2045 2018-08-25 11:37:54,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665419816971s 2018-08-25 11:37:54,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-2f7a534a-fcc9-4f49-ba9f-d569a02c2045 2018-08-25 11:37:54,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:54,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:54,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-3cb28144-de9b-46f3-a1f0-735f81941e49 x-compute-request-id: req-3cb28144-de9b-46f3-a1f0-735f81941e49 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:54,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3cb28144-de9b-46f3-a1f0-735f81941e49 2018-08-25 11:37:54,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184653043747s 2018-08-25 11:37:54,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-3cb28144-de9b-46f3-a1f0-735f81941e49 2018-08-25 11:37:54,495 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.5 2018-08-25 11:37:54,495 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:14:6e:f2 2018-08-25 11:37:54,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:54,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-5a00ef7d-082d-4bf3-9abb-71f4e6509226 x-compute-request-id: req-5a00ef7d-082d-4bf3-9abb-71f4e6509226 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:54,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a00ef7d-082d-4bf3-9abb-71f4e6509226 2018-08-25 11:37:54,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208639144897s 2018-08-25 11:37:54,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5a00ef7d-082d-4bf3-9abb-71f4e6509226 2018-08-25 11:37:54,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:37:54,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:37:55,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:37: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-5fc6d534-1916-48bb-a1d8-902916871a9e x-compute-request-id: req-5fc6d534-1916-48bb-a1d8-902916871a9e Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:37:55,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5fc6d534-1916-48bb-a1d8-902916871a9e 2018-08-25 11:37:55,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697201013565s 2018-08-25 11:37:55,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-5fc6d534-1916-48bb-a1d8-902916871a9e 2018-08-25 11:37:55,410 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.18 2018-08-25 11:37:55,410 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:42:34:9e 2018-08-25 11:37:55,410 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-08-25 11:37:55,423 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-25 11:37:55,448 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-08-25 11:37:55,457 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-25 11:37:55,473 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-08-25 11:37:55,473 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-08-25 11:37:55,482 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-25 11:37:55,540 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-08-25 11:37:55' 2018-08-25 11:37:55,540 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-08-25 11:37:55,540 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-08-25 11:37:55,549 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-25 11:37:55,569 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:37:58,577 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:38:28,608 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:38:31,615 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:39:01,637 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:39:04,645 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:39:34,647 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:39:37,653 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:40:07,684 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:40:10,693 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:40:40,724 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:40:43,731 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:41:13,762 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:41:16,769 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:41:46,775 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:41:49,781 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:42:19,812 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:42:22,819 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:42:52,838 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:42:55,845 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:43:25,866 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:43:28,873 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:43:58,901 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:44:01,909 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:44:31,940 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:44:34,947 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:45:04,978 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:45:07,985 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:45:38,016 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:45:41,023 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:46:11,032 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:46:14,039 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:46:44,067 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:46:47,073 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:47:17,088 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:47:20,095 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:47:50,125 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:47:53,133 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:48:23,149 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:48:26,157 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:48:56,175 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:48:59,181 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:49:29,192 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:49:32,200 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:50:02,211 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:50:05,218 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:50:35,248 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:50:38,258 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:51:08,264 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:51:11,270 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:51:41,290 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:51:44,297 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:52:14,327 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:52:17,334 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:52:47,359 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:52:50,365 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:53:20,387 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:53:23,393 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:53:53,394 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:53:56,402 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:54:26,429 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:54:29,437 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:54:59,458 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:55:02,466 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:55:32,496 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:55:35,504 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:56:05,527 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:56:08,534 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:56:38,552 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:56:41,559 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:57:11,590 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:57:14,597 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:57:44,628 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:57:47,635 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:58:17,666 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:58:20,673 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:58:50,704 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:58:53,711 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:59:23,727 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-25 11:59:26,733 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-08-25 11:59:56,764 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - WARNING - Cannot establish connection to IP '172.30.9.209' 2018-08-25 11:59:56,764 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - ERROR - Cannot establish connection to IP '172.30.9.209'. Aborting! 2018-08-25 11:59:56,765 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'1321.2' 2018-08-25 11:59:56,765 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-08-25 11:59:56,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:59:56,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:59:58,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11:59: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-c11607b0-f38d-474a-b90b-208a25497b48 x-compute-request-id: req-c11607b0-f38d-474a-b90b-208a25497b48 Content-Encoding: gzip Content-Length: 1171 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:59:58,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c11607b0-f38d-474a-b90b-208a25497b48 2018-08-25 11:59:58,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31376409531s 2018-08-25 11:59:58,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-c11607b0-f38d-474a-b90b-208a25497b48 2018-08-25 11:59:58,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 11:59:58,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:59:58,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11: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-8892f68e-c61d-4d87-ab85-eaf2191ed09a x-compute-request-id: req-8892f68e-c61d-4d87-ab85-eaf2191ed09a Content-Type: application/json 2018-08-25 11:59:58,250 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd used request id req-8892f68e-c61d-4d87-ab85-eaf2191ed09a 2018-08-25 11:59:58,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166756868362s 2018-08-25 11:59:58,251 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd used request id req-8892f68e-c61d-4d87-ab85-eaf2191ed09a 2018-08-25 11:59:58,251 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-08-25 11:59:58,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 11:59:58,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:59:59,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 11: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-f3e2b5e1-e768-42fb-99b6-73b00b5bbf43 x-compute-request-id: req-f3e2b5e1-e768-42fb-99b6-73b00b5bbf43 Content-Encoding: gzip Content-Length: 1189 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:14:6e:f2", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:6e:f2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:34:9e", "version": 4, "addr": "12.0.0.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "b9f07da5-73b6-4bc2-a177-6e877faefa6a", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:37:20Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:1e:3b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:47:03", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/dba381c4-59a2-4147-a54d-9a36aa502acd", "rel": "bookmark"}], "image": {"id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "links": [{"href": "http://172.30.9.35:8774/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:37:20.000000", "flavor": {"id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "links": [{"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "bookmark"}]}, "id": "dba381c4-59a2-4147-a54d-9a36aa502acd", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:59:58Z", "hostId": "235f8528c1d58f892488e911b4ec66ca339e368e80146d45e8e61103", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-25T11:37:12Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "5aa5892f-7c38-467c-ade1-96a00e323ff9"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T11:34:40Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 11:59:59,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f3e2b5e1-e768-42fb-99b6-73b00b5bbf43 2018-08-25 11:59:59,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.944284915924s 2018-08-25 11:59:59,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f3e2b5e1-e768-42fb-99b6-73b00b5bbf43 2018-08-25 11:59:59,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 11:59:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 11:59:59,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 11:59: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-210b823f-1240-420f-b752-0a7df98408e7 x-compute-request-id: req-210b823f-1240-420f-b752-0a7df98408e7 Content-Type: application/json 2018-08-25 11:59:59,407 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a used request id req-210b823f-1240-420f-b752-0a7df98408e7 2018-08-25 11:59:59,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.207031011581s 2018-08-25 11:59:59,407 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/b9f07da5-73b6-4bc2-a177-6e877faefa6a used request id req-210b823f-1240-420f-b752-0a7df98408e7 2018-08-25 11:59:59,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 11:59:59,533 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 29:23 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-25 11:59:59,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-25 11:59:59,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions 2018-08-25 11:59:59,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:59:59,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:59:59,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:59:59,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:59:59,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:59:59,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:59:59,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:59:59,648 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.933Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "2f772c20-eadf-41b1-a3b0-5fd53457dfd8"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-25T11:36:33.352Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "b6d44728-6f74-485d-b79b-72ec5190c184"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-25 11:59:59,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:59:59,648 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:59:59 GMT 2018-08-25 11:59:59,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:59:59,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-08-25 11:59:59,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:59:59,649 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.200:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-25 11:59:59,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:59:59,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:59:59,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:59:59,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:59:59,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-25 11:59:59,865 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:59:59 GMT 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 11:59:59,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:59:59,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 11:59:59,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:59:59,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:59:59 GMT 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:59:59,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-25 11:59:59,932 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 11:59:59,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 11:59:59,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 11:59:59,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 11:59:59,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 11:59:59,987 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 11:59:59 GMT 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 11:59:59,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 11:59:59,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:04,993 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:05,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:05,060 - 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-08-25T12:00:00.536Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:00.536Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:01.355Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:01.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:01.355Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:01.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:02.372Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:02.372Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:02.372Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:02.372Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:02.372Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:02.372Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:02.372Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:02.372Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:03.383Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance dba381c4-59a2-4147-a54d-9a36aa502acd could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance dba381c4-59a2-4147-a54d-9a36aa502acd 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 dba381c4-59a2-4147-a54d-9a36aa502acd could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-25T12:00:03.383Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:04.398Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:04.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:04.398Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance b9f07da5-73b6-4bc2-a177-6e877faefa6a could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance b9f07da5-73b6-4bc2-a177-6e877faefa6a 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 b9f07da5-73b6-4bc2-a177-6e877faefa6a could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-25T12:00:04.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:04.398Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:04.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:04.968Z", "message": "Detaching port c60bdd47-ca44-4739-92f1-63dd00426b22...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:04.968Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "afddc61a-b6e3-4c2b-bbc9-d08f031e6f2d"}], "metadata": {"pagination": {"total": 14, "offset": 0, "size": 50}}} 2018-08-25 12:00:05,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:05,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:05 GMT 2018-08-25 12:00:05,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:05,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10440 2018-08-25 12:00:05,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:05,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-08-25 12:00:05,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:05,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:05,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 12:00:05,061 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-25 12:00:05,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 12:00:05,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-25 12:00:05,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance dba381c4-59a2-4147-a54d-9a36aa502acd could not be found. [status_code=404] 2018-08-25 12:00:05,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-25 12:00:05,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance b9f07da5-73b6-4bc2-a177-6e877faefa6a could not be found. [status_code=404] 2018-08-25 12:00:05,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-25 12:00:05,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port c60bdd47-ca44-4739-92f1-63dd00426b22... 2018-08-25 12:00:05,063 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:05,115 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:05,115 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:05,116 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:05 GMT 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:05,116 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 12:00:05,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:10,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:10,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:10,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:10,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:10,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:10,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:10,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:10,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:10,193 - 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-08-25T12:00:05.446Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:05.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:06.134Z", "message": "Detaching port e6b879bb-e162-437a-a8b8-570f50c82fd4...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:06.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "a9d56a5e-f19e-4f7b-b0a2-00e24855b913"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:06.134Z", "message": "Successfully detached port c60bdd47-ca44-4739-92f1-63dd00426b22", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:06.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "afddc61a-b6e3-4c2b-bbc9-d08f031e6f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:06.134Z", "message": "Successfully detached port e6b879bb-e162-437a-a8b8-570f50c82fd4", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:06.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "a9d56a5e-f19e-4f7b-b0a2-00e24855b913"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:06.415Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:06.415Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:06.415Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:06.415Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:06.415Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:06.415Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:07.140Z", "message": "Detaching port b23bd67f-cf06-4423-a3b3-b713849a5c6c...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:07.140Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "ef37667c-3802-479c-bc7c-4419cbe32542"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:07.559Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:07.559Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.138Z", "message": "Detaching port 1b85ff15-75f0-41ed-9009-272838b626da...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "84980456-7115-4df9-b784-c6a66d38b230"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.138Z", "message": "Successfully detached port 1b85ff15-75f0-41ed-9009-272838b626da", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "84980456-7115-4df9-b784-c6a66d38b230"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.138Z", "message": "Successfully detached port b23bd67f-cf06-4423-a3b3-b713849a5c6c", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.138Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "ef37667c-3802-479c-bc7c-4419cbe32542"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.421Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.421Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.421Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.421Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:08.421Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:08.421Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:09.142Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:09.142Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "8c1c2869-4bb6-4e02-986d-1a106596465a"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:09.426Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:09.426Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_host_0vyolt", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:09.426Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance dba381c4-59a2-4147-a54d-9a36aa502acd could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance dba381c4-59a2-4147-a54d-9a36aa502acd 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 dba381c4-59a2-4147-a54d-9a36aa502acd could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-25T12:00:09.426Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:09.426Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:09.426Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:10.146Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:10.146Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "1f4d8a78-a507-4884-9c9d-c918574d04ed"}], "metadata": {"pagination": {"total": 38, "offset": 12, "size": 50}}} 2018-08-25 12:00:10,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:10,193 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:10 GMT 2018-08-25 12:00:10,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:10,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13564 2018-08-25 12:00:10,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:10,194 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-25 12:00:10,194 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port e6b879bb-e162-437a-a8b8-570f50c82fd4... 2018-08-25 12:00:10,194 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port c60bdd47-ca44-4739-92f1-63dd00426b22 2018-08-25 12:00:10,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port e6b879bb-e162-437a-a8b8-570f50c82fd4 2018-08-25 12:00:10,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-25 12:00:10,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-25 12:00:10,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-25 12:00:10,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port b23bd67f-cf06-4423-a3b3-b713849a5c6c... 2018-08-25 12:00:10,195 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-25 12:00:10,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 1b85ff15-75f0-41ed-9009-272838b626da... 2018-08-25 12:00:10,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 1b85ff15-75f0-41ed-9009-272838b626da 2018-08-25 12:00:10,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port b23bd67f-cf06-4423-a3b3-b713849a5c6c 2018-08-25 12:00:10,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:10,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:10,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 12:00:10,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 12:00:10,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-25 12:00:10,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-25 12:00:10,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-25 12:00:10,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance dba381c4-59a2-4147-a54d-9a36aa502acd could not be found. [status_code=404] 2018-08-25 12:00:10,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-25 12:00:10,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-25 12:00:10,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:10,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:10,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:10,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:10,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:10,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:10,271 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:10 GMT 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 12:00:10,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:15,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:15,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:15,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:10.431Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:10.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:10.431Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:10.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:10.431Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:10.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:10.431Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:10.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "keypair_tml2nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_host_6acy6d", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance b9f07da5-73b6-4bc2-a177-6e877faefa6a could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance b9f07da5-73b6-4bc2-a177-6e877faefa6a 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 b9f07da5-73b6-4bc2-a177-6e877faefa6a could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:11.449Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:11.449Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.057Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "49ee02ac-ebd8-4d74-81ba-3b5bb87e5f0f"}, {"node_instance_id": "keypair_tml2nc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "keypair_tml2nc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "keypair_tml2nc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:12.467Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:12.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "keypair_tml2nc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:13.202Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:13.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "70f5158f-8095-49bf-b345-10059bf1689d"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:13.202Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:13.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "d439a712-3adb-4652-bfe5-c85f4afb3a01"}, {"node_instance_id": "keypair_tml2nc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:13.202Z", "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-08-25T12:00:13.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "70f5158f-8095-49bf-b345-10059bf1689d"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:13.627Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:13.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:13.627Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:13.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:13.627Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:13.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_port_722ssy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:14.206Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:14.206Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "180167b9-e3f0-4e8f-8151-34e629c46c09"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:14.641Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:14.641Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_data_plane_port_gnjim7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:14.641Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:14.641Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "keypair_tml2nc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:14.641Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:14.641Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}], "metadata": {"pagination": {"total": 69, "offset": 34, "size": 50}}} 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:15,341 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:15 GMT 2018-08-25 12:00:15,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:15,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17864 2018-08-25 12:00:15,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:15,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-08-25 12:00:15,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:15,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:15,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-08-25 12:00:15,343 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:15,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-25 12:00:15,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:15,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:15,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:15,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance b9f07da5-73b6-4bc2-a177-6e877faefa6a could not be found. [status_code=404] 2018-08-25 12:00:15,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-25 12:00:15,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-25 12:00:15,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:15,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:15,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-08-25 12:00:15,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-25 12:00:15,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-08-25 12:00:15,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-08-25 12:00:15,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-25 12:00:15,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-08-25 12:00:15,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-08-25 12:00:15,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-08-25 12:00:15,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-25 12:00:15,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-08-25 12:00:15,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:15,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-25 12:00:15,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-25 12:00:15,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-25 12:00:15,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-08-25 12:00:15,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-25 12:00:15,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-08-25 12:00:15,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:15,404 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:15,404 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:15,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:15,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:15,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:15,405 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:15 GMT 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 12:00:15,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:20,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:20,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:20,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:20,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:20,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_nyz0x5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.526Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.526Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "434e9539-4fb1-4482-a541-7d39ffcaa545"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.646Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.646Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.646Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.646Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_port_722ssy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.646Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_data_plane_port_tmr16a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:15.646Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:15.646Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.652Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:16.828Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:16.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "eaeb548d-c5de-40c8-9bd4-d4de96c0af56"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:17.660Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:17.660Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "security_group_7n17n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:17.660Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:17.660Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:17.660Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:17.660Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_port_nyz0x5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:17.660Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:17.660Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.229Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.229Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "53d0bae8-03af-4dc6-ae61-325f92a1bcf6"}, {"node_instance_id": "security_group_7n17n4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "security_group_7n17n4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "security_group_7n17n4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:18.707Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:18.707Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "target_vnf_ip_bjy54r", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:19.257Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:19.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "08cd16a2-b946-4ae3-a50e-875946250c40"}, {"node_instance_id": "security_group_7n17n4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:19.257Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:19.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "2bd97f07-08e6-45c3-b9ed-b9cafe4a38c0"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:19.714Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:19.714Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "reference_vnf_ip_cwuu1e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:19.714Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:19.714Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_subnet_hiyjqy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:19.714Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:19.714Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}], "metadata": {"pagination": {"total": 102, "offset": 65, "size": 50}}} 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:20 GMT 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16450 2018-08-25 12:00:20,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:20,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-25 12:00:20,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:20,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-25 12:00:20,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:20,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-25 12:00:20,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-25 12:00:20,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-25 12:00:20,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-08-25 12:00:20,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-08-25 12:00:20,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:20,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:20,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:20,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-25 12:00:20,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-25 12:00:20,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:20,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:20,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-25 12:00:20,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-08-25 12:00:20,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-25 12:00:20,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-25 12:00:20,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-08-25 12:00:20,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-25 12:00:20,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-25 12:00:20,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-08-25 12:00:20,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:20,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-25 12:00:20,483 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-08-25 12:00:20,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:20,537 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:20,538 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:20,538 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:20 GMT 2018-08-25 12:00:20,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:20,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 12:00:20,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:25,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:25,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:25,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:25,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:25,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:25,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_wqiip4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:20.719Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:20.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:20.719Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:20.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:20.719Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:20.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "security_group_7n17n4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:20.719Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:20.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_network_wqiip4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:20.833Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:20.833Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "163b165c-748f-4c4d-9553-6fb033df56ee"}, {"node_instance_id": "target_vnf_ip_bjy54r", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:21.723Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:21.723Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "data_plane_network_wqiip4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:22.726Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:22.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:22.726Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:22.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:23.672Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:23.672Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "2f05c45a-a069-450d-94ae-076efb905c6b"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:23.730Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:23.730Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:23.730Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:23.730Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:23.730Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:23.730Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_subnet_t9tsx0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:25.517Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:25.517Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}], "metadata": {"pagination": {"total": 115, "offset": 98, "size": 50}}} 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:25 GMT 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6755 2018-08-25 12:00:25,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:25,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:25,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-25 12:00:25,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-25 12:00:25,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-25 12:00:25,611 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-08-25 12:00:25,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-25 12:00:25,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-25 12:00:25,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-08-25 12:00:25,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-08-25 12:00:25,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:25,612 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-08-25 12:00:25,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-08-25 12:00:25,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-08-25 12:00:25,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:25,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:25,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:25,669 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:25 GMT 2018-08-25 12:00:25,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:25,670 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 12:00:25,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:30,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:30,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_it8odv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.612Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "router_j9ov6x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.612Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.612Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.612Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "router_j9ov6x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.612Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.612Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.612Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "router_j9ov6x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.855Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.855Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "router_j9ov6x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:26.855Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:26.855Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "management_plane_network_it8odv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:27.222Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:27.222Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "99ace90b-6ffc-431d-bed3-30bc54db4a19"}, {"node_instance_id": "router_j9ov6x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:28.262Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:28.262Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "9cd4b6ed-70c8-4509-911f-556718fb4209"}, {"node_instance_id": "management_plane_network_it8odv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:29.034Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:29.034Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:30.340Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:30.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "router_j9ov6x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:30.340Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:30.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}], "metadata": {"pagination": {"total": 128, "offset": 111, "size": 50}}} 2018-08-25 12:00:30,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:30,744 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:30 GMT 2018-08-25 12:00:30,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:30,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6468 2018-08-25 12:00:30,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:30,744 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:30,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:30,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-25 12:00:30,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:30,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:30,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-25 12:00:30,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-08-25 12:00:30,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-08-25 12:00:30,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-08-25 12:00:30,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-08-25 12:00:30,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-25 12:00:30,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-25 12:00:30,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-08-25 12:00:30,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:30,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:30,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:30,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:30,799 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:30 GMT 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-25 12:00:30,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:35,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/events 2018-08-25 12:00:35,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_6h8w3y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:31.851Z", "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-08-25T12:00:31.851Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f", "logger": "e38ac733-101f-4a75-b431-b2f3cdc74d69"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:31.860Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:31.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:31.860Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:31.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:31.860Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:31.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": "external_network_6h8w3y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:32.866Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:32.866Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-25T12:00:32.866Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-25T12:00:32.866Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"}], "metadata": {"pagination": {"total": 134, "offset": 124, "size": 50}}} 2018-08-25 12:00:35,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:35,867 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:35 GMT 2018-08-25 12:00:35,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:35,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3096 2018-08-25 12:00:35,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:35,867 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-08-25 12:00:35,867 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-25 12:00:35,868 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-25 12:00:35,868 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-25 12:00:35,868 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-25 12:00:35,868 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-08-25 12:00:35,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.200:80/api/v3/executions/a1c10e3b-9aed-43a2-8651-ff0d43f0781f 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:35,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:35,921 - 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-08-25T11:59:59.750Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "a1c10e3b-9aed-43a2-8651-ff0d43f0781f"} 2018-08-25 12:00:35,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:35,922 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:35 GMT 2018-08-25 12:00:35,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:35,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-08-25 12:00:35,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:35,922 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/deployments/vrouter-opnfv 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:36,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:36,193 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 12:00:36,193 - 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": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "target_vnf_flavor_id": "2f65c53c-6557-4fe6-8bce-9835f1169c38", "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_a4a067e8-c298-4779-a1f5-171b242f4344", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "keystone_password": "509c6b39-d3cd-4543-ba74-66f50992aa24", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.35: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": "3e39c67d-8fab-460b-ae2f-93b698c7e2ed", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-25T11:35:56.483Z", "updated_at": "2018-08-25T11:35:56.483Z", "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-08-25 12:00:36,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:36,193 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:36 GMT 2018-08-25 12:00:36,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:36,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-25 12:00:36,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:36,194 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.200:80/api/v3/blueprints/vrouter-opnfv 2018-08-25 12:00:36,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-25 12:00:36,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-25 12:00:36,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-25 12:00:36,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-25 12:00:36,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-25 12:00:36,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-25 12:00:36,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-25 12:00:36,258 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-25 12:00:36,258 - 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-08-25T11:35:56.249Z", "updated_at": "2018-08-25T11:35:56.249Z", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "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, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_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": [], "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": {"use_external_resource": false, "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"}}, "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.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": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_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": [], "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": {"use_external_resource": false, "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"}}, "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, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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}]}], "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-08-25 12:00:36,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-25 12:00:36,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sat, 25 Aug 2018 12:00:36 GMT 2018-08-25 12:00:36,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-25 12:00:36,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-25 12:00:36,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-25 12:00:36,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 12:00:36,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:36,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f471d14b-8d14-4166-942c-bb222e87c851 Date: Sat, 25 Aug 2018 12:00:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 12:00:36,869 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed used request id req-f471d14b-8d14-4166-942c-bb222e87c851 2018-08-25 12:00:36,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.598098039627s 2018-08-25 12:00:36,870 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/3e39c67d-8fab-460b-ae2f-93b698c7e2ed used request id req-f471d14b-8d14-4166-942c-bb222e87c851 2018-08-25 12:00:36,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 12:00:36,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:37,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00: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-b8c5c824-dafd-49d0-b7eb-2690cd888251 x-compute-request-id: req-b8c5c824-dafd-49d0-b7eb-2690cd888251 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}, {"name": "vyos_vrouter-flavor_alt_a4a067e8-c298-4779-a1f5-171b242f4344", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38", "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": "2f65c53c-6557-4fe6-8bce-9835f1169c38"}, {"name": "vyos_vrouter-flavor_a4a067e8-c298-4779-a1f5-171b242f4344", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "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": "31614397-5378-4f08-acbd-21877c888cd6"}]} 2018-08-25 12:00:37,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-b8c5c824-dafd-49d0-b7eb-2690cd888251 2018-08-25 12:00:37,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.293879985809s 2018-08-25 12:00:37,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-b8c5c824-dafd-49d0-b7eb-2690cd888251 2018-08-25 12:00:37,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 12:00:37,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:37,198 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 12: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 x-openstack-request-id: req-6b997559-59e3-4538-9129-2df9270f00f9 x-compute-request-id: req-6b997559-59e3-4538-9129-2df9270f00f9 Content-Length: 0 Content-Type: application/json 2018-08-25 12:00:37,198 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38 used request id req-6b997559-59e3-4538-9129-2df9270f00f9 2018-08-25 12:00:37,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0303831100464s 2018-08-25 12:00:37,198 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/2f65c53c-6557-4fe6-8bce-9835f1169c38 used request id req-6b997559-59e3-4538-9129-2df9270f00f9 2018-08-25 12:00:37,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 12:00:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/3b476596-d764-4152-9058-843a2869ba2b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:38,565 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddf0a60d-82d2-451e-b625-9a23f0226e7a Content-Length: 0 Date: Sat, 25 Aug 2018 12:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:00:38,565 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/3b476596-d764-4152-9058-843a2869ba2b.json used request id req-ddf0a60d-82d2-451e-b625-9a23f0226e7a 2018-08-25 12:00:38,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.36410284042s 2018-08-25 12:00:38,565 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/3b476596-d764-4152-9058-843a2869ba2b.json used request id req-ddf0a60d-82d2-451e-b625-9a23f0226e7a 2018-08-25 12:00:38,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:00:38,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:38,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e1f2e87c-4e32-4082-8577-4353cc9e6281 Date: Sat, 25 Aug 2018 12:00:38 GMT RESP BODY: {"floatingips": []} 2018-08-25 12:00:38,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e1f2e87c-4e32-4082-8577-4353cc9e6281 2018-08-25 12:00:38,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.063364982605s 2018-08-25 12:00:38,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-e1f2e87c-4e32-4082-8577-4353cc9e6281 2018-08-25 12:00:38,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-25 12:00:38,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:38,790 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 12: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 x-openstack-request-id: req-3c7e6fda-2c32-4b89-8f8f-7be10c54d73e x-compute-request-id: req-3c7e6fda-2c32-4b89-8f8f-7be10c54d73e Content-Type: application/json 2018-08-25 12:00:38,790 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec used request id req-3c7e6fda-2c32-4b89-8f8f-7be10c54d73e 2018-08-25 12:00:38,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.155483961105s 2018-08-25 12:00:38,791 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec used request id req-3c7e6fda-2c32-4b89-8f8f-7be10c54d73e 2018-08-25 12:00:38,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 12:00:38,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:39,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12: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-8d00c4c9-f5cd-40ca-8c1e-fa312de2d2ad x-compute-request-id: req-8d00c4c9-f5cd-40ca-8c1e-fa312de2d2ad Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:a7:eb", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/2891e574-f1f4-4ea1-9f86-948ef9f84bec", "rel": "bookmark"}], "image": {"id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "links": [{"href": "http://172.30.9.35:8774/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-25T11:34:39.000000", "flavor": {"id": "31614397-5378-4f08-acbd-21877c888cd6", "links": [{"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "bookmark"}]}, "id": "2891e574-f1f4-4ea1-9f86-948ef9f84bec", "security_groups": [{"name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}], "user_id": "5a97e76995f34864ac86ee21ab3cf2ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-25T12:00:38Z", "hostId": "85ead961b235db5edd30aaa32c030e29286bb76c8d4ed66a008e2303", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344", "name": "vyos_vrouter-vm_a4a067e8-c298-4779-a1f5-171b242f4344", "created": "2018-08-25T11:32:13Z", "tenant_id": "bd046ff457d14708965db9677b5694a5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-25 12:00:39,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8d00c4c9-f5cd-40ca-8c1e-fa312de2d2ad 2018-08-25 12:00:39,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715198993683s 2018-08-25 12:00:39,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-8d00c4c9-f5cd-40ca-8c1e-fa312de2d2ad 2018-08-25 12:00:39,508 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-25 12:00:41,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 12:00:41,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:41,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12: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 x-openstack-request-id: req-9bff8bfa-9424-434b-8681-a0bc9d065a11 x-compute-request-id: req-9bff8bfa-9424-434b-8681-a0bc9d065a11 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 12:00:41,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9bff8bfa-9424-434b-8681-a0bc9d065a11 2018-08-25 12:00:41,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0668151378632s 2018-08-25 12:00:41,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9bff8bfa-9424-434b-8681-a0bc9d065a11 2018-08-25 12:00:41,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-25 12:00:41,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:41,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-4458a9fa-ca3d-4d54-9c3b-9471d2ea25ba Date: Sat, 25 Aug 2018 12:00:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:37Z", "updated_at": "2018-08-25T11:35:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "00512c30-499a-4ea9-a3ad-164b98cf3bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:35:54Z", "revision_number": 0, "id": "29cbd7e0-754b-4e29-af7b-884ed3ff1199", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:35:54Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "6b350773-37c2-41b6-b0cf-8adaf4a851dd", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "c028719a-27d8-446f-8ed7-4a10f8cb89a7", "remote_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:30:37Z", "revision_number": 0, "id": "fdffd239-76a9-459f-bca9-07a8d19eb49c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:30:37Z", "security_group_id": "005019d7-c903-4b90-b194-8828ed2f0b12", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 2, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "005019d7-c903-4b90-b194-8828ed2f0b12", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:32:10Z", "updated_at": "2018-08-25T11:32:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-25T11:32:11Z", "revision_number": 0, "id": "665a42e2-f5c1-460c-9594-09b98c074db5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "66ccd9c9-cf4d-4ce0-af0b-8456a761ba39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "6f88b706-58ab-4287-b8a2-749f7204e56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "83737284-b555-43c7-9423-cb71f34cbff0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "93668de3-b8b7-46d2-a31d-81617ae25be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-25T11:32:11Z", "revision_number": 0, "id": "a730e5e6-7ac2-4300-aace-8b292ba3f884", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:11Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "aded1f09-601f-40d7-9a11-92c42347776f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-25T11:32:10Z", "revision_number": 0, "id": "b375be60-e1b1-4e04-9fce-9d31152e42bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-25T11:32:10Z", "security_group_id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "tenant_id": "bd046ff457d14708965db9677b5694a5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "bd046ff457d14708965db9677b5694a5"}], "revision_number": 7, "project_id": "bd046ff457d14708965db9677b5694a5", "id": "0400ba1b-1fe7-41f8-b5bb-cc42c73430ef", "name": "vyos_vrouter-sg_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 12:00:41,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-4458a9fa-ca3d-4d54-9c3b-9471d2ea25ba 2018-08-25 12:00:41,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0467970371246s 2018-08-25 12:00:41,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-4458a9fa-ca3d-4d54-9c3b-9471d2ea25ba 2018-08-25 12:00:41,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-25 12:00:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/0400ba1b-1fe7-41f8-b5bb-cc42c73430ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:41,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8716c43-d4cc-4114-a73f-3e699caa32f0 Content-Length: 0 Date: Sat, 25 Aug 2018 12:00:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:00:41,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/0400ba1b-1fe7-41f8-b5bb-cc42c73430ef.json used request id req-b8716c43-d4cc-4114-a73f-3e699caa32f0 2018-08-25 12:00:41,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.175335884094s 2018-08-25 12:00:41,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/0400ba1b-1fe7-41f8-b5bb-cc42c73430ef.json used request id req-b8716c43-d4cc-4114-a73f-3e699caa32f0 2018-08-25 12:00:41,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-25 12:00:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:41,845 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 12: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 x-openstack-request-id: req-fd3e09cf-990c-4c4c-aebf-12309ea74753 x-compute-request-id: req-fd3e09cf-990c-4c4c-aebf-12309ea74753 Content-Length: 0 Content-Type: application/json 2018-08-25 12:00:41,846 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344 used request id req-fd3e09cf-990c-4c4c-aebf-12309ea74753 2018-08-25 12:00:41,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0370488166809s 2018-08-25 12:00:41,846 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/vyos_vrouter-kp_a4a067e8-c298-4779-a1f5-171b242f4344 used request id req-fd3e09cf-990c-4c4c-aebf-12309ea74753 2018-08-25 12:00:41,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 12:00:41,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459/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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" -d '{"subnet_id": "6092d39e-ee46-4b27-a3c9-3f90f7116e86"}' 2018-08-25 12:00:43,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-20aae5ae-a6bd-44f9-a60e-91da9f0f3c0c Date: Sat, 25 Aug 2018 12:00:43 GMT RESP BODY: {"network_id": "1226ff37-8693-4444-ac55-de2220bb0d9a", "tenant_id": "bd046ff457d14708965db9677b5694a5", "subnet_id": "6092d39e-ee46-4b27-a3c9-3f90f7116e86", "subnet_ids": ["6092d39e-ee46-4b27-a3c9-3f90f7116e86"], "port_id": "466f7aee-c1c3-4f10-80ba-6a8ddfdb2d1e", "id": "6ea84845-034a-4e8f-bfc3-30846805d459"} 2018-08-25 12:00:43,868 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459/remove_router_interface.json used request id req-20aae5ae-a6bd-44f9-a60e-91da9f0f3c0c 2018-08-25 12:00:43,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02176094055s 2018-08-25 12:00:43,869 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459/remove_router_interface.json used request id req-20aae5ae-a6bd-44f9-a60e-91da9f0f3c0c returning object 6ea84845-034a-4e8f-bfc3-30846805d459 2018-08-25 12:00:43,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 12:00:43,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:43,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-7cc315df-0128-44a9-96de-1905fc48e4a7 Date: Sat, 25 Aug 2018 12:00:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bd046ff457d14708965db9677b5694a5", "created_at": "2018-08-25T11:30:38Z", "admin_state_up": true, "updated_at": "2018-08-25T12:00:42Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "bd046ff457d14708965db9677b5694a5", "id": "6ea84845-034a-4e8f-bfc3-30846805d459", "name": "vyos_vrouter-router_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 12:00:43,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-7cc315df-0128-44a9-96de-1905fc48e4a7 2018-08-25 12:00:43,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116858005524s 2018-08-25 12:00:43,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-7cc315df-0128-44a9-96de-1905fc48e4a7 2018-08-25 12:00:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 12:00:43,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:45,297 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-99f8a55c-01b6-41f8-a241-eac40cf1eb6f Content-Length: 0 Date: Sat, 25 Aug 2018 12:00:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:00:45,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459.json used request id req-99f8a55c-01b6-41f8-a241-eac40cf1eb6f 2018-08-25 12:00:45,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30939006805s 2018-08-25 12:00:45,298 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/6ea84845-034a-4e8f-bfc3-30846805d459.json used request id req-99f8a55c-01b6-41f8-a241-eac40cf1eb6f 2018-08-25 12:00:45,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 12:00:45,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:45,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-d93e65f7-7a84-41c2-ac40-d734e14d8ad3 Date: Sat, 25 Aug 2018 12:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1226ff37-8693-4444-ac55-de2220bb0d9a","tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T11:30:38Z","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":"bd046ff457d14708965db9677b5694a5","id":"6092d39e-ee46-4b27-a3c9-3f90f7116e86","subnetpool_id":null,"name":"vyos_vrouter-subnet_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 12:00:45,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-d93e65f7-7a84-41c2-ac40-d734e14d8ad3 2018-08-25 12:00:45,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0397849082947s 2018-08-25 12:00:45,338 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-d93e65f7-7a84-41c2-ac40-d734e14d8ad3 2018-08-25 12:00:45,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 12:00:45,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/6092d39e-ee46-4b27-a3c9-3f90f7116e86.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:46,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d66a7f1-e9c5-4b37-b757-9228b122ef63 Date: Sat, 25 Aug 2018 12:00:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:00:46,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/6092d39e-ee46-4b27-a3c9-3f90f7116e86.json used request id req-7d66a7f1-e9c5-4b37-b757-9228b122ef63 2018-08-25 12:00:46,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.986685991287s 2018-08-25 12:00:46,326 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/6092d39e-ee46-4b27-a3c9-3f90f7116e86.json used request id req-7d66a7f1-e9c5-4b37-b757-9228b122ef63 2018-08-25 12:00:46,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 12:00:46,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:46,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-5aef7b32-7e1e-4662-81f1-bfb1e72a6f4e Date: Sat, 25 Aug 2018 12:00:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"1226ff37-8693-4444-ac55-de2220bb0d9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd046ff457d14708965db9677b5694a5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T12:00:46Z","qos_policy_id":null,"name":"vyos_vrouter-net_a4a067e8-c298-4779-a1f5-171b242f4344","admin_state_up":true,"tenant_id":"bd046ff457d14708965db9677b5694a5","created_at":"2018-08-25T11:30:37Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500}]} 2018-08-25 12:00:46,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5aef7b32-7e1e-4662-81f1-bfb1e72a6f4e 2018-08-25 12:00:46,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345263004303s 2018-08-25 12:00:46,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-5aef7b32-7e1e-4662-81f1-bfb1e72a6f4e 2018-08-25 12:00:46,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 12:00:46,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/1226ff37-8693-4444-ac55-de2220bb0d9a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:47,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf72643f-d0a4-448d-b463-fe696c7387e9 Date: Sat, 25 Aug 2018 12:00:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:00:47,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/1226ff37-8693-4444-ac55-de2220bb0d9a.json used request id req-cf72643f-d0a4-448d-b463-fe696c7387e9 2018-08-25 12:00:47,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.583922863007s 2018-08-25 12:00:47,258 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/1226ff37-8693-4444-ac55-de2220bb0d9a.json used request id req-cf72643f-d0a4-448d-b463-fe696c7387e9 2018-08-25 12:00:47,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 12:00:47,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:47,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-6534ece8-c89a-4033-8e14-9b5a47aece90 Date: Sat, 25 Aug 2018 12:00:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T11:32:08Z", "file": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2/file", "owner": "bd046ff457d14708965db9677b5694a5", "id": "84094d76-bb4b-4941-b930-7b47d844ddd2", "size": 4373348352, "self": "/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/84094d76-bb4b-4941-b930-7b47d844ddd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a4a067e8-c298-4779-a1f5-171b242f4344", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-25T11:31:06Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 12:00:47,300 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-6534ece8-c89a-4033-8e14-9b5a47aece90 2018-08-25 12:00:47,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0380010604858s 2018-08-25 12:00:47,300 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-6534ece8-c89a-4033-8e14-9b5a47aece90 2018-08-25 12:00:47,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 12:00:47,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09e133c1bb45451a666f9ed255daa9941c7cd2a5" 2018-08-25 12:00:47,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63cf0e2a-7bd5-4f92-b434-97075ca5615c Date: Sat, 25 Aug 2018 12:00:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 12:00:47,787 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2 used request id req-63cf0e2a-7bd5-4f92-b434-97075ca5615c 2018-08-25 12:00:47,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.485489845276s 2018-08-25 12:00:47,787 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/84094d76-bb4b-4941-b930-7b47d844ddd2 used request id req-63cf0e2a-7bd5-4f92-b434-97075ca5615c 2018-08-25 12:00:47,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 12:00:47,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:47,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00: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-06a5b810-9f50-4322-9f88-910cd43ca831 x-compute-request-id: req-06a5b810-9f50-4322-9f88-910cd43ca831 Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}, {"name": "vyos_vrouter-flavor_a4a067e8-c298-4779-a1f5-171b242f4344", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/31614397-5378-4f08-acbd-21877c888cd6", "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": "31614397-5378-4f08-acbd-21877c888cd6"}]} 2018-08-25 12:00:47,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-06a5b810-9f50-4322-9f88-910cd43ca831 2018-08-25 12:00:47,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0205700397491s 2018-08-25 12:00:47,809 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-06a5b810-9f50-4322-9f88-910cd43ca831 2018-08-25 12:00:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 12:00:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:47,840 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 12:00: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-24047b15-041c-4f77-8b83-c37fa96bdf19 x-compute-request-id: req-24047b15-041c-4f77-8b83-c37fa96bdf19 Content-Length: 0 Content-Type: application/json 2018-08-25 12:00:47,840 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6 used request id req-24047b15-041c-4f77-8b83-c37fa96bdf19 2018-08-25 12:00:47,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0302760601044s 2018-08-25 12:00:47,840 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/31614397-5378-4f08-acbd-21877c888cd6 used request id req-24047b15-041c-4f77-8b83-c37fa96bdf19 2018-08-25 12:00:47,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 12:00:47,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:48,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777e7e07-d13c-4d39-8cc0-d7307e5742ad Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344", "links": {"self": "http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5a97e76995f34864ac86ee21ab3cf2ae", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 12:00:48,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-777e7e07-d13c-4d39-8cc0-d7307e5742ad 2018-08-25 12:00:48,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.180114984512s 2018-08-25 12:00:48,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-777e7e07-d13c-4d39-8cc0-d7307e5742ad 2018-08-25 12:00:48,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 12:00:48,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:48,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31ea8de-b1ab-45a2-a83f-3a20e5374447 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_a4a067e8-c298-4779-a1f5-171b242f4344", "links": {"self": "http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5a97e76995f34864ac86ee21ab3cf2ae", "description": null}} 2018-08-25 12:00:48,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae used request id req-d31ea8de-b1ab-45a2-a83f-3a20e5374447 2018-08-25 12:00:48,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191050052643s 2018-08-25 12:00:48,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae used request id req-d31ea8de-b1ab-45a2-a83f-3a20e5374447 2018-08-25 12:00:48,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 12:00:48,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:48,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 12:00:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28053bf5-c8b8-46fb-9536-575fc28ef500 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 12:00:48,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae used request id req-28053bf5-c8b8-46fb-9536-575fc28ef500 2018-08-25 12:00:48,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.383130073547s 2018-08-25 12:00:48,604 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/5a97e76995f34864ac86ee21ab3cf2ae used request id req-28053bf5-c8b8-46fb-9536-575fc28ef500 2018-08-25 12:00:48,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 12:00:48,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:48,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f53784f-113f-43c0-a989-dcef7d9fdcbd Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5"}, "tags": [], "enabled": true, "id": "bd046ff457d14708965db9677b5694a5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_a4a067e8-c298-4779-a1f5-171b242f4344"}]} 2018-08-25 12:00:48,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-8f53784f-113f-43c0-a989-dcef7d9fdcbd 2018-08-25 12:00:48,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180053949356s 2018-08-25 12:00:48,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-8f53784f-113f-43c0-a989-dcef7d9fdcbd 2018-08-25 12:00:48,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 12:00:48,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb7b96e465e5e7f2242bf6d2e5b6fc0ad1640fa5" 2018-08-25 12:00:49,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 12:00:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e97abacb-6f00-44e4-9d7b-65469c3b6d93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 12:00:49,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5 used request id req-e97abacb-6f00-44e4-9d7b-65469c3b6d93 2018-08-25 12:00:49,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.23486495018s 2018-08-25 12:00:49,032 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/bd046ff457d14708965db9677b5694a5 used request id req-e97abacb-6f00-44e4-9d7b-65469c3b6d93 2018-08-25 12:00:49,058 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-25 12:00:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 12:00:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 12:00:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 12:00:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 12:00:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 12:00:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 12:00:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 12:00:49,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2a623c-7995-4c03-a1a7-bb054db78121 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 12:00:49,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-ee2a623c-7995-4c03-a1a7-bb054db78121 2018-08-25 12:00:49,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 12:00:49,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}, {"id": "78c6ae9c2dcf4a3497e1cabb59379c78", "name": "admin"}], "expires_at": "2018-08-25T13:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89d58111967c4124b09131409c7a2a28", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/89d58111967c4124b09131409c7a2a28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b49ec36d21074391b6a3820e41429e7b"}, "audit_ids": ["3dLZPmxMRH25JYPlVfItcw"], "issued_at": "2018-08-25T12:00:49.000000Z"}} 2018-08-25 12:00:49,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 12:00:49,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:49,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-a2a69672-1466-41f0-9b1d-cc0355052e23 Date: Sat, 25 Aug 2018 12:00:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","provider:network_type":"flat"}]} 2018-08-25 12:00:49,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a2a69672-1466-41f0-9b1d-cc0355052e23 2018-08-25 12:00:49,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262144804001s 2018-08-25 12:00:49,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a2a69672-1466-41f0-9b1d-cc0355052e23 2018-08-25 12:00:49,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 12:00:49,758 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 12:00:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f843f54c-bda3-469f-8291-80d697873bf0 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.35:5000/v3/", "rel": "self"}]}]}} 2018-08-25 12:00:49,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-f843f54c-bda3-469f-8291-80d697873bf0 2018-08-25 12:00:49,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 12:00:49,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:49,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2edeac3-64ed-4229-baf4-8693f22e14c9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/6ec72edf6d644b03845d22a021edf743"}, "tags": [], "enabled": true, "id": "6ec72edf6d644b03845d22a021edf743", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 12:00:49,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-a2edeac3-64ed-4229-baf4-8693f22e14c9 2018-08-25 12:00:49,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.145102024078s 2018-08-25 12:00:49,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-a2edeac3-64ed-4229-baf4-8693f22e14c9 2018-08-25 12:00:49,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 12:00:49,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e"}}' 2018-08-25 12:00:50,135 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 12:00:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20d000f3-0608-4413-9185-2cacb59feed7 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.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91"}, "tags": [], "enabled": true, "id": "f7c66ceb33234693b83d1a30ee450a91", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e"}} 2018-08-25 12:00:50,135 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-20d000f3-0608-4413-9185-2cacb59feed7 2018-08-25 12:00:50,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.223960161209s 2018-08-25 12:00:50,136 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-20d000f3-0608-4413-9185-2cacb59feed7 2018-08-25 12:00:50,136 - 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'f7c66ceb33234693b83d1a30ee450a91', '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_061bcfd7-6fed-4241-8842-ad1050854e9e'}) 2018-08-25 12:00:50,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 12:00:50,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "445092d0-3adb-4f9c-b3a1-cc9ce511d76b", "email": null, "name": "juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e"}}' 2018-08-25 12:00:50,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 12:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8f8aa5f-30d6-4c0e-a9ce-5bfd89f2e296 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": {"self": "http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bbe2169e43f04a279b4dfdfbd22d59b8", "domain_id": "default", "password_expires_at": null}} 2018-08-25 12:00:50,542 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-d8f8aa5f-30d6-4c0e-a9ce-5bfd89f2e296 2018-08-25 12:00:50,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.401132106781s 2018-08-25 12:00:50,543 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-d8f8aa5f-30d6-4c0e-a9ce-5bfd89f2e296 2018-08-25 12:00:50,543 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bbe2169e43f04a279b4dfdfbd22d59b8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e'}) 2018-08-25 12:00:50,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 12:00:50,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:50,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da8ae87b-681e-40f3-a6e8-5077d54c8a78 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 12:00:50,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-da8ae87b-681e-40f3-a6e8-5077d54c8a78 2018-08-25 12:00:50,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0997591018677s 2018-08-25 12:00:50,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-da8ae87b-681e-40f3-a6e8-5077d54c8a78 2018-08-25 12:00:50,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 12:00:50,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:50,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4ca23d-1780-4f7e-8a81-994abf8676f3 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 12:00:50,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2d4ca23d-1780-4f7e-8a81-994abf8676f3 2018-08-25 12:00:50,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177387952805s 2018-08-25 12:00:50,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2d4ca23d-1780-4f7e-8a81-994abf8676f3 2018-08-25 12:00:50,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 12:00:50,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:51,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74fca436-35b9-4278-b500-32a1de5114f1 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04219f2f0af542dea0f915ed4785267d", "links": {"self": "http://172.30.9.35:5000/v3/roles/04219f2f0af542dea0f915ed4785267d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "4755249bc5174b1f950a2f0685e9a6d7", "links": {"self": "http://172.30.9.35:5000/v3/roles/4755249bc5174b1f950a2f0685e9a6d7"}, "name": "member"}, {"domain_id": null, "id": "74f370a813304644ae1e80a50c8fdfa6", "links": {"self": "http://172.30.9.35:5000/v3/roles/74f370a813304644ae1e80a50c8fdfa6"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "78c6ae9c2dcf4a3497e1cabb59379c78", "links": {"self": "http://172.30.9.35:5000/v3/roles/78c6ae9c2dcf4a3497e1cabb59379c78"}, "name": "admin"}, {"domain_id": null, "id": "81be998a8c144fd78b64821a0e554d7c", "links": {"self": "http://172.30.9.35:5000/v3/roles/81be998a8c144fd78b64821a0e554d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f35fff1e7c04001a80d34bb28d264f0", "links": {"self": "http://172.30.9.35:5000/v3/roles/9f35fff1e7c04001a80d34bb28d264f0"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bed9a2647e2e4c0792c97c464140e49a", "links": {"self": "http://172.30.9.35:5000/v3/roles/bed9a2647e2e4c0792c97c464140e49a"}, "name": "swiftoperator"}]} 2018-08-25 12:00:51,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-74fca436-35b9-4278-b500-32a1de5114f1 2018-08-25 12:00:51,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175804853439s 2018-08-25 12:00:51,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-74fca436-35b9-4278-b500-32a1de5114f1 2018-08-25 12:00:51,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 12:00:51,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:51,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e186ed-997f-41b9-b157-182b9a5ae7be Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 12:00:51,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-27e186ed-997f-41b9-b157-182b9a5ae7be 2018-08-25 12:00:51,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.118454933167s 2018-08-25 12:00:51,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-27e186ed-997f-41b9-b157-182b9a5ae7be 2018-08-25 12:00:51,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 12:00:51,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:51,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a5a2d58-1029-4267-b4e5-36cdf965933e Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": {"self": "http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bbe2169e43f04a279b4dfdfbd22d59b8", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 12:00:51,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-8a5a2d58-1029-4267-b4e5-36cdf965933e 2018-08-25 12:00:51,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218278169632s 2018-08-25 12:00:51,354 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-8a5a2d58-1029-4267-b4e5-36cdf965933e 2018-08-25 12:00:51,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 12:00:51,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:51,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5fa2b4c-8394-43dc-aed5-a3d3ec371094 Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91"}, "tags": [], "enabled": true, "id": "f7c66ceb33234693b83d1a30ee450a91", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}]} 2018-08-25 12:00:51,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d5fa2b4c-8394-43dc-aed5-a3d3ec371094 2018-08-25 12:00:51,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1849360466s 2018-08-25 12:00:51,552 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-d5fa2b4c-8394-43dc-aed5-a3d3ec371094 2018-08-25 12:00:51,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 12:00:51,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=bbe2169e43f04a279b4dfdfbd22d59b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=f7c66ceb33234693b83d1a30ee450a91" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:51,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499ab94d-382f-4acb-be20-672f88e7f9e2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=bbe2169e43f04a279b4dfdfbd22d59b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=f7c66ceb33234693b83d1a30ee450a91", "previous": null, "next": null}} 2018-08-25 12:00:51,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=bbe2169e43f04a279b4dfdfbd22d59b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=f7c66ceb33234693b83d1a30ee450a91 used request id req-499ab94d-382f-4acb-be20-672f88e7f9e2 2018-08-25 12:00:51,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.160576105118s 2018-08-25 12:00:51,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=bbe2169e43f04a279b4dfdfbd22d59b8&role.id=4755249bc5174b1f950a2f0685e9a6d7&scope.project.id=f7c66ceb33234693b83d1a30ee450a91 used request id req-499ab94d-382f-4acb-be20-672f88e7f9e2 2018-08-25 12:00:51,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 12:00:51,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91/users/bbe2169e43f04a279b4dfdfbd22d59b8/roles/4755249bc5174b1f950a2f0685e9a6d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:52,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 12:00:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26ecd78d-fcca-453c-82af-9296be6e1ea1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 12:00:52,066 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91/users/bbe2169e43f04a279b4dfdfbd22d59b8/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-26ecd78d-fcca-453c-82af-9296be6e1ea1 2018-08-25 12:00:52,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.342329978943s 2018-08-25 12:00:52,066 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91/users/bbe2169e43f04a279b4dfdfbd22d59b8/roles/4755249bc5174b1f950a2f0685e9a6d7 used request id req-26ecd78d-fcca-453c-82af-9296be6e1ea1 2018-08-25 12:00:52,067 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e', 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'f7c66ceb33234693b83d1a30ee450a91', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '445092d0-3adb-4f9c-b3a1-cc9ce511d76b', 'username': u'juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 12:00:52,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 12:00:52,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 12:00:52,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 12:00:52,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 12:00:52,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 12:00:52,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 12:00:52,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 12:00:52,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 12:00:52,072 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e', 'password': '445092d0-3adb-4f9c-b3a1-cc9ce511d76b', 'project_name': 'juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': 'f7c66ceb33234693b83d1a30ee450a91', 'project_domain_name': 'Default'} 2018-08-25 12:00:52,137 - 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-08-25 12:00:52,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 12:00:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-08-25 12:00:52,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 12:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d9c0b97-33a6-4575-b4ca-8240db822780 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-25 12:00:52,167 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-0d9c0b97-33a6-4575-b4ca-8240db822780 2018-08-25 12:00:52,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:52,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004d819b-ffc2-48eb-b05b-36702766d9f9 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0deae06599954c6ea2cef507d068fd03"}, "enabled": true, "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e6232b5880c42949bb19e67fabfeef3"}, "enabled": true, "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1015dc7a5e53415eae083d4d9fc44412"}, "enabled": true, "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/18dda3d7aafd499687e45b906cba7eb6"}, "enabled": true, "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2573c4eec85040368a5638d349e1318f"}, "enabled": true, "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2843ed2cd0e941d497a3f21c85e2a5c0"}, "enabled": true, "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3b0a320f6d3841f9bd112a2715415cb3"}, "enabled": true, "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3f1ae93bf02b47b88a62597d2785c485"}, "enabled": true, "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5000fff740314f7fa89195cdff25ca4f"}, "enabled": true, "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/58064798ed864de8b000282ea108843b"}, "enabled": true, "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cd30b2d156f4bbb9d29916060cb7dd4"}, "enabled": true, "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3b4a1239544932866167123a33ba1d"}, "enabled": true, "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/86c8b0b7acb34012a8d8eeed92a21ead"}, "enabled": true, "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8de3127b11f0427dab486207e8c2e7c0"}, "enabled": true, "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/b36d7cc49d7d485e80008a5860ecfdeb"}, "enabled": true, "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 12:00:52,349 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-004d819b-ffc2-48eb-b05b-36702766d9f9 2018-08-25 12:00:52,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.189512014389s 2018-08-25 12:00:52,350 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-004d819b-ffc2-48eb-b05b-36702766d9f9 2018-08-25 12:00:52,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 12:00:52,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:00:52,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c15e30-7261-44f1-8744-744fd1b8731e Content-Encoding: gzip Content-Length: 1987 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/010143a5ac2147928894133e96c877ee"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "010143a5ac2147928894133e96c877ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0132057ba171471fb2e956aa6062e611"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "0132057ba171471fb2e956aa6062e611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/09041b0df5d949d983eabe190e6dbcbb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0d2e05593636414fb9d592fea372d3e4"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58064798ed864de8b000282ea108843b", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0f27bfe2d82648c0b4e630dac6a8e74b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1824cc5ad5b448998604c2636250e0c9"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1a01d06c805b4c218241a8cfdebb3efd"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/272efc4069d34a7993a0486603d09a8f"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "272efc4069d34a7993a0486603d09a8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/295269e3f2924d78a5385a287e0c3bf7"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2aa168343f614f43a5afd7bc940d7579"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c5d9a81863c46e2a17ac8c358b106f1"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c936aed093b405381e717ea65f95df3"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "2c936aed093b405381e717ea65f95df3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3f34b2847f4849bd90495e4055a4f266"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4df89f77180741dda734d8e6f897eb91"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "4df89f77180741dda734d8e6f897eb91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5fb42df6511b47a19a6744cacef3e0b7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e3b4a1239544932866167123a33ba1d", "id": "5fb42df6511b47a19a6744cacef3e0b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/684448ff412a41a9975b74b35bf6b1dd"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6be3147cad7f4a5b9839bd27c160d54a"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6cb59073c61a41158d248e5e2245172e"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "6cb59073c61a41158d248e5e2245172e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6f1b19aad0564b53a7219a0e7f4b7a6c"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7813a76a1e4342edb716295e706afe4c"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "7813a76a1e4342edb716295e706afe4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7d6f31c9fe484dc1bf486877c789e4cd"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8126836dda1e4091b1ce67b8ba0f2625"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8f9ec477dcf54211b18dc0eb8b22fe2d"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2843ed2cd0e941d497a3f21c85e2a5c0", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/932fede9f5a84e74bcd7386a21a04293"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5000fff740314f7fa89195cdff25ca4f", "id": "932fede9f5a84e74bcd7386a21a04293"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/935011e9ce3047178d67d3972807cb45"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "935011e9ce3047178d67d3972807cb45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/996f73131d344ac09cbb5f68f9cb8d1f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9a1d5694cd9846f18765d1daef38a436"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58064798ed864de8b000282ea108843b", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b12af6e97e394c7f814f314b595275ea"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cd30b2d156f4bbb9d29916060cb7dd4", "id": "b12af6e97e394c7f814f314b595275ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c098758f92a948e489ef4ab6bcf91511"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c36ebfc0c30846419c1fca31e8716d0b"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e6232b5880c42949bb19e67fabfeef3", "id": "c36ebfc0c30846419c1fca31e8716d0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c6402ebdd23b4ab7abfeea1d1000bd88"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d741030a78b54c25971c2b1811309b24"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b0a320f6d3841f9bd112a2715415cb3", "id": "d741030a78b54c25971c2b1811309b24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/de8d0e8d21b8490891eb9c763daa4253"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e0e0807ad9914139afa6d4e2d8d2ed7d"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8de3127b11f0427dab486207e8c2e7c0", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e6990d8925a74026a8bb47f242bfdbdb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1ae93bf02b47b88a62597d2785c485", "id": "e6990d8925a74026a8bb47f242bfdbdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ec2dcd6c1f214474aef88955e1518b94"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58064798ed864de8b000282ea108843b", "id": "ec2dcd6c1f214474aef88955e1518b94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f2b4e3e98d184ebba276aa4b77d81eab"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2573c4eec85040368a5638d349e1318f", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f3096f37335c4c8b8b7f5851c1c7c937"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1015dc7a5e53415eae083d4d9fc44412", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f8410e7c21694572ae7ace751586ae60"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "86c8b0b7acb34012a8d8eeed92a21ead", "id": "f8410e7c21694572ae7ace751586ae60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fb54d8ba886844dd955b125007eba2d7"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0deae06599954c6ea2cef507d068fd03", "id": "fb54d8ba886844dd955b125007eba2d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fda349a3b9d4423d9a00d6dc57b1ac1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b36d7cc49d7d485e80008a5860ecfdeb", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 12:00:52,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-07c15e30-7261-44f1-8744-744fd1b8731e 2018-08-25 12:00:52,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.10751414299s 2018-08-25 12:00:52,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-07c15e30-7261-44f1-8744-744fd1b8731e 2018-08-25 12:00:52,475 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-25 12:00:52,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 12:00:52,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e611330-a516-40ea-9024-1a44e86aa73b 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.35:5000/v3/", "rel": "self"}]}} 2018-08-25 12:00:52,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-4e611330-a516-40ea-9024-1a44e86aa73b 2018-08-25 12:00:52,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-08-25 12:00:52,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4755249bc5174b1f950a2f0685e9a6d7", "name": "member"}, {"id": "9f35fff1e7c04001a80d34bb28d264f0", "name": "reader"}], "expires_at": "2018-08-25T13:00:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7c66ceb33234693b83d1a30ee450a91", "name": "juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "91f9f8bcc2de4669b3e14bdd1ad4d0e8"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "996f73131d344ac09cbb5f68f9cb8d1f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb54d8ba886844dd955b125007eba2d7"}], "type": "network", "id": "0deae06599954c6ea2cef507d068fd03", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v1/f7c66ceb33234693b83d1a30ee450a91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cb59073c61a41158d248e5e2245172e"}, {"url": "http://192.30.9.3:8776/v1/f7c66ceb33234693b83d1a30ee450a91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7813a76a1e4342edb716295e706afe4c"}, {"url": "http://192.30.9.3:8776/v1/f7c66ceb33234693b83d1a30ee450a91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c36ebfc0c30846419c1fca31e8716d0b"}], "type": "volume", "id": "0e6232b5880c42949bb19e67fabfeef3", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f1b19aad0564b53a7219a0e7f4b7a6c"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de8d0e8d21b8490891eb9c763daa4253"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3096f37335c4c8b8b7f5851c1c7c937"}], "type": "identity", "id": "1015dc7a5e53415eae083d4d9fc44412", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "18dda3d7aafd499687e45b906cba7eb6", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0132057ba171471fb2e956aa6062e611"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c098758f92a948e489ef4ab6bcf91511"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2b4e3e98d184ebba276aa4b77d81eab"}], "type": "placement", "id": "2573c4eec85040368a5638d349e1318f", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/f7c66ceb33234693b83d1a30ee450a91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f34b2847f4849bd90495e4055a4f266"}, {"url": "http://192.30.9.3:8004/v1/f7c66ceb33234693b83d1a30ee450a91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8126836dda1e4091b1ce67b8ba0f2625"}, {"url": "http://192.30.9.3:8004/v1/f7c66ceb33234693b83d1a30ee450a91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8f9ec477dcf54211b18dc0eb8b22fe2d"}], "type": "orchestration", "id": "2843ed2cd0e941d497a3f21c85e2a5c0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "010143a5ac2147928894133e96c877ee"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7d6f31c9fe484dc1bf486877c789e4cd"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d741030a78b54c25971c2b1811309b24"}], "type": "alarming", "id": "3b0a320f6d3841f9bd112a2715415cb3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09041b0df5d949d983eabe190e6dbcbb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "684448ff412a41a9975b74b35bf6b1dd"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6990d8925a74026a8bb47f242bfdbdb"}], "type": "cloudformation", "id": "3f1ae93bf02b47b88a62597d2785c485", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_f7c66ceb33234693b83d1a30ee450a91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "272efc4069d34a7993a0486603d09a8f"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c5d9a81863c46e2a17ac8c358b106f1"}, {"url": "http://12.0.0.22:8080/v1/AUTH_f7c66ceb33234693b83d1a30ee450a91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "932fede9f5a84e74bcd7386a21a04293"}], "type": "object-store", "id": "5000fff740314f7fa89195cdff25ca4f", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/f7c66ceb33234693b83d1a30ee450a91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d2e05593636414fb9d592fea372d3e4"}, {"url": "http://192.30.9.3:8776/v2/f7c66ceb33234693b83d1a30ee450a91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1d5694cd9846f18765d1daef38a436"}, {"url": "http://192.30.9.3:8776/v2/f7c66ceb33234693b83d1a30ee450a91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec2dcd6c1f214474aef88955e1518b94"}], "type": "volumev2", "id": "58064798ed864de8b000282ea108843b", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2aa168343f614f43a5afd7bc940d7579"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "935011e9ce3047178d67d3972807cb45"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b12af6e97e394c7f814f314b595275ea"}], "type": "event", "id": "6cd30b2d156f4bbb9d29916060cb7dd4", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f27bfe2d82648c0b4e630dac6a8e74b"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1824cc5ad5b448998604c2636250e0c9"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5fb42df6511b47a19a6744cacef3e0b7"}], "type": "compute", "id": "7e3b4a1239544932866167123a33ba1d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a01d06c805b4c218241a8cfdebb3efd"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2c936aed093b405381e717ea65f95df3"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f8410e7c21694572ae7ace751586ae60"}], "type": "image", "id": "86c8b0b7acb34012a8d8eeed92a21ead", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6be3147cad7f4a5b9839bd27c160d54a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6402ebdd23b4ab7abfeea1d1000bd88"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0e0807ad9914139afa6d4e2d8d2ed7d"}], "type": "metric", "id": "8de3127b11f0427dab486207e8c2e7c0", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/f7c66ceb33234693b83d1a30ee450a91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "295269e3f2924d78a5385a287e0c3bf7"}, {"url": "http://172.30.9.35:8776/v3/f7c66ceb33234693b83d1a30ee450a91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4df89f77180741dda734d8e6f897eb91"}, {"url": "http://192.30.9.3:8776/v3/f7c66ceb33234693b83d1a30ee450a91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fda349a3b9d4423d9a00d6dc57b1ac1e"}], "type": "volumev3", "id": "b36d7cc49d7d485e80008a5860ecfdeb", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e", "id": "bbe2169e43f04a279b4dfdfbd22d59b8"}, "audit_ids": ["PtWI6QAaSx-f-u43meofjw"], "issued_at": "2018-08-25T12:00:52.000000Z"}} 2018-08-25 12:00:52,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 12:00:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"network": {"name": "juju_epc-net_061bcfd7-6fed-4241-8842-ad1050854e9e", "admin_state_up": true}}' 2018-08-25 12:00:53,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-f3d2d946-47d9-4c71-8876-39365fb45fb2 Date: Sat, 25 Aug 2018 12:00:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f10852ad-8bd0-4f53-b856-879c08bfadd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f7c66ceb33234693b83d1a30ee450a91","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T12:00:53Z","is_default":false,"name":"juju_epc-net_061bcfd7-6fed-4241-8842-ad1050854e9e","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f7c66ceb33234693b83d1a30ee450a91","created_at":"2018-08-25T12:00:53Z","mtu":1450}} 2018-08-25 12:00:53,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f3d2d946-47d9-4c71-8876-39365fb45fb2 2018-08-25 12:00:53,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.489012002945s 2018-08-25 12:00:53,356 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f3d2d946-47d9-4c71-8876-39365fb45fb2 2018-08-25 12:00:53,356 - 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-08-25T12:00:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f10852ad-8bd0-4f53-b856-879c08bfadd3', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_061bcfd7-6fed-4241-8842-ad1050854e9e', u'admin_state_up': True, u'tenant_id': u'f7c66ceb33234693b83d1a30ee450a91', u'created_at': u'2018-08-25T12:00:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f7c66ceb33234693b83d1a30ee450a91', u'l2_adjacency': True}) 2018-08-25 12:00:53,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 12:00:53,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:00:53,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-730c8414-501a-49d5-8b8e-22932a306035 Date: Sat, 25 Aug 2018 12:00:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f10852ad-8bd0-4f53-b856-879c08bfadd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f7c66ceb33234693b83d1a30ee450a91","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T12:00:53Z","qos_policy_id":null,"name":"juju_epc-net_061bcfd7-6fed-4241-8842-ad1050854e9e","admin_state_up":true,"tenant_id":"f7c66ceb33234693b83d1a30ee450a91","created_at":"2018-08-25T12:00:53Z","mtu":1450}]} 2018-08-25 12:00:53,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-730c8414-501a-49d5-8b8e-22932a306035 2018-08-25 12:00:53,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117477893829s 2018-08-25 12:00:53,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-730c8414-501a-49d5-8b8e-22932a306035 2018-08-25 12:00:53,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 12:00:53,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"subnet": {"name": "juju_epc-subnet_061bcfd7-6fed-4241-8842-ad1050854e9e", "enable_dhcp": true, "network_id": "f10852ad-8bd0-4f53-b856-879c08bfadd3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-25 12:00:54,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c429aee8-6a3d-48ef-b63b-49e5586769ef Date: Sat, 25 Aug 2018 12:00:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f10852ad-8bd0-4f53-b856-879c08bfadd3","tenant_id":"f7c66ceb33234693b83d1a30ee450a91","created_at":"2018-08-25T12:00:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T12:00:53Z","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":"f7c66ceb33234693b83d1a30ee450a91","id":"f7ec34a7-b11c-4c33-84b7-58a11be45526","subnetpool_id":null,"name":"juju_epc-subnet_061bcfd7-6fed-4241-8842-ad1050854e9e"}} 2018-08-25 12:00:54,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c429aee8-6a3d-48ef-b63b-49e5586769ef 2018-08-25 12:00:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.554976940155s 2018-08-25 12:00:54,033 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c429aee8-6a3d-48ef-b63b-49e5586769ef 2018-08-25 12:00:54,033 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T12:00:53Z', 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'f7ec34a7-b11c-4c33-84b7-58a11be45526', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_061bcfd7-6fed-4241-8842-ad1050854e9e', u'enable_dhcp': True, u'network_id': u'f10852ad-8bd0-4f53-b856-879c08bfadd3', u'tenant_id': u'f7c66ceb33234693b83d1a30ee450a91', u'created_at': u'2018-08-25T12:00:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'f7c66ceb33234693b83d1a30ee450a91'}) 2018-08-25 12:00:54,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 12:00:54,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"router": {"external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84"}, "name": "juju_epc-router_061bcfd7-6fed-4241-8842-ad1050854e9e", "admin_state_up": true}}' 2018-08-25 12:00:55,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-12bbcfea-183b-4831-b527-dcfeb4bd274e Date: Sat, 25 Aug 2018 12:00:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.210"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:00:54Z", "admin_state_up": true, "updated_at": "2018-08-25T12:00:55Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "f7c66ceb33234693b83d1a30ee450a91", "id": "474865ca-8cbb-4137-af29-ed8843bbb624", "name": "juju_epc-router_061bcfd7-6fed-4241-8842-ad1050854e9e"}} 2018-08-25 12:00:55,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-12bbcfea-183b-4831-b527-dcfeb4bd274e 2018-08-25 12:00:55,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57623791695s 2018-08-25 12:00:55,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-12bbcfea-183b-4831-b527-dcfeb4bd274e 2018-08-25 12:00:55,611 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T12:00:55Z', u'revision_number': 2, u'id': u'474865ca-8cbb-4137-af29-ed8843bbb624', u'external_gateway_info': {u'network_id': u'5fb29300-7aa0-4e6d-a540-d41fdf8afa84', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'81050e31-2e88-4e82-8e0c-59b250117352', u'ip_address': u'172.30.9.210'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_061bcfd7-6fed-4241-8842-ad1050854e9e', u'admin_state_up': True, u'tenant_id': u'f7c66ceb33234693b83d1a30ee450a91', u'created_at': u'2018-08-25T12:00:54Z', u'flavor_id': None, u'routes': [], u'project_id': u'f7c66ceb33234693b83d1a30ee450a91'}) 2018-08-25 12:00:55,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 12:00:55,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624/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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"subnet_id": "f7ec34a7-b11c-4c33-84b7-58a11be45526"}' 2018-08-25 12:00:58,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab1863b2-ee01-4a19-9b3c-4eb695891881 Date: Sat, 25 Aug 2018 12:00:58 GMT RESP BODY: {"network_id": "f10852ad-8bd0-4f53-b856-879c08bfadd3", "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "subnet_id": "f7ec34a7-b11c-4c33-84b7-58a11be45526", "subnet_ids": ["f7ec34a7-b11c-4c33-84b7-58a11be45526"], "port_id": "88860c29-194c-4013-988f-4a89db71c481", "id": "474865ca-8cbb-4137-af29-ed8843bbb624"} 2018-08-25 12:00:58,105 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624/add_router_interface.json used request id req-ab1863b2-ee01-4a19-9b3c-4eb695891881 2018-08-25 12:00:58,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.49329614639s 2018-08-25 12:00:58,105 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624/add_router_interface.json used request id req-ab1863b2-ee01-4a19-9b3c-4eb695891881 returning object 474865ca-8cbb-4137-af29-ed8843bbb624 2018-08-25 12:00:58,106 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-25 12:01:00,610 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-25 12:01:00,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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-08-25 12:01:00,616 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 25 Aug 2018 12:01:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-08-25 12:01:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 12:01:00,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:01:00,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-57c6aaee-596d-4a23-8ccb-26cc7069dafd Date: Sat, 25 Aug 2018 12:01:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 12:01:00,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-57c6aaee-596d-4a23-8ccb-26cc7069dafd 2018-08-25 12:01:00,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266517162323s 2018-08-25 12:01:00,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-57c6aaee-596d-4a23-8ccb-26cc7069dafd 2018-08-25 12:01:00,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 12:01:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e"}' 2018-08-25 12:01:00,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-081c7ac7-e72b-4c63-b686-db2d4380f9f6 Date: Sat, 25 Aug 2018 12:01:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:00Z", "file": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "5d0bd44d-c5a9-4440-b3ab-3279dd437048", "size": null, "self": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": null, "created_at": "2018-08-25T12:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 12:01:00,996 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-081c7ac7-e72b-4c63-b686-db2d4380f9f6 2018-08-25 12:01:00,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0982708930969s 2018-08-25 12:01:00,996 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-081c7ac7-e72b-4c63-b686-db2d4380f9f6 returning object 5d0bd44d-c5a9-4440-b3ab-3279dd437048 2018-08-25 12:01:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 12:01:01,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '' 2018-08-25 12:01:06,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c0a87631-7bb2-45ed-be52-1adef2b7da2f Date: Sat, 25 Aug 2018 12:01:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 12:01:06,756 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file used request id req-c0a87631-7bb2-45ed-be52-1adef2b7da2f 2018-08-25 12:01:06,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.75893592834s 2018-08-25 12:01:06,756 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file used request id req-c0a87631-7bb2-45ed-be52-1adef2b7da2f 2018-08-25 12:01:06,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 12:01:06,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:01:06,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-2f67641a-6610-49b0-a160-09452c53ce4e Date: Sat, 25 Aug 2018 12:01:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:06Z", "file": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "5d0bd44d-c5a9-4440-b3ab-3279dd437048", "size": 296681472, "self": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-25T12:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 12:01:06,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-2f67641a-6610-49b0-a160-09452c53ce4e 2018-08-25 12:01:06,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0361621379852s 2018-08-25 12:01:06,797 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-2f67641a-6610-49b0-a160-09452c53ce4e 2018-08-25 12:01:06,798 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file', 'owner': u'f7c66ceb33234693b83d1a30ee450a91', 'id': u'5d0bd44d-c5a9-4440-b3ab-3279dd437048', 'size': 296681472, u'self': u'/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f7c66ceb33234693b83d1a30ee450a91', 'name': 'juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T12:01:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T12:01:06Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', 'properties': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e', 'created': u'2018-08-25T12:01:00Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-25T12:01:00Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', 'metadata': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}}) 2018-08-25 12:01:09,173 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 5d0bd44d-c5a9-4440-b3ab-3279dd437048 -s xenial -r regionOne -u http://172.30.9.35: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-08-25 12:01:09,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 12:01:09,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_061bcfd7-6fed-4241-8842-ad1050854e9e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-25 12:01:09,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:01: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-fce90a7c-c4b8-4089-a656-47f5723f2da4 x-compute-request-id: req-fce90a7c-c4b8-4089-a656-47f5723f2da4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598", "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": "54c86d34-aea8-42fc-aea5-6e4048bde598"}} 2018-08-25 12:01:09,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-fce90a7c-c4b8-4089-a656-47f5723f2da4 2018-08-25 12:01:09,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.302627086639s 2018-08-25 12:01:09,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-fce90a7c-c4b8-4089-a656-47f5723f2da4 2018-08-25 12:01:09,478 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_061bcfd7-6fed-4241-8842-ad1050854e9e', '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'89d58111967c4124b09131409c7a2a28', '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'54c86d34-aea8-42fc-aea5-6e4048bde598', 'swap': 0}) 2018-08-25 12:01:09,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 12:01:09,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598/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}09880e2dbee72e3f96203646d33bebf024829633" -d '{"extra_specs": {}}' 2018-08-25 12:01:09,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:01: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-f273b046-97af-43a9-9b39-9267e4474ac6 x-compute-request-id: req-f273b046-97af-43a9-9b39-9267e4474ac6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 12:01:09,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598/os-extra_specs used request id req-f273b046-97af-43a9-9b39-9267e4474ac6 2018-08-25 12:01:09,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.274039983749s 2018-08-25 12:01:09,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598/os-extra_specs used request id req-f273b046-97af-43a9-9b39-9267e4474ac6 2018-08-25 12:01:09,753 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-25 12:01:09,755 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | admin | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-242 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 12:01:09,760 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-25 12:01:09,850 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-08-25 12:01:09,851 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-25 12:01:09,945 - 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-08-25 12:01:09,945 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-25 12:01:11,402 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-25 12:01:11,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 12:01:11,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:01:11,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-756946da-59eb-49ec-9f61-d34bb6ba7c73 Date: Sat, 25 Aug 2018 12:01:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:06Z", "file": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "5d0bd44d-c5a9-4440-b3ab-3279dd437048", "size": 296681472, "self": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-25T12:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 12:01:11,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-756946da-59eb-49ec-9f61-d34bb6ba7c73 2018-08-25 12:01:11,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0307939052582s 2018-08-25 12:01:11,435 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-756946da-59eb-49ec-9f61-d34bb6ba7c73 2018-08-25 12:01:11,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 12:01:11,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e"}' 2018-08-25 12:01:11,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3ae33e03-3b5d-4313-b085-a4f3fe5606eb Date: Sat, 25 Aug 2018 12:01:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:11Z", "file": "/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "a5c9ce5b-d427-455a-a8de-67afabb9092d", "size": null, "self": "/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d", "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_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": null, "created_at": "2018-08-25T12:01:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-25 12:01:11,502 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-3ae33e03-3b5d-4313-b085-a4f3fe5606eb 2018-08-25 12:01:11,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0586881637573s 2018-08-25 12:01:11,503 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-3ae33e03-3b5d-4313-b085-a4f3fe5606eb returning object a5c9ce5b-d427-455a-a8de-67afabb9092d 2018-08-25 12:01:11,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 12:01:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '' 2018-08-25 12:01:16,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf56756b-b7b0-4925-af0c-a151de8fcda2 Date: Sat, 25 Aug 2018 12:01:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 12:01:16,800 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/file used request id req-cf56756b-b7b0-4925-af0c-a151de8fcda2 2018-08-25 12:01:16,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.29611587524s 2018-08-25 12:01:16,800 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/file used request id req-cf56756b-b7b0-4925-af0c-a151de8fcda2 2018-08-25 12:01:16,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 12:01:16,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:01:16,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-88187bba-0cb8-48f8-9266-fa6b9ce6b0ff Date: Sat, 25 Aug 2018 12:01:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:16Z", "file": "/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "a5c9ce5b-d427-455a-a8de-67afabb9092d", "size": 263193088, "self": "/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-25T12:01:11Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:06Z", "file": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "5d0bd44d-c5a9-4440-b3ab-3279dd437048", "size": 296681472, "self": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-25T12:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 12:01:16,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-88187bba-0cb8-48f8-9266-fa6b9ce6b0ff 2018-08-25 12:01:16,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353598594666s 2018-08-25 12:01:16,839 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-88187bba-0cb8-48f8-9266-fa6b9ce6b0ff 2018-08-25 12:01:16,841 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/file', 'owner': u'f7c66ceb33234693b83d1a30ee450a91', 'id': u'a5c9ce5b-d427-455a-a8de-67afabb9092d', 'size': 263193088, u'self': u'/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f7c66ceb33234693b83d1a30ee450a91', 'name': 'juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/a5c9ce5b-d427-455a-a8de-67afabb9092d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-25T12:01:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-25T12:01:16Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e', '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/a5c9ce5b-d427-455a-a8de-67afabb9092d', 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_061bcfd7-6fed-4241-8842-ad1050854e9e', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_061bcfd7-6fed-4241-8842-ad1050854e9e', 'created': u'2018-08-25T12:01:11Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-25T12:01:11Z', 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/a5c9ce5b-d427-455a-a8de-67afabb9092d', 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_061bcfd7-6fed-4241-8842-ad1050854e9e', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-25 12:01:16,998 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i a5c9ce5b-d427-455a-a8de-67afabb9092d -s trusty -r regionOne -u http://172.30.9.35: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-08-25 12:01:16,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-25 12:01:17,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-25 12:01:17,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:01: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-bd45f87b-0a91-46ea-9070-90a2c0f0c506 x-compute-request-id: req-bd45f87b-0a91-46ea-9070-90a2c0f0c506 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab", "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": "6f720f52-5f0f-4490-9594-1c90b36906ab"}} 2018-08-25 12:01:17,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-bd45f87b-0a91-46ea-9070-90a2c0f0c506 2018-08-25 12:01:17,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0397078990936s 2018-08-25 12:01:17,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-bd45f87b-0a91-46ea-9070-90a2c0f0c506 2018-08-25 12:01:17,040 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_061bcfd7-6fed-4241-8842-ad1050854e9e', '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'89d58111967c4124b09131409c7a2a28', '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'6f720f52-5f0f-4490-9594-1c90b36906ab', 'swap': 0}) 2018-08-25 12:01:17,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-25 12:01:17,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab/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}09880e2dbee72e3f96203646d33bebf024829633" -d '{"extra_specs": {}}' 2018-08-25 12:01:17,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:01: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-fe2a5d5f-5d07-470d-a052-e7296f375697 x-compute-request-id: req-fe2a5d5f-5d07-470d-a052-e7296f375697 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-25 12:01:17,063 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab/os-extra_specs used request id req-fe2a5d5f-5d07-470d-a052-e7296f375697 2018-08-25 12:01:17,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221409797668s 2018-08-25 12:01:17,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab/os-extra_specs used request id req-fe2a5d5f-5d07-470d-a052-e7296f375697 2018-08-25 12:01:17,063 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-25 12:05:01,188 - 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=f10852ad-8bd0-4f53-b856-879c08bfadd3 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 12:01:17 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 12:01:17 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=f10852ad-8bd0-4f53-b856-879c08bfadd3", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 12:01:17 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 12:01:17 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:f10852ad-8bd0-4f53-b856-879c08bfadd3 external-network: use-floating-ip:true use-default-secgroup:true] 12:01:17 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 12:01:17 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[default-series:xenial image-metadata-url: agent-metadata-url: no-proxy:127.0.0.1,localhost,::1 uuid:719e6860-813f-4128-8b10-dd4452e602b7 use-floating-ip:true disable-network-management:false net-bond-reconfigure-delay:17 ftp-proxy: ignore-machine-addresses:false type:openstack max-status-history-age:336h logforward-enabled:false external-network: apt-http-proxy: agent-stream:released transmit-vendor-metrics:true max-status-history-size:5G network:f10852ad-8bd0-4f53-b856-879c08bfadd3 proxy-ssh:false apt-https-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCukZLd4HO5CkloQuLmUKh90V6R0Cm58MyxmbAl36+OyxeWzS9/LQaxdBQgcf4AkU7Pjr6DMXtjc3Y29Of+TLmd4UCjkcFE73H/8QEQ6z9osivc0inssum5JB8iw651tBUWz/PG5ykGCOM5aWgFAFRGjQmFW/yOjrXJ9neTEuwUW6TExeOrb/5CMsrjH/i9sjIZbrmhgk2+qz00rZkPjOTqj9VwYH13VrEhuWFf512aqG4gTgy7XXqXbaTzFgZDelm0zsnoGUkCvsjBTDBKsECL9AHdDwGXnG8fUg6zqeQ1vYMu1k/LcojiF8thGxYlGgnIzRwr2j4wLV62SkYq9heH juju-client-key apt-ftp-proxy: max-action-results-age:336h enable-os-refresh-update:true name:controller automatically-retry-hooks:true max-action-results-size:5G test-mode:false apt-mirror: use-default-secgroup:true apt-no-proxy: resource-tags: https-proxy: ssl-hostname-verification:false http-proxy: development:false update-status-hook-interval:5m logging-config: image-stream:released provisioner-harvest-mode:destroyed firewall-mode:instance enable-os-upgrade:true] 12:01:17 INFO juju.provider.openstack provider.go:144 opening model "controller" 12:01:17 DEBUG goose :1 auth details: &{Token:gAAAAABbgUUNJm-bVfL8XtNsYig3vhSNxCyeH6bvJGks2aWLRL_KerQH_XLszzhjs1ZmanzD4TBFwYuV_Fa_L1EJNnVouq1i9o98JYSkSZkvImw1npFq7QW6D-T2QDaeJtZIA6DkGoMWZEAFj20AJ2242VqLgFISLECzSIr2cu5tIyg9tV3ridE TenantId:f7c66ceb33234693b83d1a30ee450a91 UserId:bbe2169e43f04a279b4dfdfbd22d59b8 Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.35:8776/v1/f7c66ceb33234693b83d1a30ee450a91 volumev3:http://172.30.9.35:8776/v3/f7c66ceb33234693b83d1a30ee450a91 identity:http://172.30.9.35:5000 volumev2:http://172.30.9.35:8776/v2/f7c66ceb33234693b83d1a30ee450a91 event:http://172.30.9.35:8977 metric:http://172.30.9.35:8041 cloudformation:http://172.30.9.35:8000/v1 image:http://172.30.9.35:9292 network:http://172.30.9.35:9696 placement:http://172.30.9.35:8778/placement orchestration:http://172.30.9.35:8004/v1/f7c66ceb33234693b83d1a30ee450a91 alarming:http://172.30.9.35:8042 object-store:http://172.30.9.35:8080/v1/AUTH_f7c66ceb33234693b83d1a30ee450a91 compute:http://172.30.9.35:8774/v2.1]]} 12:01:17 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 12:01:17 DEBUG goose :1 performing API version discovery for "http://172.30.9.35:8774/" 12:01:18 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.35:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.35:8774/v2.1/ Rel:self}] Status:CURRENT}] 12:01:18 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 12:01:18 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 12:01:18 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 12:01:18 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 12:01:18 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 12:01:18 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 12:01:18 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 12:01:18 INFO cmd bootstrap.go:233 Loading image metadata 12:01:18 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 12:01:18 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 12:01:18 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 12:01:18 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.35:5000/v3} [xenial win10 win2012r2 raring win2016 win2012hv win8 quantal saucy trusty win2012 win7 utopic vivid wily zesty win2008r2 win81 centos7 opensuseleap genericlinux precise yakkety win2012hvr2 win2016hv win2016nano] [amd64 i386 armhf arm64 ppc64el s390x] released}} 12:01:18 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 12:01:20 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 12:01:21 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.35:5000/v3} not found 12:01:21 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.35:5000/v3} not found 12:01:21 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 12:01:21 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 12:01:21 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 12:01:21 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 12:01:21 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 12:01:21 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 12:01:21 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 12:01:21 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 12:01:21 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 12:01:22 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 []} 12:01:25 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 12:01:25 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 12:01:26 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 12:01:26 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:5d0bd44d-c5a9-4440-b3ab-3279dd437048 Arch:amd64 VirtType:}] 12:01:26 INFO juju.environs.instances image.go:106 find instance - using image with id: 5d0bd44d-c5a9-4440-b3ab-3279dd437048 12:01:26 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 12:01:26 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 12:01:26 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2491 bytes 12:01:26 DEBUG juju.provider.openstack provider.go:1022 using network id "f10852ad-8bd0-4f53-b856-879c08bfadd3" 12:01:26 DEBUG goose :1 performing API version discovery for "http://172.30.9.35:9696/" 12:01:26 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.35:9696/v2.0/ Rel:self}] Status:CURRENT}] 12:01:28 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "11479ba0-b0ce-44fb-b877-bb7e08456008" has status BUILD, wait 10 seconds before retry, attempt 11 12:03:27 INFO juju.provider.openstack provider.go:1189 started instance "11479ba0-b0ce-44fb-b877-bb7e08456008" 12:03:27 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 12:03:29 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.202 12:03:29 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.202 - 11479ba0-b0ce-44fb-b877-bb7e08456008 (arch=amd64 mem=2G cores=1) 12:03:32 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 12:03:32 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 12:03:32 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 12:03:32 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 12:03:35 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 12:03:35 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 12:03:35 DEBUG juju.provider.openstack provider.go:414 instance 11479ba0-b0ce-44fb-b877-bb7e08456008 has floating IP address: 172.30.9.202 Attempting to connect to 172.30.9.202:22 Attempting to connect to 192.168.121.5:22 12:03:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 12:03:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 12:03:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 12:03:41 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-e602b7-controller-0 12:04:58 INFO cmd bootstrap.go:423 Bootstrap agent now started 12:04:59 DEBUG juju.provider.openstack provider.go:414 instance 11479ba0-b0ce-44fb-b877-bb7e08456008 has floating IP address: 172.30.9.202 12:04:59 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.202:17070 192.168.121.5:17070] 12:04:59 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.202 to verify accessibility... 12:04:59 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.202:17070 192.168.121.5:17070] 12:05:01 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" 12:05:01 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" 12:05:01 DEBUG juju.api monitor.go:35 RPC connection died 12:05:01 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 12:05:01 INFO cmd controller.go:88 Controller machines are in the "controller" model. 12:05:01 INFO cmd controller.go:89 Initial model "default" added. 12:05:01 INFO cmd supercommand.go:465 command finished 2018-08-25 12:05:01,189 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-08-25 12:05:01,189 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-08-25 12:05:14,906 - 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-08-25 12:05:14,907 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-08-25 12:22:15,066 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-08-25 12:21:58.418641Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-08-25 12:22:15,066 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-08-25 12:22:15,066 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-08-25 12:22:15,220 - 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.200 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.201 3306/tcp oai-epc/0* active idle 2 172.30.9.203 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.213 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.200 aa08c8e6-0424-489c-8779-0292b03dea4e xenial nova ACTIVE 1 started 172.30.9.201 f81bc728-c3ea-4ee5-89c9-561cfe779e2d trusty nova ACTIVE 2 started 172.30.9.203 93168b40-c8f7-4876-8894-7baec4b87ed1 trusty nova ACTIVE 3 started 172.30.9.213 3d6acd03-54d6-42a6-ba30-2786d7ddfc2f 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-08-25 12:22:15,362 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.200 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-08-25 12:22:15,363 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-08-25 12:22:15,516 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.203 (agent:idle, workload:active) 2152/udp 2018-08-25 12:22:15,517 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-08-25 12:22:15,687 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.213 (agent:idle, workload:active) 2018-08-25 12:22:15,688 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-08-25 12:22:15,688 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-08-25 12:22:16,419 - 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-08-25 12:22:16,420 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-08-25 12:22:16,948 - 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-e150fd-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.200 closed. 2018-08-25 12:22:16,949 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-08-25 12:22:17,146 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 137e9c93-dafb-4737-8a8a-8ac32737c5d9 2018-08-25 12:32:03,959 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-08-25 12:31:47.386204Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-08-25 12:32:03,960 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-08-25 12:32:04,388 - 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-08-25 12:32:04,388 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-08-25 12:32:04,409 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-08-25 12:32:04,409 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-08-25 12:32:04,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 12:32:04,634 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 31:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-25 12:32:05,583 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 12:08:13 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 12:08:13 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 12:08:13 DEBUG juju.agent read agent config, format "2.0" machine-0: 12:08:13 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 12:08:13 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 12:08:13 DEBUG juju.worker start "engine" machine-0: 12:08:13 INFO juju.worker start "engine" machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 12:08:13 DEBUG juju.worker.apicaller connecting with old password machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 12:08:13 DEBUG juju.worker "engine" started machine-0: 12:08:13 DEBUG juju.worker.introspection stats worker now serving machine-0: 12:08:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 12:08:13 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-0: 12:08:13 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-0: 12:08:13 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 12:08:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 12:08:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 12:08:13 DEBUG juju.worker.apicaller connected machine-0: 12:08:13 DEBUG juju.worker.apicaller changing password... machine-0: 12:08:13 DEBUG juju.worker.apicaller password changed machine-0: 12:08:13 DEBUG juju.api RPC connection died machine-0: 12:08:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 12:08:13 DEBUG juju.worker.apicaller connecting with current password machine-0: 12:08:13 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-0: 12:08:13 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-0: 12:08:13 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-0: 12:08:14 DEBUG juju.worker.apicaller connected machine-0: 12:08:14 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 12:08:14 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 12:08:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 12:08:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 12:08:14 INFO juju.worker.upgrader unblocking abort check machine-0: 12:08:14 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 12:08:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 12:08:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 12:08:14 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 12:08:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 12:08:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.logger logger setup machine-0: 12:08:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 12:08:14 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 12:08:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 12:08:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 12:08:14 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 12:08:14 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: 12:08:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 12:08:14 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} machine-0: 12:08:14 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 12:08:14 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 12:08:14 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 12:08:14 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 12:08:14 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 12:08:14 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 12:08:14 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:08:14 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 12:08:14 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:08:14 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 12:08:14 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-0: 12:08:14 DEBUG juju.network including address local-machine:::1 for machine machine-0: 12:08:14 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-0: 12:08:14 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-0: 12:08:14 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:08:14 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:08:14 DEBUG juju.network including address public:172.30.9.202 for machine machine-0: 12:08:14 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-0: 12:08:14 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 12:08:14 DEBUG juju.network including address local-machine:::1 for machine machine-0: 12:08:14 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] machine-0: 12:08:14 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 12:08:14 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] machine-0: 12:08:14 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 12:08:14 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 12:08:14 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 12:08:14 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 12:08:14 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 12:08:14 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 12:08:14 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 12:08:14 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 12:08:14 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 12:08:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 12:08:14 DEBUG juju.worker start "0-container-watcher" machine-0: 12:08:14 DEBUG juju.worker start "stateconverter" machine-0: 12:08:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 12:08:14 INFO juju.worker start "0-container-watcher" machine-0: 12:08:14 DEBUG juju.worker "0-container-watcher" started machine-0: 12:08:14 INFO juju.worker start "stateconverter" machine-0: 12:08:14 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 12:08:14 DEBUG juju.worker "stateconverter" started machine-0: 12:08:14 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 12:08:14 INFO juju.worker.machiner "machine-0" started machine-0: 12:08:14 DEBUG juju.service discovered init system "systemd" from local host machine-0: 12:08:14 DEBUG juju.worker.deployer state addresses: ["192.168.121.5:37017"] machine-0: 12:08:14 DEBUG juju.worker.deployer API addresses: ["192.168.121.5:17070" "172.30.9.202:17070"] machine-0: 12:08:14 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: 12:08:14 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 12:08:14 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 12:08:15 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 12:08:15 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 12:08:15 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: 12:08:15 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 12:08:15 INFO juju.worker start "api" unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:08:15 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:08:15 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.apicaller changing password... machine-0: 12:08:15 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:14:61:e1 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.8 [] [] []} {2 fa:16:3e:14:61:e1 1450 0 ens3 ethernet false false manual [] [] []} {3 a6:f5:8d:b1:d7:2e 1500 0 lxdbr0 bridge false false manual [] [] []} {3 a6:f5:8d:b1:d7:2e 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 12:08:15 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 12:08:15 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 12:08:15 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:08:15 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:08:15 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network "lxdbr0" has addresses [fe80::a4f5:8dff:feb1:d72e/64 fe80::1/64] unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network including address public:172.30.9.202 for machine unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network including address local-cloud:192.168.121.5 for machine unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 12:08:16 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 12:08:16 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 12:08:16 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: 12:08:16 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 12:08:16 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 12:08:16 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 12:08:16 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 12:08:16 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: 12:08:16 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 12:08:16 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 12:08:16 DEBUG httpbakery client do GET https://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 12:08:16 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 12:08:16 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 12:08:16 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 12:08:16 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 12:08:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 12:08:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 12:08:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 12:08:16 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:08:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 12:08:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 12:08:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 12:08:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 12:08:17 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 12:08:17 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 12:08:17 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 12:08:17 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 12:08:19 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: 12:08:19 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 12:08:19 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: 12:08:19 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 12:08:19 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: 12:08:19 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 12:08:19 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: 12:08:19 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 12:08:19 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev machine-0: 12:08:20 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 12:08:20 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: 12:08:20 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:08:20 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 12:08:20 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 12:08:20 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: 12:08:21 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: 12:08:21 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: 12:08:21 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: 12:08:21 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: 12:08:22 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: 12:08:22 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: 12:08:22 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: 12:08:22 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: 12:08:22 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: 12:08:22 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: 12:08:22 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: 12:08:23 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: 12:08:23 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: 12:08:23 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: 12:08:23 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: 12:08:23 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: 12:08:23 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: 12:08:23 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: 12:08:24 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: 12:08:24 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: 12:08:24 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: 12:08:24 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: 12:08:24 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: 12:08:24 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: 12:08:25 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: 12:08:25 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: 12:08:25 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: 12:08:25 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: 12:08:25 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: 12:08:27 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: 12:08:27 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: 12:08:27 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: 12:08:27 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: 12:08:27 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: 12:08:27 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: 12:08:28 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: 12:08:28 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: 12:08:28 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: 12:08:28 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: 12:08:28 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: 12:08:28 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: 12:08:28 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: 12:08:29 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: 12:08:29 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: 12:08:29 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: 12:08:29 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: 12:08:29 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: 12:08:29 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: 12:08:30 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: 12:08:30 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: 12:08:30 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: 12:08:30 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: 12:08:30 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: 12:08:31 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: 12:08:31 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: 12:08:31 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2 [8956 B] unit-abot-epc-basic-0: 12:08:31 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: 12:08:32 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: 12:08:32 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: 12:08:32 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: 12:08:32 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: 12:08:32 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: 12:08:32 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: 12:08:32 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: 12:08:33 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: 12:08:33 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: 12:08:33 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: 12:08:33 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: 12:08:33 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: 12:08:33 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: 12:08:33 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: 12:08:33 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: 12:08:34 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: 12:08:34 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: 12:08:34 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: 12:08:34 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: 12:08:34 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: 12:08:35 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: 12:08:35 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: 12:08:35 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: 12:08:35 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: 12:08:35 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: 12:08:35 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: 12:08:35 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: 12:08:35 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: 12:08:36 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: 12:08:36 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: 12:08:36 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: 12:08:36 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: 12:08:36 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2 [642 kB] unit-abot-epc-basic-0: 12:08:36 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-doc all 2:1.6.3-1ubuntu2 [1465 kB] unit-abot-epc-basic-0: 12:08:36 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: 12:08:37 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: 12:08:37 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: 12:08:37 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: 12:08:37 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: 12:08:38 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: 12:08:38 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 17s (3863 kB/s) unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 12:08: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 ... 82326 files and directories currently installed.) unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 12:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 12:08:40 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: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 12:08:40 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: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 12:08:40 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: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 12:08:40 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: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 12:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 12:08:40 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: 12:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:08:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 12:08:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:08:43 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 12:08:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 12:08:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 12:08:43 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 12:08:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 12:08:45 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: 12:08:45 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:08:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 12:08:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 12:08:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 12:08:46 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: 12:08:46 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:08:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 12:08:46 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: 12:08:46 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:08:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 12:08:46 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: 12:08:47 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 12:08:48 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: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 12:08:48 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: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 12:08:48 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: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 12:08:48 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: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 12:08:48 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: 12:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 12:08:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 12:08:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 12:08:51 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 12:08:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 12:08:51 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: 12:08:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 12:08:54 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: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 12:08:54 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: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 12:08:54 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: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 12:08:55 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: 12:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 12:08:55 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: 12:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 12:08:55 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: 12:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 12:08:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 12:08:55 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: 12:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 12:08:56 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: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 12:08:56 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: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 12:08:56 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: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 12:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 12:08:57 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: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 12:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 12:08:58 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: 12:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 12:08:58 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: 12:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:08:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 12:08:59 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: 12:08:59 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:09:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 12:09:01 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 12:09:02 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:09:02 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:09:02 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 12:09:05 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: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 12:09:05 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 12:09:06 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: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 12:09:06 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: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 12:09:06 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 12:09:07 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: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 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: 12:09:07 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: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 12:09:07 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: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:09:07 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 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: 12:09:08 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 12:09:08 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 12:09:09 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: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 12:09:09 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: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 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: 12:09:09 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:09:09 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: 12:09:09 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: 12:09:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 12:09:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 12:09:10 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 12:09:12 DEBUG unit.abot-epc-basic/0.install --2018-08-25 12:09:12-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 12:09:12 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 12:09:12 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 12:09:12 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 12:09:12 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 12:09:12 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 99.6K 7m48s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 201K 5m50s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 9.62M 3m55s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.4M 2m57s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 204K 3m7s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.5M 2m36s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 10.8M 2m14s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.2M 1m58s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 212K 2m9s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.2M 1m56s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.1M 1m46s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.2M 97s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.2M 90s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.4M 84s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 10.7M 78s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.3M 74s unit-abot-epc-basic-0: 12:09:13 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 11.2M 70s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 230K 77s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 10.9M 73s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.6M 69s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.1M 66s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.3M 63s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.4M 61s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 10.5M 58s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.8M 56s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.2M 54s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 10.8M 52s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.5M 50s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.4M 48s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.4M 47s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.0M 46s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 176K 52s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 22.5M 50s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 322K 53s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 34.3M 52s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 83.6M 50s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 86.2M 49s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 86.8M 47s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 75.3M 46s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 87.5M 45s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 80.9M 44s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 86.1M 43s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 84.3M 42s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 110M 41s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 91.9M 40s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 105M 39s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 88.8M 38s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 97.1M 37s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 937K 37s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 19.6M 37s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 25.4M 36s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 18.3M 35s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 22.6M 34s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 18.7M 34s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 24.1M 33s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 22.7M 33s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 22.6M 32s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 23.3M 32s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 22.2M 31s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 18.9M 30s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 19.2M 30s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 32.2M 29s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 24.0M 29s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 81.6M 29s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 82.3M 28s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 97.7M 28s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 72.8M 27s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 82.7M 27s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 315K 28s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 6.87M 28s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 6.69M 28s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 7.31M 27s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 7.73M 27s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 1.61M 27s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 10.7M 27s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.7M 26s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 11.3M 26s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.3M 26s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 11.2M 25s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 10.9M 25s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.2M 25s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.1M 24s unit-abot-epc-basic-0: 12:09:14 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.7M 24s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 195K 26s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 14.2M 26s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 10.8M 26s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 20.6M 26s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 78.6M 25s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 82.1M 25s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 83.3M 25s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 10.6M 24s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 95.1M 24s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 89.2M 24s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 87.3M 24s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 91.6M 23s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 97.4M 23s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 89.2M 23s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 88.0M 22s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 106M 22s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 102M 22s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 108M 22s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 96.0M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 113M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 113M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 112M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 99.9M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 115M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 405K 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 5.27M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 4.97M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 5.31M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 1.55M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 7.92M 21s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 7.02M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 8.26M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 9.82M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 10.9M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.4M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 11.2M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 11.0M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 11.2M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 11.2M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 7.43M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 384K 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 5.02M 20s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 4.68M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 6.49M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 1.49M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 7.38M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 6.68M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 8.75M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 9.84M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 10.1M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 10.8M 19s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 10.9M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 10.9M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.6M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 11.2M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 10.1M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 6.53M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 382K 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 6.26M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 4.38M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 6.15M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 1.56M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 7.29M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 7.41M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 8.87M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 9.89M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 10.6M 18s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 10.4M 17s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 11.1M 17s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.4M 17s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 11.0M 17s unit-abot-epc-basic-0: 12:09:15 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 11.3M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 196K 18s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 85.7M 18s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 89.9M 18s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 80.3M 18s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 90.4M 18s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 91.8M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 94.7M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 80.5M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 91.0M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 97.7M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 109M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 88.5M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 106M 17s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 106M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 107M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 97.6M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 114M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 111M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 405K 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 4.03M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 3.75M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 1.36M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 4.78M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 6.00M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 6.66M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 7.17M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 7.72M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 8.15M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 7.64M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 8.19M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 8.68M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 374K 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 3.31M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 4.65M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 1.41M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 5.24M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 6.99M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 7.00M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 7.76M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 6.90M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 8.60M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 8.34M 15s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 8.20M 15s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 384K 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 3.90M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 3.98M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 1.36M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 5.02M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 6.03M 16s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 7.03M 15s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 6.61M 15s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 8.27M 15s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 7.95M 15s unit-abot-epc-basic-0: 12:09:16 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 8.52M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 7.33M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 10.6M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 375K 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 3.43M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 4.69M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 1.47M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 5.43M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 5.75M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 6.97M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 7.40M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 7.76M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 8.28M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 7.84M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 8.18M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 9.06M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 378K 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 3.29M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 5.10M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 1.46M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 4.88M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 6.78M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 7.32M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 198K 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 80.3M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 82.9M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 94.8M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 88.8M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 84.1M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 93.4M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 84.4M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 104M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 97.0M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 105M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 95.3M 15s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 96.1M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 81.2M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 6.91M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 6.05M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 6.14M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 371K 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 2.68M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 1.31M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 3.87M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 4.52M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 6.33M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 6.50M 14s unit-abot-epc-basic-0: 12:09:17 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 6.08M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 5.59M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 6.41M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 365K 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 3.02M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 1.28M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 3.80M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 5.51M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 6.98M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 5.06M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 7.50M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 4.52M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 573K 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 850K 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 3.38M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 1.27M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 4.29M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 4.82M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 9.35M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 5.70M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 7.19M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 4.69M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 390K 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 2.26M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 1.29M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 4.17M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 4.68M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 4.95M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 8.61M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 5.59M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 7.81M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 4.72M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 393K 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 2.22M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 1.29M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 4.40M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 4.43M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 5.43M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 7.99M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 5.29M 14s unit-abot-epc-basic-0: 12:09:18 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 8.46M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 4.82M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 597K 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 821K 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 3.23M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 1.29M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 5.12M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 5.49M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 5.91M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 7.68M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 6.15M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 6.19M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 6.39M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 375K 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 2.86M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 1.28M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 4.78M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 4.54M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 5.76M 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 9.98M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 5.02M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 9.00M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 4.94M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 396K 14s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 2.25M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 3.59M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 1.37M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 5.30M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 5.75M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 6.05M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 7.12M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 5.90M 13s unit-abot-epc-basic-0: 12:09:19 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 7.89M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 195K 14s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 74.9M 14s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 91.8M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 79.0M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 86.7M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 89.0M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 94.3M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 86.9M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 111M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 113M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 109M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 415K 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 1.81M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 1.13M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 3.71M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 4.09M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 5.24M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 4.59M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 4.51M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 378K 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 2.17M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 1.19M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 3.44M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 4.67M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 4.51M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 5.39M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 4.71M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 376K 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 2.21M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 1.18M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 3.65M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 4.57M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 4.46M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 5.74M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 4.79M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 375K 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 2.28M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 1.19M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 3.64M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 4.34M 13s unit-abot-epc-basic-0: 12:09:20 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 5.95M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 4.54M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 4.67M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 382K 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 2.37M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 1.15M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 3.87M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 3.97M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 7.97M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 3.82M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 4.19M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 637K 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 710K 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 1.25M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 3.14M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 4.26M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 5.34M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 4.08M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 4.14M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 8.31M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 378K 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 2.19M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 1.20M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 4.91M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 4.17M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 7.81M 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 3.74M 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 4.46M 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 641K 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 708K 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 1.27M 13s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 3.32M 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 3.79M 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 5.97M 12s unit-abot-epc-basic-0: 12:09:21 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 4.22M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 6.61M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 4.69M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 387K 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 2.37M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 1.15M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 4.12M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 4.20M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 6.23M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 3.99M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 4.68M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 8.13M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 379K 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 2.45M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 1.14M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 5.08M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 3.90M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 7.18M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 4.24M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 4.26M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 1.26M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 509K 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 187K 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 84.1M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 85.8M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 83.9M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 84.5M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 98.5M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 78.3M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 87.3M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 91.7M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 1.60M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 2.65M 12s unit-abot-epc-basic-0: 12:09:22 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 3.04M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 3.43M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 3.33M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 410K 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 1.55M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 1.03M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 3.19M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 4.44M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 3.64M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 3.51M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 350K 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 1.21M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 2.65M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 3.08M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 3.67M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 3.19M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 601K 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 723K 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 1.03M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 3.30M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 4.18M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 3.65M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 3.59M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 380K 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 2.36M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 1.04M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 3.18M 12s unit-abot-epc-basic-0: 12:09:23 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 4.89M 12s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 3.63M 12s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 3.62M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 377K 12s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 1.93M 12s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 1.18M 12s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 3.00M 12s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 5.50M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 3.71M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 2.69M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 386K 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 2.12M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 1.17M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 2.95M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 5.66M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 3.90M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 3.72M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 378K 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 2.08M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 1.12M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 3.50M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 4.36M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 4.36M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 3.46M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 394K 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 1.99M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 1.03M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 3.81M 11s unit-abot-epc-basic-0: 12:09:24 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 4.43M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 4.14M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 3.38M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 424K 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 1.48M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 1.20M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 3.60M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 3.09M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 4.08M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 3.51M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 1.21M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 465K 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 2.55M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 1.23M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 3.05M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 5.94M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 3.89M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 3.72M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 390K 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 2.16M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 1.03M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 3.54M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 5.53M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 3.93M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 3.48M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 626K 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 714K 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 1.35M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 2.65M 11s unit-abot-epc-basic-0: 12:09:25 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 3.12M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 5.21M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 3.77M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 3.98M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 377K 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 2.28M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 174K 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 50.7M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 52.6M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 61.1M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 59.7M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 71.1M 11s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 82.4M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 89.4M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 3.95M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 3.22M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 2.50M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 408K 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 1.20M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 1.13M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 2.59M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 3.16M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 2.63M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 360K 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 1.04M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 2.71M 10s unit-abot-epc-basic-0: 12:09:26 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 2.88M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 2.41M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 555K 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 714K 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 1.11M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 2.54M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 4.06M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 2.17M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 390K 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 937K 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 2.60M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 2.58M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 3.20M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 2.81M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 361K 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 1.02M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 3.72M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 2.58M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 3.21M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 2.57M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 358K 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 1.09M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 3.71M 10s unit-abot-epc-basic-0: 12:09:27 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 2.42M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 3.51M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 2.60M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 359K 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 1.08M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 3.75M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 2.62M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 3.33M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 2.55M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 366K 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 1.03M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 3.71M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 2.65M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 3.48M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 2.78M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 383K 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 1010K 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 2.53M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 2.86M 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 971K 10s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 83.2M 9s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 486K 9s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 1.45M 9s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 1.22M 9s unit-abot-epc-basic-0: 12:09:28 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 2.55M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 901K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 2.53M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 1.32M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 676K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 1.17M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 3.02M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 2.94M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 806K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 2.06M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 601K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 1.08M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 3.70M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 2.47M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 925K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 2.09M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 606K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 1.76M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 1.23M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 2.36M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 963K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 2.06M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 1.20M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 745K 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 1.19M 9s unit-abot-epc-basic-0: 12:09:29 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 2.84M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 3.24M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 819K 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 1.76M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 616K 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 1.11M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 2.90M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 2.99M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 846K 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 2.47M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 623K 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 1.75M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 1.18M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 2.57M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 959K 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 2.08M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 1.20M 9s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 749K 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 1.18M 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 2.58M 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 2.68M 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 887K 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 1.85M 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 625K 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 1.07M 8s unit-abot-epc-basic-0: 12:09:30 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 3.55M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 2.58M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 838K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 2.84M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 633K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 1.60M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 1.23M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 2.21M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 984K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 2.13M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 1.16M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 751K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 1.24M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 2.56M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 3.05M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 834K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 2.01M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 625K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 1.08M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 2.86M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 2.58M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 926K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 2.36M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 669K 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 1.44M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 1.22M 8s unit-abot-epc-basic-0: 12:09:31 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 2.62M 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 1.91M 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 1019K 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 1.92M 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 611K 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 1.17M 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 2.95M 8s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 2.48M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 884K 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 2.57M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 670K 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 1.50M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 1.23M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 2.48M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 2.34M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 939K 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 2.14M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 626K 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 1.08M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 2.96M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 2.52M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 934K 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 2.40M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 725K 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 1.26M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 1.28M 7s unit-abot-epc-basic-0: 12:09:32 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 2.43M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 3.41M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 859K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 2.73M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 654K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 1.64M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 1.26M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 2.55M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 2.43M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 938K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 2.23M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 687K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 947K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 3.44M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 2.80M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 1011K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 2.08M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 1.90M 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 668K 7s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 1.07M 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 3.31M 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 2.97M 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 1008K 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 2.03M 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 1.98M 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 664K 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 1.08M 6s unit-abot-epc-basic-0: 12:09:33 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 3.30M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 3.22M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 2.17M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 999K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 2.66M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 652K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 1.91M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 1.33M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 2.85M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 3.60M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 879K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 2.85M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 722K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 1.45M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 1.28M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 3.86M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 2.74M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 911K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 2.95M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 2.01M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 673K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 2.57M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 1.36M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 2.66M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 4.35M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 875K 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 3.09M 6s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 1.16M 5s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 875K 5s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 1.19M 5s unit-abot-epc-basic-0: 12:09:34 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 3.80M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 3.50M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 2.27M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 1.02M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 3.29M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 1.16M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 836K 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 1.30M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 3.98M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 3.38M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 2.59M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 999K 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 3.41M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 1.15M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 888K 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 3.40M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 1.39M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 3.36M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 3.37M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 972K 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 3.19M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 1.98M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 774K 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 2.01M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 1.36M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 3.82M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 3.90M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 2.44M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 1.02M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 3.36M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 1.73M 5s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 815K 4s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 2.14M 4s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 1.46M 4s unit-abot-epc-basic-0: 12:09:35 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 4.55M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 2.59M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 3.23M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 1.05M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 3.61M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 1.31M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 958K 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 2.53M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 1.35M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 4.70M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 3.88M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 2.48M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 1.04M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 4.13M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 2.21M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 817K 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 1.87M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 1.40M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 5.78M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 3.24M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 3.60M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 1.08M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 2.88M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 4.04M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 1.78M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 823K 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 2.59M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 1.38M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 6.58M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 3.66M 4s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 3.56M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 1.10M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 2.85M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 4.07M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 2.31M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 806K 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 2.30M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 1.42M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 5.56M 3s unit-abot-epc-basic-0: 12:09:36 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 3.38M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 3.95M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 3.40M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 1.10M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 4.62M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 3.60M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 1.21M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 939K 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 6.41M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 1.39M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 5.55M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 4.28M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 3.90M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 1.20M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 2.61M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 5.20M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 3.63M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 874K 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 1.58M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 3.97M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 1.42M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 7.92M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 3.54M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 4.32M 3s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 3.84M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 1.10M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 4.59M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 4.68M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 1.90M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 905K 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 2.34M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 4.42M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 1.62M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 5.59M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 4.50M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 4.49M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 1.10M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 3.59M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 4.95M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 4.85M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 1.93M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 849K 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 2.90M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 4.44M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 1.65M 2s unit-abot-epc-basic-0: 12:09:37 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 6.33M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 4.13M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 4.95M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 3.99M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 1.16M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 4.19M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 4.41M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 3.10M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 963K 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 2.14M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 3.23M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 1.45M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 7.64M 2s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 6.15M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 4.51M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 4.67M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 2.29M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 1.42M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 5.49M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 4.57M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 3.08M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 1019K 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 2.08M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 2.92M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 4.60M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 1.70M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 7.72M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 3.97M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 6.65M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 5.66M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 1.13M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 3.57M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 7.12M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 4.86M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 2.13M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 994K 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 2.49M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 4.48M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 1.54M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 6.60M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 9.21M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 3.96M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 6.73M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 5.83M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 1.13M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 3.99M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 6.51M 1s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 4.82M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 3.15M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 1.03M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 2.12M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 2.83M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 6.73M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 1.57M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 10.5M 0s unit-abot-epc-basic-0: 12:09:38 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 7.84M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 3.87M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 6.71M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 7.76M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 1.15M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 3.84M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 6.81M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 5.11M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 3.19M 0s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 1.44M=27s unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install 2018-08-25 12:09:39 (1.72 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:09:39 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: 12:09:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install (Reading database ... 85367 files and directories currently installed.) unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 12:09:39 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 12:09:42 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: 12:09:42 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 12:09:42 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: 12:09:42 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 12:09:42 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: 12:09:42 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: 12:09:42 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 12:09:42 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: 12:09:42 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 12:09:42 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: 12:09:42 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 12:09:42 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: 12:09:42 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 12:09:42 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 12:09:43 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:09:43 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 12:09:43 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 12:09:43 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 12:09:43 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: 12:09:43 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: 12:09:43 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: 12:09:44 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: 12:09:44 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: 12:09:44 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: 12:09:44 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: 12:09:44 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: 12:09:45 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: 12:09:45 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: 12:09:45 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: 12:09:45 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: 12:09:45 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: 12:09:45 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: 12:09:46 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: 12:09:46 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: 12:09:46 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: 12:09:46 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: 12:09:46 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: 12:09:47 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: 12:09:47 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: 12:09:47 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: 12:09:47 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: 12:09:47 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: 12:09:48 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: 12:09:48 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: 12:09:48 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: 12:09:48 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: 12:09:48 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: 12:09:48 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: 12:09:48 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: 12:09:49 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: 12:09:49 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: 12:09:49 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: 12:09:49 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: 12:09:49 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: 12:09:49 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: 12:09:49 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: 12:09:50 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: 12:09:50 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: 12:09:50 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: 12:09:50 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: 12:09:50 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: 12:09:50 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: 12:09:50 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: 12:09:51 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: 12:09:51 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: 12:09:51 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: 12:09:51 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: 12:09:51 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: 12:09:51 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: 12:09:52 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: 12:09:52 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: 12:09:52 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: 12:09:52 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: 12:09:52 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: 12:09:52 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: 12:09:52 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: 12:09:53 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: 12:09:53 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: 12:09:53 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: 12:09:53 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: 12:09:53 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: 12:09:53 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: 12:09:53 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: 12:09:54 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: 12:09:54 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: 12:09:54 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: 12:09:54 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: 12:09:54 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: 12:09:54 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: 12:09:55 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: 12:09:55 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: 12:09:55 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: 12:09:55 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: 12:09:55 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: 12:09:55 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: 12:09:55 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: 12:09:56 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: 12:09:56 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: 12:09:56 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: 12:09:56 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: 12:09:56 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: 12:09:56 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: 12:09:56 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: 12:09:57 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: 12:09:57 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: 12:09:57 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: 12:09:57 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: 12:09:57 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: 12:09:57 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: 12:09:57 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: 12:09:58 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: 12:09:58 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: 12:09:58 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: 12:09:58 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: 12:09:59 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: 12:09:59 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: 12:09:59 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: 12:09:59 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: 12:09:59 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: 12:10:00 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: 12:10:01 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: 12:10:01 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: 12:10:01 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: 12:10:01 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: 12:10:01 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: 12:10:02 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: 12:10:02 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: 12:10:02 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: 12:10:02 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: 12:10:03 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: 12:10:03 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: 12:10:03 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: 12:10:03 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: 12:10:04 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: 12:10:04 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: 12:10:04 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: 12:10:05 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: 12:10:05 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: 12:10:05 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: 12:10:05 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: 12:10:05 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: 12:10:05 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: 12:10:06 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: 12:10:06 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: 12:10:06 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: 12:10:06 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: 12:10:06 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: 12:10:06 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: 12:10:07 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: 12:10:07 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: 12:10:07 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: 12:10:07 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: 12:10:07 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: 12:10:09 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: 12:10:09 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: 12:10:09 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: 12:10:09 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: 12:10:09 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: 12:10:09 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: 12:10:09 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: 12:10:10 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: 12:10:10 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: 12:10:10 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: 12:10:10 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: 12:10:10 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: 12:10:10 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: 12:10:10 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 12:10:10 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 28s (3660 kB/s) unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 12:10:11 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 ... 85530 files and directories currently installed.) unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 12:10:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 12:10:12 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: 12:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 12:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 12:10:13 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: 12:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 12:10:13 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: 12:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 12:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 12:10:14 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: 12:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 12:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 12:10:14 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: 12:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 12:10:16 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: 12:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 12:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 12:10:17 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: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 12:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 12:10:18 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: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 12:10:18 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: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 12:10:18 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: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 12:10:18 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: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 12:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 12:10:19 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: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 12:10:19 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: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 12:10:19 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... machine-1: 12:10:20 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 12:10:20 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 12:10:20 DEBUG juju.agent read agent config, format "2.0" machine-1: 12:10:20 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 12:10:20 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 12:10:20 DEBUG juju.worker start "engine" machine-1: 12:10:20 INFO juju.worker start "engine" machine-1: 12:10:20 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.apicaller connecting with old password machine-1: 12:10:20 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 12:10:20 DEBUG juju.worker "engine" started machine-1: 12:10:20 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.introspection stats worker now serving machine-1: 12:10:20 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-1: 12:10:20 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-1: 12:10:20 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. machine-1: 12:10:20 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... machine-1: 12:10:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 12:10:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 12:10:20 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... machine-1: 12:10:20 DEBUG juju.worker.apicaller connected machine-1: 12:10:20 DEBUG juju.worker.apicaller changing password... machine-1: 12:10:20 DEBUG juju.worker.apicaller password changed machine-1: 12:10:20 DEBUG juju.api RPC connection died machine-1: 12:10:20 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. machine-1: 12:10:20 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... machine-1: 12:10:20 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-1: 12:10:20 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-1: 12:10:20 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 12:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 12:10:20 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: 12:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... machine-1: 12:10:21 DEBUG juju.worker.apicaller connected machine-1: 12:10:21 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. machine-1: 12:10:21 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... machine-1: 12:10:21 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... machine-1: 12:10:21 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 12:10:21 INFO juju.worker.upgrader unblocking abort check machine-1: 12:10:21 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 12:10:21 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 12:10:21 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 12:10:21 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 12:10:21 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 12:10:21 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 12:10:21 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 12:10:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 12:10:21 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.logger logger setup machine-1: 12:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 12:10:21 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 12:10:21 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} machine-1: 12:10:21 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 12:10:21 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: 12:10:21 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 12:10:21 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 12:10:21 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 12:10:21 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 12:10:21 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 12:10:21 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:10:21 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:10:21 DEBUG juju.network including address public:172.30.9.202 for machine machine-1: 12:10:21 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-1: 12:10:21 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 12:10:21 DEBUG juju.network including address local-machine:::1 for machine machine-1: 12:10:21 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] machine-1: 12:10:21 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 12:10:21 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 12:10:21 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 12:10:21 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 12:10:21 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: 12:10:21 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 12:10:21 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 12:10:21 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 12:10:21 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:10:21 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:10:21 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 12:10:21 DEBUG juju.network including address local-cloud:192.168.121.4 for machine machine-1: 12:10:21 DEBUG juju.network including address local-machine:::1 for machine machine-1: 12:10:21 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.4 local-machine:::1] machine-1: 12:10:21 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.4 local-machine:::1] machine-1: 12:10:21 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 12:10:21 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] machine-1: 12:10:21 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 12:10:21 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 12:10:21 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 12:10:21 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 12:10:21 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... machine-1: 12:10:21 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 12:10:21 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 12:10:21 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 12:10:21 DEBUG juju.worker start "1-container-watcher" machine-1: 12:10:21 DEBUG juju.worker start "stateconverter" machine-1: 12:10:21 INFO juju.worker start "1-container-watcher" machine-1: 12:10:21 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 12:10:21 DEBUG juju.worker "1-container-watcher" started machine-1: 12:10:21 INFO juju.worker start "stateconverter" machine-1: 12:10:21 DEBUG juju.worker "stateconverter" started machine-1: 12:10:21 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 12:10:21 INFO juju.worker.machiner "machine-1" started unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... machine-1: 12:10:21 DEBUG juju.service discovered init system "upstart" from local host unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... machine-1: 12:10:21 DEBUG juju.worker.deployer state addresses: ["192.168.121.5:37017"] machine-1: 12:10:21 DEBUG juju.worker.deployer API addresses: ["192.168.121.5:17070" "172.30.9.202:17070"] machine-1: 12:10:21 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-abot-epc-basic-0: 12:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 12:10:22 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 12:10:22 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: 12:10:22 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 12:10:22 DEBUG juju.worker start "api" unit-mysql-0: 12:10:22 INFO juju.worker start "api" unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 12:10:22 DEBUG juju.worker "api" started unit-mysql-0: 12:10:22 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-mysql-0: 12:10:22 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-mysql-0: 12:10:22 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... machine-1: 12:10:22 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:fb:76:43 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.4 [] [] []} {2 fa:16:3e:fb:76:43 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 12:10:22 DEBUG juju.worker.apicaller connected unit-mysql-0: 12:10:22 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 12:10:22 DEBUG juju.worker.apicaller password changed unit-mysql-0: 12:10:22 DEBUG juju.api RPC connection died unit-mysql-0: 12:10:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 12:10:22 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 12:10:22 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-mysql-0: 12:10:22 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-mysql-0: 12:10:22 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 12:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 12:10:23 DEBUG juju.worker.apicaller connected unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 12:10:23 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 12:10:23 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} unit-mysql-0: 12:10:23 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 12:10:23 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-mysql-0: 12:10:23 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 12:10:23 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.logger logger setup unit-mysql-0: 12:10:23 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 12:10:23 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 12:10:23 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 12:10:23 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 12:10:23 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 12:10:23 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 12:10:23 DEBUG juju.network including address public:172.30.9.202 for machine unit-mysql-0: 12:10:23 DEBUG juju.network including address local-cloud:192.168.121.5 for machine unit-mysql-0: 12:10:23 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 12:10:23 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 12:10:23 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 12:10:23 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 12:10:23 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 12:10:23 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 12:10:23 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 12:10:23 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 12:10:23 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 12:10:23 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 12:10:23 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 12:10:23 INFO juju.worker.uniter resuming charm install unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 12:10:23 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 12:10:23 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 12:10:23 DEBUG httpbakery client do GET https://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 12:10:23 DEBUG httpbakery } -> error unit-mysql-0: 12:10:23 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 12:10:23 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 12:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 12:10:23 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 12:10:23 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: 12:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 12:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 12:10:24 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: 12:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 12:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 12:10:24 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: 12:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 12:10:24 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 12:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 12:10:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 12:10:24 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 12:10:24 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 12:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:10:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 12:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 12:10:24 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: 12:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 12:10:24 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:10:24 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:10:24 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:10:24 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 12:10:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 12:10:25 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: 12:10:25 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 12:10:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 12:10:25 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: 12:10:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:10:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:10:25 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:10:25 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: 12:10:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:10:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 12:10:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 12:10:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 12:10:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 12:10:26 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: 12:10:26 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 12:10:26 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:10:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-mysql-0: 12:10:26 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (645 kB/s) unit-abot-epc-basic-0: 12:10:26 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 89173 files and directories currently installed.) unit-abot-epc-basic-0: 12:10:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 12:10:26 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 12:10:26 DEBUG unit.mysql/0.install (Reading database ... 78141 files and directories currently installed.) unit-mysql-0: 12:10:26 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 12:10:26 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 12:10:26 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 12:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 12:10:27 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: 12:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ... unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:10:27 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:10:27 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: 12:10:28 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (40.5 kB/s) unit-mysql-0: 12:10:28 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 12:10:28 DEBUG unit.mysql/0.install (Reading database ... 78181 files and directories currently installed.) unit-mysql-0: 12:10:28 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 12:10:28 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 12:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 12:10:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 12:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-mysql-0: 12:10:28 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 12:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 12:10:28 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: 12:10:29 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-134.160) ... unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 12:10:29 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 12:10:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 12:10:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 12:10:30 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 12:10:30 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 12:10:30 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 12:10:30 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 12:10:30 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: 12:10:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 12:10:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 12:10:30 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 12:10:30 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: 12:10:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-mysql-0: 12:10:30 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: 12:10:30 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: 12:10:30 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:31 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-mysql-0: 12:10:31 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-mysql-0: 12:10:31 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: 12:10:31 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: 12:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 12:10:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 12:10:31 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: 12:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:31 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-mysql-0: 12:10:32 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: 12:10:32 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: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 12:10:32 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: 12:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 12:10:32 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:33 DEBUG unit.mysql/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-mysql-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:33 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-mysql-0: 12:10:33 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 12:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 12:10:33 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: 12:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:34 DEBUG unit.mysql/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-mysql-0: 12:10:34 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-mysql-0: 12:10:34 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-mysql-0: 12:10:34 DEBUG unit.mysql/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-mysql-0: 12:10:34 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: 12:10:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 12:10:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:35 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 12:10:35 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: 12:10:35 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:35 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-mysql-0: 12:10:35 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: 12:10:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-mysql-0: 12:10:36 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: 12:10:36 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: 12:10:36 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 12:10:36 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-mysql-0: 12:10:36 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 12:10:36 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-mysql-0: 12:10:36 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: 12:10:36 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-mysql-0: 12:10:36 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: 12:10:37 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-mysql-0: 12:10:37 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 12:10:37 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-mysql-0: 12:10:37 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-mysql-0: 12:10:37 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: 12:10:37 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-mysql-0: 12:10:37 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: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-mysql-0: 12:10:38 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: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-mysql-0: 12:10:38 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: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-mysql-0: 12:10:38 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 12:10:38 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: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 12:10:38 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-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-mysql-0: 12:10:38 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: 12:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 12:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-mysql-0: 12:10:38 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-mysql-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-mysql-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 12:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 12:10:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 12:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-mysql-0: 12:10:39 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-abot-epc-basic-0: 12:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 12:10:39 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: 12:10:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 12:10:39 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 12:10:39 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4180 kB/s) unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install (Reading database ... 78191 files and directories currently installed.) unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 12:10:40 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 12:10:41 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 12:10:42 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 12:10:42 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:42 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:10:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 12:10:42 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: 12:10:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:10:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 12:10:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 12:10:43 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 12:10:43 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 12:10:44 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: 12:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 12:10:44 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: 12:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 12:10:44 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 12:10:44 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: 12:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 12:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 12:10:45 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 12:10:45 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 12:10:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 12:10:45 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:10:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 12:10:45 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 12:10:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 12:10:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 12:10:45 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-mysql-0: 12:10:45 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 12:10:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:46 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:47 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 12:10:47 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 12:10:47 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 12:10:47 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 12:10:47 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:47 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:48 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 12:10:48 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 12:10:48 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 12:10:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 12:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 12:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 12:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 12:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 12:10:49 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 12:10:49 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 12:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 12:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 12:10:50 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 12:10:51 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 12:10:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 12:10:52 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: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-abot-epc-basic-0: 12:10:52 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-mysql-0: 12:10:52 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:10:53 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 12:10:53 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 12:10:53 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 12:10:53 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-abot-epc-basic-0: 12:10:53 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 12:10:53 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 12:10:54 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: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 12:10:54 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 12:10:54 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 12:10:55 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 12:10:56 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 12:10:56 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 12:10:56 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 12:10:56 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 12:10:57 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-mysql-0: 12:10:58 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:58 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:58 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 12:10:58 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:10:59 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:10:59 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:10:59 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 12:10:59 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 12:11:00 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 12:11:00 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 12:11:01 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 12:11:02 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:11:02 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:11:02 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: 12:11:03 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-mysql-0: 12:11:03 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (101 kB/s) unit-mysql-0: 12:11:03 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 12:11:03 DEBUG unit.mysql/0.install (Reading database ... 83319 files and directories currently installed.) unit-mysql-0: 12:11:03 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 12:11:03 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 12:11:03 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.3 KB/sec) unit-abot-epc-basic-0: 12:11:03 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: 12:11:03 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 223.4 KB/sec) unit-abot-epc-basic-0: 12:11:03 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: 12:11:03 DEBUG unit.abot-epc-basic/0.install 3/26 KB 5/26 KB 8/26 KB 11/26 KB 13/26 KB 16/26 KB 19/26 KB 21/26 KB 24/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 436.3 KB/sec) unit-abot-epc-basic-0: 12:11:03 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: 12:11:03 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 289.0 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 445.5 KB/sec) unit-abot-epc-basic-0: 12:11:04 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-mysql-0: 12:11:04 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 12:11:04 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 127.9 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 194.3 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/37 KB 5/37 KB 8/37 KB 11/37 KB 13/37 KB 16/37 KB 19/37 KB 21/37 KB 24/37 KB 27/37 KB 29/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 537.8 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 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/14/apache-14.pom (15 KB at 281.2 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/33 KB 5/33 KB 8/33 KB 11/33 KB 13/33 KB 16/33 KB 19/33 KB 21/33 KB 24/33 KB 27/33 KB 29/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 588.0 KB/sec) unit-abot-epc-basic-0: 12:11:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:04 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 12:11:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 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: 12:11:04 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 33.1 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 7/22 KB 9/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 377.3 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 494.5 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 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 88.9 KB/sec) unit-mysql-0: 12:11:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 12:11:04 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-mysql-0: 12:11:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 12:11:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 12:11:04 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 12:11:04 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 61.5 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 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 40.1 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 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 68.8 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 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 139.3 KB/sec) unit-abot-epc-basic-0: 12:11:04 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: 12:11:04 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 218.0 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 12:11:05 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 17.0 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 12:11:05 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 129.7 KB/sec) unit-abot-epc-basic-0: 12:11:05 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: 12:11:05 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 87.6 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 12:11:05 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 10.9 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 12:11:05 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 114.3 KB/sec) unit-abot-epc-basic-0: 12:11:05 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: 12:11:05 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 18.7 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 12:11:05 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 142.5 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 12:11:05 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 66.4 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 12:11:05 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 43.3 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 12:11:05 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 54.1 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 12:11:05 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 43.5 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 12:11:05 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 30.9 KB/sec) unit-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 12:11:05 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: 12:11:05 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 18.3 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 12:11:05 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 40.1 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 12:11:05 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 222.4 KB/sec) unit-abot-epc-basic-0: 12:11:05 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-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 12:11:05 DEBUG unit.abot-epc-basic/0.install 3/41 KB 5/41 KB 8/41 KB 11/41 KB 13/41 KB 16/41 KB 19/41 KB 21/41 KB 24/41 KB 27/41 KB 29/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 660.3 KB/sec) unit-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 12:11:05 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: 12:11:05 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 296.1 KB/sec) unit-mysql-0: 12:11:05 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 12:11:05 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 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 77.5 KB/sec) unit-abot-epc-basic-0: 12:11:06 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-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 138.0 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 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 558.3 KB/sec) unit-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 262.4 KB/sec) unit-abot-epc-basic-0: 12:11:06 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-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 12:11:06 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 20.1 KB/sec) unit-abot-epc-basic-0: 12:11:06 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-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 12:11:06 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 68.3 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 369.8 KB/sec) unit-abot-epc-basic-0: 12:11:06 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-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 12:11:06 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 140.4 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 287.9 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 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: 12:11:06 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: 12:11:06 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: 12:11:06 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: 12:11:06 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.2.1/maven-plugin-api-2.2.1.jar (13 KB at 191.8 KB/sec) unit-abot-epc-basic-0: 12:11:06 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-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 11/48 KB 3/153 KB 11/48 KB 5/153 KB 11/48 KB 8/153 KB 11/48 KB 11/153 KB 3/35 KB 11/48 KB 13/153 KB 3/35 KB 11/48 KB 8/153 KB 3/35 KB 11/48 KB 13/153 KB 5/35 KB 11/48 KB 13/153 KB 8/35 KB 11/48 KB 13/153 KB 11/35 KB 11/48 KB 13/153 KB 3/50 KB 11/35 KB 11/48 KB 13/153 KB 5/50 KB 11/35 KB 11/48 KB 13/153 KB 5/50 KB 13/35 KB 11/48 KB 13/153 KB 8/50 KB 13/35 KB 11/48 KB 13/153 KB 3/30 KB 8/50 KB 13/35 KB 11/48 KB 13/153 KB 6/30 KB 8/50 KB 13/35 KB 11/48 KB 13/153 KB 9/30 KB 11/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 11/50 KB 13/35 KB 11/48 KB 13/153 KB 6/30 KB 11/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 13/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 16/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 19/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 21/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 24/50 KB 13/35 KB 11/48 KB 13/153 KB 11/30 KB 27/50 KB 13/35 KB 14/48 KB 13/153 KB 11/30 KB 27/50 KB 13/35 KB 14/48 KB 13/153 KB 11/30 KB 29/50 KB 13/35 KB 14/48 KB 13/153 KB 11/30 KB 32/50 KB 13/35 KB 16/48 KB 13/153 KB 11/30 KB 32/50 KB 13/35 KB 16/48 KB 16/153 KB 11/30 KB 32/50 KB 13/35 KB 19/48 KB 16/153 KB 11/30 KB 32/50 KB 13/35 KB 22/48 KB 16/153 KB 11/30 KB 32/50 KB 13/35 KB 22/48 KB 19/153 KB 11/30 KB 32/50 KB 13/35 KB 22/48 KB 19/153 KB 11/30 KB 32/50 KB 16/35 KB 25/48 KB 21/153 KB 11/30 KB 32/50 KB 16/35 KB 22/48 KB 21/153 KB 11/30 KB 32/50 KB 16/35 KB 27/48 KB 21/153 KB 11/30 KB 32/50 KB 16/35 KB 27/48 KB 24/153 KB 11/30 KB 32/50 KB 16/35 KB 27/48 KB 24/153 KB 11/30 KB 32/50 KB 19/35 KB 30/48 KB 24/153 KB 11/30 KB 32/50 KB 19/35 KB 30/48 KB 27/153 KB 11/30 KB 32/50 KB 19/35 KB 30/48 KB 27/153 KB 11/30 KB 32/50 KB 21/35 KB 32/48 KB 29/153 KB 14/30 KB 36/50 KB 24/35 KB 32/48 KB 29/153 KB 14/30 KB 36/50 KB 24/35 KB 32/48 KB 29/153 KB 14/30 KB 36/50 KB 27/35 KB 32/48 KB 29/153 KB 14/30 KB 36/50 KB 27/35 KB 32/48 KB 29/153 KB 14/30 KB 36/50 KB 27/35 KB 32/48 KB 32/153 KB 14/30 KB 36/50 KB 27/35 KB 32/48 KB 32/153 KB 16/30 KB 36/50 KB 27/35 KB 32/48 KB 29/153 KB 14/30 KB 36/50 KB 27/35 KB 32/48 KB 32/153 KB 16/30 KB 40/50 KB 27/35 KB 32/48 KB 32/153 KB 16/30 KB 44/50 KB 29/35 KB 32/48 KB 32/153 KB 16/30 KB 48/50 KB 29/35 KB 32/48 KB 32/153 KB 16/30 KB 50/50 KB 29/35 KB 32/48 KB 32/153 KB 19/30 KB 50/50 KB 29/35 KB 32/48 KB 32/153 KB 16/30 KB 40/50 KB 29/35 KB 32/48 KB 32/153 KB 19/30 KB 50/50 KB 32/35 KB 32/48 KB 32/153 KB 22/30 KB 50/50 KB 35/35 KB 32/48 KB 32/153 KB 22/30 KB 50/50 KB 35/35 KB 32/48 KB 32/153 KB 22/30 KB 50/50 KB 32/35 KB 32/48 KB 32/153 KB 25/30 KB 50/50 KB 35/35 KB 32/48 KB 32/153 KB 27/30 KB 50/50 KB 35/35 KB 32/48 KB 32/153 KB 30/30 KB 50/50 KB 35/35 KB 36/48 KB 32/153 KB 30/30 KB 50/50 KB 35/35 KB 40/48 KB 36/153 KB 30/30 KB 50/50 KB 35/35 KB 44/48 KB 36/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 36/153 KB 30/30 KB 50/50 KB 35/35 KB 36/48 KB 36/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 40/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 44/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 48/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 52/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 56/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 60/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 64/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 68/153 KB 30/30 KB 50/50 KB 35/35 KB 48/48 KB 72/153 KB 30/30 KB 50/50 KB 35/35 KB unit-abot-epc-basic-0: 12:11:06 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 414.5 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 267.7 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 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 223.2 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 48/48 KB 76/153 KB 48/48 KB 80/153 KB 48/48 KB 84/153 KB 48/48 KB 88/153 KB 48/48 KB 92/153 KB 48/48 KB 96/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 344.6 KB/sec) unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 100/153 KB 104/153 KB 108/153 KB 112/153 KB 116/153 KB 120/153 KB 124/153 KB 128/153 KB 3/119 KB 128/153 KB 5/119 KB 128/153 KB 8/119 KB 128/153 KB 3/190 KB 8/119 KB 128/153 KB 5/190 KB 8/119 KB 128/153 KB 5/190 KB 11/119 KB 128/153 KB 8/190 KB 11/119 KB 128/153 KB 3/37 KB 5/190 KB 11/119 KB 128/153 KB 3/37 KB 8/190 KB 11/119 KB 128/153 KB 5/37 KB 8/190 KB 11/119 KB 128/153 KB 8/37 KB 11/190 KB 11/119 KB 128/153 KB 8/37 KB 13/190 KB 13/119 KB 128/153 KB 11/37 KB 11/190 KB 13/119 KB 128/153 KB 11/37 KB 11/190 KB 11/119 KB 128/153 KB 11/37 KB 13/190 KB 13/119 KB 128/153 KB 13/37 KB 16/190 KB 13/119 KB 128/153 KB 13/37 KB 16/190 KB 16/119 KB 128/153 KB 13/37 KB 16/190 KB 16/119 KB 128/153 KB 16/37 KB 16/190 KB 16/119 KB 132/153 KB 16/37 KB 16/190 KB 16/119 KB 136/153 KB 16/37 KB 16/190 KB 16/119 KB 140/153 KB 16/37 KB 16/190 KB 16/119 KB 144/153 KB 16/37 KB 16/190 KB 16/119 KB 144/153 KB 19/37 KB 16/190 KB 19/119 KB 144/153 KB 19/37 KB 19/190 KB 19/119 KB 144/153 KB 19/37 KB 19/190 KB 19/119 KB 144/153 KB 21/37 KB 21/190 KB 19/119 KB 144/153 KB 21/37 KB 21/190 KB 21/119 KB 144/153 KB 24/37 KB 21/190 KB 21/119 KB 144/153 KB 21/37 KB 24/190 KB 24/119 KB 144/153 KB 24/37 KB 21/190 KB 24/119 KB 144/153 KB 24/37 KB 24/190 KB 24/119 KB 144/153 KB 27/37 KB 27/190 KB 27/119 KB 144/153 KB 27/37 KB 27/190 KB 27/119 KB 144/153 KB 27/37 KB 29/190 KB 27/119 KB 148/153 KB 29/37 KB 32/190 KB 29/119 KB 148/153 KB 29/37 KB 27/190 KB 27/119 KB 148/153 KB 29/37 KB 27/190 KB 27/119 KB 148/153 KB 27/37 KB 32/190 KB 29/119 KB 152/153 KB 29/37 KB 32/190 KB 29/119 KB 153/153 KB 29/37 KB 32/190 KB 29/119 KB 153/153 KB 32/37 KB 29/190 KB 29/119 KB 148/153 KB 29/37 KB 32/190 KB 29/119 KB 153/153 KB 35/37 KB 32/190 KB 32/119 KB 153/153 KB 35/37 KB 32/190 KB 32/119 KB 153/153 KB 4/86 KB 35/37 KB 32/190 KB 32/119 KB 153/153 KB 8/86 KB 35/37 KB 32/190 KB 32/119 KB 153/153 KB 12/86 KB 35/37 KB 32/190 KB 32/119 KB 153/153 KB 16/86 KB 35/37 KB 32/190 KB 36/119 KB 153/153 KB 16/86 KB 35/37 KB 32/190 KB 40/119 KB 153/153 KB 16/86 KB 35/37 KB 32/190 KB 44/119 KB 153/153 KB 16/86 KB 35/37 KB 32/190 KB 48/119 KB 153/153 KB 16/86 KB 35/37 KB 32/190 KB 48/119 KB 153/153 KB 20/86 KB 35/37 KB 32/190 KB 48/119 KB 153/153 KB 24/86 KB 35/37 KB 32/190 KB 48/119 KB 153/153 KB 28/86 KB 35/37 KB 32/190 KB 48/119 KB 153/153 KB 32/86 KB 35/37 KB 36/190 KB 48/119 KB 153/153 KB 32/86 KB 35/37 KB 40/190 KB 48/119 KB 153/153 KB 32/86 KB 37/37 KB 44/190 KB 48/119 KB 153/153 KB 32/86 KB 37/37 KB 48/190 KB 48/119 KB 153/153 KB 32/86 KB 37/37 KB 36/190 KB 48/119 KB 153/153 KB 32/86 KB 37/37 KB 48/190 KB 52/119 KB 153/153 KB 32/86 KB 37/37 KB 52/190 KB 56/119 KB 153/153 KB 32/86 KB 37/37 KB 52/190 KB 60/119 KB 153/153 KB 32/86 KB 37/37 KB 52/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 52/190 KB 52/119 KB 153/153 KB 32/86 KB 37/37 KB 56/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 60/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 64/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 68/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 72/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 76/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 80/190 KB 64/119 KB 153/153 KB 32/86 KB 37/37 KB 80/190 KB 64/119 KB 153/153 KB 36/86 KB 37/37 KB 80/190 KB 64/119 KB 153/153 KB 40/86 KB 37/37 KB 80/190 KB 64/119 KB 153/153 KB 44/86 KB 37/37 KB 80/190 KB 64/119 unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install KB 153/153 KB 48/86 KB 37/37 KB 84/190 KB 64/119 KB 153/153 KB 48/86 KB 37/37 KB 88/190 KB 64/119 KB 153/153 KB 48/86 KB 37/37 KB 92/190 KB 64/119 KB 153/153 KB 48/86 KB 37/37 KB 92/190 KB 68/119 KB 153/153 KB 48/86 KB 37/37 KB 92/190 KB 72/119 KB 153/153 KB 48/86 KB 37/37 KB 92/190 KB 76/119 KB 153/153 KB 48/86 KB 37/37 KB 92/190 KB 80/119 KB 48/86 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 838.6 KB/sec) unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 96/190 KB 80/119 KB 48/86 KB 37/37 KB 100/190 KB 80/119 KB 48/86 KB 37/37 KB 104/190 KB 80/119 KB 48/86 KB 37/37 KB 108/190 KB 80/119 KB 48/86 KB 37/37 KB 112/190 KB 80/119 KB 48/86 KB 37/37 KB 112/190 KB 80/119 KB 52/86 KB 37/37 KB 112/190 KB 80/119 KB 56/86 KB 37/37 KB 112/190 KB 80/119 KB 60/86 KB 37/37 KB 112/190 KB 80/119 KB 64/86 KB 37/37 KB 112/190 KB 84/119 KB 64/86 KB 37/37 KB 112/190 KB 88/119 KB 64/86 KB 37/37 KB 112/190 KB 92/119 KB 64/86 KB 37/37 KB 112/190 KB 96/119 KB 64/86 KB 37/37 KB 116/190 KB 96/119 KB 64/86 KB 37/37 KB 120/190 KB 96/119 KB 68/86 KB 37/37 KB 124/190 KB 96/119 KB 68/86 KB 37/37 KB 128/190 KB 96/119 KB 68/86 KB 37/37 KB 116/190 KB 96/119 KB 68/86 KB 37/37 KB 128/190 KB 96/119 KB 72/86 KB 37/37 KB 128/190 KB 96/119 KB 76/86 KB 37/37 KB 128/190 KB 96/119 KB 80/86 KB 37/37 KB 132/190 KB 96/119 KB 80/86 KB 37/37 KB 132/190 KB 100/119 KB 84/86 KB 132/190 KB 100/119 KB 86/86 KB 132/190 KB 100/119 KB 80/86 KB 132/190 KB 104/119 KB 86/86 KB 132/190 KB 108/119 KB 86/86 KB 132/190 KB 112/119 KB 86/86 KB 132/190 KB 116/119 KB 86/86 KB 132/190 KB 119/119 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 195.9 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 136/190 KB 119/119 KB 86/86 KB 140/190 KB 119/119 KB 86/86 KB 144/190 KB 119/119 KB 86/86 KB 148/190 KB 119/119 KB 86/86 KB 152/190 KB 119/119 KB 86/86 KB 156/190 KB 119/119 KB 86/86 KB 160/190 KB 119/119 KB 86/86 KB 160/190 KB 119/119 KB 86/86 KB 3/66 KB 160/190 KB 119/119 KB 86/86 KB 6/66 KB 164/190 KB 119/119 KB 86/86 KB 6/66 KB 168/190 KB 119/119 KB 86/86 KB 6/66 KB 168/190 KB 119/119 KB 86/86 KB 9/66 KB 172/190 KB 119/119 KB 86/86 KB 9/66 KB 176/190 KB 119/119 KB 86/86 KB 9/66 KB 176/190 KB 119/119 KB 86/86 KB 11/66 KB 180/190 KB 119/119 KB 86/86 KB 11/66 KB 184/190 KB 119/119 KB 86/86 KB 11/66 KB 188/190 KB 119/119 KB 86/86 KB 11/66 KB 188/190 KB 119/119 KB 86/86 KB 14/66 KB 190/190 KB 119/119 KB 86/86 KB 14/66 KB 190/190 KB 119/119 KB 86/86 KB 16/66 KB 190/190 KB 119/119 KB 86/86 KB 19/66 KB 190/190 KB 119/119 KB 86/86 KB 22/66 KB 190/190 KB 119/119 KB 86/86 KB 25/66 KB 190/190 KB 119/119 KB 86/86 KB 27/66 KB 190/190 KB 119/119 KB 86/86 KB 30/66 KB 190/190 KB 119/119 KB 86/86 KB 32/66 KB 190/190 KB 119/119 KB 86/86 KB 36/66 KB 190/190 KB 119/119 KB 86/86 KB 40/66 KB 190/190 KB 119/119 KB 86/86 KB 44/66 KB 190/190 KB 119/119 KB 86/86 KB 48/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 401.6 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 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 549.9 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 190/190 KB 48/66 KB 4/26 KB 190/190 KB 52/66 KB 8/26 KB 190/190 KB 52/66 KB 12/26 KB 190/190 KB 52/66 KB 16/26 KB 190/190 KB 52/66 KB 4/26 KB 190/190 KB 56/66 KB 16/26 KB 190/190 KB 60/66 KB 16/26 KB 190/190 KB 64/66 KB 16/26 KB 190/190 KB 66/66 KB 16/26 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 862.0 KB/sec) unit-abot-epc-basic-0: 12:11:06 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-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 66/66 KB 20/26 KB 66/66 KB 24/26 KB 66/66 KB 26/26 KB 3/324 KB 66/66 KB 26/26 KB 6/324 KB 66/66 KB 26/26 KB 9/324 KB 66/66 KB 26/26 KB 11/324 KB 66/66 KB 26/26 KB 14/324 KB 66/66 KB 26/26 KB 16/324 KB 66/66 KB 26/26 KB 19/324 KB 66/66 KB 26/26 KB 22/324 KB 66/66 KB 26/26 KB 25/324 KB 66/66 KB 26/26 KB 27/324 KB 66/66 KB 26/26 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 276.1 KB/sec) unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 4/79 KB 27/324 KB 26/26 KB 8/79 KB 27/324 KB 26/26 KB 12/79 KB 27/324 KB 26/26 KB 16/79 KB 27/324 KB 26/26 KB 16/79 KB 30/324 KB 26/26 KB 16/79 KB 32/324 KB 26/26 KB 16/79 KB 32/324 KB 26/26 KB 4/228 KB 16/79 KB 32/324 KB 8/228 KB 16/79 KB 32/324 KB 12/228 KB 16/79 KB 32/324 KB 16/228 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 103.1 KB/sec) unit-abot-epc-basic-0: 12:11:06 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: 12:11:06 DEBUG unit.abot-epc-basic/0.install 16/79 KB 32/324 KB 20/228 KB 16/79 KB 32/324 KB 24/228 KB 16/79 KB 32/324 KB 28/228 KB 16/79 KB 32/324 KB 32/228 KB 16/79 KB 36/324 KB 32/228 KB 20/79 KB 36/324 KB 36/228 KB 24/79 KB 36/324 KB 36/228 KB 28/79 KB 36/324 KB 36/228 KB 32/79 KB 36/324 KB 36/228 KB 16/79 KB 36/324 KB 36/228 KB 32/79 KB 36/324 KB 40/228 KB 32/79 KB 36/324 KB 44/228 KB 32/79 KB 36/324 KB 48/228 KB 32/79 KB 40/324 KB 48/228 KB 32/79 KB 44/324 KB 48/228 KB 32/79 KB 48/324 KB 52/228 KB 32/79 KB 44/324 KB 52/228 KB 32/79 KB 48/324 KB 56/228 KB 32/79 KB 48/324 KB 60/228 KB 32/79 KB 48/324 KB 64/228 KB 32/79 KB 52/324 KB 64/228 KB 32/79 KB 56/324 KB 64/228 KB 32/79 KB 60/324 KB 64/228 KB 36/79 KB 60/324 KB 68/228 KB 40/79 KB 60/324 KB 68/228 KB 44/79 KB 60/324 KB 68/228 KB 48/79 KB 60/324 KB 68/228 KB 48/79 KB 64/324 KB 68/228 KB 32/79 KB 60/324 KB 68/228 KB 48/79 KB 64/324 KB 72/228 KB 48/79 KB 64/324 KB 76/228 KB 48/79 KB 64/324 KB 80/228 KB 48/79 KB 64/324 KB 84/228 KB 48/79 KB 64/324 KB 88/228 KB 48/79 KB 64/324 KB 92/228 KB 48/79 KB 64/324 KB 96/228 KB 48/79 KB 68/324 KB 100/228 KB 48/79 KB 68/324 KB 96/228 KB 48/79 KB 72/324 KB 100/228 KB 48/79 KB 76/324 KB 100/228 KB 48/79 KB 80/324 KB 100/228 KB 48/79 KB 84/324 KB 100/228 KB 48/79 KB 88/324 KB 100/228 KB 48/79 KB 92/324 KB 100/228 KB 48/79 KB 96/324 KB 100/228 KB 48/79 KB 96/324 KB 104/228 KB 48/79 KB 96/324 KB 108/228 KB 48/79 KB 96/324 KB 112/228 KB 52/79 KB 96/324 KB 112/228 KB 56/79 KB 96/324 KB 112/228 KB 60/79 KB 96/324 KB 112/228 KB 64/79 KB 96/324 KB 112/228 KB 64/79 KB 100/324 KB 112/228 KB 64/79 KB 104/324 KB 112/228 KB 64/79 KB 108/324 KB 112/228 KB 64/79 KB 112/324 KB 112/228 KB 64/79 KB 112/324 KB 116/228 KB 64/79 KB 112/324 KB 120/228 KB 64/79 KB 112/324 KB 3/152 KB 120/228 KB 64/79 KB 112/324 KB 5/152 KB 120/228 KB 64/79 KB 112/324 KB 8/152 KB 120/228 KB 64/79 KB 112/324 KB 11/152 KB 120/228 KB 64/79 KB 112/324 KB 11/152 KB 124/228 KB 64/79 KB 112/324 KB 11/152 KB 128/228 KB 68/79 KB 112/324 KB 11/152 KB 128/228 KB 72/79 KB 112/324 KB 11/152 KB 128/228 KB 76/79 KB 112/324 KB 11/152 KB 128/228 KB 79/79 KB 112/324 KB 13/152 KB 128/228 KB 76/79 KB 112/324 KB 13/152 KB 128/228 KB 79/79 KB 112/324 KB 16/152 KB 128/228 KB 79/79 KB 112/324 KB 19/152 KB 128/228 KB 79/79 KB 112/324 KB 21/152 KB 128/228 KB 79/79 KB 112/324 KB 24/152 KB 128/228 KB 79/79 KB 112/324 KB 27/152 KB 128/228 KB 79/79 KB 116/324 KB 27/152 KB 128/228 KB 79/79 KB 116/324 KB 27/152 KB 132/228 KB 79/79 KB 120/324 KB 27/152 KB 132/228 KB 79/79 KB 120/324 KB 29/152 KB 132/228 KB 79/79 KB 124/324 KB 29/152 KB 132/228 KB 79/79 KB 128/324 KB 29/152 KB 132/228 KB 79/79 KB 128/324 KB 29/152 KB 136/228 KB 79/79 KB 128/324 KB 29/152 KB 140/228 KB 79/79 KB 132/324 KB 32/152 KB 140/228 KB 79/79 KB 128/324 KB 32/152 KB 140/228 KB 79/79 KB 132/324 KB 4/32 KB 32/152 KB 144/228 KB 79/79 KB 132/324 KB 4/32 KB 32/152 KB 140/228 KB 79/79 KB 132/324 KB 8/32 KB 32/152 KB 144/228 KB 79/79 KB 132/324 KB 12/32 KB 32/152 KB 144/228 KB 79/79 KB 132/324 KB 16/32 KB 32/152 KB 144/228 KB 79/79 KB 136/324 KB 16/32 KB 32/152 KB 144/228 KB 79/79 KB 140/324 KB 16/32 KB 32/152 KB 144/228 KB 79/79 KB 144/324 KB 16/32 KB 32/152 KB 144/228 KB 79/79 KB 144/324 KB 16/32 KB 32/152 KB 148/228 KB 79/79 KB 144/324 KB 16/32 KB 32/152 KB 152/228 KB 79/79 KB 144/324 KB 16/32 KB 32/152 KB 156/228 KB 79/79 KB 144/3 unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 24 KB 16/32 KB 32/152 KB 160/228 KB 79/79 KB 148/324 KB 16/32 KB 32/152 KB 160/228 KB 79/79 KB 152/324 KB 16/32 KB 32/152 KB 160/228 KB 79/79 KB 156/324 KB 16/32 KB 32/152 KB 160/228 KB 79/79 KB 160/324 KB 16/32 KB 32/152 KB 160/228 KB 79/79 KB 160/324 KB 16/32 KB 32/152 KB 164/228 KB 79/79 KB 160/324 KB 16/32 KB 32/152 KB 168/228 KB 79/79 KB 160/324 KB 16/32 KB 32/152 KB 172/228 KB 79/79 KB 160/324 KB 16/32 KB 32/152 KB 176/228 KB 79/79 KB 160/324 KB 20/32 KB 36/152 KB 176/228 KB 79/79 KB 160/324 KB 20/32 KB 40/152 KB 176/228 KB 79/79 KB 160/324 KB 20/32 KB 44/152 KB 176/228 KB 79/79 KB 160/324 KB 20/32 KB 48/152 KB 176/228 KB 79/79 KB 160/324 KB 20/32 KB 32/152 KB 176/228 KB 79/79 KB 160/324 KB 24/32 KB 48/152 KB 176/228 KB 79/79 KB 160/324 KB 28/32 KB 48/152 KB 176/228 KB 79/79 KB 160/324 KB 32/32 KB 48/152 KB 176/228 KB 79/79 KB 164/324 KB 32/32 KB 48/152 KB 176/228 KB 79/79 KB 168/324 KB 32/32 KB 48/152 KB 176/228 KB 79/79 KB 172/324 KB 32/32 KB 48/152 KB 176/228 KB 79/79 KB 176/324 KB 32/32 KB 48/152 KB 176/228 KB 79/79 KB 176/324 KB 32/32 KB 52/152 KB 176/228 KB 79/79 KB 176/324 KB 32/32 KB 56/152 KB 176/228 KB 79/79 KB 176/324 KB 32/32 KB 60/152 KB 176/228 KB 79/79 KB 176/324 KB 32/32 KB 64/152 KB 176/228 KB 79/79 KB 180/324 KB 32/32 KB 64/152 KB 176/228 KB 79/79 KB 184/324 KB 32/32 KB 64/152 KB 180/228 KB 79/79 KB 188/324 KB 32/32 KB 64/152 KB 180/228 KB 79/79 KB 192/324 KB 32/32 KB 64/152 KB 180/228 KB 79/79 KB 180/324 KB 32/32 KB 64/152 KB 180/228 KB 79/79 KB 192/324 KB 32/32 KB 64/152 KB 184/228 KB 79/79 KB 192/324 KB 32/32 KB 64/152 KB 188/228 KB 79/79 KB 192/324 KB 32/32 KB 64/152 KB 192/228 KB 79/79 KB 196/324 KB 32/32 KB 64/152 KB 192/228 KB 79/79 KB 196/324 KB 32/32 KB 64/152 KB 196/228 KB 79/79 KB 196/324 KB 32/32 KB 64/152 KB 200/228 KB 79/79 KB 196/324 KB 32/32 KB 64/152 KB 204/228 KB 79/79 KB 200/324 KB 32/32 KB 64/152 KB 204/228 KB 79/79 KB 200/324 KB 32/32 KB 64/152 KB 208/228 KB 79/79 KB 204/324 KB 32/32 KB 64/152 KB 208/228 KB 79/79 KB 208/324 KB 32/32 KB 64/152 KB 208/228 KB 79/79 KB 208/324 KB 32/32 KB 68/152 KB 208/228 KB 208/324 KB 32/32 KB 72/152 KB 208/228 KB 208/324 KB 32/32 KB 76/152 KB 208/228 KB 208/324 KB 32/32 KB 80/152 KB 208/228 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 273.3 KB/sec) unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 208/324 KB 32/32 KB 84/152 KB 208/228 KB 208/324 KB 32/32 KB 88/152 KB 208/228 KB 208/324 KB 32/32 KB 92/152 KB 208/228 KB 208/324 KB 32/32 KB 96/152 KB 208/228 KB 208/324 KB 32/32 KB 96/152 KB 212/228 KB 208/324 KB 32/32 KB 96/152 KB 216/228 KB 208/324 KB 32/32 KB 96/152 KB 220/228 KB 212/324 KB 32/32 KB 96/152 KB 220/228 KB 212/324 KB 32/32 KB 96/152 KB 224/228 KB 216/324 KB 32/32 KB 96/152 KB 224/228 KB 220/324 KB 32/32 KB 96/152 KB 224/228 KB 224/324 KB 32/32 KB 96/152 KB 224/228 KB 224/324 KB 32/32 KB 96/152 KB 228/228 KB 224/324 KB 32/32 KB 100/152 KB 228/228 KB 224/324 KB 32/32 KB 104/152 KB 228/228 KB 224/324 KB 32/32 KB 108/152 KB 228/228 KB 224/324 KB 32/32 KB 112/152 KB 228/228 KB 228/324 KB 32/32 KB 112/152 KB 228/228 KB 232/324 KB 32/32 KB 112/152 KB 228/228 KB 236/324 KB 32/32 KB 112/152 KB 228/228 KB 240/324 KB 32/32 KB 112/152 KB 228/228 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 103.7 KB/sec) unit-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 240/324 KB 116/152 KB 228/228 KB 240/324 KB 120/152 KB 228/228 KB 240/324 KB 124/152 KB 228/228 KB 240/324 KB 128/152 KB 228/228 KB 240/324 KB 132/152 KB 228/228 KB 240/324 KB 136/152 KB 228/228 KB 240/324 KB 140/152 KB 228/228 KB 240/324 KB 144/152 KB 228/228 KB 244/324 KB 144/152 KB 228/228 KB 248/324 KB 144/152 KB 228/228 KB 252/324 KB 144/152 KB 228/228 KB 256/324 KB 144/152 KB 228/228 KB 260/324 KB 144/152 KB 228/228 KB 264/324 KB 144/152 KB 228/228 KB 268/324 KB 144/152 KB 228/228 KB 270/324 KB 144/152 KB 228/228 KB 272/324 KB 144/152 KB 228/228 KB 272/324 KB 148/152 KB 228/228 KB 272/324 KB 152/152 KB 228/228 KB 272/324 KB 152/152 KB 228/228 KB 276/324 KB 152/152 KB 228/228 KB 280/324 KB 152/152 KB 228/228 KB 284/324 KB 152/152 KB 228/228 KB 288/324 KB 152/152 KB 228/228 KB 292/324 KB 152/152 KB 228/228 KB 296/324 KB 152/152 KB 228/228 KB 300/324 KB 152/152 KB 228/228 KB 304/324 KB 152/152 KB 228/228 KB 304/324 KB 152/152 KB 4/234 KB 228/228 KB 304/324 KB 152/152 KB 8/234 KB 228/228 KB 304/324 KB 152/152 KB 12/234 KB 228/228 KB 304/324 KB 152/152 KB 16/234 KB 228/228 KB 308/324 KB 152/152 KB 16/234 KB 228/228 KB 312/324 KB 152/152 KB 16/234 KB 228/228 KB 316/324 KB 152/152 KB 16/234 KB 228/228 KB 320/324 KB 152/152 KB 16/234 KB 228/228 KB 324/324 KB 152/152 KB 16/234 KB 228/228 KB 324/324 KB 152/152 KB 20/234 KB 228/228 KB 324/324 KB 152/152 KB 24/234 KB 228/228 KB 324/324 KB 152/152 KB 28/234 KB 228/228 KB 324/324 KB 152/152 KB 32/234 KB 228/228 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 712.6 KB/sec) unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 324/324 KB 152/152 KB 36/234 KB 324/324 KB 152/152 KB 40/234 KB 324/324 KB 152/152 KB 44/234 KB 324/324 KB 152/152 KB 48/234 KB 324/324 KB 152/152 KB 52/234 KB 324/324 KB 152/152 KB 56/234 KB 324/324 KB 152/152 KB 60/234 KB 324/324 KB 152/152 KB 64/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 460.0 KB/sec) unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 324/324 KB 68/234 KB 324/324 KB 72/234 KB 324/324 KB 76/234 KB 324/324 KB 80/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 958.4 KB/sec) unit-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 12:11:06 DEBUG unit.abot-epc-basic/0.install 84/234 KB 88/234 KB 92/234 KB 96/234 KB 100/234 KB 104/234 KB 108/234 KB 112/234 KB 116/234 KB 120/234 KB 124/234 KB 128/234 KB 132/234 KB 136/234 KB 140/234 KB 144/234 KB 148/234 KB 152/234 KB 156/234 KB 160/234 KB 164/234 KB 168/234 KB 172/234 KB 176/234 KB 180/234 KB 184/234 KB 188/234 KB 192/234 KB 196/234 KB 200/234 KB 204/234 KB 208/234 KB 212/234 KB 216/234 KB 220/234 KB 224/234 KB 228/234 KB 232/234 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 577.6 KB/sec) unit-mysql-0: 12:11:06 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 12:11:07 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: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4659191188599892951.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: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 4.323 s unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-25T12:11:07+00:00 unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:07 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 12:11:07 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 12:11:08 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 12:11:08 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:09 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: 12:11:09 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: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8238807574039798474.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: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.679 s unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-25T12:11:09+00:00 unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:09 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:11:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 12:11:10 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install python-mysqldb uuid unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 12:11:10 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 12:11:10 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-mysql-0: 12:11:10 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-mysql-0: 12:11:11 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-mysql-0: 12:11:11 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: 12:11:11 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 12:11:11 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: 12:11:11 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-mysql-0: 12:11:11 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (623 kB/s) unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:11 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install (Reading database ... 83419 files and directories currently installed.) unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:12 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: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7226100118908423817.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: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.709 s unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-25T12:11:12+00:00 unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 12:11:12 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-mysql-0: 12:11:12 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 12:11:13 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: 12:11:13 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: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 12:11:13 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 12:11:13 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-mysql-0: 12:11:13 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 50.7MB/s eta 0:00:01  17% |##### | 20kB 3.9MB/s eta 0:00:01  25% |######## | 30kB 4.8MB/s eta 0:00:01  34% |########## | 40kB 4.3MB/s eta 0:00:01  42% |############# | 51kB 4.4MB/s eta 0:00:01  51% |################ | 61kB 5.1MB/s eta 0:00:01  59% |################### | 71kB 5.9MB/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.2MB/s eta 0:00:01  93% |############################## | 112kB 6.2MB/s eta 0:00:01  100% |################################| 122kB 5.3MB/s unit-abot-epc-basic-0: 12:11:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 12:11:13 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 12:11:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 12:11:14 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 12:11:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 12:11:14 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: 12:11:14 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 23.4MB/s eta 0:00:01  15% |#### | 20kB 11.2MB/s eta 0:00:01  23% |####### | 30kB 15.1MB/s eta 0:00:01  30% |######### | 40kB 14.7MB/s eta 0:00:01  38% |############ | 51kB 17.3MB/s eta 0:00:01  46% |############## | 61kB 10.1MB/s eta 0:00:01  53% |################# | 71kB 10.0MB/s eta 0:00:01  61% |################### | 81kB 11.1MB/s eta 0:00:01  69% |###################### | 92kB 10.9MB/s eta 0:00:01  76% |######################## | 102kB 9.1MB/s eta 0:00:01  84% |########################### | 112kB 9.4MB/s eta 0:00:01  92% |############################# | 122kB 9.8MB/s eta 0:00:01  99% |############################### | 133kB 9.8MB/s eta 0:00:01  100% |################################| 143kB 5.7MB/s unit-abot-epc-basic-0: 12:11:14 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 12:11:14 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-mysql-0: 12:11:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 12:11:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 12:11:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 12:11:14 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 12:11:14 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: 12:11:14 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 12:11:14 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 12:11:14 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 12:11:15 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: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 33.1MB/s eta 0:00:01  22% |####### | 20kB 3.7MB/s eta 0:00:01  33% |########## | 30kB 4.4MB/s eta 0:00:01  44% |############## | 40kB 4.1MB/s eta 0:00:01  56% |################# | 51kB 4.4MB/s eta 0:00:01  67% |##################### | 61kB 5.2MB/s eta 0:00:01  78% |######################### | 71kB 5.7MB/s eta 0:00:01  89% |############################ | 81kB 6.4MB/s eta 0:00:01  100% |################################| 92kB 4.5MB/s unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 12:11:15 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: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 40.3MB/s eta 0:00:01  16% |##### | 20kB 34.6MB/s eta 0:00:01  24% |####### | 30kB 39.5MB/s eta 0:00:01  32% |########## | 40kB 42.0MB/s eta 0:00:01  40% |############ | 51kB 31.7MB/s eta 0:00:01  48% |############### | 61kB 34.2MB/s eta 0:00:01  56% |################## | 71kB 16.5MB/s eta 0:00:01  64% |#################### | 81kB 17.7MB/s eta 0:00:01  72% |####################### | 92kB 19.0MB/s eta 0:00:01  81% |######################### | 102kB 20.2MB/s eta 0:00:01  89% |############################ | 112kB 20.5MB/s eta 0:00:01  97% |############################### | 122kB 20.0MB/s eta 0:00:01  100% |################################| 133kB 8.1MB/s unit-abot-epc-basic-0: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 12:11:15 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: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 41.3MB/s eta 0:00:01  44% |############## | 20kB 34.7MB/s eta 0:00:01  66% |##################### | 30kB 39.5MB/s eta 0:00:01  88% |############################ | 40kB 42.0MB/s eta 0:00:01  100% |################################| 51kB 13.2MB/s unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 12:11:15 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: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 42.0MB/s eta 0:00:01  6% |## | 20kB 34.5MB/s eta 0:00:01  9% |### | 30kB 39.3MB/s eta 0:00:01  12% |#### | 40kB 42.0MB/s eta 0:00:01  15% |##### | 51kB 31.2MB/s eta 0:00:01  19% |###### | 61kB 33.7MB/s eta 0:00:01  22% |####### | 71kB 17.0MB/s eta 0:00:01  25% |######## | 81kB 18.0MB/s eta 0:00:01  28% |######### | 92kB 19.5MB/s eta 0:00:01  31% |########## | 102kB 19.7MB/s eta 0:00:01  34% |########### | 112kB 19.8MB/s eta 0:00:01  38% |############ | 122kB 15.9MB/s eta 0:00:01  41% |############# | 133kB 14.2MB/s eta 0:00:01  44% |############## | 143kB 14.2MB/s eta 0:00:01  47% |############### | 153kB 13.0MB/s eta 0:00:01  50% |################ | 163kB 12.0MB/s eta 0:00:01  53% |################# | 174kB 16.3MB/s eta 0:00:01  57% |################## | 184kB 15.2MB/s eta 0:00:01  60% |################### | 194kB 15.2MB/s eta 0:00:01  63% |#################### | 204kB 14.5MB/s eta 0:00:01  66% |##################### | 215kB 11.8MB/s eta 0:00:01  69% |###################### | 225kB 14.1MB/s eta 0:00:01  72% |####################### | 235kB 15.4MB/s eta 0:00:01  76% |######################## | 245kB 12.3MB/s eta 0:00:01  79% |######################### | 256kB 14.0MB/s eta 0:00:01  82% |########################## | 266kB 15.2MB/s eta 0:00:01  85% |########################### | 276kB 15.2MB/s eta 0:00:01  88% |############################ | 286kB 16.2MB/s eta 0:00:01  91% |############################# | 296kB 12.6MB/s eta 0:00:01  95% |############################## | 307kB 13.6MB/s eta 0:00:01  98% |############################### | 317kB 17.4MB/s eta 0:00:01  100% |################################| 327kB 4.1MB/s unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 12:11:15 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: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25l  14% |#### | 10kB 40.8MB/s eta 0:00:01  28% |######### | 20kB 36.4MB/s eta 0:00:01  43% |############# | 30kB 40.6MB/s eta 0:00:01  57% |################## | 40kB 42.5MB/s eta 0:00:01  71% |####################### | 51kB 31.2MB/s eta 0:00:01  86% |########################### | 61kB 33.3MB/s eta 0:00:01  100% |################################| 71kB 10.8MB/s unit-abot-epc-basic-0: 12:11:15 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 12:11:15 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: 12:11:15 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 12:11:15 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 12:11:16 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 12:11:16 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 12:11:16 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 12:11:16 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 12:11:16 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 12:11:16 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 12:11:16 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-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 12:11:16 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: 12:11:16 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 12:11:16 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 12:11:17 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: 12:11:17 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 9.1MB/s eta 0:00:01  22% |####### | 20kB 3.9MB/s eta 0:00:01  33% |########## | 30kB 4.5MB/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.7MB/s eta 0:00:01  90% |############################ | 81kB 5.3MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-mysql-0: 12:11:17 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 12:11:17 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: 12:11:17 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 12:11:17 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 12:11:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 12:11:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 12:11:19 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 12:11:19 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 12:11:19 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 12:11:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:20 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 12:11:20 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 12:11:20 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 12:11:20 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 12:11:20 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 12:11:20 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: 12:11:20 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-mysql-0: 12:11:20 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: 12:11:20 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: 12:11:20 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-abot-epc-basic-0: 12:11:20 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/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.0 KB/sec) unit-mysql-0: 12:11:20 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 12:11:20 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: 12:11:20 DEBUG unit.abot-epc-basic/0.install 3/13 KB 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/18/maven-plugins-18.pom (13 KB at 488.3 KB/sec) unit-abot-epc-basic-0: 12:11:20 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 946.9 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 671.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 926.1 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-mysql-0: 12:11:21 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: 12:11:21 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: 12:11:21 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 74.8 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 420.7 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 708.6 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 209.4 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 209.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 510.1 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 510.4 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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-mysql-0: 12:11:21 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: 12:11:21 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 405.1 KB/sec) unit-abot-epc-basic-0: 12:11:21 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 3109.5 KB/sec) unit-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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: 12:11:21 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 103.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 2/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 88.8 KB/sec) unit-abot-epc-basic-0: 12:11:21 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-mysql-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 198.4 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 124.3 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 461.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 12:11:21 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 113.7 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 160.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 100.4 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 110.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 135.7 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 148.0 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 909.5 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 60.8 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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 269.9 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 470.7 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 12:11: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/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 417.2 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 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: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 3/114 KB 6/114 KB 3/48 KB 9/114 KB 3/48 KB 3/114 KB 3/48 KB 9/114 KB 6/48 KB 9/114 KB 9/48 KB 9/114 KB 11/48 KB 9/114 KB 14/48 KB 11/114 KB 14/48 KB 11/114 KB 16/48 KB 14/114 KB 16/48 KB 16/114 KB 16/48 KB 19/114 KB 19/48 KB 22/114 KB 19/48 KB 25/114 KB 19/48 KB 16/114 KB 19/48 KB 25/114 KB 22/48 KB 25/114 KB 25/48 KB 25/114 KB 27/48 KB 27/114 KB 27/48 KB 27/114 KB 30/48 KB 30/114 KB 30/48 KB 30/114 KB 32/48 KB 32/114 KB 32/48 KB 32/114 KB 36/48 KB 36/114 KB 40/48 KB 3/35 KB 36/114 KB 44/48 KB 36/114 KB 36/48 KB 3/35 KB 40/114 KB 44/48 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 1s (5490 kB/s) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 36/114 KB 44/48 KB 3/35 KB 40/114 KB 48/48 KB 3/35 KB 44/114 KB 48/48 KB 6/35 KB 44/114 KB 48/48 KB 6/35 KB 48/114 KB 48/48 KB 6/35 KB 52/114 KB 48/48 KB 9/35 KB 56/114 KB 48/48 KB 9/35 KB 52/114 KB 48/48 KB 11/35 KB 60/114 KB 48/48 KB 14/35 KB 60/114 KB 48/48 KB 14/35 KB 60/114 KB 48/48 KB 14/35 KB 64/114 KB 48/48 KB 16/35 KB 64/114 KB 48/48 KB 16/35 KB 68/114 KB 48/48 KB 19/35 KB 72/114 KB 48/48 KB 19/35 KB 68/114 KB 48/48 KB 22/35 KB 76/114 KB 48/48 KB 19/35 KB 76/114 KB 48/48 KB 25/35 KB 76/114 KB 48/48 KB 25/35 KB 80/114 KB 48/48 KB 27/35 KB 80/114 KB 48/48 KB 27/35 KB 84/114 KB 48/48 KB 30/35 KB 84/114 KB 48/48 KB 32/35 KB 84/114 KB 48/48 KB 32/35 KB 88/114 KB 48/48 KB 35/35 KB 92/114 KB 35/35 KB 96/114 KB 35/35 KB 88/114 KB 48/48 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 1042.4 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 35/35 KB 100/114 KB 35/35 KB 104/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 35/35 KB 108/114 KB 35/35 KB 112/114 KB 35/35 KB 3/85 KB 114/114 KB 35/35 KB 3/85 KB 112/114 KB 35/35 KB 5/85 KB 114/114 KB 3/29 KB 35/35 KB 5/85 KB 114/114 KB 5/29 KB 35/35 KB 5/85 KB 114/114 KB 5/29 KB 35/35 KB 8/85 KB 114/114 KB 5/29 KB 35/35 KB 11/85 KB 114/114 KB 8/29 KB 35/35 KB 13/85 KB 114/114 KB 8/29 KB 16/85 KB 114/114 KB 8/29 KB 35/35 KB 13/85 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 649.3 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 11/29 KB 16/85 KB 114/114 KB 13/29 KB 16/85 KB 114/114 KB 16/29 KB 4/56 KB 16/85 KB 114/114 KB 13/29 KB 4/56 KB 16/85 KB 114/114 KB 16/29 KB 8/56 KB 3/24 KB 19/85 KB 16/29 KB 12/56 KB 3/24 KB 19/85 KB 16/29 KB 16/56 KB 3/24 KB 19/85 KB 16/29 KB 20/56 KB 3/24 KB 19/85 KB 19/29 KB 24/56 KB 3/24 KB 19/85 KB 16/29 KB 4/56 KB 3/24 KB 19/85 KB 16/29 KB 4/56 KB 19/85 KB 114/114 KB 19/29 KB 24/56 KB 3/24 KB 21/85 KB 19/29 KB 24/56 KB 3/24 KB 24/85 KB 19/29 KB 20/56 KB 3/24 KB 19/85 KB 21/29 KB 24/56 KB 3/24 KB 24/85 KB 24/29 KB 24/56 KB 3/24 KB 24/85 KB 27/29 KB 28/56 KB 5/24 KB 27/85 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 1745.5 KB/sec) unit-abot-epc-basic-0: 12:11:21 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-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 24/29 KB 28/56 KB 5/24 KB 27/85 KB 24/29 KB 24/56 KB 3/24 KB 27/85 KB 27/29 KB 32/56 KB 5/24 KB 29/85 KB 27/29 KB 32/56 KB 5/24 KB 32/85 KB 24/29 KB 24/56 KB 5/24 KB 27/85 KB 29/29 KB 32/56 KB 8/24 KB 32/85 KB 29/29 KB 32/56 KB 11/24 KB 32/85 KB 29/29 KB 32/56 KB 5/24 KB 32/85 KB 27/29 KB 32/56 KB 5/24 KB 29/85 KB 29/29 KB 32/56 KB 13/24 KB 32/85 KB 29/29 KB 32/56 KB 16/24 KB 32/85 KB 29/29 KB 36/56 KB 19/24 KB 36/85 KB 29/29 KB 36/56 KB 16/24 KB 36/85 KB 29/29 KB 40/56 KB 19/24 KB 36/85 KB 29/29 KB 44/56 KB 19/24 KB 36/85 KB 29/29 KB 32/56 KB 16/24 KB 36/85 KB 29/29 KB 48/56 KB 19/24 KB 36/85 KB 29/29 KB 48/56 KB 19/24 KB 40/85 KB 29/29 KB 48/56 KB 19/24 KB 44/85 KB 29/29 KB 48/56 KB 19/24 KB 48/85 KB 29/29 KB 48/56 KB 21/24 KB 48/85 KB 29/29 KB 52/56 KB 21/24 KB 48/85 KB 29/29 KB 56/56 KB 21/24 KB 48/85 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 4/86 KB 29/29 KB 56/56 KB 21/24 KB 48/85 KB 4/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 8/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 12/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 12/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 16/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 20/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 24/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 28/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 32/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 36/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 40/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 44/86 KB 29/29 KB 56/56 KB 24/24 KB 48/85 KB 48/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 689.8 KB/sec) unit-abot-epc-basic-0: 12:11:21 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: 12:11:21 DEBUG unit.abot-epc-basic/0.install 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 291.5 KB/sec) unit-abot-epc-basic-0: 12:11:21 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-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed (Reading database ... 83513 files and directories currently installed.) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 29/29 KB 48/85 KB 52/86 KB 29/29 KB 48/85 KB 56/86 KB 29/29 KB 48/85 KB 60/86 KB 29/29 KB 48/85 KB 60/86 KB 3/218 KB 29/29 KB 48/85 KB 64/86 KB 3/218 KB 29/29 KB 48/85 KB 64/86 KB 5/218 KB 29/29 KB 48/85 KB 68/86 KB 8/218 KB 3/12 KB 29/29 KB 48/85 KB 68/86 KB 11/218 KB 3/12 KB 52/85 KB 68/86 KB 13/218 KB 3/12 KB 29/29 KB 48/85 KB 68/86 KB 5/218 KB 3/12 KB 29/29 KB 48/85 KB 64/86 KB 5/218 KB 3/12 KB 52/85 KB 68/86 KB 11/218 KB 3/12 KB 56/85 KB 68/86 KB 13/218 KB 3/12 KB 60/85 KB 68/86 KB 13/218 KB 3/12 KB 64/85 KB 68/86 KB 13/218 KB 3/12 KB 68/85 KB 68/86 KB 13/218 KB 3/12 KB 72/85 KB 68/86 KB 13/218 KB 3/12 KB 76/85 KB 68/86 KB 13/218 KB 3/12 KB 80/85 KB 68/86 KB 13/218 KB 3/12 KB 84/85 KB 68/86 KB 13/218 KB 3/12 KB 85/85 KB 68/86 KB 13/218 KB 3/12 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 291.2 KB/sec) unit-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 12:11:21 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 85/85 KB 68/86 KB 13/218 KB 5/12 KB 85/85 KB 68/86 KB 13/218 KB 8/12 KB 85/85 KB 68/86 KB 13/218 KB 11/12 KB 85/85 KB 72/86 KB 13/218 KB 11/12 KB 85/85 KB 72/86 KB 13/218 KB 12/12 KB 85/85 KB 76/86 KB 13/218 KB 12/12 KB 85/85 KB 80/86 KB 13/218 KB 12/12 KB 85/85 KB 84/86 KB 13/218 KB 12/12 KB 85/85 KB 86/86 KB 16/218 KB 12/12 KB 85/85 KB 84/86 KB 16/218 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 827.1 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 86/86 KB 19/218 KB 12/12 KB 86/86 KB 21/218 KB 12/12 KB 86/86 KB 24/218 KB 12/12 KB 86/86 KB 27/218 KB 12/12 KB 86/86 KB 29/218 KB 12/12 KB 86/86 KB 32/218 KB 12/12 KB 86/86 KB 36/218 KB 12/12 KB 86/86 KB 40/218 KB 12/12 KB 86/86 KB 44/218 KB 12/12 KB 86/86 KB 48/218 KB 12/12 KB 86/86 KB 52/218 KB 12/12 KB 86/86 KB 56/218 KB 12/12 KB 86/86 KB 60/218 KB 12/12 KB 86/86 KB 64/218 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 110.3 KB/sec) unit-abot-epc-basic-0: 12:11:21 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 804.8 KB/sec) unit-abot-epc-basic-0: 12:11:21 DEBUG unit.abot-epc-basic/0.install 68/218 KB 72/218 KB 76/218 KB 80/218 KB 84/218 KB 88/218 KB 92/218 KB 96/218 KB 100/218 KB 104/218 KB 108/218 KB 112/218 KB 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1626.4 KB/sec) unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:11:22 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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2942832337901790573.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:22 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: 12:11:22 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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1468082128327409701.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 12:11:22 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-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6954556122786159967.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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:22 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: 12:11:22 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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5973111497179241842.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:22 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: 12:11:22 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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall9130365401328793272.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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:22 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: 12:11:22 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: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4974978747735081391.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.305 s unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-25T12:11:22+00:00 unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 12:11:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 12:11:22 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: 12:11:22 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:11:22 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 12:11:22 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: 12:11:22 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:11:23 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 12:11:23 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: 12:11:23 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:24 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 12:11:24 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 12:11:24 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: 12:11:24 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:11:24 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 12:11:24 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 12:11:24 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-abot-epc-basic-0: 12:11:25 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 18.0 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 449.1 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 806.8 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 761.3 KB/sec) unit-abot-epc-basic-0: 12:11:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 12:11:25 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1253.4 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 455.3 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1511.7 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 339.6 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 901.0 KB/sec) unit-abot-epc-basic-0: 12:11:25 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-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 12:11:25 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 1766.0 KB/sec) unit-abot-epc-basic-0: 12:11:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-abot-epc-basic-0: 12:11:25 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 683.5 KB/sec) unit-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:25 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-mysql-0: 12:11:25 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:11:25 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 1785.9 KB/sec) unit-abot-epc-basic-0: 12:11:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-abot-epc-basic-0: 12:11:25 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 335.1 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 DEBUG unit.abot-epc-basic/0.install 2/34 KB 5/34 KB 8/34 KB 10/34 KB 13/34 KB 16/34 KB 18/34 KB 21/34 KB 24/34 KB 26/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 1510.2 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 386.0 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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 204.8 KB/sec) unit-abot-epc-basic-0: 12:11:25 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: 12:11:25 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: 12:11:25 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: 12:11:26 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: 12:11:26 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 305.9 KB/sec) unit-abot-epc-basic-0: 12:11:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 12:11:26 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: 12:11:26 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: 12:11:26 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: 12:11:26 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 12:11:26 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 12:11:26 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:11:26 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: 12:11:26 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 235.9 KB/sec) unit-mysql-0: 12:11:26 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 12:11:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 12:11:26 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: 12:11:26 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 230.6 KB/sec) unit-abot-epc-basic-0: 12:11:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-mysql-0: 12:11:27 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:27 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: 12:11:27 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 182.6 KB/sec) unit-abot-epc-basic-0: 12:11:27 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: 12:11:27 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:11:27 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:11:27 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:27 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: 12:11:27 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1254.4 KB/sec) unit-abot-epc-basic-0: 12:11:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 12:11:27 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: 12:11:27 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 230.9 KB/sec) unit-abot-epc-basic-0: 12:11:27 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: 12:11:27 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: 12:11:27 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 153.7 KB/sec) unit-abot-epc-basic-0: 12:11:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 12:11:28 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: 12:11:28 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 132.3 KB/sec) unit-abot-epc-basic-0: 12:11:28 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: 12:11:28 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: 12:11:28 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 227.7 KB/sec) unit-abot-epc-basic-0: 12:11:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 12:11:28 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: 12:11:28 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 152.6 KB/sec) unit-abot-epc-basic-0: 12:11:28 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: 12:11:28 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: 12:11:28 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 39.4 KB/sec) unit-abot-epc-basic-0: 12:11:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 12:11:29 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: 12:11:29 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 83.7 KB/sec) unit-abot-epc-basic-0: 12:11:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 12:11:29 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: 12:11:29 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 158.0 KB/sec) unit-abot-epc-basic-0: 12:11:29 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-mysql-0: 12:11:29 DEBUG unit.mysql/0.config-changed 180825 12:11:29 [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: 12:11:29 DEBUG unit.mysql/0.config-changed 180825 12:11:29 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 12:11:29 DEBUG unit.mysql/0.config-changed 180825 12:11:29 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 16682 ... unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 12:11:30 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 84.0 KB/sec) unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 12:11:30 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 759.2 KB/sec) unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 498.1 KB/sec) unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 12:11:30 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: 12:11:30 DEBUG unit.abot-epc-basic/0.install 3/53 KB 3/53 KB 6/53 KB 7/53 KB 10/53 KB 11/53 KB 14/53 KB 15/53 KB 18/53 KB 19/53 KB 22/53 KB 23/53 KB 26/53 KB 27/53 KB 30/53 KB 31/53 KB 34/53 KB 35/53 KB 38/53 KB 39/53 KB 42/53 KB 43/53 KB 46/53 KB 47/53 KB 50/53 KB 53/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 1871.3 KB/sec) unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 12:11:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 12:11:31 DEBUG unit.abot-epc-basic/0.install 3/19 KB 4/19 KB 7/19 KB 8/19 KB 11/19 KB 12/19 KB 15/19 KB 17/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 846.8 KB/sec) unit-abot-epc-basic-0: 12:11:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 12:11:31 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: 12:11:31 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 718.3 KB/sec) unit-abot-epc-basic-0: 12:11:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 12:11:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 12:11:31 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 262.5 KB/sec) unit-abot-epc-basic-0: 12:11:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 12:11:31 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: 12:11:31 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 195.3 KB/sec) unit-abot-epc-basic-0: 12:11:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:32 DEBUG unit.abot-epc-basic/0.install 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 110.5 KB/sec) unit-abot-epc-basic-0: 12:11:32 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: 12:11:32 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: 12:11:32 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 937.8 KB/sec) unit-abot-epc-basic-0: 12:11:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 12:11:32 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: 12:11:32 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 1707.2 KB/sec) unit-abot-epc-basic-0: 12:11:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:32 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: 12:11:32 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 272.9 KB/sec) unit-abot-epc-basic-0: 12:11:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:33 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: 12:11:33 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 164.8 KB/sec) unit-abot-epc-basic-0: 12:11:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 12:11:33 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: 12:11:33 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 25.3 KB/sec) unit-abot-epc-basic-0: 12:11:33 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:33 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 162.8 KB/sec) unit-abot-epc-basic-0: 12:11:33 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: 12:11:33 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: 12:11:33 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 99.0 KB/sec) unit-abot-epc-basic-0: 12:11:33 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: 12:11:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 12:11:34 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 309.8 KB/sec) unit-abot-epc-basic-0: 12:11:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 12:11:34 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: 12:11:34 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 39.1 KB/sec) unit-abot-epc-basic-0: 12:11:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 12:11:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 12:11:34 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 395.8 KB/sec) unit-abot-epc-basic-0: 12:11:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 12:11:34 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: 12:11:34 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 640.8 KB/sec) unit-abot-epc-basic-0: 12:11:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 12:11:35 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: 12:11:35 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-abot-epc-basic-0: 12:11:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 12:11:35 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: 12:11:35 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 7/20 KB 10/20 KB 13/20 KB 15/20 KB 18/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 947.6 KB/sec) unit-abot-epc-basic-0: 12:11:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 12:11:35 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: 12:11:35 DEBUG unit.abot-epc-basic/0.install 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 1728.1 KB/sec) unit-abot-epc-basic-0: 12:11:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 12:11:35 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: 12:11:35 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 89.7 KB/sec) unit-abot-epc-basic-0: 12:11:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 12:11:36 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 12:11:36 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: 12:11:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 12:11:36 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: 12:11:36 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 59.3 KB/sec) unit-abot-epc-basic-0: 12:11:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 12:11:36 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: 12:11:36 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 145.9 KB/sec) unit-abot-epc-basic-0: 12:11:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 12:11:36 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: 12:11:36 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/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 595.8 KB/sec) unit-abot-epc-basic-0: 12:11:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 12:11:36 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: 12:11:36 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 165.6 KB/sec) unit-abot-epc-basic-0: 12:11:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 12:11:37 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: 12:11:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 63.8 KB/sec) unit-abot-epc-basic-0: 12:11:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 12:11:37 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: 12:11:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 67.8 KB/sec) unit-abot-epc-basic-0: 12:11:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 12:11:37 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: 12:11:37 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 587.2 KB/sec) unit-abot-epc-basic-0: 12:11:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 12:11:37 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: 12:11:37 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 400.9 KB/sec) unit-abot-epc-basic-0: 12:11:37 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: 12:11:38 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: 12:11:38 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 218.3 KB/sec) unit-abot-epc-basic-0: 12:11:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 12:11:38 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: 12:11:38 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 718.1 KB/sec) unit-abot-epc-basic-0: 12:11:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 12:11:38 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: 12:11:38 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 286.5 KB/sec) unit-abot-epc-basic-0: 12:11:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 12:11:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 12:11:38 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 683.2 KB/sec) unit-abot-epc-basic-0: 12:11:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 12:11:39 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: 12:11:39 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 1046.6 KB/sec) unit-abot-epc-basic-0: 12:11:39 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: 12:11:39 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: 12:11:39 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/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 758.7 KB/sec) unit-abot-epc-basic-0: 12:11:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 12:11:39 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: 12:11:39 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 1580.8 KB/sec) unit-abot-epc-basic-0: 12:11:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 12:11:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 12:11:39 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 195.2 KB/sec) unit-abot-epc-basic-0: 12:11:39 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: 12:11:40 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: 12:11:40 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 330.5 KB/sec) unit-abot-epc-basic-0: 12:11:40 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: 12:11:40 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: 12:11:40 DEBUG unit.abot-epc-basic/0.install 1/8 KB 4/8 KB 7/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 409.7 KB/sec) unit-abot-epc-basic-0: 12:11:40 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: 12:11:40 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: 12:11:40 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 913.3 KB/sec) unit-abot-epc-basic-0: 12:11:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 12:11:40 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: 12:11:40 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 487.5 KB/sec) unit-abot-epc-basic-0: 12:11:40 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: 12:11:41 DEBUG unit.mysql/0.config-changed mysql start/running, process 16815 unit-abot-epc-basic-0: 12:11:41 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: 12:11:41 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 221.5 KB/sec) unit-abot-epc-basic-0: 12:11:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 12:11:41 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: 12:11:41 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 60.6 KB/sec) unit-abot-epc-basic-0: 12:11:41 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: 12:11:41 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: 12:11:41 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 70.9 KB/sec) unit-abot-epc-basic-0: 12:11:41 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: 12:11:41 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: 12:11:41 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 123.3 KB/sec) unit-abot-epc-basic-0: 12:11:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 12:11:42 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: 12:11:42 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 57.5 KB/sec) unit-abot-epc-basic-0: 12:11:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 12:11:42 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-mysql-0: 12:11:42 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 12:11:42 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 67.1 KB/sec) unit-abot-epc-basic-0: 12:11:42 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: 12:11:42 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: 12:11:42 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 106.2 KB/sec) unit-abot-epc-basic-0: 12:11:42 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: 12:11:42 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: 12:11:42 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 294.4 KB/sec) unit-abot-epc-basic-0: 12:11:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 12:11:43 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: 12:11:43 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 112.8 KB/sec) unit-abot-epc-basic-0: 12:11:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 12:11:43 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: 12:11:43 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 12:11:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-mysql-0: 12:11:43 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 12:11:43 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:11:43 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: 12:11:43 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1216.0 KB/sec) unit-abot-epc-basic-0: 12:11:43 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-mysql-0: 12:11:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 12:11:44 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 12:11:44 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: 12:11:44 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 180.7 KB/sec) unit-abot-epc-basic-0: 12:11:44 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: 12:11:44 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: 12:11:44 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 824.2 KB/sec) unit-abot-epc-basic-0: 12:11:44 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: 12:11:44 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: 12:11:44 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 101.9 KB/sec) unit-abot-epc-basic-0: 12:11:44 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: 12:11:44 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: 12:11:44 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 467.1 KB/sec) unit-abot-epc-basic-0: 12:11:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 12:11:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 12:11:45 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 94.2 KB/sec) unit-abot-epc-basic-0: 12:11:45 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: 12:11:45 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: 12:11:45 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 473.4 KB/sec) unit-abot-epc-basic-0: 12:11:45 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: 12:11:45 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: 12:11:45 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: 12:11:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 12:11:45 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: 12:11:45 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/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 640.4 KB/sec) unit-abot-epc-basic-0: 12:11:45 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: 12:11:46 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: 12:11:46 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 264.1 KB/sec) unit-abot-epc-basic-0: 12:11:46 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: 12:11:46 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: 12:11:46 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 741.8 KB/sec) unit-abot-epc-basic-0: 12:11:46 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: 12:11:46 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: 12:11:46 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 1400.2 KB/sec) unit-abot-epc-basic-0: 12:11:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 12:11:46 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: 12:11:46 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 339.1 KB/sec) unit-abot-epc-basic-0: 12:11:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 12:11:46 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: 12:11:46 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 1001.6 KB/sec) unit-abot-epc-basic-0: 12:11:46 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: 12:11:46 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 12:11:47 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: 12:11:47 DEBUG unit.abot-epc-basic/0.install 3/18 KB 5/18 KB 8/18 KB 11/18 KB 13/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 1120.2 KB/sec) unit-abot-epc-basic-0: 12:11:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 12:11:47 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: 12:11:47 DEBUG unit.abot-epc-basic/0.install 3/49 KB 6/49 KB 9/49 KB 11/49 KB 14/49 KB 16/49 KB 19/49 KB 22/49 KB 25/49 KB 27/49 KB 30/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 113.4 KB/sec) unit-abot-epc-basic-0: 12:11:47 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: 12:11:48 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: 12:11:48 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 233.7 KB/sec) unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 12:11:48 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 297.8 KB/sec) unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 12:11:48 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/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1189.4 KB/sec) unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 12:11:48 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: 12:11:48 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 393.8 KB/sec) unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 12:11:48 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: 12:11:48 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 263.7 KB/sec) unit-abot-epc-basic-0: 12:11:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-mysql-0: 12:11:49 DEBUG unit.mysql/0.config-changed mysql start/running, process 16935 unit-mysql-0: 12:11:49 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 12:11:49 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:11:49 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 12:11:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 12:11:49 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.4 KB/sec) unit-abot-epc-basic-0: 12:11:49 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: 12:11:49 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: 12:11:49 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 410.9 KB/sec) unit-abot-epc-basic-0: 12:11:49 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: 12:11:49 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: 12:11:49 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 490.6 KB/sec) unit-abot-epc-basic-0: 12:11:49 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: 12:11:49 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: 12:11:49 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 623.7 KB/sec) unit-abot-epc-basic-0: 12:11:49 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: 12:11:50 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: 12:11:50 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 814.1 KB/sec) unit-abot-epc-basic-0: 12:11:50 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: 12:11:50 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: 12:11:50 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 973.5 KB/sec) unit-abot-epc-basic-0: 12:11:50 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: 12:11:50 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: 12:11:50 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 909.9 KB/sec) unit-abot-epc-basic-0: 12:11:50 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: 12:11:50 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: 12:11:50 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: 12:11:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 12:11:51 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: 12:11:51 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 652.6 KB/sec) unit-abot-epc-basic-0: 12:11:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 12:11:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-abot-epc-basic-0: 12:11:51 DEBUG unit.abot-epc-basic/0.install 3/4 KB 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 188.5 KB/sec) unit-abot-epc-basic-0: 12:11:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 12:11:51 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: 12:11:51 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 171.5 KB/sec) unit-abot-epc-basic-0: 12:11:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 12:11:51 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: 12:11:51 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 70.5 KB/sec) unit-abot-epc-basic-0: 12:11:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 12:11:52 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: 12:11:52 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 598.6 KB/sec) unit-abot-epc-basic-0: 12:11:52 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: 12:11:52 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 12:11:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 12:11:52 DEBUG unit.abot-epc-basic/0.install 3/47 KB 6/47 KB 9/47 KB 11/47 KB 14/47 KB 16/47 KB 19/47 KB 22/47 KB 25/47 KB 27/47 KB 30/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1775.3 KB/sec) unit-abot-epc-basic-0: 12:11:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 12:11:52 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: 12:11:52 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 277.8 KB/sec) unit-abot-epc-basic-0: 12:11:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 12:11:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 12:11:52 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 39.1 KB/sec) unit-abot-epc-basic-0: 12:11:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 12:11:52 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: 12:11:52 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/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 359.0 KB/sec) unit-abot-epc-basic-0: 12:11:52 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: 12:11:53 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: 12:11:53 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 574.2 KB/sec) unit-abot-epc-basic-0: 12:11:53 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: 12:11:53 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 2.2 KB/sec) unit-abot-epc-basic-0: 12:11:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 12:11:53 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: 12:11:53 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 386.2 KB/sec) unit-abot-epc-basic-0: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:53 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: 12:11:54 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: 12:11:54 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: 12:11:54 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: 12:11:54 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: 12:11:54 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: 12:11:54 DEBUG unit.mysql/0.start mysql start/running, process 17047 unit-mysql-0: 12:11:54 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-mysql-0: 12:11:54 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 12:11:54 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 12:11:54 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: 12:11:54 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 12:11:54 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:11:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:11:54 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 12:11:54 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 12:11:54 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-mysql-0: 12:11:54 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 12:11:54 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 12:11:54 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: 12:11:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 12:11:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-mysql-0: 12:11:54 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 12:11:54 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:11:54 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: 12:11:54 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: 12:11:54 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: 12:11:54 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: 12:11:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 12:11: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.jar unit-abot-epc-basic-0: 12:11:54 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: 12:11:54 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: 12:11: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.jar unit-abot-epc-basic-0: 12:11:54 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: 12:11:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 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: 12:11:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 12:11:55 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: 12:11:55 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: 12:11:56 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: 12:11:56 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: 12:11:56 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: 12:11:56 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: 12:11:56 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: 12:11:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 32/966 KB 36/966 KB 40/966 KB 44/966 KB 47/966 KB 51/966 KB 55/966 KB 59/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 113/966 KB 117/966 KB 121/966 KB 125/966 KB 129/966 KB 133/966 KB 137/966 KB 141/966 KB 145/966 KB 149/966 KB 153/966 KB 157/966 KB 158/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 897/966 KB 901/966 KB 905/966 KB 909/966 KB 913/966 KB 917/966 KB 921/966 KB 925/966 KB 929/966 KB 933/966 KB 937/966 KB 941/966 KB 945/966 KB 949/966 KB 953/966 KB 957/966 KB 961/966 KB 965/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 234.9 KB/sec) unit-abot-epc-basic-0: 12:11:57 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: 12:11:57 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: 12:11:57 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: 12:11:57 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: 12:11:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 12:11:57 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 3/240 KB 112/590 KB 6/240 KB 116/590 KB 9/240 KB 116/590 KB 3/240 KB 116/590 KB 9/240 KB 120/590 KB 11/240 KB 124/590 KB 11/240 KB 128/590 KB 11/240 KB 120/590 KB 11/240 KB 3/232 KB 128/590 KB 11/240 KB 5/232 KB 128/590 KB 11/240 KB 8/232 KB 128/590 KB 11/240 KB 11/232 KB 128/590 KB 11/240 KB 13/232 KB 128/590 KB 11/240 KB 13/232 KB 132/590 KB 14/240 KB 13/232 KB 136/590 KB 14/240 KB 13/232 KB 132/590 KB 16/240 KB 13/232 KB 136/590 KB 19/240 KB 13/232 KB 136/590 KB 22/240 KB 13/232 KB 136/590 KB 25/240 KB 13/232 KB 136/590 KB 25/240 KB 13/232 KB 140/590 KB 25/240 KB 13/232 KB 144/590 KB 27/240 KB 13/232 KB 144/590 KB 30/240 KB 13/232 KB 144/590 KB 30/240 KB 13/232 KB 148/590 KB 32/240 KB 13/232 KB 148/590 KB 32/240 KB 13/232 KB 152/590 KB 32/240 KB 13/232 KB 156/590 KB 32/240 KB 13/232 KB 160/590 KB 32/240 KB 16/232 KB 160/590 KB 32/240 KB 16/232 KB 164/590 KB 32/240 KB 16/232 KB 168/590 KB 36/240 KB 19/232 KB 3/1710 KB 172/590 KB 3/10 KB 36/240 KB 19/232 KB 3/1710 KB 176/590 KB 3/10 KB 36/240 KB 19/232 KB 3/1710 KB 168/590 KB 3/10 KB 32/240 KB 19/232 KB 3/1710 KB 168/590 KB 3/10 KB 36/240 KB 21/232 KB 3/1710 KB 176/590 KB 3/10 KB 36/240 KB 24/232 KB 3/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 3/1710 KB 176/590 KB 3/10 KB 32/240 KB 16/232 KB 3/1710 KB 168/590 KB 3/10 KB 36/240 KB 27/232 KB 5/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 8/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 11/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 13/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 16/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 19/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 21/1710 KB 176/590 KB 3/10 KB 36/240 KB 27/232 KB 24/1710 KB 176/590 KB 3/10 KB 32/240 KB 16/232 KB 168/590 KB 3/10 KB 36/240 KB 29/232 KB 24/1710 KB 176/590 KB 5/10 KB 36/240 KB 29/232 KB 24/1710 KB 176/590 KB 8/10 KB 36/240 KB 29/232 KB 24/1710 KB 176/590 KB 10/10 KB 36/240 KB 29/232 KB 24/1710 KB 176/590 KB 3/10 KB 36/240 KB 32/232 KB 24/1710 KB 176/590 KB 10/10 KB 36/240 KB 36/232 KB 27/1710 KB 176/590 KB 10/10 KB 36/240 KB 32/232 KB 27/1710 KB 176/590 KB 10/10 KB 40/240 KB 36/232 KB 29/1710 KB 176/590 KB 10/10 KB 40/240 KB 36/232 KB 32/1710 KB 176/590 KB 10/10 KB 40/240 KB 36/232 KB 36/1710 KB 176/590 KB 10/10 KB 40/240 KB 36/232 KB 27/1710 KB 176/590 KB 10/10 KB 44/240 KB 40/232 KB 36/1710 KB 176/590 KB 10/10 KB 48/240 KB 40/232 KB 36/1710 KB 176/590 KB 10/10 KB 40/240 KB 40/232 KB 36/1710 KB 176/590 KB 10/10 KB 48/240 KB 40/232 KB 40/1710 KB 176/590 KB 10/10 KB 48/240 KB 44/232 KB 40/1710 KB 176/590 KB 10/10 KB 48/240 KB 48/232 KB 40/1710 KB 176/590 KB 10/10 KB 48/240 KB 52/232 KB 44/1710 KB 176/590 KB 10/10 KB 52/240 KB 56/232 KB 44/1710 KB 180/590 KB 10/10 KB 48/240 KB 48/232 KB 44/1710 KB 176/590 KB 10/10 KB 52/240 KB 56/232 KB 48/1710 KB 180/590 KB 10/10 KB 52/240 KB 52/232 KB 44/1710 KB 180/590 KB 10/10 KB 56/240 KB 56/232 KB 48/1710 KB 180/590 KB 10/10 KB 60/240 KB 56/232 KB 48/1710 KB 180/590 KB 10/10 KB 64/240 KB 56/232 KB 52/1710 KB 180/590 KB 10/10 KB 64/2 unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 40 KB 56/232 KB 56/1710 KB 180/590 KB 10/10 KB 48/240 KB 52/232 KB 44/1710 KB 180/590 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 114.7 KB/sec) unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 64/240 KB 60/232 KB 56/1710 KB 180/590 KB 10/10 KB 64/240 KB 64/232 KB 56/1710 KB 184/590 KB 64/240 KB 56/232 KB 52/1710 KB 180/590 KB 10/10 KB 68/240 KB 64/232 KB 56/1710 KB 184/590 KB 72/240 KB 64/232 KB 60/1710 KB 184/590 KB 76/240 KB 64/232 KB 60/1710 KB 184/590 KB Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 80/240 KB 68/232 KB 60/1710 KB 184/590 KB 76/240 KB 68/232 KB 60/1710 KB 184/590 KB 64/240 KB 60/232 KB 60/1710 KB 184/590 KB 68/240 KB 64/232 KB 60/1710 KB 184/590 KB 80/240 KB 68/232 KB 60/1710 KB 188/590 KB 80/240 KB 68/232 KB 64/1710 KB 192/590 KB 80/240 KB 68/232 KB 64/1710 KB 188/590 KB 80/240 KB 68/232 KB 64/1710 KB 196/590 KB 84/240 KB 72/232 KB 68/1710 KB 200/590 KB 84/240 KB 72/232 KB 68/1710 KB 204/590 KB 84/240 KB 72/232 KB 68/1710 KB 208/590 KB 84/240 KB 72/232 KB 68/1710 KB 196/590 KB 88/240 KB 72/232 KB 68/1710 KB 208/590 KB 92/240 KB 72/232 KB 68/1710 KB 208/590 KB 96/240 KB 72/232 KB 68/1710 KB 208/590 KB 80/240 KB 72/232 KB 68/1710 KB 196/590 KB 96/240 KB 76/232 KB 68/1710 KB 208/590 KB 96/240 KB 80/232 KB 68/1710 KB 208/590 KB 80/240 KB 68/232 KB 68/1710 KB 196/590 KB 96/240 KB 80/232 KB 72/1710 KB 208/590 KB 96/240 KB 80/232 KB 76/1710 KB 208/590 KB 96/240 KB 80/232 KB 80/1710 KB 208/590 KB 96/240 KB 80/232 KB 84/1710 KB 208/590 KB 96/240 KB 84/232 KB 88/1710 KB 212/590 KB 96/240 KB 84/232 KB 92/1710 KB 212/590 KB 96/240 KB 84/232 KB 96/1710 KB 212/590 KB 96/240 KB 84/232 KB 84/1710 KB 212/590 KB 96/240 KB 84/232 KB 84/1710 KB 208/590 KB 96/240 KB 88/232 KB 96/1710 KB 212/590 KB 96/240 KB 92/232 KB 96/1710 KB 212/590 KB 96/240 KB 92/232 KB 96/1710 KB 216/590 KB 96/240 KB 96/232 KB 96/1710 KB 220/590 KB 3/44 KB 96/240 KB 96/232 KB 96/1710 KB 216/590 KB 3/44 KB 96/240 KB 96/232 KB 96/1710 KB 220/590 KB 6/44 KB 96/240 KB 96/232 KB 96/1710 KB 220/590 KB 3/44 KB 96/240 KB 100/232 KB 96/1710 KB 220/590 KB 6/44 KB 100/240 KB 104/232 KB 100/1710 KB 224/590 KB 9/44 KB 100/240 KB 108/232 KB 100/1710 KB 224/590 KB 9/44 KB 100/240 KB 112/232 KB 100/1710 KB 224/590 KB 9/44 KB 100/240 KB 100/232 KB 100/1710 KB 224/590 KB 9/44 KB 100/240 KB 100/232 KB 96/1710 KB 224/590 KB 9/44 KB 100/240 KB 100/232 KB 96/1710 KB 224/590 KB 6/44 KB 104/240 KB 112/232 KB 100/1710 KB 224/590 KB 9/44 KB 108/240 KB 112/232 KB 100/1710 KB 224/590 KB 9/44 KB 112/240 KB 112/232 KB 100/1710 KB 224/590 KB 11/44 KB 96/240 KB 100/232 KB 96/1710 KB 224/590 KB 6/44 KB 112/240 KB 112/232 KB 100/1710 KB 228/590 KB 11/44 KB 112/240 KB 112/232 KB 104/1710 KB 232/590 KB 11/44 KB 116/240 KB 112/232 KB 104/1710 KB 236/590 KB 11/44 KB 108/240 KB 112/232 KB 100/1710 KB 224/590 KB 11/44 KB 116/240 KB 112/232 KB 104/1710 KB 236/590 KB 14/44 KB 116/240 KB 112/232 KB 104/1710 KB 236/590 KB 16/44 KB 116/240 KB 116/232 KB 104/1710 KB 240/590 KB 16/44 KB 116/240 KB 112/232 KB 104/1710 KB 232/590 KB 11/44 KB 112/240 KB 112/232 KB 104/1710 KB 228/590 KB 11/44 KB 120/240 KB 116/232 KB 108/1710 KB 240/590 KB 19/44 KB 120/240 KB 116/232 KB 112/1710 KB 240/590 KB 19/44 KB 120/240 KB 116/232 KB 116/1710 KB 240/590 KB 19/44 KB 116/240 KB 116/232 KB 104/1710 KB 240/590 KB 19/44 KB 116/240 KB 112/232 KB 104/1710 KB 240/590 KB 16/44 KB 120/240 KB 120/232 KB 116/1710 KB 240/590 KB 22/44 KB 120/240 KB 120/232 KB 116/1710 KB 240/590 KB 25/44 KB 120/240 KB 120/232 KB 116/1710 KB 240/590 KB 19/44 KB 120/240 KB 124/232 KB 116/1710 KB 240/590 KB 25/44 KB 120/240 KB 128/232 KB 116/1710 KB 240/590 KB 25/44 KB 120/240 KB 132/232 KB 116/1710 KB 244/590 KB 25/44 KB 120/240 KB 136/232 KB 120/1710 KB 244/590 KB 27/44 KB 120/240 KB 140/232 KB 120/1710 KB 244/590 KB 27/44 KB 120/240 KB 144/232 KB 120/1710 KB 244/590 KB 27/44 KB 120/240 KB 116/232 KB 116/1710 KB 240/590 KB 19/44 KB 124/240 KB unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 144/232 KB 120/1710 KB 244/590 KB 27/44 KB 128/240 KB 144/232 KB 120/1710 KB 244/590 KB 27/44 KB 120/240 KB 132/232 KB 120/1710 KB 244/590 KB 27/44 KB 120/240 KB 132/232 KB 120/1710 KB 244/590 KB 25/44 KB 128/240 KB 144/232 KB 124/1710 KB 244/590 KB 27/44 KB 128/240 KB 144/232 KB 128/1710 KB 244/590 KB 27/44 KB 132/240 KB 144/232 KB 132/1710 KB 244/590 KB 27/44 KB 132/240 KB 148/232 KB 136/1710 KB 244/590 KB 30/44 KB 120/240 KB 128/232 KB 116/1710 KB 244/590 KB 25/44 KB 132/240 KB 148/232 KB 136/1710 KB 248/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 252/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 256/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 260/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 264/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 268/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 272/590 KB 30/44 KB 132/240 KB 148/232 KB 136/1710 KB 276/590 KB 30/44 KB 132/240 KB 148/232 KB 140/1710 KB 280/590 KB 30/44 KB 132/240 KB 148/232 KB 140/1710 KB 284/590 KB 30/44 KB 132/240 KB 148/232 KB 140/1710 KB 288/590 KB 30/44 KB 132/240 KB 148/232 KB 132/1710 KB 244/590 KB 30/44 KB 132/240 KB 144/232 KB 132/1710 KB 244/590 KB 30/44 KB 132/240 KB 148/232 KB 140/1710 KB 288/590 KB 32/44 KB 132/240 KB 144/232 KB 128/1710 KB 244/590 KB 27/44 KB 136/240 KB 148/232 KB 140/1710 KB 288/590 KB 32/44 KB 140/240 KB 148/232 KB 140/1710 KB 288/590 KB 36/44 KB 144/240 KB 148/232 KB 140/1710 KB 288/590 KB 36/44 KB 148/240 KB 148/232 KB 140/1710 KB 288/590 KB 36/44 KB 152/240 KB 148/232 KB 140/1710 KB 288/590 KB 36/44 KB 156/240 KB 148/232 KB 140/1710 KB 288/590 KB 36/44 KB 132/240 KB 148/232 KB 140/1710 KB 276/590 KB 30/44 KB 156/240 KB 148/232 KB 144/1710 KB 288/590 KB 36/44 KB 156/240 KB 148/232 KB 148/1710 KB 288/590 KB 36/44 KB 160/240 KB 152/232 KB 152/1710 KB 292/590 KB 36/44 KB 160/240 KB 152/232 KB 156/1710 KB 292/590 KB 36/44 KB 160/240 KB 152/232 KB 160/1710 KB 292/590 KB 36/44 KB 136/240 KB 148/232 KB 140/1710 KB 288/590 KB 36/44 KB 160/240 KB 152/232 KB 160/1710 KB 292/590 KB 40/44 KB 160/240 KB 152/232 KB 160/1710 KB 292/590 KB 44/44 KB 160/240 KB 152/232 KB 148/1710 KB 292/590 KB 36/44 KB 160/240 KB 152/232 KB 148/1710 KB 288/590 KB 36/44 KB 160/240 KB 148/232 KB 148/1710 KB 288/590 KB 36/44 KB 160/240 KB 156/232 KB 160/1710 KB 296/590 KB 44/44 KB 160/240 KB 160/232 KB 160/1710 KB 296/590 KB 44/44 KB 160/240 KB 164/232 KB 160/1710 KB 296/590 KB 44/44 KB 164/240 KB 168/232 KB 164/1710 KB 296/590 KB 44/44 KB 164/240 KB 172/232 KB 164/1710 KB 296/590 KB 44/44 KB 164/240 KB 176/232 KB 164/1710 KB 296/590 KB 44/44 KB 164/240 KB 164/232 KB 164/1710 KB 296/590 KB 44/44 KB 160/240 KB 164/232 KB 160/1710 KB 296/590 KB 44/44 KB 164/240 KB 164/232 KB 160/1710 KB 296/590 KB 44/44 KB 168/240 KB 176/232 KB 164/1710 KB 296/590 KB 44/44 KB 172/240 KB 176/232 KB 164/1710 KB 296/590 KB 44/44 KB 172/240 KB 176/232 KB 164/1710 KB 300/590 KB 44/44 KB 176/240 KB 176/232 KB 164/1710 KB 300/590 KB 44/44 KB 176/240 KB 176/232 KB 164/1710 KB 304/590 KB 44/44 KB 176/240 KB 176/232 KB 164/1710 KB 308/590 KB 44/44 KB 180/240 KB 180/232 KB 168/1710 KB 312/590 KB 44/44 KB 180/240 KB 176/232 KB 164/1710 KB 308/590 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 346.2 KB/sec) unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 184/240 KB 180/232 KB 168/1710 KB 316/590 KB 188/240 KB 180/232 KB 168/1710 KB 316/590 KB 192/240 KB 180/232 KB 168/1710 KB 316/590 KB 180/240 KB 180/232 KB 168/1710 KB 308/590 KB 44/44 KB 180/240 KB 176/232 KB 168/1710 KB 308/590 KB 44/44 KB 192/240 KB 180/232 KB 172/1710 KB 316/590 KB 192/240 KB 180/232 KB 176/1710 KB 316/590 KB 180/240 KB 180/232 KB 168/1710 KB 316/590 KB 192/240 KB 180/232 KB 176/1710 KB 320/590 KB Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 192/240 KB 184/232 KB 176/1710 KB 320/590 KB 192/240 KB 188/232 KB 176/1710 KB 320/590 KB 192/240 KB 192/232 KB 176/1710 KB 324/590 KB 196/240 KB 196/232 KB 176/1710 KB 324/590 KB 196/240 KB 200/232 KB 180/1710 KB 324/590 KB 196/240 KB 204/232 KB 180/1710 KB 324/590 KB 196/240 KB 208/232 KB 180/1710 KB 324/590 KB 192/240 KB 188/232 KB 176/1710 KB 324/590 KB 196/240 KB 196/232 KB 180/1710 KB 324/590 KB 196/240 KB 208/232 KB 184/1710 KB 324/590 KB 196/240 KB 208/232 KB 188/1710 KB 324/590 KB 196/240 KB 208/232 KB 192/1710 KB 324/590 KB 196/240 KB 192/232 KB 176/1710 KB 324/590 KB 200/240 KB 208/232 KB 192/1710 KB 324/590 KB 200/240 KB 208/232 KB 192/1710 KB 328/590 KB 204/240 KB 208/232 KB 192/1710 KB 328/590 KB 204/240 KB 208/232 KB 192/1710 KB 332/590 KB 204/240 KB 208/232 KB 192/1710 KB 336/590 KB 204/240 KB 208/232 KB 196/1710 KB 340/590 KB 4/258 KB 204/240 KB 208/232 KB 196/1710 KB 344/590 KB 4/258 KB 204/240 KB 208/232 KB 196/1710 KB 348/590 KB 4/258 KB 204/240 KB 208/232 KB 196/1710 KB 352/590 KB 4/258 KB 204/240 KB 208/232 KB 196/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 196/1710 KB 336/590 KB 4/258 KB 204/240 KB 208/232 KB 200/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 204/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 208/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 212/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 216/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 220/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 224/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 228/1710 KB 356/590 KB 4/258 KB 204/240 KB 208/232 KB 192/1710 KB 336/590 KB 4/258 KB 204/240 KB 208/232 KB 228/1710 KB 360/590 KB 8/258 KB 204/240 KB 208/232 KB 228/1710 KB 360/590 KB 12/258 KB 204/240 KB 208/232 KB 228/1710 KB 360/590 KB 16/258 KB 204/240 KB 208/232 KB 228/1710 KB 360/590 KB 4/258 KB 204/240 KB 208/232 KB 228/1710 KB 364/590 KB 16/258 KB 204/240 KB 208/232 KB 228/1710 KB 368/590 KB 16/258 KB 204/240 KB 208/232 KB 232/1710 KB 368/590 KB 16/258 KB 204/240 KB 208/232 KB 236/1710 KB 368/590 KB 16/258 KB 204/240 KB 208/232 KB 240/1710 KB 372/590 KB 16/258 KB 204/240 KB 208/232 KB 240/1710 KB 372/590 KB 20/258 KB 204/240 KB 208/232 KB 240/1710 KB 372/590 KB 24/258 KB 204/240 KB 208/232 KB 240/1710 KB 372/590 KB 28/258 KB 204/240 KB 208/232 KB 240/1710 KB 372/590 KB 32/258 KB 204/240 KB 208/232 KB 236/1710 KB 372/590 KB 16/258 KB 204/240 KB 208/232 KB 240/1710 KB 376/590 KB 32/258 KB 204/240 KB 208/232 KB 240/1710 KB 380/590 KB 32/258 KB 204/240 KB 208/232 KB 240/1710 KB 384/590 KB 32/258 KB 204/240 KB 208/232 KB 240/1710 KB 384/590 KB 36/258 KB 204/240 KB 208/232 KB 244/1710 KB 388/590 KB 40/258 KB 204/240 KB 208/232 KB 244/1710 KB 388/590 KB 36/258 KB 204/240 KB 208/232 KB 244/1710 KB 384/590 KB 36/258 KB 204/240 KB 208/232 KB 248/1710 KB 388/590 KB 40/258 KB 204/240 KB 208/232 KB 252/1710 KB 388/590 KB 40/258 KB 204/240 KB 208/232 KB 256/1710 KB 388/590 KB 40/258 KB 204/240 KB 208/232 KB 260/1710 KB 388/590 KB 40/258 KB 204/240 KB 208/232 KB 264/1710 KB 392/590 KB 44/258 KB 204/240 KB 208/232 KB 260/1710 KB 392/590 KB 44/258 KB 204/240 KB 208/232 KB 260/1710 KB 388/590 KB 44/258 KB 204/240 KB 208/232 KB 264/1710 KB 392/590 KB 48/258 KB 204/240 KB 208/232 KB 264/1710 KB 396/590 KB 48/258 KB 204/240 KB 208/232 KB 264/1710 KB 400/590 KB 48/258 KB 204/240 KB 208/232 KB 264/1710 KB 404/590 KB 48/258 KB 208/240 KB 212/232 KB 268/1710 KB unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 404/590 KB 52/258 KB 208/240 KB 216/232 KB 268/1710 KB 404/590 KB 52/258 KB 208/240 KB 220/232 KB 268/1710 KB 404/590 KB 52/258 KB 208/240 KB 224/232 KB 268/1710 KB 404/590 KB 52/258 KB 208/240 KB 228/232 KB 268/1710 KB 404/590 KB 52/258 KB 208/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 208/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 208/240 KB 208/232 KB 268/1710 KB 404/590 KB 52/258 KB 212/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 216/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 220/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 224/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 228/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 232/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 236/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 240/240 KB 232/232 KB 268/1710 KB 404/590 KB 52/258 KB 204/240 KB 208/232 KB 268/1710 KB 404/590 KB 48/258 KB 240/240 KB 232/232 KB 272/1710 KB 404/590 KB 52/258 KB 204/240 KB 208/232 KB 268/1710 KB 404/590 KB 52/258 KB 240/240 KB 232/232 KB 272/1710 KB 404/590 KB 56/258 KB 240/240 KB 232/232 KB 272/1710 KB 408/590 KB 56/258 KB 240/240 KB 232/232 KB 272/1710 KB 408/590 KB 60/258 KB 240/240 KB 232/232 KB 272/1710 KB 408/590 KB 64/258 KB 240/240 KB 232/232 KB 272/1710 KB 412/590 KB 64/258 KB 240/240 KB 232/232 KB 272/1710 KB 416/590 KB 64/258 KB 240/240 KB 232/232 KB 276/1710 KB 420/590 KB 64/258 KB 240/240 KB 232/232 KB 276/1710 KB 424/590 KB 68/258 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1375.3 KB/sec) unit-abot-epc-basic-0: 12:11:57 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: 12:11:57 DEBUG unit.abot-epc-basic/0.install 240/240 KB 232/232 KB 276/1710 KB 416/590 KB 64/258 KB 280/1710 KB 428/590 KB 68/258 KB 284/1710 KB 428/590 KB 68/258 KB 288/1710 KB 428/590 KB 68/258 KB 292/1710 KB 428/590 KB 68/258 KB 296/1710 KB 428/590 KB 68/258 KB 276/1710 KB 428/590 KB 68/258 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1332.6 KB/sec) unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 240/240 KB 232/232 KB 276/1710 KB 420/590 KB 68/258 KB 300/1710 KB 432/590 KB 72/258 KB 300/1710 KB 432/590 KB 76/258 KB 300/1710 KB 432/590 KB 80/258 KB 300/1710 KB 432/590 KB 84/258 KB 300/1710 KB 432/590 KB 88/258 KB 300/1710 KB 432/590 KB 68/258 KB 296/1710 KB 432/590 KB 68/258 KB 304/1710 KB 432/590 KB 88/258 KB 308/1710 KB 432/590 KB 88/258 KB 308/1710 KB 432/590 KB 92/258 KB 308/1710 KB 432/590 KB 96/258 KB 312/1710 KB 432/590 KB 96/258 KB 316/1710 KB 432/590 KB 96/258 KB 316/1710 KB 432/590 KB 100/258 KB 320/1710 KB 432/590 KB 104/258 KB 320/1710 KB 432/590 KB 108/258 KB 320/1710 KB 432/590 KB 112/258 KB 320/1710 KB 432/590 KB 116/258 KB 320/1710 KB 432/590 KB 120/258 KB 320/1710 KB 432/590 KB 100/258 KB 324/1710 KB 432/590 KB 120/258 KB 328/1710 KB 432/590 KB 120/258 KB 332/1710 KB 432/590 KB 120/258 KB 336/1710 KB 432/590 KB 120/258 KB 336/1710 KB 432/590 KB 124/258 KB 336/1710 KB 432/590 KB 128/258 KB 340/1710 KB 432/590 KB 128/258 KB 344/1710 KB 432/590 KB 128/258 KB 348/1710 KB 432/590 KB 128/258 KB 348/1710 KB 432/590 KB 132/258 KB 352/1710 KB 432/590 KB 132/258 KB 352/1710 KB 432/590 KB 4/208 KB 132/258 KB 352/1710 KB 432/590 KB 8/208 KB 132/258 KB 352/1710 KB 432/590 KB 12/208 KB 132/258 KB 352/1710 KB 432/590 KB 16/208 KB 132/258 KB 352/1710 KB 432/590 KB 20/208 KB 132/258 KB 352/1710 KB 432/590 KB 24/208 KB 132/258 KB 352/1710 KB 432/590 KB 28/208 KB 132/258 KB 352/1710 KB 432/590 KB 32/208 KB 132/258 KB 352/1710 KB 432/590 KB 36/208 KB 132/258 KB 352/1710 KB 432/590 KB 40/208 KB 132/258 KB 352/1710 KB 432/590 KB 44/208 KB 132/258 KB 352/1710 KB 432/590 KB 48/208 KB 132/258 KB 352/1710 KB 432/590 KB 52/208 KB 132/258 KB 356/1710 KB 4/223 KB 432/590 KB 56/208 KB 136/258 KB 356/1710 KB 4/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 4/223 KB 432/590 KB 52/208 KB 136/258 KB 352/1710 KB 4/223 KB 432/590 KB 52/208 KB 136/258 KB 356/1710 KB 8/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 12/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 16/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 20/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 24/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 28/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 32/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 36/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 40/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 44/223 KB 432/590 KB 60/208 KB 136/258 KB 356/1710 KB 48/223 KB 432/590 KB 60/208 KB 136/258 KB 352/1710 KB 432/590 KB 52/208 KB 136/258 KB 356/1710 KB 48/223 KB 432/590 KB 60/208 KB 140/258 KB 356/1710 KB 48/223 KB 432/590 KB 60/208 KB 144/258 KB 356/1710 KB 52/223 KB 432/590 KB 60/208 KB 148/258 KB 360/1710 KB 52/223 KB 432/590 KB 64/208 KB 152/258 KB 360/1710 KB 52/223 KB 432/590 KB 64/208 KB 156/258 KB 356/1710 KB 52/223 KB 432/590 KB 64/208 KB 148/258 KB 360/1710 KB 52/223 KB 432/590 KB 64/208 KB 148/258 KB 356/1710 KB 52/223 KB 432/590 KB 64/208 KB 148/258 KB 364/1710 KB 52/223 KB 432/590 KB 64/208 KB 156/258 KB 368/1710 KB 56/223 KB 432/590 KB 64/208 KB 156/258 KB 364/1710 KB 56/223 KB 432/590 KB 64/208 KB 156/258 KB 368/1710 KB 60/223 KB 432/590 KB 64/208 KB 156/258 KB 372/1710 KB 60/223 KB 432/590 KB 64/208 KB 156/258 KB 376/1710 KB 64/223 KB 436/590 KB 68/208 KB 160/258 KB 380/1710 KB 64/223 KB 436/590 KB 68/208 KB 160/258 KB 372/1710 KB 64/223 KB 436/590 KB 68/208 KB 160/258 KB 372/1710 KB 64/223 K unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install B 436/590 KB 64/208 KB 160/258 KB 372/1710 KB 64/223 KB 432/590 KB 64/208 KB 156/258 KB 380/1710 KB 68/223 KB 436/590 KB 68/208 KB 160/258 KB 380/1710 KB 72/223 KB 436/590 KB 72/208 KB 164/258 KB 372/1710 KB 64/223 KB 436/590 KB 64/208 KB 156/258 KB 384/1710 KB 72/223 KB 440/590 KB 72/208 KB 164/258 KB 384/1710 KB 72/223 KB 444/590 KB 72/208 KB 164/258 KB 384/1710 KB 72/223 KB 448/590 KB 72/208 KB 164/258 KB 384/1710 KB 72/223 KB 436/590 KB 72/208 KB 164/258 KB 380/1710 KB 68/223 KB 436/590 KB 72/208 KB 164/258 KB 380/1710 KB 68/223 KB 436/590 KB 72/208 KB 160/258 KB 384/1710 KB 76/223 KB 448/590 KB 76/208 KB 164/258 KB 384/1710 KB 76/223 KB 448/590 KB 80/208 KB 164/258 KB 384/1710 KB 76/223 KB 448/590 KB 84/208 KB 164/258 KB 388/1710 KB 76/223 KB 452/590 KB 88/208 KB 168/258 KB 388/1710 KB 76/223 KB 452/590 KB 92/208 KB 168/258 KB 384/1710 KB 76/223 KB 448/590 KB 72/208 KB 164/258 KB 388/1710 KB 80/223 KB 452/590 KB 92/208 KB 168/258 KB 388/1710 KB 84/223 KB 452/590 KB 92/208 KB 168/258 KB 388/1710 KB 76/223 KB 452/590 KB 84/208 KB 168/258 KB 388/1710 KB 76/223 KB 448/590 KB 84/208 KB 168/258 KB 384/1710 KB 76/223 KB 448/590 KB 84/208 KB 168/258 KB 388/1710 KB 84/223 KB 452/590 KB 96/208 KB 172/258 KB 388/1710 KB 84/223 KB 452/590 KB 96/208 KB 176/258 KB 388/1710 KB 84/223 KB 452/590 KB 96/208 KB 180/258 KB 388/1710 KB 84/223 KB 452/590 KB 96/208 KB 168/258 KB 392/1710 KB 88/223 KB 456/590 KB 96/208 KB 180/258 KB 392/1710 KB 92/223 KB 456/590 KB 96/208 KB 180/258 KB 392/1710 KB 96/223 KB 456/590 KB 96/208 KB 180/258 KB 392/1710 KB 100/223 KB 456/590 KB 96/208 KB 184/258 KB 392/1710 KB 84/223 KB 456/590 KB 96/208 KB 180/258 KB 392/1710 KB 104/223 KB 460/590 KB 100/208 KB 184/258 KB 392/1710 KB 104/223 KB 464/590 KB 100/208 KB 184/258 KB 392/1710 KB 84/223 KB 452/590 KB 96/208 KB 180/258 KB 396/1710 KB 104/223 KB 464/590 KB 100/208 KB 184/258 KB 400/1710 KB 104/223 KB 464/590 KB 100/208 KB 184/258 KB 404/1710 KB 104/223 KB 464/590 KB 100/208 KB 184/258 KB 408/1710 KB 104/223 KB 468/590 KB 100/208 KB 184/258 KB 392/1710 KB 100/223 KB 456/590 KB 100/208 KB 184/258 KB 392/1710 KB 96/223 KB 456/590 KB 96/208 KB 184/258 KB 408/1710 KB 104/223 KB 468/590 KB 100/208 KB 188/258 KB 408/1710 KB 104/223 KB 468/590 KB 100/208 KB 192/258 KB 408/1710 KB 104/223 KB 468/590 KB 104/208 KB 192/258 KB 408/1710 KB 104/223 KB 468/590 KB 108/208 KB 192/258 KB 404/1710 KB 104/223 KB 468/590 KB 100/208 KB 184/258 KB 408/1710 KB 104/223 KB 472/590 KB 108/208 KB 192/258 KB 408/1710 KB 104/223 KB 476/590 KB 112/208 KB 192/258 KB 408/1710 KB 104/223 KB 472/590 KB 112/208 KB 192/258 KB 412/1710 KB 104/223 KB 476/590 KB 112/208 KB 196/258 KB 416/1710 KB 104/223 KB 476/590 KB 112/208 KB 196/258 KB 392/1710 KB 104/223 KB 476/590 KB 112/208 KB 196/258 KB 416/1710 KB 108/223 KB 480/590 KB 112/208 KB 196/258 KB 416/1710 KB 104/223 KB 480/590 KB 112/208 KB 196/258 KB 408/1710 KB 104/223 KB 476/590 KB 112/208 KB 196/258 KB 416/1710 KB 108/223 KB 480/590 KB 112/208 KB 200/258 KB 416/1710 KB 108/223 KB 480/590 KB 112/208 KB 204/258 KB 420/1710 KB 112/223 KB 480/590 KB 112/208 KB 208/258 KB 420/1710 KB 112/223 KB 484/590 KB 112/208 KB 208/258 KB 420/1710 KB 112/223 KB 488/590 KB 116/208 KB 212/258 KB 420/1710 KB 112/223 KB 480/590 KB 112/208 KB 204/258 KB 416/1710 KB 112/223 KB 480/590 KB 112/208 KB 204/258 KB 420/1710 KB 116/223 KB 488/590 KB 116/208 KB 212/258 KB 424/1710 KB 120/223 KB 48 unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 8/590 KB 116/208 KB 212/258 KB 424/1710 KB 124/223 KB 488/590 KB 116/208 KB 212/258 KB 420/1710 KB 112/223 KB 484/590 KB 116/208 KB 212/258 KB 420/1710 KB 112/223 KB 484/590 KB 116/208 KB 208/258 KB 424/1710 KB 124/223 KB 492/590 KB 120/208 KB 212/258 KB 424/1710 KB 124/223 KB 492/590 KB 124/208 KB 212/258 KB 424/1710 KB 124/223 KB 492/590 KB 128/208 KB 212/258 KB 424/1710 KB 124/223 KB 492/590 KB 116/208 KB 212/258 KB 424/1710 KB 124/223 KB 496/590 KB 128/208 KB 212/258 KB 424/1710 KB 116/223 KB 488/590 KB 116/208 KB 212/258 KB 428/1710 KB 124/223 KB 496/590 KB 128/208 KB 216/258 KB 432/1710 KB 124/223 KB 496/590 KB 128/208 KB 216/258 KB 424/1710 KB 124/223 KB 496/590 KB 128/208 KB 216/258 KB 432/1710 KB 128/223 KB 496/590 KB 128/208 KB 220/258 KB 436/1710 KB 128/223 KB 500/590 KB 132/208 KB 224/258 KB 432/1710 KB 128/223 KB 496/590 KB 128/208 KB 216/258 KB 436/1710 KB 128/223 KB 500/590 KB 132/208 KB 220/258 KB 436/1710 KB 128/223 KB 500/590 KB 136/208 KB 224/258 KB 436/1710 KB 132/223 KB 500/590 KB 140/208 KB 224/258 KB 436/1710 KB 128/223 KB 500/590 KB 128/208 KB 220/258 KB 436/1710 KB 132/223 KB 504/590 KB 140/208 KB 224/258 KB 436/1710 KB 128/223 KB 496/590 KB 128/208 KB 220/258 KB 440/1710 KB 132/223 KB 508/590 KB 144/208 KB 224/258 KB 444/1710 KB 132/223 KB 508/590 KB 144/208 KB 224/258 KB 448/1710 KB 132/223 KB 508/590 KB 144/208 KB 224/258 KB 436/1710 KB 132/223 KB 504/590 KB 144/208 KB 224/258 KB 436/1710 KB 132/223 KB 500/590 KB 136/208 KB 224/258 KB 448/1710 KB 136/223 KB 508/590 KB 144/208 KB 224/258 KB 448/1710 KB 140/223 KB 508/590 KB 144/208 KB 224/258 KB 448/1710 KB 144/223 KB 508/590 KB 144/208 KB 224/258 KB 448/1710 KB 148/223 KB 508/590 KB 144/208 KB 228/258 KB 452/1710 KB 152/223 KB 508/590 KB 148/208 KB 228/258 KB 436/1710 KB 132/223 KB 508/590 KB 144/208 KB 224/258 KB 452/1710 KB 156/223 KB 512/590 KB 148/208 KB 228/258 KB 452/1710 KB 156/223 KB 516/590 KB 148/208 KB 228/258 KB 452/1710 KB 156/223 KB 520/590 KB 148/208 KB 228/258 KB 452/1710 KB 148/223 KB 508/590 KB 148/208 KB 228/258 KB 448/1710 KB 148/223 KB 508/590 KB 148/208 KB 228/258 KB 448/1710 KB 144/223 KB 508/590 KB 144/208 KB 228/258 KB 452/1710 KB 156/223 KB 520/590 KB 148/208 KB 232/258 KB 452/1710 KB 156/223 KB 520/590 KB 148/208 KB 236/258 KB 452/1710 KB 156/223 KB 520/590 KB 148/208 KB 240/258 KB 452/1710 KB 156/223 KB 520/590 KB 152/208 KB 240/258 KB 452/1710 KB 156/223 KB 520/590 KB 156/208 KB 240/258 KB 456/1710 KB 156/223 KB 520/590 KB 160/208 KB 240/258 KB 456/1710 KB 156/223 KB 520/590 KB 156/208 KB 240/258 KB 460/1710 KB 156/223 KB 520/590 KB 160/208 KB 240/258 KB 464/1710 KB 156/223 KB 520/590 KB 160/208 KB 240/258 KB 468/1710 KB 156/223 KB 524/590 KB 160/208 KB 240/258 KB 472/1710 KB 156/223 KB 524/590 KB 164/208 KB 244/258 KB 476/1710 KB 156/223 KB 524/590 KB 164/208 KB 244/258 KB 464/1710 KB 156/223 KB 524/590 KB 160/208 KB 240/258 KB 452/1710 KB 156/223 KB 508/590 KB 148/208 KB 240/258 KB 476/1710 KB 160/223 KB 524/590 KB 164/208 KB 244/258 KB 476/1710 KB 160/223 KB 528/590 KB 164/208 KB 244/258 KB 476/1710 KB 160/223 KB 532/590 KB 164/208 KB 244/258 KB 476/1710 KB 164/223 KB 536/590 KB 164/208 KB 244/258 KB 476/1710 KB 164/223 KB 540/590 KB 164/208 KB 244/258 KB 468/1710 KB 156/223 KB 524/590 KB 164/208 KB 244/258 KB 468/1710 KB 156/223 KB 524/590 KB 160/208 KB 244/258 KB 480/1710 KB 164/223 KB 540/590 KB 164/208 KB 248/258 KB 480/1710 KB 164/223 KB 540/590 KB unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 164/208 KB 252/258 KB 480/1710 KB 164/223 KB 540/590 KB 164/208 KB 256/258 KB 480/1710 KB 164/223 KB 540/590 KB 168/208 KB 256/258 KB 480/1710 KB 164/223 KB 540/590 KB 172/208 KB 256/258 KB 480/1710 KB 164/223 KB 540/590 KB 176/208 KB 258/258 KB 480/1710 KB 164/223 KB 540/590 KB 164/208 KB 244/258 KB 476/1710 KB 164/223 KB 532/590 KB 164/208 KB 244/258 KB 480/1710 KB 164/223 KB 540/590 KB 172/208 KB 258/258 KB 480/1710 KB 168/223 KB 540/590 KB 176/208 KB 258/258 KB 480/1710 KB 172/223 KB 540/590 KB 176/208 KB 258/258 KB 480/1710 KB 176/223 KB 540/590 KB 176/208 KB 258/258 KB 480/1710 KB 180/223 KB 540/590 KB 176/208 KB 258/258 KB 484/1710 KB 184/223 KB 544/590 KB 180/208 KB 258/258 KB 484/1710 KB 188/223 KB 544/590 KB 180/208 KB 258/258 KB 484/1710 KB 180/223 KB 544/590 KB 180/208 KB 258/258 KB 480/1710 KB 180/223 KB 544/590 KB 180/208 KB 258/258 KB 480/1710 KB 180/223 KB 544/590 KB 176/208 KB 258/258 KB 484/1710 KB 188/223 KB 548/590 KB 180/208 KB 258/258 KB 488/1710 KB 188/223 KB 552/590 KB 184/208 KB 258/258 KB 488/1710 KB 188/223 KB 556/590 KB 184/208 KB 258/258 KB 488/1710 KB 188/223 KB 560/590 KB 184/208 KB 258/258 KB 488/1710 KB 188/223 KB 548/590 KB 184/208 KB 258/258 KB 484/1710 KB 188/223 KB 548/590 KB 184/208 KB 258/258 KB 488/1710 KB 192/223 KB 560/590 KB 188/208 KB 258/258 KB 488/1710 KB 192/223 KB 560/590 KB 192/208 KB 258/258 KB 488/1710 KB 192/223 KB 560/590 KB 184/208 KB 258/258 KB 492/1710 KB 192/223 KB 560/590 KB 192/208 KB 258/258 KB 496/1710 KB 192/223 KB 560/590 KB 192/208 KB 258/258 KB 500/1710 KB 192/223 KB 560/590 KB 192/208 KB 258/258 KB 504/1710 KB 196/223 KB 564/590 KB 196/208 KB 258/258 KB 508/1710 KB 196/223 KB 564/590 KB 196/208 KB 258/258 KB 500/1710 KB 196/223 KB 564/590 KB 196/208 KB 258/258 KB 508/1710 KB 196/223 KB 564/590 KB 200/208 KB 258/258 KB 508/1710 KB 196/223 KB 564/590 KB 204/208 KB 258/258 KB 508/1710 KB 196/223 KB 564/590 KB 208/208 KB 258/258 KB 500/1710 KB 192/223 KB 564/590 KB 192/208 KB 258/258 KB 500/1710 KB 196/223 KB 564/590 KB 192/208 KB 258/258 KB 508/1710 KB 196/223 KB 568/590 KB 208/208 KB 258/258 KB 508/1710 KB 200/223 KB 568/590 KB 208/208 KB 258/258 KB 508/1710 KB 204/223 KB 568/590 KB 208/208 KB 258/258 KB 512/1710 KB 208/223 KB 572/590 KB 208/208 KB 258/258 KB 512/1710 KB 204/223 KB 572/590 KB 208/208 KB 258/258 KB 508/1710 KB 204/223 KB 572/590 KB 208/208 KB 258/258 KB 512/1710 KB 208/223 KB 576/590 KB 208/208 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1038.9 KB/sec) unit-abot-epc-basic-0: 12:11:57 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: 12:11:57 DEBUG unit.abot-epc-basic/0.install 516/1710 KB 208/223 KB 580/590 KB 208/208 KB 516/1710 KB 208/223 KB 576/590 KB 208/208 KB 516/1710 KB 212/223 KB 580/590 KB 208/208 KB 520/1710 KB 212/223 KB 580/590 KB 208/208 KB 520/1710 KB 212/223 KB 584/590 KB 208/208 KB 524/1710 KB 212/223 KB 588/590 KB 208/208 KB 524/1710 KB 216/223 KB 590/590 KB 208/208 KB 524/1710 KB 212/223 KB 584/590 KB 208/208 KB 524/1710 KB 216/223 KB 588/590 KB 208/208 KB 524/1710 KB 220/223 KB 590/590 KB 208/208 KB 524/1710 KB 223/223 KB 590/590 KB 208/208 KB 528/1710 KB 223/223 KB 590/590 KB 208/208 KB 532/1710 KB 223/223 KB 590/590 KB 208/208 KB 536/1710 KB 223/223 KB 590/590 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 796.2 KB/sec) unit-abot-epc-basic-0: 12:11:57 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: 12:11:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2216.7 KB/sec) unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 4/38 KB 540/1710 KB 223/223 KB 590/590 KB 540/1710 KB 223/223 KB 590/590 KB 4/38 KB 544/1710 KB 8/38 KB 548/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 844.2 KB/sec) unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 8/38 KB 548/1710 KB 12/38 KB 548/1710 KB 16/38 KB 548/1710 KB 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: 12:11:57 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: 12:11:57 DEBUG unit.abot-epc-basic/0.install 20/38 KB 552/1710 KB 24/38 KB 552/1710 KB 28/38 KB 552/1710 KB 16/38 KB 552/1710 KB 28/38 KB 556/1710 KB 28/38 KB 560/1710 KB 28/38 KB 564/1710 KB 32/38 KB 564/1710 KB 32/38 KB 568/1710 KB 32/38 KB 572/1710 KB 36/38 KB 572/1710 KB 38/38 KB 572/1710 KB 38/38 KB 576/1710 KB 38/38 KB 580/1710 KB 38/38 KB 584/1710 KB 38/38 KB 588/1710 KB 38/38 KB 592/1710 KB 38/38 KB 592/1710 KB 4/18 KB 38/38 KB 592/1710 KB 8/18 KB 38/38 KB 592/1710 KB 12/18 KB 38/38 KB 592/1710 KB 16/18 KB 38/38 KB 592/1710 KB 18/18 KB 38/38 KB 596/1710 KB 18/18 KB 38/38 KB 600/1710 KB 18/18 KB 38/38 KB 604/1710 KB 18/18 KB 38/38 KB 608/1710 KB 18/18 KB 38/38 KB 612/1710 KB 18/18 KB 38/38 KB 616/1710 KB 18/18 KB 38/38 KB 616/1710 KB 18/18 KB 4/214 KB 38/38 KB 616/1710 KB 18/18 KB 8/214 KB 38/38 KB 616/1710 KB 18/18 KB 12/214 KB 38/38 KB 616/1710 KB 3/531 KB 18/18 KB 12/214 KB 38/38 KB 616/1710 KB 5/531 KB 18/18 KB 12/214 KB 38/38 KB 616/1710 KB 8/531 KB 18/18 KB 12/214 KB 38/38 KB 616/1710 KB 11/531 KB 18/18 KB 12/214 KB 38/38 KB 616/1710 KB 11/531 KB 18/18 KB 16/214 KB 38/38 KB 616/1710 KB 11/531 KB 18/18 KB 20/214 KB 616/1710 KB 13/531 KB 18/18 KB 24/214 KB 616/1710 KB 13/531 KB 18/18 KB 28/214 KB 38/38 KB 616/1710 KB 13/531 KB 18/18 KB 20/214 KB 616/1710 KB 16/531 KB 18/18 KB 28/214 KB 616/1710 KB 19/531 KB 18/18 KB 28/214 KB 616/1710 KB 21/531 KB 18/18 KB 28/214 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 64.2 KB/sec) unit-abot-epc-basic-0: 12:11:57 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: 12:11:57 DEBUG unit.abot-epc-basic/0.install 616/1710 KB 24/531 KB 28/214 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 137.0 KB/sec) unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 616/1710 KB 24/531 KB 32/214 KB 616/1710 KB 27/531 KB 36/214 KB 616/1710 KB 27/531 KB 40/214 KB 616/1710 KB 27/531 KB 44/214 KB 616/1710 KB 27/531 KB 48/214 KB 616/1710 KB 27/531 KB 32/214 KB 616/1710 KB 29/531 KB 48/214 KB 616/1710 KB 32/531 KB 48/214 KB 616/1710 KB 36/531 KB 48/214 KB 620/1710 KB 40/531 KB 52/214 KB 620/1710 KB 44/531 KB 52/214 KB 620/1710 KB 48/531 KB 52/214 KB 620/1710 KB 36/531 KB 52/214 KB 620/1710 KB 36/531 KB 48/214 KB 624/1710 KB 48/531 KB 52/214 KB 628/1710 KB 48/531 KB 52/214 KB 632/1710 KB 52/531 KB 56/214 KB 636/1710 KB 52/531 KB 56/214 KB 628/1710 KB 52/531 KB 56/214 KB 628/1710 KB 48/531 KB 56/214 KB 636/1710 KB 52/531 KB 60/214 KB 636/1710 KB 52/531 KB 64/214 KB 636/1710 KB 52/531 KB 3/1267 KB 64/214 KB 4/109 KB 636/1710 KB 52/531 KB 3/1267 KB 64/214 KB 636/1710 KB 52/531 KB 6/1267 KB 64/214 KB 4/109 KB 636/1710 KB 52/531 KB 9/1267 KB 64/214 KB 4/109 KB 636/1710 KB 52/531 KB 9/1267 KB 64/214 KB 8/109 KB 636/1710 KB 52/531 KB 11/1267 KB 64/214 KB 8/109 KB 636/1710 KB 52/531 KB 11/1267 KB 64/214 KB 12/109 KB 636/1710 KB 52/531 KB 14/1267 KB 64/214 KB 12/109 KB 636/1710 KB 56/531 KB 16/1267 KB 68/214 KB 16/109 KB 636/1710 KB 52/531 KB 16/1267 KB 68/214 KB 16/109 KB 640/1710 KB 60/531 KB 16/1267 KB 68/214 KB 16/109 KB 636/1710 KB 52/531 KB 14/1267 KB 68/214 KB 16/109 KB 640/1710 KB 60/531 KB 19/1267 KB 72/214 KB 16/109 KB 636/1710 KB 52/531 KB 14/1267 KB 64/214 KB 16/109 KB 640/1710 KB 64/531 KB 19/1267 KB 72/214 KB 20/109 KB 640/1710 KB 64/531 KB 19/1267 KB 72/214 KB 16/109 KB 640/1710 KB 60/531 KB 19/1267 KB 68/214 KB 16/109 KB 640/1710 KB 56/531 KB 16/1267 KB 68/214 KB 16/109 KB 644/1710 KB 64/531 KB 19/1267 KB 76/214 KB 20/109 KB 648/1710 KB 68/531 KB 22/1267 KB 76/214 KB 24/109 KB 652/1710 KB 68/531 KB 22/1267 KB 76/214 KB 24/109 KB 656/1710 KB 68/531 KB 22/1267 KB 76/214 KB 24/109 KB 640/1710 KB 64/531 KB 19/1267 KB 76/214 KB 20/109 KB 656/1710 KB 68/531 KB 22/1267 KB 80/214 KB 24/109 KB 656/1710 KB 68/531 KB 22/1267 KB 84/214 KB 24/109 KB 660/1710 KB 68/531 KB 22/1267 KB 88/214 KB 24/109 KB 660/1710 KB 68/531 KB 22/1267 KB 92/214 KB 24/109 KB 644/1710 KB 68/531 KB 22/1267 KB 76/214 KB 24/109 KB 644/1710 KB 64/531 KB 22/1267 KB 76/214 KB 24/109 KB 644/1710 KB 64/531 KB 22/1267 KB 76/214 KB 20/109 KB 660/1710 KB 68/531 KB 22/1267 KB 92/214 KB 28/109 KB 660/1710 KB 68/531 KB 22/1267 KB 92/214 KB 32/109 KB 660/1710 KB 68/531 KB 25/1267 KB 92/214 KB 36/109 KB 660/1710 KB 72/531 KB 25/1267 KB 92/214 KB 40/109 KB 660/1710 KB 72/531 KB 25/1267 KB 92/214 KB 44/109 KB 660/1710 KB 72/531 KB 25/1267 KB 96/214 KB 48/109 KB 660/1710 KB 68/531 KB 22/1267 KB 84/214 KB 24/109 KB 660/1710 KB 72/531 KB 25/1267 KB 96/214 KB 44/109 KB 660/1710 KB 72/531 KB 25/1267 KB 92/214 KB 36/109 KB 660/1710 KB 68/531 KB 25/1267 KB 92/214 KB 32/109 KB 660/1710 KB 72/531 KB 27/1267 KB 96/214 KB 48/109 KB 660/1710 KB 72/531 KB 30/1267 KB 96/214 KB 48/109 KB 660/1710 KB 76/531 KB 30/1267 KB 96/214 KB 48/109 KB 660/1710 KB 80/531 KB 30/1267 KB 96/214 KB 48/109 KB 660/1710 KB 80/531 KB 32/1267 KB 96/214 KB 48/109 KB 660/1710 KB 80/531 KB 36/1267 KB 96/214 KB 48/109 KB 664/1710 KB 84/531 KB 40/1267 KB 100/214 KB 52/109 KB 664/1710 KB 84/531 KB 44/1267 KB 100/214 KB 52/109 KB 664/1710 KB 84/531 KB 48/1267 KB 100/214 KB 52/109 KB 664/1710 KB 84/531 KB 36/1267 KB 100/214 KB 52/109 KB 664/1710 KB 84/531 KB 36/1267 KB 100/214 KB 48/1 unit-abot-epc-basic-0: 12:11:57 DEBUG unit.abot-epc-basic/0.install 09 KB 668/1710 KB 84/531 KB 48/1267 KB 100/214 KB 52/109 KB 660/1710 KB 84/531 KB 36/1267 KB 100/214 KB 48/109 KB 668/1710 KB 88/531 KB 48/1267 KB 100/214 KB 52/109 KB 668/1710 KB 92/531 KB 48/1267 KB 100/214 KB 52/109 KB 672/1710 KB 96/531 KB 48/1267 KB 100/214 KB 52/109 KB 660/1710 KB 80/531 KB 36/1267 KB 100/214 KB 48/109 KB 672/1710 KB 92/531 KB 48/1267 KB 100/214 KB 52/109 KB 672/1710 KB 96/531 KB 48/1267 KB 100/214 KB 56/109 KB 672/1710 KB 100/531 KB 48/1267 KB 100/214 KB 60/109 KB 672/1710 KB 100/531 KB 48/1267 KB 104/214 KB 64/109 KB 672/1710 KB 100/531 KB 48/1267 KB 104/214 KB 68/109 KB 676/1710 KB 100/531 KB 52/1267 KB 104/214 KB 72/109 KB 676/1710 KB 100/531 KB 52/1267 KB 104/214 KB 76/109 KB 672/1710 KB 100/531 KB 48/1267 KB 100/214 KB 56/109 KB 672/1710 KB 100/531 KB 52/1267 KB 104/214 KB 68/109 KB 676/1710 KB 100/531 KB 52/1267 KB 104/214 KB 68/109 KB 672/1710 KB 100/531 KB 48/1267 KB 104/214 KB 60/109 KB 680/1710 KB 100/531 KB 56/1267 KB 108/214 KB 76/109 KB 680/1710 KB 100/531 KB 56/1267 KB 112/214 KB 76/109 KB 680/1710 KB 100/531 KB 56/1267 KB 116/214 KB 76/109 KB 680/1710 KB 104/531 KB 56/1267 KB 116/214 KB 76/109 KB 676/1710 KB 100/531 KB 56/1267 KB 104/214 KB 76/109 KB 680/1710 KB 100/531 KB 56/1267 KB 104/214 KB 76/109 KB 684/1710 KB 104/531 KB 56/1267 KB 116/214 KB 76/109 KB 684/1710 KB 104/531 KB 60/1267 KB 116/214 KB 76/109 KB 684/1710 KB 108/531 KB 61/1267 KB 116/214 KB 76/109 KB 684/1710 KB 108/531 KB 61/1267 KB 116/214 KB 76/109 KB 688/1710 KB 108/531 KB 61/1267 KB 116/214 KB 76/109 KB 688/1710 KB 112/531 KB 61/1267 KB 116/214 KB 76/109 KB 688/1710 KB 112/531 KB 61/1267 KB 120/214 KB 76/109 KB 688/1710 KB 112/531 KB 61/1267 KB 124/214 KB 76/109 KB 688/1710 KB 112/531 KB 65/1267 KB 128/214 KB 80/109 KB 688/1710 KB 112/531 KB 65/1267 KB 132/214 KB 80/109 KB 692/1710 KB 116/531 KB 65/1267 KB 136/214 KB 80/109 KB 692/1710 KB 116/531 KB 65/1267 KB 140/214 KB 80/109 KB 688/1710 KB 112/531 KB 65/1267 KB 124/214 KB 80/109 KB 692/1710 KB 116/531 KB 65/1267 KB 140/214 KB 84/109 KB 692/1710 KB 116/531 KB 65/1267 KB 140/214 KB 88/109 KB 692/1710 KB 116/531 KB 65/1267 KB 140/214 KB 92/109 KB 692/1710 KB 116/531 KB 65/1267 KB 140/214 KB 96/109 KB 688/1710 KB 112/531 KB 65/1267 KB 124/214 KB 76/109 KB 692/1710 KB 116/531 KB 65/1267 KB 132/214 KB 80/109 KB 688/1710 KB 116/531 KB 65/1267 KB 132/214 KB 80/109 KB 692/1710 KB 120/531 KB 65/1267 KB 140/214 KB 96/109 KB 696/1710 KB 124/531 KB 69/1267 KB 140/214 KB 96/109 KB 696/1710 KB 120/531 KB 69/1267 KB 140/214 KB 96/109 KB 696/1710 KB 120/531 KB 65/1267 KB 140/214 KB 96/109 KB 700/1710 KB 124/531 KB 69/1267 KB 140/214 KB 96/109 KB 704/1710 KB 124/531 KB 69/1267 KB 140/214 KB 96/109 KB 704/1710 KB 124/531 KB 73/1267 KB 140/214 KB 96/109 KB 704/1710 KB 128/531 KB 73/1267 KB 140/214 KB 96/109 KB 704/1710 KB 128/531 KB 77/1267 KB 140/214 KB 96/109 KB 704/1710 KB 132/531 KB 77/1267 KB 140/214 KB 96/109 KB 708/1710 KB 136/531 KB 81/1267 KB 144/214 KB 100/109 KB 708/1710 KB 140/531 KB 81/1267 KB 144/214 KB 100/109 KB 708/1710 KB 132/531 KB 81/1267 KB 144/214 KB 100/109 KB 704/1710 KB 132/531 KB 77/1267 KB 144/214 KB 96/109 KB 708/1710 KB 132/531 KB 77/1267 KB 144/214 KB 100/109 KB 712/1710 KB 140/531 KB 81/1267 KB 144/214 KB 100/109 KB 716/1710 KB 140/531 KB 81/1267 KB 144/214 KB 100/109 KB 720/1710 KB 140/531 KB 81/1267 KB 144/214 KB 100/109 KB 704/1710 KB 132/531 KB 77/1267 KB 144/214 KB 100/109 K unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install B 720/1710 KB 140/531 KB 85/1267 KB 148/214 KB 104/109 KB 720/1710 KB 140/531 KB 85/1267 KB 148/214 KB 108/109 KB 720/1710 KB 140/531 KB 85/1267 KB 148/214 KB 100/109 KB 720/1710 KB 140/531 KB 85/1267 KB 144/214 KB 100/109 KB 720/1710 KB 144/531 KB 89/1267 KB 148/214 KB 108/109 KB 720/1710 KB 144/531 KB 85/1267 KB 148/214 KB 108/109 KB 720/1710 KB 144/531 KB 89/1267 KB 152/214 KB 108/109 KB 720/1710 KB 144/531 KB 89/1267 KB 156/214 KB 109/109 KB 720/1710 KB 144/531 KB 93/1267 KB 160/214 KB 109/109 KB 720/1710 KB 144/531 KB 93/1267 KB 164/214 KB 109/109 KB 724/1710 KB 148/531 KB 93/1267 KB 168/214 KB 109/109 KB 724/1710 KB 148/531 KB 93/1267 KB 172/214 KB 109/109 KB 720/1710 KB 144/531 KB 89/1267 KB 152/214 KB 109/109 KB 724/1710 KB 148/531 KB 93/1267 KB 164/214 KB 109/109 KB 728/1710 KB 148/531 KB 93/1267 KB 172/214 KB 109/109 KB 720/1710 KB 148/531 KB 93/1267 KB 164/214 KB 109/109 KB 720/1710 KB 144/531 KB 93/1267 KB 156/214 KB 109/109 KB 728/1710 KB 148/531 KB 97/1267 KB 172/214 KB 109/109 KB 732/1710 KB 152/531 KB 101/1267 KB 172/214 KB 109/109 KB 732/1710 KB 152/531 KB 105/1267 KB 172/214 KB 109/109 KB 732/1710 KB 152/531 KB 97/1267 KB 172/214 KB 109/109 KB 728/1710 KB 152/531 KB 97/1267 KB 172/214 KB 109/109 KB 732/1710 KB 156/531 KB 105/1267 KB 172/214 KB 109/109 KB 732/1710 KB 160/531 KB 105/1267 KB 172/214 KB 109/109 KB 736/1710 KB 160/531 KB 105/1267 KB 172/214 KB 109/109 KB 740/1710 KB 160/531 KB 105/1267 KB 172/214 KB 109/109 KB 744/1710 KB 164/531 KB 109/1267 KB 176/214 KB 109/109 KB 740/1710 KB 164/531 KB 109/1267 KB 176/214 KB 109/109 KB 748/1710 KB 168/531 KB 109/1267 KB 176/214 KB 109/109 KB 748/1710 KB 172/531 KB 109/1267 KB 176/214 KB 109/109 KB 748/1710 KB 176/531 KB 109/1267 KB 176/214 KB 109/109 KB 740/1710 KB 160/531 KB 109/1267 KB 176/214 KB 109/109 KB 740/1710 KB 160/531 KB 109/1267 KB 172/214 KB 109/109 KB 748/1710 KB 176/531 KB 109/1267 KB 180/214 KB 109/109 KB 748/1710 KB 176/531 KB 113/1267 KB 184/214 KB 109/109 KB 748/1710 KB 176/531 KB 113/1267 KB 188/214 KB 109/109 KB 748/1710 KB 180/531 KB 113/1267 KB 192/214 KB 109/109 KB 748/1710 KB 164/531 KB 109/1267 KB 176/214 KB 109/109 KB 752/1710 KB 180/531 KB 113/1267 KB 192/214 KB 109/109 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 329.8 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 748/1710 KB 180/531 KB 113/1267 KB 188/214 KB 109/109 KB 756/1710 KB 184/531 KB 113/1267 KB 192/214 KB 748/1710 KB 176/531 KB 113/1267 KB 180/214 KB 109/109 KB 756/1710 KB 188/531 KB 117/1267 KB 192/214 KB 756/1710 KB 188/531 KB 121/1267 KB 192/214 KB 756/1710 KB 188/531 KB 125/1267 KB 192/214 KB 756/1710 KB 188/531 KB 129/1267 KB 192/214 KB 756/1710 KB 188/531 KB 133/1267 KB 196/214 KB 756/1710 KB 180/531 KB 113/1267 KB 192/214 KB 760/1710 KB 188/531 KB 133/1267 KB 196/214 KB 764/1710 KB 188/531 KB 133/1267 KB 196/214 KB 768/1710 KB 188/531 KB 133/1267 KB 196/214 KB 756/1710 KB 188/531 KB 129/1267 KB 196/214 KB 756/1710 KB 188/531 KB 129/1267 KB 192/214 KB 768/1710 KB 192/531 KB 133/1267 KB 196/214 KB 768/1710 KB 192/531 KB 133/1267 KB 200/214 KB 768/1710 KB 192/531 KB 137/1267 KB 204/214 KB 768/1710 KB 192/531 KB 137/1267 KB 208/214 KB 768/1710 KB 192/531 KB 137/1267 KB 200/214 KB 768/1710 KB 196/531 KB 141/1267 KB 208/214 KB 772/1710 KB 196/531 KB 141/1267 KB 208/214 KB 772/1710 KB 196/531 KB 141/1267 KB 212/214 KB 772/1710 KB 196/531 KB 141/1267 KB 214/214 KB 768/1710 KB 196/531 KB 137/1267 KB 208/214 KB 776/1710 KB 200/531 KB 145/1267 KB 214/214 KB 776/1710 KB 204/531 KB 145/1267 KB 214/214 KB 776/1710 KB 208/531 KB 145/1267 KB 214/214 KB 776/1710 KB 196/531 KB 145/1267 KB 214/214 KB 776/1710 KB 196/531 KB 141/1267 KB 214/214 KB 780/1710 KB 208/531 KB 149/1267 KB 214/214 KB 784/1710 KB 208/531 KB 149/1267 KB 214/214 KB 776/1710 KB 208/531 KB 149/1267 KB 214/214 KB 788/1710 KB 208/531 KB 153/1267 KB 214/214 KB 792/1710 KB 212/531 KB 153/1267 KB 214/214 KB 788/1710 KB 212/531 KB 153/1267 KB 214/214 KB 784/1710 KB 208/531 KB 153/1267 KB 214/214 KB 796/1710 KB 212/531 KB 157/1267 KB 214/214 KB 796/1710 KB 212/531 KB 161/1267 KB 214/214 KB 796/1710 KB 212/531 KB 161/1267 KB 214/214 KB 800/1710 KB 216/531 KB 161/1267 KB 4/80 KB 214/214 KB 796/1710 KB 216/531 KB 161/1267 KB 214/214 KB 796/1710 KB 216/531 KB 161/1267 KB 4/80 KB 214/214 KB 800/1710 KB 216/531 KB 161/1267 KB 8/80 KB 214/214 KB 800/1710 KB 216/531 KB 161/1267 KB 12/80 KB 214/214 KB 800/1710 KB 216/531 KB 161/1267 KB 16/80 KB 214/214 KB 800/1710 KB 220/531 KB 161/1267 KB 16/80 KB 214/214 KB 800/1710 KB 224/531 KB 161/1267 KB 16/80 KB 214/214 KB 800/1710 KB 224/531 KB 161/1267 KB 20/80 KB 214/214 KB 800/1710 KB 228/531 KB 165/1267 KB 24/80 KB 214/214 KB 800/1710 KB 228/531 KB 165/1267 KB 28/80 KB 214/214 KB 800/1710 KB 228/531 KB 165/1267 KB 32/80 KB 214/214 KB 800/1710 KB 224/531 KB 165/1267 KB 20/80 KB 214/214 KB 804/1710 KB 228/531 KB 169/1267 KB 32/80 KB 214/214 KB 804/1710 KB 228/531 KB 173/1267 KB 32/80 KB 214/214 KB 804/1710 KB 228/531 KB 177/1267 KB 32/80 KB 214/214 KB 804/1710 KB 228/531 KB 181/1267 KB 32/80 KB 214/214 KB 800/1710 KB 228/531 KB 165/1267 KB 20/80 KB 214/214 KB 804/1710 KB 232/531 KB 181/1267 KB 36/80 KB 804/1710 KB 236/531 KB 181/1267 KB 36/80 KB 804/1710 KB 240/531 KB 181/1267 KB 36/80 KB 804/1710 KB 228/531 KB 181/1267 KB 36/80 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 619.9 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 804/1710 KB 228/531 KB 165/1267 KB 32/80 KB 214/214 KB 808/1710 KB 240/531 KB 185/1267 KB 36/80 KB 812/1710 KB 240/531 KB 185/1267 KB 36/80 KB 816/1710 KB 240/531 KB 185/1267 KB 36/80 KB 804/1710 KB 240/531 KB 185/1267 KB 36/80 KB 816/1710 KB 240/531 KB 189/1267 KB 36/80 KB 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 816/1710 KB 240/531 KB 189/1267 KB 40/80 KB 816/1710 KB 240/531 KB 193/1267 KB 40/80 KB 820/1710 KB 244/531 KB 197/1267 KB 44/80 KB 820/1710 KB 244/531 KB 201/1267 KB 44/80 KB 820/1710 KB 244/531 KB 193/1267 KB 44/80 KB 820/1710 KB 240/531 KB 193/1267 KB 44/80 KB 816/1710 KB 240/531 KB 193/1267 KB 44/80 KB 820/1710 KB 244/531 KB 201/1267 KB 48/80 KB 824/1710 KB 244/531 KB 201/1267 KB 48/80 KB 824/1710 KB 248/531 KB 201/1267 KB 48/80 KB 828/1710 KB 248/531 KB 201/1267 KB 48/80 KB 832/1710 KB 248/531 KB 201/1267 KB 48/80 KB 832/1710 KB 252/531 KB 201/1267 KB 48/80 KB 832/1710 KB 256/531 KB 201/1267 KB 48/80 KB 836/1710 KB 256/531 KB 201/1267 KB 48/80 KB 840/1710 KB 260/531 KB 205/1267 KB 52/80 KB 844/1710 KB 260/531 KB 205/1267 KB 52/80 KB 836/1710 KB 260/531 KB 205/1267 KB 52/80 KB 836/1710 KB 256/531 KB 205/1267 KB 52/80 KB 836/1710 KB 256/531 KB 201/1267 KB 52/80 KB 844/1710 KB 260/531 KB 205/1267 KB 56/80 KB 844/1710 KB 260/531 KB 205/1267 KB 60/80 KB 844/1710 KB 260/531 KB 209/1267 KB 64/80 KB 848/1710 KB 264/531 KB 209/1267 KB 64/80 KB 844/1710 KB 264/531 KB 209/1267 KB 64/80 KB 844/1710 KB 260/531 KB 205/1267 KB 64/80 KB 848/1710 KB 268/531 KB 209/1267 KB 64/80 KB 848/1710 KB 272/531 KB 209/1267 KB 64/80 KB 4/1044 KB 848/1710 KB 276/531 KB 213/1267 KB 64/80 KB 4/1044 KB 852/1710 KB 280/531 KB 213/1267 KB 68/80 KB 4/1044 KB 848/1710 KB 272/531 KB 213/1267 KB 64/80 KB 8/1044 KB 852/1710 KB 280/531 KB 213/1267 KB 68/80 KB 12/1044 KB 852/1710 KB 280/531 KB 213/1267 KB 68/80 KB 16/1044 KB 852/1710 KB 280/531 KB 213/1267 KB 68/80 KB 20/1044 KB 852/1710 KB 280/531 KB 213/1267 KB 68/80 KB 848/1710 KB 272/531 KB 213/1267 KB 64/80 KB 24/1044 KB 852/1710 KB 280/531 KB 217/1267 KB 68/80 KB 24/1044 KB 852/1710 KB 280/531 KB 221/1267 KB 68/80 KB 4/1044 KB 852/1710 KB 276/531 KB 213/1267 KB 68/80 KB 24/1044 KB 852/1710 KB 280/531 KB 221/1267 KB 68/80 KB 28/1044 KB 852/1710 KB 280/531 KB 221/1267 KB 72/80 KB 28/1044 KB 852/1710 KB 280/531 KB 225/1267 KB 72/80 KB 4/1044 KB 852/1710 KB 276/531 KB 213/1267 KB 64/80 KB 32/1044 KB 856/1710 KB 284/531 KB 225/1267 KB 72/80 KB 32/1044 KB 860/1710 KB 284/531 KB 225/1267 KB 72/80 KB 32/1044 KB 864/1710 KB 284/531 KB 225/1267 KB 72/80 KB 32/1044 KB 852/1710 KB 284/531 KB 225/1267 KB 72/80 KB 32/1044 KB 852/1710 KB 280/531 KB 225/1267 KB 72/80 KB 24/1044 KB 852/1710 KB 280/531 KB 221/1267 KB 72/80 KB 32/1044 KB 864/1710 KB 284/531 KB 225/1267 KB 76/80 KB 32/1044 KB 864/1710 KB 284/531 KB 225/1267 KB 80/80 KB 32/1044 KB 864/1710 KB 284/531 KB 229/1267 KB 80/80 KB 32/1044 KB 864/1710 KB 288/531 KB 233/1267 KB 80/80 KB 32/1044 KB 864/1710 KB 288/531 KB 237/1267 KB 80/80 KB 32/1044 KB 864/1710 KB 288/531 KB 241/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 288/531 KB 245/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 288/531 KB 249/1267 KB 80/80 KB 32/1044 KB 864/1710 KB 288/531 KB 229/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 292/531 KB 249/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 296/531 KB 249/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 300/531 KB 249/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 304/531 KB 249/1267 KB 80/80 KB 36/1044 KB 868/1710 KB 288/531 KB 241/1267 KB 80/80 KB 40/1044 KB 868/1710 KB 304/531 KB 249/1267 KB 80/80 KB 44/1044 KB 868/1710 KB 304/531 KB 249/1267 KB 80/80 KB 32/1044 KB 868/1710 KB 288/531 KB 241/1267 KB 80/80 KB 44/1044 KB 872/1710 KB 304/531 KB 249/1267 KB 80/80 KB 44/1044 KB 876/1710 KB 304/531 KB 249/1267 KB 80/ unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 80 KB 48/1044 KB 876/1710 KB 304/531 KB 249/1267 KB 80/80 KB 48/1044 KB 880/1710 KB 304/531 KB 249/1267 KB 80/80 KB 48/1044 KB 884/1710 KB 304/531 KB 249/1267 KB 80/80 KB 52/1044 KB 888/1710 KB 308/531 KB 253/1267 KB 80/80 KB 52/1044 KB 884/1710 KB 308/531 KB 253/1267 KB 80/80 KB 48/1044 KB 884/1710 KB 308/531 KB 253/1267 KB 80/80 KB 56/1044 KB 888/1710 KB 312/531 KB 253/1267 KB 80/80 KB 56/1044 KB 888/1710 KB 316/531 KB 253/1267 KB 80/80 KB 48/1044 KB 884/1710 KB 304/531 KB 253/1267 KB 80/80 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 215.4 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 56/1044 KB 892/1710 KB 316/531 KB 257/1267 KB 56/1044 KB 892/1710 KB 320/531 KB 261/1267 KB 56/1044 KB 892/1710 KB 320/531 KB 265/1267 KB 56/1044 KB 892/1710 KB 316/531 KB 253/1267 KB 80/80 KB 56/1044 KB 888/1710 KB 308/531 KB 253/1267 KB 80/80 KB 60/1044 KB 892/1710 KB 320/531 KB 265/1267 KB 64/1044 KB 892/1710 KB 320/531 KB 265/1267 KB 64/1044 KB 896/1710 KB 320/531 KB 265/1267 KB 56/1044 KB 892/1710 KB 320/531 KB 257/1267 KB 64/1044 KB 900/1710 KB 320/531 KB 265/1267 KB 68/1044 KB 904/1710 KB 324/531 KB 269/1267 KB 68/1044 KB 908/1710 KB 324/531 KB 269/1267 KB 68/1044 KB 900/1710 KB 324/531 KB 269/1267 KB 68/1044 KB 900/1710 KB 320/531 KB 269/1267 KB 64/1044 KB 900/1710 KB 320/531 KB 269/1267 KB 68/1044 KB 908/1710 KB 324/531 KB 273/1267 KB 72/1044 KB 908/1710 KB 328/531 KB 277/1267 KB 72/1044 KB 908/1710 KB 328/531 KB 273/1267 KB 72/1044 KB 908/1710 KB 324/531 KB 273/1267 KB 76/1044 KB 912/1710 KB 328/531 KB 277/1267 KB 80/1044 KB 912/1710 KB 328/531 KB 277/1267 KB 72/1044 KB 912/1710 KB 328/531 KB 277/1267 KB 80/1044 KB 912/1710 KB 332/531 KB 277/1267 KB 80/1044 KB 912/1710 KB 336/531 KB 277/1267 KB 80/1044 KB 912/1710 KB 336/531 KB 281/1267 KB 80/1044 KB 912/1710 KB 336/531 KB 285/1267 KB 80/1044 KB 916/1710 KB 336/531 KB 285/1267 KB 84/1044 KB 920/1710 KB 340/531 KB 4/61 KB 289/1267 KB 84/1044 KB 924/1710 KB 340/531 KB 4/61 KB 289/1267 KB 84/1044 KB 916/1710 KB 340/531 KB 4/61 KB 289/1267 KB 80/1044 KB 916/1710 KB 340/531 KB 4/61 KB 289/1267 KB 88/1044 KB 924/1710 KB 340/531 KB 4/61 KB 289/1267 KB 80/1044 KB 916/1710 KB 336/531 KB 4/61 KB 285/1267 KB 88/1044 KB 924/1710 KB 344/531 KB 8/61 KB 289/1267 KB 88/1044 KB 924/1710 KB 344/531 KB 12/61 KB 289/1267 KB 88/1044 KB 924/1710 KB 344/531 KB 16/61 KB 289/1267 KB 88/1044 KB 924/1710 KB 344/531 KB 20/61 KB 289/1267 KB 80/1044 KB 916/1710 KB 336/531 KB 4/61 KB 289/1267 KB 92/1044 KB 928/1710 KB 344/531 KB 20/61 KB 293/1267 KB 92/1044 KB 924/1710 KB 344/531 KB 20/61 KB 289/1267 KB 96/1044 KB 928/1710 KB 344/531 KB 20/61 KB 293/1267 KB 88/1044 KB 924/1710 KB 344/531 KB 4/61 KB 289/1267 KB 96/1044 KB 928/1710 KB 348/531 KB 24/61 KB 293/1267 KB 96/1044 KB 928/1710 KB 352/531 KB 24/61 KB 293/1267 KB 96/1044 KB 928/1710 KB 344/531 KB 24/61 KB 293/1267 KB 92/1044 KB 928/1710 KB 344/531 KB 20/61 KB 293/1267 KB 100/1044 KB 932/1710 KB 352/531 KB 24/61 KB 297/1267 KB 100/1044 KB 936/1710 KB 356/531 KB 28/61 KB 297/1267 KB 100/1044 KB 940/1710 KB 356/531 KB 28/61 KB 297/1267 KB 100/1044 KB 928/1710 KB 352/531 KB 24/61 KB 297/1267 KB 96/1044 KB 928/1710 KB 352/531 KB 24/61 KB 297/1267 KB 100/1044 KB 940/1710 KB 356/531 KB 28/61 KB 301/1267 KB 100/1044 KB 940/1710 KB 356/531 KB 28/61 KB 305/1267 KB 100/1044 KB 932/1710 KB 356/531 KB 28/61 KB 297/1267 KB 100/1044 KB 932/1710 KB 352/531 KB 28/61 KB 297/1267 KB 104/1044 KB 940/1710 KB 356/531 KB 32/61 KB 305/1267 KB 104/1044 KB 940/1710 KB 356/531 KB 36/61 KB 305/1267 KB 104/1044 KB 944/1710 KB 360/531 KB 40/61 KB 309/1267 KB 104/1044 KB 944/1710 KB 360/531 KB 44/61 KB 309/1267 KB 104/1044 KB 944/1710 KB 360/531 KB 48/61 KB 309/1267 KB 104/1044 KB 940/1710 KB 356/531 KB 28/61 KB 305/1267 KB 108/1044 KB 944/1710 KB 360/531 KB 48/61 KB 309/1267 KB 112/1044 KB 944/1710 KB 360/531 KB 48/61 KB 309/1267 KB 104/1044 KB 944/1710 KB 360/531 KB 36/61 KB 309/1267 KB 104/1044 KB 944/1710 KB 360/531 KB 36/61 KB 305/1267 KB 104/1044 KB 940/1710 KB 360/531 KB 36/61 KB 305/1267 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install KB 112/1044 KB 944/1710 KB 364/531 KB 48/61 KB 309/1267 KB 112/1044 KB 944/1710 KB 368/531 KB 48/61 KB 309/1267 KB 112/1044 KB 944/1710 KB 368/531 KB 48/61 KB 313/1267 KB 112/1044 KB 944/1710 KB 368/531 KB 48/61 KB 317/1267 KB 116/1044 KB 944/1710 KB 368/531 KB 48/61 KB 321/1267 KB 116/1044 KB 948/1710 KB 372/531 KB 52/61 KB 325/1267 KB 116/1044 KB 948/1710 KB 372/531 KB 52/61 KB 329/1267 KB 116/1044 KB 944/1710 KB 368/531 KB 48/61 KB 317/1267 KB 120/1044 KB 948/1710 KB 372/531 KB 52/61 KB 329/1267 KB 124/1044 KB 948/1710 KB 372/531 KB 52/61 KB 329/1267 KB 116/1044 KB 948/1710 KB 372/531 KB 52/61 KB 321/1267 KB 116/1044 KB 948/1710 KB 372/531 KB 48/61 KB 321/1267 KB 116/1044 KB 948/1710 KB 368/531 KB 48/61 KB 321/1267 KB 128/1044 KB 952/1710 KB 372/531 KB 52/61 KB 329/1267 KB 128/1044 KB 956/1710 KB 372/531 KB 52/61 KB 329/1267 KB 128/1044 KB 956/1710 KB 376/531 KB 52/61 KB 329/1267 KB 128/1044 KB 956/1710 KB 380/531 KB 52/61 KB 329/1267 KB 128/1044 KB 960/1710 KB 384/531 KB 52/61 KB 329/1267 KB 128/1044 KB 960/1710 KB 380/531 KB 52/61 KB 329/1267 KB 128/1044 KB 960/1710 KB 384/531 KB 56/61 KB 329/1267 KB 128/1044 KB 948/1710 KB 372/531 KB 52/61 KB 329/1267 KB 128/1044 KB 960/1710 KB 384/531 KB 56/61 KB 333/1267 KB 128/1044 KB 960/1710 KB 384/531 KB 60/61 KB 333/1267 KB 128/1044 KB 960/1710 KB 384/531 KB 61/61 KB 333/1267 KB 128/1044 KB 964/1710 KB 384/531 KB 61/61 KB 337/1267 KB 132/1044 KB 964/1710 KB 388/531 KB 61/61 KB 341/1267 KB 132/1044 KB 964/1710 KB 388/531 KB 61/61 KB 345/1267 KB 128/1044 KB 964/1710 KB 384/531 KB 61/61 KB 333/1267 KB 132/1044 KB 964/1710 KB 388/531 KB 61/61 KB 337/1267 KB 132/1044 KB 968/1710 KB 388/531 KB 61/61 KB 345/1267 KB 128/1044 KB 964/1710 KB 388/531 KB 61/61 KB 337/1267 KB 136/1044 KB 968/1710 KB 388/531 KB 61/61 KB 345/1267 KB 136/1044 KB 968/1710 KB 392/531 KB 61/61 KB 345/1267 KB 140/1044 KB 972/1710 KB 396/531 KB 61/61 KB 345/1267 KB 140/1044 KB 972/1710 KB 392/531 KB 61/61 KB 345/1267 KB 136/1044 KB 972/1710 KB 392/531 KB 61/61 KB 345/1267 KB 144/1044 KB 972/1710 KB 396/531 KB 61/61 KB 345/1267 KB 144/1044 KB 976/1710 KB 396/531 KB 61/61 KB 349/1267 KB 144/1044 KB 976/1710 KB 396/531 KB 61/61 KB 345/1267 KB 144/1044 KB 976/1710 KB 400/531 KB 61/61 KB 349/1267 KB 148/1044 KB 976/1710 KB 400/531 KB 61/61 KB 349/1267 KB 152/1044 KB 980/1710 KB 404/531 KB 353/1267 KB 156/1044 KB 980/1710 KB 404/531 KB 353/1267 KB 148/1044 KB 980/1710 KB 404/531 KB 353/1267 KB 156/1044 KB 980/1710 KB 404/531 KB 357/1267 KB 156/1044 KB 980/1710 KB 404/531 KB 361/1267 KB 160/1044 KB 980/1710 KB 404/531 KB 365/1267 KB 148/1044 KB 980/1710 KB 404/531 KB 61/61 KB 349/1267 KB 148/1044 KB 976/1710 KB 404/531 KB 61/61 KB 349/1267 KB 160/1044 KB 984/1710 KB 404/531 KB 365/1267 KB 160/1044 KB 988/1710 KB 404/531 KB 365/1267 KB 160/1044 KB 980/1710 KB 404/531 KB 361/1267 KB 160/1044 KB 988/1710 KB 408/531 KB 365/1267 KB 160/1044 KB 988/1710 KB 412/531 KB 365/1267 KB 160/1044 KB 992/1710 KB 416/531 KB 365/1267 KB 160/1044 KB 992/1710 KB 420/531 KB 365/1267 KB 164/1044 KB 992/1710 KB 424/531 KB 369/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 150.9 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 160/1044 KB 992/1710 KB 412/531 KB 365/1267 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 164/1044 KB 996/1710 KB 424/531 KB 369/1267 KB 164/1044 KB 1000/1710 KB 424/531 KB 369/1267 KB 164/1044 KB 992/1710 KB 420/531 KB 369/1267 KB 164/1044 KB 992/1710 KB 420/531 KB 365/1267 KB 168/1044 KB 1000/1710 KB 428/531 KB 369/1267 KB 172/1044 KB 1000/1710 KB 428/531 KB 369/1267 KB 176/1044 KB 1000/1710 KB 428/531 KB 373/1267 KB 164/1044 KB 1000/1710 KB 428/531 KB 369/1267 KB 172/1044 KB 1000/1710 KB 428/531 KB 373/1267 KB 176/1044 KB 1000/1710 KB 428/531 KB 377/1267 KB 176/1044 KB 1000/1710 KB 428/531 KB 381/1267 KB 176/1044 KB 1004/1710 KB 432/531 KB 381/1267 KB 176/1044 KB 1004/1710 KB 428/531 KB 381/1267 KB 176/1044 KB 1008/1710 KB 432/531 KB 381/1267 KB 180/1044 KB 1008/1710 KB 436/531 KB 381/1267 KB 184/1044 KB 1012/1710 KB 436/531 KB 385/1267 KB 188/1044 KB 1012/1710 KB 436/531 KB 385/1267 KB 176/1044 KB 1008/1710 KB 436/531 KB 381/1267 KB 192/1044 KB 1012/1710 KB 440/531 KB 385/1267 KB 192/1044 KB 1012/1710 KB 444/531 KB 385/1267 KB 180/1044 KB 1012/1710 KB 436/531 KB 385/1267 KB 180/1044 KB 1008/1710 KB 436/531 KB 385/1267 KB 192/1044 KB 1012/1710 KB 444/531 KB 389/1267 KB 192/1044 KB 1012/1710 KB 444/531 KB 393/1267 KB 192/1044 KB 1012/1710 KB 444/531 KB 393/1267 KB 192/1044 KB 1016/1710 KB 444/531 KB 393/1267 KB 192/1044 KB 1016/1710 KB 448/531 KB 393/1267 KB 192/1044 KB 1020/1710 KB 448/531 KB 397/1267 KB 192/1044 KB 1024/1710 KB 448/531 KB 397/1267 KB 192/1044 KB 1020/1710 KB 448/531 KB 397/1267 KB 196/1044 KB 1024/1710 KB 448/531 KB 401/1267 KB 196/1044 KB 1028/1710 KB 452/531 KB 405/1267 KB 196/1044 KB 1024/1710 KB 448/531 KB 397/1267 KB 200/1044 KB 1028/1710 KB 452/531 KB 405/1267 KB 200/1044 KB 1028/1710 KB 4/1063 KB 452/531 KB 405/1267 KB 200/1044 KB 1028/1710 KB 8/1063 KB 452/531 KB 405/1267 KB 200/1044 KB 1028/1710 KB 12/1063 KB 452/531 KB 405/1267 KB 200/1044 KB 1028/1710 KB 16/1063 KB 452/531 KB 405/1267 KB 196/1044 KB 1028/1710 KB 452/531 KB 401/1267 KB 200/1044 KB 1032/1710 KB 16/1063 KB 452/531 KB 405/1267 KB 204/1044 KB 1036/1710 KB 16/1063 KB 452/531 KB 409/1267 KB 204/1044 KB 1040/1710 KB 16/1063 KB 452/531 KB 409/1267 KB 196/1044 KB 1024/1710 KB 452/531 KB 401/1267 KB 204/1044 KB 1040/1710 KB 20/1063 KB 456/531 KB 409/1267 KB 204/1044 KB 1040/1710 KB 20/1063 KB 460/531 KB 409/1267 KB 204/1044 KB 1040/1710 KB 20/1063 KB 464/531 KB 409/1267 KB 204/1044 KB 1040/1710 KB 20/1063 KB 452/531 KB 409/1267 KB 204/1044 KB 1032/1710 KB 16/1063 KB 452/531 KB 409/1267 KB 204/1044 KB 1032/1710 KB 16/1063 KB 452/531 KB 405/1267 KB 208/1044 KB 1040/1710 KB 20/1063 KB 464/531 KB 409/1267 KB 208/1044 KB 1040/1710 KB 20/1063 KB 464/531 KB 413/1267 KB 208/1044 KB 1040/1710 KB 24/1063 KB 464/531 KB 413/1267 KB 208/1044 KB 1040/1710 KB 28/1063 KB 464/531 KB 413/1267 KB 208/1044 KB 1040/1710 KB 32/1063 KB 464/531 KB 413/1267 KB 208/1044 KB 1040/1710 KB 36/1063 KB 464/531 KB 413/1267 KB 212/1044 KB 1044/1710 KB 40/1063 KB 468/531 KB 417/1267 KB 212/1044 KB 1044/1710 KB 44/1063 KB 468/531 KB 417/1267 KB 212/1044 KB 1044/1710 KB 36/1063 KB 468/531 KB 417/1267 KB 212/1044 KB 1040/1710 KB 36/1063 KB 468/531 KB 417/1267 KB 212/1044 KB 1040/1710 KB 36/1063 KB 464/531 KB 417/1267 KB 212/1044 KB 1044/1710 KB 44/1063 KB 472/531 KB 421/1267 KB 212/1044 KB 1044/1710 KB 44/1063 KB 472/531 KB 425/1267 KB 212/1044 KB 1040/1710 KB 36/1063 KB 464/531 KB 413/1267 KB 212/1044 KB 1044/1710 KB 44/1063 KB 472/531 KB 417/1267 KB 212/1044 KB 1044/1710 KB 44/1063 KB 476/531 KB 425/1267 KB 212/1044 KB 1044/ unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 1710 KB 44/1063 KB 480/531 KB 425/1267 KB 216/1044 KB 1048/1710 KB 44/1063 KB 480/531 KB 429/1267 KB 216/1044 KB 1048/1710 KB 44/1063 KB 480/531 KB 425/1267 KB 216/1044 KB 1044/1710 KB 44/1063 KB 480/531 KB 425/1267 KB 220/1044 KB 1048/1710 KB 44/1063 KB 480/531 KB 429/1267 KB 224/1044 KB 1048/1710 KB 44/1063 KB 480/531 KB 429/1267 KB 224/1044 KB 1052/1710 KB 44/1063 KB 480/531 KB 429/1267 KB 224/1044 KB 1052/1710 KB 44/1063 KB 484/531 KB 429/1267 KB 228/1044 KB 1056/1710 KB 48/1063 KB 488/531 KB 433/1267 KB 228/1044 KB 1056/1710 KB 48/1063 KB 492/531 KB 433/1267 KB 228/1044 KB 1056/1710 KB 48/1063 KB 496/531 KB 433/1267 KB 228/1044 KB 1056/1710 KB 48/1063 KB 484/531 KB 433/1267 KB 224/1044 KB 1056/1710 KB 44/1063 KB 484/531 KB 429/1267 KB 228/1044 KB 1060/1710 KB 48/1063 KB 496/531 KB 433/1267 KB 228/1044 KB 1064/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 228/1044 KB 1068/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 228/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 228/1044 KB 1056/1710 KB 44/1063 KB 484/531 KB 433/1267 KB 232/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 236/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 240/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 224/1044 KB 1056/1710 KB 44/1063 KB 484/531 KB 433/1267 KB 240/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 437/1267 KB 240/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 441/1267 KB 240/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 445/1267 KB 240/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 449/1267 KB 244/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 453/1267 KB 244/1044 KB 1072/1710 KB 52/1063 KB 500/531 KB 457/1267 KB 228/1044 KB 1060/1710 KB 52/1063 KB 496/531 KB 433/1267 KB 244/1044 KB 1072/1710 KB 56/1063 KB 500/531 KB 457/1267 KB 244/1044 KB 1072/1710 KB 60/1063 KB 500/531 KB 457/1267 KB 244/1044 KB 1072/1710 KB 64/1063 KB 500/531 KB 457/1267 KB 244/1044 KB 1072/1710 KB 68/1063 KB 500/531 KB 457/1267 KB 244/1044 KB 1072/1710 KB 72/1063 KB 500/531 KB 461/1267 KB 244/1044 KB 1072/1710 KB 76/1063 KB 500/531 KB 461/1267 KB 244/1044 KB 1072/1710 KB 52/1063 KB 500/531 KB 453/1267 KB 244/1044 KB 1072/1710 KB 52/1063 KB 496/531 KB 449/1267 KB 244/1044 KB 1076/1710 KB 76/1063 KB 504/531 KB 461/1267 KB 248/1044 KB 1076/1710 KB 76/1063 KB 508/531 KB 461/1267 KB 248/1044 KB 1076/1710 KB 76/1063 KB 512/531 KB 461/1267 KB 244/1044 KB 1076/1710 KB 76/1063 KB 500/531 KB 461/1267 KB 244/1044 KB 1072/1710 KB 68/1063 KB 500/531 KB 461/1267 KB 248/1044 KB 1076/1710 KB 76/1063 KB 504/531 KB 461/1267 KB 252/1044 KB 1076/1710 KB 76/1063 KB 512/531 KB 461/1267 KB 256/1044 KB 1076/1710 KB 76/1063 KB 512/531 KB 461/1267 KB 256/1044 KB 1076/1710 KB 76/1063 KB 516/531 KB 465/1267 KB 260/1044 KB 1080/1710 KB 80/1063 KB 520/531 KB 465/1267 KB 256/1044 KB 1076/1710 KB 76/1063 KB 512/531 KB 465/1267 KB 260/1044 KB 1080/1710 KB 80/1063 KB 520/531 KB 469/1267 KB 260/1044 KB 1080/1710 KB 80/1063 KB 520/531 KB 473/1267 KB 260/1044 KB 1080/1710 KB 80/1063 KB 516/531 KB 465/1267 KB 256/1044 KB 1080/1710 KB 80/1063 KB 516/531 KB 465/1267 KB 256/1044 KB 1076/1710 KB 80/1063 KB 516/531 KB 465/1267 KB 264/1044 KB 1084/1710 KB 80/1063 KB 520/531 KB 473/1267 KB 264/1044 KB 1088/1710 KB 80/1063 KB 520/531 KB 473/1267 KB 264/1044 KB 1088/1710 KB 84/1063 KB 520/531 KB 473/1267 KB 264/1044 KB 1092/1710 KB 88/1063 KB 520/531 KB 473/1267 KB 264/1044 KB 1092/1710 KB 92/1063 KB 524/531 KB 477/1267 KB 264/1044 KB 1092/1710 KB 96/1063 KB 524/531 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 477/1267 KB 264/1044 KB 1092/1710 KB 84/1063 KB 520/531 KB 473/1267 KB 264/1044 KB 1080/1710 KB 80/1063 KB 520/531 KB 477/1267 KB 264/1044 KB 1092/1710 KB 88/1063 KB 524/531 KB 477/1267 KB 264/1044 KB 1092/1710 KB 88/1063 KB 524/531 KB 473/1267 KB 268/1044 KB 1092/1710 KB 96/1063 KB 524/531 KB 477/1267 KB 268/1044 KB 1092/1710 KB 96/1063 KB 528/531 KB 477/1267 KB 272/1044 KB 1092/1710 KB 96/1063 KB 528/531 KB 477/1267 KB 276/1044 KB 1092/1710 KB 96/1063 KB 528/531 KB 477/1267 KB 280/1044 KB 1096/1710 KB 100/1063 KB 531/531 KB 481/1267 KB 276/1044 KB 1096/1710 KB 100/1063 KB 531/531 KB 481/1267 KB 276/1044 KB 1096/1710 KB 100/1063 KB 531/531 KB 477/1267 KB 280/1044 KB 1100/1710 KB 100/1063 KB 531/531 KB 481/1267 KB 280/1044 KB 1104/1710 KB 100/1063 KB 531/531 KB 481/1267 KB 280/1044 KB 1104/1710 KB 100/1063 KB 531/531 KB 485/1267 KB 280/1044 KB 1104/1710 KB 100/1063 KB 531/531 KB 489/1267 KB 276/1044 KB 1092/1710 KB 100/1063 KB 531/531 KB 477/1267 KB 276/1044 KB 1092/1710 KB 96/1063 KB 531/531 KB 477/1267 KB 280/1044 KB 1108/1710 KB 100/1063 KB 531/531 KB 489/1267 KB 284/1044 KB 1108/1710 KB 104/1063 KB 531/531 KB 493/1267 KB 280/1044 KB 1108/1710 KB 104/1063 KB 531/531 KB 493/1267 KB 280/1044 KB 1108/1710 KB 104/1063 KB 531/531 KB 489/1267 KB 288/1044 KB 1108/1710 KB 108/1063 KB 531/531 KB 493/1267 KB 288/1044 KB 1108/1710 KB 112/1063 KB 531/531 KB 493/1267 KB 288/1044 KB 1108/1710 KB 104/1063 KB 531/531 KB 493/1267 KB 288/1044 KB 1108/1710 KB 116/1063 KB 531/531 KB 493/1267 KB 292/1044 KB 1112/1710 KB 120/1063 KB 531/531 KB 497/1267 KB 292/1044 KB 1112/1710 KB 116/1063 KB 531/531 KB 497/1267 KB 292/1044 KB 1112/1710 KB 124/1063 KB 531/531 KB 501/1267 KB 292/1044 KB 1112/1710 KB 124/1063 KB 531/531 KB 505/1267 KB 292/1044 KB 1112/1710 KB 116/1063 KB 531/531 KB 493/1267 KB 288/1044 KB 1112/1710 KB 116/1063 KB 531/531 KB 493/1267 KB 292/1044 KB 1116/1710 KB 124/1063 KB 531/531 KB 505/1267 KB 292/1044 KB 1120/1710 KB 124/1063 KB 531/531 KB 505/1267 KB 292/1044 KB 1120/1710 KB 124/1063 KB 531/531 KB 509/1267 KB 296/1044 KB 1120/1710 KB 124/1063 KB 531/531 KB 513/1267 KB 296/1044 KB 1124/1710 KB 124/1063 KB 517/1267 KB 296/1044 KB 1120/1710 KB 124/1063 KB 531/531 KB 509/1267 KB 300/1044 KB 1124/1710 KB 124/1063 KB 517/1267 KB 304/1044 KB 1124/1710 KB 124/1063 KB 517/1267 KB 308/1044 KB 1124/1710 KB 124/1063 KB 517/1267 KB 312/1044 KB 1124/1710 KB 124/1063 KB 521/1267 KB 316/1044 KB 1124/1710 KB 124/1063 KB 521/1267 KB 320/1044 KB 1124/1710 KB 124/1063 KB 521/1267 KB 324/1044 KB 1124/1710 KB 124/1063 KB 521/1267 KB 296/1044 KB 1124/1710 KB 124/1063 KB 531/531 KB 513/1267 KB 292/1044 KB 1120/1710 KB 124/1063 KB 531/531 KB 513/1267 KB 328/1044 KB 1124/1710 KB 128/1063 KB 521/1267 KB 328/1044 KB 1124/1710 KB 132/1063 KB 521/1267 KB 328/1044 KB 1128/1710 KB 136/1063 KB 521/1267 KB 328/1044 KB 1128/1710 KB 140/1063 KB 521/1267 KB 308/1044 KB 1124/1710 KB 124/1063 KB 521/1267 KB 328/1044 KB 1128/1710 KB 132/1063 KB 521/1267 KB 328/1044 KB 1132/1710 KB 140/1063 KB 521/1267 KB 328/1044 KB 1136/1710 KB 140/1063 KB 521/1267 KB 328/1044 KB 1136/1710 KB 140/1063 KB 525/1267 KB 328/1044 KB 1136/1710 KB 144/1063 KB 525/1267 KB 328/1044 KB 1136/1710 KB 144/1063 KB 529/1267 KB 328/1044 KB 1140/1710 KB 148/1063 KB 529/1267 KB 328/1044 KB 1140/1710 KB 152/1063 KB 529/1267 KB 328/1044 KB 1140/1710 KB 144/1063 KB 529/1267 KB 328/1044 KB 1144/1710 KB 152 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install /1063 KB 533/1267 KB 328/1044 KB 1148/1710 KB 152/1063 KB 533/1267 KB 328/1044 KB 1152/1710 KB 152/1063 KB 533/1267 KB 328/1044 KB 1140/1710 KB 152/1063 KB 533/1267 KB 328/1044 KB 1152/1710 KB 156/1063 KB 533/1267 KB 328/1044 KB 1152/1710 KB 160/1063 KB 537/1267 KB 328/1044 KB 1152/1710 KB 164/1063 KB 537/1267 KB 328/1044 KB 1156/1710 KB 168/1063 KB 537/1267 KB 328/1044 KB 1156/1710 KB 172/1063 KB 537/1267 KB 328/1044 KB 1152/1710 KB 156/1063 KB 537/1267 KB 328/1044 KB 1156/1710 KB 172/1063 KB 541/1267 KB 328/1044 KB 1156/1710 KB 172/1063 KB 545/1267 KB 328/1044 KB 1156/1710 KB 172/1063 KB 549/1267 KB 328/1044 KB 1156/1710 KB 164/1063 KB 537/1267 KB 328/1044 KB 1152/1710 KB 160/1063 KB 537/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 1165.5 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 332/1044 KB 1160/1710 KB 176/1063 KB 549/1267 KB 332/1044 KB 1164/1710 KB 176/1063 KB 549/1267 KB 332/1044 KB 1168/1710 KB 176/1063 KB 549/1267 KB 328/1044 KB 1156/1710 KB 176/1063 KB 549/1267 KB 332/1044 KB 1156/1710 KB 176/1063 KB 549/1267 KB 336/1044 KB 1168/1710 KB 176/1063 KB 549/1267 KB 340/1044 KB 1168/1710 KB 176/1063 KB 549/1267 KB 340/1044 KB 1168/1710 KB 176/1063 KB 553/1267 KB 340/1044 KB 1168/1710 KB 176/1063 KB 557/1267 KB 344/1044 KB 1172/1710 KB 180/1063 KB 557/1267 KB 344/1044 KB 1176/1710 KB 180/1063 KB 557/1267 KB 344/1044 KB 1180/1710 KB 180/1063 KB 561/1267 KB 344/1044 KB 1168/1710 KB 180/1063 KB 557/1267 KB 348/1044 KB 1180/1710 KB 180/1063 KB 561/1267 KB 352/1044 KB 1180/1710 KB 180/1063 KB 561/1267 KB 340/1044 KB 1168/1710 KB 180/1063 KB 557/1267 KB 352/1044 KB 1180/1710 KB 184/1063 KB 561/1267 KB 352/1044 KB 1180/1710 KB 188/1063 KB 561/1267 KB 352/1044 KB 1184/1710 KB 192/1063 KB 561/1267 KB 344/1044 KB 1176/1710 KB 180/1063 KB 561/1267 KB 352/1044 KB 1184/1710 KB 192/1063 KB 565/1267 KB 352/1044 KB 1184/1710 KB 188/1063 KB 561/1267 KB 356/1044 KB 1184/1710 KB 196/1063 KB 565/1267 KB 356/1044 KB 1188/1710 KB 200/1063 KB 569/1267 KB 356/1044 KB 1188/1710 KB 204/1063 KB 569/1267 KB 356/1044 KB 1188/1710 KB 208/1063 KB 569/1267 KB 356/1044 KB 1184/1710 KB 192/1063 KB 565/1267 KB 360/1044 KB 1188/1710 KB 208/1063 KB 569/1267 KB 364/1044 KB 1188/1710 KB 208/1063 KB 569/1267 KB 368/1044 KB 1188/1710 KB 208/1063 KB 569/1267 KB 356/1044 KB 1188/1710 KB 196/1063 KB 569/1267 KB 356/1044 KB 1184/1710 KB 196/1063 KB 569/1267 KB 368/1044 KB 1188/1710 KB 208/1063 KB 573/1267 KB 368/1044 KB 1188/1710 KB 208/1063 KB 577/1267 KB 372/1044 KB 1192/1710 KB 208/1063 KB 581/1267 KB 372/1044 KB 1192/1710 KB 208/1063 KB 585/1267 KB 372/1044 KB 1192/1710 KB 208/1063 KB 589/1267 KB 372/1044 KB 1192/1710 KB 208/1063 KB 593/1267 KB 372/1044 KB 1192/1710 KB 212/1063 KB 597/1267 KB 372/1044 KB 1192/1710 KB 212/1063 KB 601/1267 KB 372/1044 KB 1192/1710 KB 208/1063 KB 577/1267 KB 368/1044 KB 1192/1710 KB 208/1063 KB 577/1267 KB 372/1044 KB 1196/1710 KB 212/1063 KB 601/1267 KB 372/1044 KB 1200/1710 KB 212/1063 KB 601/1267 KB 372/1044 KB 1204/1710 KB 212/1063 KB 601/1267 KB 372/1044 KB 1192/1710 KB 212/1063 KB 593/1267 KB 376/1044 KB 1204/1710 KB 212/1063 KB 601/1267 KB 380/1044 KB 1204/1710 KB 212/1063 KB 601/1267 KB 384/1044 KB 1204/1710 KB 212/1063 KB 601/1267 KB 384/1044 KB 1204/1710 KB 216/1063 KB 601/1267 KB 384/1044 KB 1208/1710 KB 216/1063 KB 601/1267 KB 384/1044 KB 1212/1710 KB 220/1063 KB 601/1267 KB 384/1044 KB 1216/1710 KB 220/1063 KB 601/1267 KB 384/1044 KB 1208/1710 KB 220/1063 KB 601/1267 KB 384/1044 KB 1216/1710 KB 224/1063 KB 601/1267 KB 388/1044 KB 1216/1710 KB 224/1063 KB 601/1267 KB 392/1044 KB 1216/1710 KB 224/1063 KB 605/1267 KB 396/1044 KB 1216/1710 KB 224/1063 KB 605/1267 KB 400/1044 KB 1216/1710 KB 224/1063 KB 605/1267 KB 388/1044 KB 1216/1710 KB 224/1063 KB 605/1267 KB 400/1044 KB 1216/1710 KB 224/1063 KB 609/1267 KB 404/1044 KB 1220/1710 KB 228/1063 KB 613/1267 KB 4/713 KB 404/1044 KB 1220/1710 KB 228/1063 KB 609/1267 KB 4/713 KB 404/1044 KB 1220/1710 KB 228/1063 KB 617/1267 KB 4/713 KB 400/1044 KB 1220/1710 KB 228/1063 KB 609/1267 KB 4/713 KB 404/1044 KB 1220/1710 KB 228/1063 KB 617/1267 KB 8/713 KB 404/1044 KB 1220/1710 KB 228/1063 KB 617/1267 KB 12/713 KB 404/1044 KB 1220/1710 KB 228/1063 KB 617/1267 KB 16/713 KB 400/1044 KB 1220/1710 KB 228/1063 KB 609/1267 KB 404/1044 KB 1 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 224/1710 KB 228/1063 KB 617/1267 KB 16/713 KB 404/1044 KB 1224/1710 KB 228/1063 KB 617/1267 KB 20/713 KB 404/1044 KB 1224/1710 KB 228/1063 KB 617/1267 KB 24/713 KB 404/1044 KB 1224/1710 KB 228/1063 KB 617/1267 KB 28/713 KB 404/1044 KB 1224/1710 KB 228/1063 KB 617/1267 KB 32/713 KB 400/1044 KB 1216/1710 KB 228/1063 KB 609/1267 KB 404/1044 KB 1224/1710 KB 232/1063 KB 617/1267 KB 32/713 KB 404/1044 KB 1224/1710 KB 236/1063 KB 617/1267 KB 32/713 KB 404/1044 KB 1224/1710 KB 240/1063 KB 617/1267 KB 32/713 KB 404/1044 KB 1228/1710 KB 240/1063 KB 617/1267 KB 32/713 KB 404/1044 KB 1232/1710 KB 240/1063 KB 617/1267 KB 32/713 KB 404/1044 KB 1232/1710 KB 244/1063 KB 617/1267 KB 32/713 KB 408/1044 KB 1236/1710 KB 244/1063 KB 621/1267 KB 36/713 KB 408/1044 KB 1236/1710 KB 244/1063 KB 621/1267 KB 40/713 KB 408/1044 KB 1236/1710 KB 244/1063 KB 621/1267 KB 44/713 KB 408/1044 KB 1236/1710 KB 244/1063 KB 621/1267 KB 48/713 KB 404/1044 KB 1232/1710 KB 244/1063 KB 621/1267 KB 32/713 KB 408/1044 KB 1236/1710 KB 244/1063 KB 625/1267 KB 48/713 KB 408/1044 KB 1236/1710 KB 244/1063 KB 621/1267 KB 32/713 KB 408/1044 KB 1232/1710 KB 244/1063 KB 621/1267 KB 32/713 KB 412/1044 KB 1236/1710 KB 248/1063 KB 625/1267 KB 48/713 KB 416/1044 KB 1236/1710 KB 248/1063 KB 625/1267 KB 48/713 KB 420/1044 KB 1236/1710 KB 248/1063 KB 625/1267 KB 48/713 KB 424/1044 KB 1240/1710 KB 248/1063 KB 629/1267 KB 52/713 KB 428/1044 KB 1240/1710 KB 248/1063 KB 629/1267 KB 52/713 KB 408/1044 KB 1236/1710 KB 248/1063 KB 625/1267 KB 48/713 KB 428/1044 KB 1240/1710 KB 252/1063 KB 629/1267 KB 52/713 KB 428/1044 KB 1240/1710 KB 256/1063 KB 629/1267 KB 52/713 KB 420/1044 KB 1240/1710 KB 248/1063 KB 629/1267 KB 52/713 KB 420/1044 KB 1240/1710 KB 248/1063 KB 625/1267 KB 52/713 KB 420/1044 KB 1236/1710 KB 248/1063 KB 625/1267 KB 52/713 KB 428/1044 KB 1240/1710 KB 256/1063 KB 629/1267 KB 56/713 KB 428/1044 KB 1240/1710 KB 256/1063 KB 629/1267 KB 60/713 KB 428/1044 KB 1240/1710 KB 256/1063 KB 629/1267 KB 64/713 KB 428/1044 KB 1240/1710 KB 256/1063 KB 629/1267 KB 68/713 KB 428/1044 KB 1244/1710 KB 256/1063 KB 633/1267 KB 68/713 KB 428/1044 KB 1244/1710 KB 256/1063 KB 637/1267 KB 68/713 KB 428/1044 KB 1244/1710 KB 256/1063 KB 629/1267 KB 68/713 KB 428/1044 KB 1248/1710 KB 260/1063 KB 637/1267 KB 72/713 KB 428/1044 KB 1252/1710 KB 260/1063 KB 637/1267 KB 72/713 KB 432/1044 KB 1256/1710 KB 260/1063 KB 641/1267 KB 72/713 KB 432/1044 KB 1260/1710 KB 260/1063 KB 641/1267 KB 72/713 KB 428/1044 KB 1244/1710 KB 260/1063 KB 637/1267 KB 72/713 KB 428/1044 KB 1244/1710 KB 256/1063 KB 637/1267 KB 72/713 KB 432/1044 KB 1260/1710 KB 260/1063 KB 641/1267 KB 76/713 KB 432/1044 KB 1260/1710 KB 260/1063 KB 641/1267 KB 80/713 KB 432/1044 KB 1260/1710 KB 260/1063 KB 641/1267 KB 84/713 KB 432/1044 KB 1252/1710 KB 260/1063 KB 641/1267 KB 72/713 KB 432/1044 KB 1252/1710 KB 260/1063 KB 637/1267 KB 72/713 KB 436/1044 KB 1264/1710 KB 264/1063 KB 641/1267 KB 84/713 KB 440/1044 KB 1264/1710 KB 264/1063 KB 645/1267 KB 88/713 KB 444/1044 KB 1264/1710 KB 264/1063 KB 645/1267 KB 88/713 KB 448/1044 KB 1264/1710 KB 264/1063 KB 645/1267 KB 88/713 KB 432/1044 KB 1264/1710 KB 264/1063 KB 641/1267 KB 84/713 KB 432/1044 KB 1260/1710 KB 264/1063 KB 641/1267 KB 84/713 KB 448/1044 KB 1264/1710 KB 268/1063 KB 645/1267 KB 88/713 KB 448/1044 KB 1264/1710 KB 272/1063 KB 645/1267 KB 88/713 KB 448/1044 KB 1264/1710 KB 276/1063 KB 645/1267 KB 88/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 645/1267 KB 88/713 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install KB 436/1044 KB 1264/1710 KB 264/1063 KB 645/1267 KB 88/713 KB 436/1044 KB 1264/1710 KB 264/1063 KB 645/1267 KB 84/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 649/1267 KB 88/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 653/1267 KB 88/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 653/1267 KB 92/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 653/1267 KB 96/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 657/1267 KB 96/713 KB 452/1044 KB 1268/1710 KB 284/1063 KB 661/1267 KB 100/713 KB 452/1044 KB 1268/1710 KB 284/1063 KB 665/1267 KB 100/713 KB 452/1044 KB 1268/1710 KB 276/1063 KB 645/1267 KB 88/713 KB 448/1044 KB 1268/1710 KB 276/1063 KB 645/1267 KB 88/713 KB 452/1044 KB 1272/1710 KB 284/1063 KB 665/1267 KB 100/713 KB 452/1044 KB 1276/1710 KB 284/1063 KB 665/1267 KB 100/713 KB 452/1044 KB 1280/1710 KB 284/1063 KB 665/1267 KB 100/713 KB 452/1044 KB 1268/1710 KB 284/1063 KB 657/1267 KB 100/713 KB 452/1044 KB 1280/1710 KB 288/1063 KB 665/1267 KB 100/713 KB 452/1044 KB 1268/1710 KB 280/1063 KB 657/1267 KB 100/713 KB 456/1044 KB 1280/1710 KB 288/1063 KB 665/1267 KB 104/713 KB 456/1044 KB 1280/1710 KB 288/1063 KB 665/1267 KB 108/713 KB 456/1044 KB 1280/1710 KB 288/1063 KB 669/1267 KB 112/713 KB 456/1044 KB 1284/1710 KB 288/1063 KB 669/1267 KB 116/713 KB 456/1044 KB 1284/1710 KB 292/1063 KB 669/1267 KB 120/713 KB 456/1044 KB 1284/1710 KB 292/1063 KB 669/1267 KB 124/713 KB 456/1044 KB 1280/1710 KB 288/1063 KB 665/1267 KB 100/713 KB 460/1044 KB 1284/1710 KB 292/1063 KB 669/1267 KB 124/713 KB 464/1044 KB 1284/1710 KB 292/1063 KB 669/1267 KB 124/713 KB 456/1044 KB 1284/1710 KB 292/1063 KB 669/1267 KB 116/713 KB 464/1044 KB 1284/1710 KB 296/1063 KB 669/1267 KB 124/713 KB 456/1044 KB 1284/1710 KB 288/1063 KB 669/1267 KB 112/713 KB 456/1044 KB 1280/1710 KB 288/1063 KB 669/1267 KB 108/713 KB 464/1044 KB 1284/1710 KB 296/1063 KB 673/1267 KB 124/713 KB 464/1044 KB 1288/1710 KB 296/1063 KB 673/1267 KB 124/713 KB 464/1044 KB 1292/1710 KB 296/1063 KB 673/1267 KB 124/713 KB 464/1044 KB 1296/1710 KB 296/1063 KB 673/1267 KB 124/713 KB 468/1044 KB 1300/1710 KB 300/1063 KB 677/1267 KB 124/713 KB 468/1044 KB 1296/1710 KB 300/1063 KB 677/1267 KB 124/713 KB 464/1044 KB 1296/1710 KB 300/1063 KB 677/1267 KB 124/713 KB 464/1044 KB 1296/1710 KB 296/1063 KB 677/1267 KB 124/713 KB 468/1044 KB 1304/1710 KB 300/1063 KB 681/1267 KB 128/713 KB 468/1044 KB 1304/1710 KB 304/1063 KB 685/1267 KB 128/713 KB 472/1044 KB 1304/1710 KB 304/1063 KB 685/1267 KB 128/713 KB 476/1044 KB 1304/1710 KB 304/1063 KB 685/1267 KB 128/713 KB 468/1044 KB 1300/1710 KB 300/1063 KB 677/1267 KB 128/713 KB 480/1044 KB 1304/1710 KB 304/1063 KB 689/1267 KB 128/713 KB 480/1044 KB 1304/1710 KB 304/1063 KB 689/1267 KB 132/713 KB 484/1044 KB 1304/1710 KB 304/1063 KB 689/1267 KB 136/713 KB 476/1044 KB 1304/1710 KB 304/1063 KB 689/1267 KB 128/713 KB 468/1044 KB 1304/1710 KB 304/1063 KB 681/1267 KB 128/713 KB 484/1044 KB 1304/1710 KB 308/1063 KB 689/1267 KB 140/713 KB 484/1044 KB 1304/1710 KB 312/1063 KB 689/1267 KB 140/713 KB 484/1044 KB 1304/1710 KB 316/1063 KB 693/1267 KB 140/713 KB 484/1044 KB 1304/1710 KB 320/1063 KB 693/1267 KB 140/713 KB 484/1044 KB 1304/1710 KB 320/1063 KB 693/1267 KB 140/713 KB 484/1044 KB 1304/1710 KB 304/1063 KB 689/1267 KB 132/713 KB 488/1044 KB 1304/1710 KB 320/1063 KB 693/1267 KB 140/713 KB 492/1044 KB 1304/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 468/1044 KB 1304/1710 KB 304/1063 KB 689/1267 KB 128/713 KB 492/1044 KB 1308/1710 KB 324/1063 KB 693/1267 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install KB 144/713 KB 492/1044 KB 1312/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 492/1044 KB 1316/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 496/1044 KB 1320/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 496/1044 KB 1324/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 488/1044 KB 1304/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 488/1044 KB 1304/1710 KB 320/1063 KB 693/1267 KB 144/713 KB 484/1044 KB 1304/1710 KB 312/1063 KB 693/1267 KB 140/713 KB 496/1044 KB 1328/1710 KB 324/1063 KB 697/1267 KB 144/713 KB 496/1044 KB 1328/1710 KB 324/1063 KB 701/1267 KB 144/713 KB 496/1044 KB 1328/1710 KB 324/1063 KB 705/1267 KB 144/713 KB 496/1044 KB 1328/1710 KB 328/1063 KB 709/1267 KB 148/713 KB 496/1044 KB 1328/1710 KB 328/1063 KB 713/1267 KB 148/713 KB 496/1044 KB 1316/1710 KB 324/1063 KB 693/1267 KB 144/713 KB 496/1044 KB 1328/1710 KB 324/1063 KB 693/1267 KB 148/713 KB 496/1044 KB 1328/1710 KB 328/1063 KB 705/1267 KB 148/713 KB 496/1044 KB 1328/1710 KB 332/1063 KB 713/1267 KB 148/713 KB 496/1044 KB 1328/1710 KB 336/1063 KB 713/1267 KB 148/713 KB 496/1044 KB 1328/1710 KB 340/1063 KB 713/1267 KB 148/713 KB 500/1044 KB 1332/1710 KB 344/1063 KB 717/1267 KB 148/713 KB 500/1044 KB 1332/1710 KB 348/1063 KB 717/1267 KB 148/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 717/1267 KB 148/713 KB 496/1044 KB 1328/1710 KB 324/1063 KB 705/1267 KB 148/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 717/1267 KB 152/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 717/1267 KB 156/713 KB 500/1044 KB 1332/1710 KB 340/1063 KB 717/1267 KB 148/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 717/1267 KB 160/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 721/1267 KB 160/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 725/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 729/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 733/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 356/1063 KB 737/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 356/1063 KB 741/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 340/1063 KB 713/1267 KB 148/713 KB 500/1044 KB 1328/1710 KB 340/1063 KB 713/1267 KB 148/713 KB 504/1044 KB 1332/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 508/1044 KB 1332/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 512/1044 KB 1332/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 516/1044 KB 1336/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 520/1044 KB 1336/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 524/1044 KB 1336/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 356/1063 KB 733/1267 KB 164/713 KB 500/1044 KB 1332/1710 KB 352/1063 KB 721/1267 KB 164/713 KB 512/1044 KB 1336/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 524/1044 KB 1340/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 524/1044 KB 1344/1710 KB 356/1063 KB 745/1267 KB 164/713 KB 524/1044 KB 1344/1710 KB 356/1063 KB 745/1267 KB 168/713 KB 524/1044 KB 1344/1710 KB 356/1063 KB 745/1267 KB 172/713 KB 524/1044 KB 1344/1710 KB 356/1063 KB 745/1267 KB 176/713 KB 524/1044 KB 1348/1710 KB 356/1063 KB 745/1267 KB 176/713 KB 524/1044 KB 1352/1710 KB 356/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1356/1710 KB 360/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1360/1710 KB 360/1063 KB 745/1267 KB 180/713 KB 524/1044 KB 1348/1710 KB 356/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1352/1710 KB 360/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1352/1710 KB 356/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1360/1710 KB 364/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1360/1710 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 368/1063 KB 745/1267 KB 180/713 KB 528/1044 KB 1360/1710 KB 368/1063 KB 745/1267 KB 184/713 KB 528/1044 KB 1364/1710 KB 368/1063 KB 745/1267 KB 188/713 KB 528/1044 KB 1364/1710 KB 368/1063 KB 749/1267 KB 192/713 KB 528/1044 KB 1364/1710 KB 368/1063 KB 749/1267 KB 196/713 KB 532/1044 KB 1364/1710 KB 372/1063 KB 749/1267 KB 200/713 KB 532/1044 KB 1364/1710 KB 372/1063 KB 749/1267 KB 204/713 KB 532/1044 KB 1364/1710 KB 372/1063 KB 749/1267 KB 208/713 KB 528/1044 KB 1364/1710 KB 368/1063 KB 745/1267 KB 184/713 KB 532/1044 KB 1364/1710 KB 372/1063 KB 749/1267 KB 196/713 KB 532/1044 KB 1364/1710 KB 368/1063 KB 749/1267 KB 196/713 KB 528/1044 KB 1364/1710 KB 368/1063 KB 749/1267 KB 188/713 KB 532/1044 KB 1364/1710 KB 372/1063 KB 753/1267 KB 208/713 KB 536/1044 KB 1368/1710 KB 376/1063 KB 753/1267 KB 208/713 KB 536/1044 KB 1368/1710 KB 372/1063 KB 753/1267 KB 208/713 KB 536/1044 KB 1364/1710 KB 372/1063 KB 753/1267 KB 208/713 KB 540/1044 KB 1368/1710 KB 376/1063 KB 753/1267 KB 208/713 KB 544/1044 KB 1368/1710 KB 376/1063 KB 753/1267 KB 208/713 KB 544/1044 KB 1372/1710 KB 376/1063 KB 753/1267 KB 208/713 KB 544/1044 KB 1376/1710 KB 376/1063 KB 753/1267 KB 208/713 KB 544/1044 KB 1380/1710 KB 380/1063 KB 757/1267 KB 208/713 KB 548/1044 KB 1384/1710 KB 380/1063 KB 757/1267 KB 212/713 KB 544/1044 KB 1376/1710 KB 380/1063 KB 757/1267 KB 208/713 KB 544/1044 KB 1376/1710 KB 380/1063 KB 753/1267 KB 208/713 KB 548/1044 KB 1384/1710 KB 384/1063 KB 757/1267 KB 212/713 KB 548/1044 KB 1384/1710 KB 384/1063 KB 761/1267 KB 212/713 KB 548/1044 KB 1384/1710 KB 384/1063 KB 765/1267 KB 212/713 KB 548/1044 KB 1384/1710 KB 388/1063 KB 765/1267 KB 212/713 KB 548/1044 KB 1388/1710 KB 392/1063 KB 769/1267 KB 212/713 KB 548/1044 KB 1388/1710 KB 396/1063 KB 769/1267 KB 212/713 KB 548/1044 KB 1380/1710 KB 380/1063 KB 757/1267 KB 212/713 KB 548/1044 KB 1380/1710 KB 380/1063 KB 757/1267 KB 208/713 KB 552/1044 KB 1388/1710 KB 396/1063 KB 769/1267 KB 212/713 KB 556/1044 KB 1388/1710 KB 396/1063 KB 769/1267 KB 212/713 KB 548/1044 KB 1388/1710 KB 388/1063 KB 769/1267 KB 212/713 KB 560/1044 KB 1388/1710 KB 396/1063 KB 769/1267 KB 212/713 KB 560/1044 KB 1392/1710 KB 396/1063 KB 769/1267 KB 212/713 KB 548/1044 KB 1384/1710 KB 388/1063 KB 769/1267 KB 212/713 KB 560/1044 KB 1392/1710 KB 396/1063 KB 769/1267 KB 216/713 KB 560/1044 KB 1392/1710 KB 396/1063 KB 773/1267 KB 220/713 KB 560/1044 KB 1392/1710 KB 396/1063 KB 773/1267 KB 224/713 KB 560/1044 KB 1392/1710 KB 400/1063 KB 773/1267 KB 228/713 KB 564/1044 KB 1396/1710 KB 400/1063 KB 773/1267 KB 232/713 KB 560/1044 KB 1392/1710 KB 396/1063 KB 773/1267 KB 216/713 KB 564/1044 KB 1396/1710 KB 400/1063 KB 777/1267 KB 236/713 KB 564/1044 KB 1396/1710 KB 400/1063 KB 781/1267 KB 236/713 KB 564/1044 KB 1396/1710 KB 400/1063 KB 785/1267 KB 236/713 KB 564/1044 KB 1396/1710 KB 400/1063 KB 789/1267 KB 236/713 KB 564/1044 KB 1396/1710 KB 400/1063 KB 773/1267 KB 228/713 KB 564/1044 KB 1392/1710 KB 400/1063 KB 773/1267 KB 228/713 KB 560/1044 KB 1392/1710 KB 400/1063 KB 773/1267 KB 224/713 KB 564/1044 KB 1396/1710 KB 404/1063 KB 789/1267 KB 236/713 KB 568/1044 KB 1400/1710 KB 408/1063 KB 789/1267 KB 236/713 KB 568/1044 KB 1400/1710 KB 412/1063 KB 789/1267 KB 236/713 KB 568/1044 KB 1400/1710 KB 416/1063 KB 789/1267 KB 236/713 KB 568/1044 KB 1400/1710 KB 404/1063 KB 789/1267 KB 236/713 KB 568/1044 KB 1396/1710 KB 404/1063 KB 789/1267 KB 236/713 KB 572/1044 KB 1400/1710 KB 416/1063 KB 789/1267 KB 236/713 KB 576/104 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 4 KB 1400/1710 KB 416/1063 KB 789/1267 KB 236/713 KB 576/1044 KB 1404/1710 KB 416/1063 KB 789/1267 KB 236/713 KB 576/1044 KB 1408/1710 KB 416/1063 KB 789/1267 KB 236/713 KB 564/1044 KB 1408/1710 KB 416/1063 KB 789/1267 KB 236/713 KB 576/1044 KB 1408/1710 KB 416/1063 KB 789/1267 KB 240/713 KB 576/1044 KB 1408/1710 KB 420/1063 KB 793/1267 KB 244/713 KB 580/1044 KB 1412/1710 KB 420/1063 KB 793/1267 KB 248/713 KB 580/1044 KB 1412/1710 KB 420/1063 KB 793/1267 KB 252/713 KB 576/1044 KB 1408/1710 KB 420/1063 KB 793/1267 KB 240/713 KB 576/1044 KB 1408/1710 KB 416/1063 KB 793/1267 KB 240/713 KB 580/1044 KB 1412/1710 KB 420/1063 KB 797/1267 KB 252/713 KB 580/1044 KB 1412/1710 KB 420/1063 KB 801/1267 KB 252/713 KB 580/1044 KB 1412/1710 KB 420/1063 KB 793/1267 KB 244/713 KB 580/1044 KB 1408/1710 KB 420/1063 KB 793/1267 KB 244/713 KB 584/1044 KB 1412/1710 KB 424/1063 KB 801/1267 KB 252/713 KB 588/1044 KB 1412/1710 KB 424/1063 KB 801/1267 KB 252/713 KB 592/1044 KB 1412/1710 KB 424/1063 KB 801/1267 KB 252/713 KB 580/1044 KB 1412/1710 KB 424/1063 KB 801/1267 KB 252/713 KB 592/1044 KB 1416/1710 KB 424/1063 KB 801/1267 KB 252/713 KB 592/1044 KB 1416/1710 KB 428/1063 KB 801/1267 KB 252/713 KB 592/1044 KB 1420/1710 KB 432/1063 KB 801/1267 KB 252/713 KB 592/1044 KB 1420/1710 KB 428/1063 KB 801/1267 KB 252/713 KB 592/1044 KB 1424/1710 KB 432/1063 KB 805/1267 KB 256/713 KB 592/1044 KB 1420/1710 KB 432/1063 KB 805/1267 KB 256/713 KB 592/1044 KB 1420/1710 KB 432/1063 KB 801/1267 KB 256/713 KB 592/1044 KB 1424/1710 KB 436/1063 KB 805/1267 KB 256/713 KB 596/1044 KB 1428/1710 KB 440/1063 KB 809/1267 KB 260/713 KB 592/1044 KB 1424/1710 KB 436/1063 KB 809/1267 KB 256/713 KB 596/1044 KB 1428/1710 KB 440/1063 KB 813/1267 KB 260/713 KB 596/1044 KB 1428/1710 KB 436/1063 KB 809/1267 KB 260/713 KB 600/1044 KB 1428/1710 KB 440/1063 KB 813/1267 KB 260/713 KB 592/1044 KB 1428/1710 KB 436/1063 KB 809/1267 KB 260/713 KB 600/1044 KB 1428/1710 KB 440/1063 KB 813/1267 KB 264/713 KB 604/1044 KB 1428/1710 KB 440/1063 KB 813/1267 KB 268/713 KB 592/1044 KB 1428/1710 KB 436/1063 KB 809/1267 KB 256/713 KB 604/1044 KB 1432/1710 KB 444/1063 KB 817/1267 KB 268/713 KB 604/1044 KB 1436/1710 KB 444/1063 KB 817/1267 KB 268/713 KB 604/1044 KB 1440/1710 KB 444/1063 KB 817/1267 KB 272/713 KB 604/1044 KB 1428/1710 KB 444/1063 KB 817/1267 KB 268/713 KB 604/1044 KB 1428/1710 KB 440/1063 KB 817/1267 KB 268/713 KB 604/1044 KB 1440/1710 KB 448/1063 KB 821/1267 KB 272/713 KB 604/1044 KB 1440/1710 KB 448/1063 KB 825/1267 KB 272/713 KB 604/1044 KB 1428/1710 KB 440/1063 KB 813/1267 KB 264/713 KB 608/1044 KB 1440/1710 KB 448/1063 KB 829/1267 KB 272/713 KB 604/1044 KB 1440/1710 KB 448/1063 KB 821/1267 KB 272/713 KB 604/1044 KB 1436/1710 KB 444/1063 KB 817/1267 KB 272/713 KB 608/1044 KB 1440/1710 KB 452/1063 KB 829/1267 KB 272/713 KB 612/1044 KB 1444/1710 KB 456/1063 KB 829/1267 KB 276/713 KB 612/1044 KB 1444/1710 KB 460/1063 KB 829/1267 KB 276/713 KB 612/1044 KB 1444/1710 KB 464/1063 KB 829/1267 KB 276/713 KB 604/1044 KB 1444/1710 KB 452/1063 KB 829/1267 KB 276/713 KB 612/1044 KB 1444/1710 KB 464/1063 KB 833/1267 KB 276/713 KB 612/1044 KB 1444/1710 KB 452/1063 KB 829/1267 KB 276/713 KB 612/1044 KB 1444/1710 KB 452/1063 KB 829/1267 KB 272/713 KB 608/1044 KB 1444/1710 KB 452/1063 KB 829/1267 KB 272/713 KB 616/1044 KB 1448/1710 KB 464/1063 KB 833/1267 KB 276/713 KB 616/1044 KB 1444/1710 KB 464/1063 KB 833/1267 KB 276/713 KB 620/1044 KB 1448/1710 KB 464/1063 KB 833/1267 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 280/713 KB 624/1044 KB 1452/1710 KB 464/1063 KB 833/1267 KB 280/713 KB 616/1044 KB 1448/1710 KB 464/1063 KB 833/1267 KB 280/713 KB 620/1044 KB 1452/1710 KB 464/1063 KB 833/1267 KB 280/713 KB 624/1044 KB 1452/1710 KB 464/1063 KB 833/1267 KB 284/713 KB 624/1044 KB 1452/1710 KB 464/1063 KB 833/1267 KB 288/713 KB 624/1044 KB 1456/1710 KB 464/1063 KB 833/1267 KB 288/713 KB 624/1044 KB 1456/1710 KB 464/1063 KB 837/1267 KB 288/713 KB 624/1044 KB 1456/1710 KB 464/1063 KB 841/1267 KB 288/713 KB 624/1044 KB 1460/1710 KB 464/1063 KB 845/1267 KB 288/713 KB 628/1044 KB 1460/1710 KB 464/1063 KB 849/1267 KB 292/713 KB 628/1044 KB 1460/1710 KB 468/1063 KB 853/1267 KB 292/713 KB 628/1044 KB 1460/1710 KB 468/1063 KB 857/1267 KB 292/713 KB 624/1044 KB 1460/1710 KB 464/1063 KB 841/1267 KB 288/713 KB 628/1044 KB 1460/1710 KB 468/1063 KB 849/1267 KB 292/713 KB 628/1044 KB 1460/1710 KB 472/1063 KB 861/1267 KB 292/713 KB 628/1044 KB 1460/1710 KB 476/1063 KB 861/1267 KB 292/713 KB 628/1044 KB 1460/1710 KB 480/1063 KB 861/1267 KB 292/713 KB 628/1044 KB 1460/1710 KB 464/1063 KB 845/1267 KB 292/713 KB 624/1044 KB 1460/1710 KB 464/1063 KB 845/1267 KB 292/713 KB 632/1044 KB 1464/1710 KB 480/1063 KB 861/1267 KB 292/713 KB 636/1044 KB 1464/1710 KB 480/1063 KB 861/1267 KB 296/713 KB 640/1044 KB 1464/1710 KB 480/1063 KB 861/1267 KB 296/713 KB 628/1044 KB 1464/1710 KB 480/1063 KB 861/1267 KB 292/713 KB 640/1044 KB 1468/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 640/1044 KB 1472/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 644/1044 KB 1472/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 648/1044 KB 1476/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 652/1044 KB 1476/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 640/1044 KB 1464/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 632/1044 KB 1464/1710 KB 480/1063 KB 861/1267 KB 296/713 KB 652/1044 KB 1476/1710 KB 484/1063 KB 861/1267 KB 300/713 KB 652/1044 KB 1476/1710 KB 484/1063 KB 861/1267 KB 304/713 KB 652/1044 KB 1476/1710 KB 484/1063 KB 861/1267 KB 308/713 KB 652/1044 KB 1476/1710 KB 488/1063 KB 861/1267 KB 312/713 KB 644/1044 KB 1476/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 628/1044 KB 1472/1710 KB 484/1063 KB 861/1267 KB 296/713 KB 652/1044 KB 1476/1710 KB 488/1063 KB 865/1267 KB 312/713 KB 652/1044 KB 1480/1710 KB 488/1063 KB 869/1267 KB 316/713 KB 652/1044 KB 1476/1710 KB 488/1063 KB 861/1267 KB 308/713 KB 656/1044 KB 1480/1710 KB 492/1063 KB 869/1267 KB 316/713 KB 656/1044 KB 1480/1710 KB 496/1063 KB 869/1267 KB 316/713 KB 656/1044 KB 1480/1710 KB 488/1063 KB 869/1267 KB 316/713 KB 652/1044 KB 1480/1710 KB 488/1063 KB 865/1267 KB 316/713 KB 652/1044 KB 1476/1710 KB 488/1063 KB 865/1267 KB 316/713 KB 656/1044 KB 1480/1710 KB 496/1063 KB 869/1267 KB 320/713 KB 656/1044 KB 1484/1710 KB 496/1063 KB 869/1267 KB 320/713 KB 656/1044 KB 1488/1710 KB 496/1063 KB 869/1267 KB 320/713 KB 656/1044 KB 1492/1710 KB 496/1063 KB 873/1267 KB 324/713 KB 660/1044 KB 1496/1710 KB 500/1063 KB 873/1267 KB 324/713 KB 660/1044 KB 1500/1710 KB 500/1063 KB 873/1267 KB 324/713 KB 656/1044 KB 1488/1710 KB 496/1063 KB 873/1267 KB 324/713 KB 656/1044 KB 1488/1710 KB 496/1063 KB 873/1267 KB 320/713 KB 660/1044 KB 1500/1710 KB 500/1063 KB 877/1267 KB 324/713 KB 660/1044 KB 1492/1710 KB 500/1063 KB 873/1267 KB 324/713 KB 660/1044 KB 1500/1710 KB 504/1063 KB 877/1267 KB 324/713 KB 660/1044 KB 1500/1710 KB 508/1063 KB 877/1267 KB 324/713 KB 660/1044 KB 1500/1710 KB 512/1063 KB 877/1267 KB 324/713 KB 660/1044 KB 1492/1710 KB 496/1 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 063 KB 873/1267 KB 324/713 KB 664/1044 KB 1500/1710 KB 512/1063 KB 881/1267 KB 328/713 KB 668/1044 KB 1500/1710 KB 512/1063 KB 881/1267 KB 328/713 KB 672/1044 KB 1500/1710 KB 512/1063 KB 881/1267 KB 328/713 KB 660/1044 KB 1500/1710 KB 512/1063 KB 881/1267 KB 328/713 KB 660/1044 KB 1500/1710 KB 512/1063 KB 877/1267 KB 328/713 KB 672/1044 KB 1500/1710 KB 512/1063 KB 881/1267 KB 332/713 KB 672/1044 KB 1500/1710 KB 512/1063 KB 881/1267 KB 336/713 KB 672/1044 KB 1504/1710 KB 512/1063 KB 881/1267 KB 336/713 KB 672/1044 KB 1504/1710 KB 512/1063 KB 885/1267 KB 336/713 KB 672/1044 KB 1504/1710 KB 516/1063 KB 885/1267 KB 336/713 KB 676/1044 KB 1508/1710 KB 520/1063 KB 889/1267 KB 340/713 KB 676/1044 KB 1508/1710 KB 524/1063 KB 889/1267 KB 340/713 KB 676/1044 KB 1508/1710 KB 528/1063 KB 889/1267 KB 340/713 KB 672/1044 KB 1504/1710 KB 516/1063 KB 889/1267 KB 336/713 KB 676/1044 KB 1508/1710 KB 528/1063 KB 893/1267 KB 340/713 KB 676/1044 KB 1508/1710 KB 516/1063 KB 889/1267 KB 340/713 KB 676/1044 KB 1508/1710 KB 516/1063 KB 889/1267 KB 336/713 KB 676/1044 KB 1504/1710 KB 516/1063 KB 889/1267 KB 336/713 KB 680/1044 KB 1508/1710 KB 528/1063 KB 893/1267 KB 344/713 KB 676/1044 KB 1508/1710 KB 528/1063 KB 893/1267 KB 344/713 KB 680/1044 KB 1512/1710 KB 532/1063 KB 893/1267 KB 344/713 KB 680/1044 KB 1516/1710 KB 532/1063 KB 893/1267 KB 348/713 KB 684/1044 KB 1520/1710 KB 532/1063 KB 897/1267 KB 348/713 KB 680/1044 KB 1508/1710 KB 532/1063 KB 893/1267 KB 344/713 KB 684/1044 KB 1516/1710 KB 532/1063 KB 897/1267 KB 348/713 KB 688/1044 KB 1520/1710 KB 532/1063 KB 897/1267 KB 348/713 KB 680/1044 KB 1516/1710 KB 532/1063 KB 897/1267 KB 348/713 KB 680/1044 KB 1512/1710 KB 532/1063 KB 893/1267 KB 348/713 KB 688/1044 KB 1520/1710 KB 532/1063 KB 897/1267 KB 352/713 KB 688/1044 KB 1520/1710 KB 532/1063 KB 901/1267 KB 352/713 KB 688/1044 KB 1520/1710 KB 532/1063 KB 905/1267 KB 352/713 KB 688/1044 KB 1520/1710 KB 532/1063 KB 909/1267 KB 352/713 KB 688/1044 KB 1520/1710 KB 532/1063 KB 913/1267 KB 352/713 KB 692/1044 KB 1524/1710 KB 536/1063 KB 917/1267 KB 356/713 KB 692/1044 KB 1524/1710 KB 536/1063 KB 921/1267 KB 356/713 KB 692/1044 KB 1524/1710 KB 536/1063 KB 913/1267 KB 356/713 KB 688/1044 KB 1524/1710 KB 536/1063 KB 913/1267 KB 356/713 KB 688/1044 KB 1520/1710 KB 536/1063 KB 913/1267 KB 356/713 KB 692/1044 KB 1524/1710 KB 536/1063 KB 921/1267 KB 360/713 KB 688/1044 KB 1520/1710 KB 536/1063 KB 913/1267 KB 352/713 KB 692/1044 KB 1528/1710 KB 540/1063 KB 921/1267 KB 360/713 KB 692/1044 KB 1528/1710 KB 544/1063 KB 921/1267 KB 360/713 KB 692/1044 KB 1528/1710 KB 536/1063 KB 921/1267 KB 360/713 KB 692/1044 KB 1532/1710 KB 544/1063 KB 921/1267 KB 360/713 KB 696/1044 KB 1536/1710 KB 544/1063 KB 921/1267 KB 364/713 KB 696/1044 KB 1532/1710 KB 544/1063 KB 921/1267 KB 364/713 KB 700/1044 KB 1536/1710 KB 544/1063 KB 921/1267 KB 364/713 KB 704/1044 KB 1536/1710 KB 544/1063 KB 921/1267 KB 364/713 KB 708/1044 KB 1536/1710 KB 544/1063 KB 921/1267 KB 364/713 KB 712/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 364/713 KB 716/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 364/713 KB 692/1044 KB 1532/1710 KB 544/1063 KB 921/1267 KB 364/713 KB 716/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 368/713 KB 716/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 372/713 KB 716/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 376/713 KB 716/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 380/713 KB 720/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 384/713 KB 708/1044 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 1540/1710 KB 548/1063 KB 925/1267 KB 364/713 KB 708/1044 KB 1536/1710 KB 548/1063 KB 925/1267 KB 364/713 KB 708/1044 KB 1536/1710 KB 548/1063 KB 921/1267 KB 364/713 KB 720/1044 KB 1540/1710 KB 552/1063 KB 925/1267 KB 384/713 KB 720/1044 KB 1540/1710 KB 556/1063 KB 925/1267 KB 384/713 KB 720/1044 KB 1540/1710 KB 560/1063 KB 925/1267 KB 384/713 KB 720/1044 KB 1540/1710 KB 560/1063 KB 929/1267 KB 384/713 KB 720/1044 KB 1544/1710 KB 564/1063 KB 933/1267 KB 384/713 KB 720/1044 KB 1544/1710 KB 564/1063 KB 937/1267 KB 384/713 KB 720/1044 KB 1540/1710 KB 548/1063 KB 925/1267 KB 380/713 KB 724/1044 KB 1544/1710 KB 564/1063 KB 937/1267 KB 384/713 KB 728/1044 KB 1544/1710 KB 564/1063 KB 941/1267 KB 388/713 KB 720/1044 KB 1544/1710 KB 564/1063 KB 929/1267 KB 384/713 KB 720/1044 KB 1544/1710 KB 560/1063 KB 929/1267 KB 384/713 KB 728/1044 KB 1548/1710 KB 564/1063 KB 941/1267 KB 388/713 KB 728/1044 KB 1552/1710 KB 564/1063 KB 941/1267 KB 388/713 KB 728/1044 KB 1556/1710 KB 564/1063 KB 941/1267 KB 388/713 KB 724/1044 KB 1544/1710 KB 564/1063 KB 941/1267 KB 388/713 KB 724/1044 KB 1544/1710 KB 564/1063 KB 941/1267 KB 384/713 KB 728/1044 KB 1556/1710 KB 568/1063 KB 941/1267 KB 388/713 KB 728/1044 KB 1556/1710 KB 572/1063 KB 941/1267 KB 388/713 KB 728/1044 KB 1556/1710 KB 576/1063 KB 941/1267 KB 388/713 KB 728/1044 KB 1556/1710 KB 576/1063 KB 945/1267 KB 388/713 KB 732/1044 KB 1560/1710 KB 580/1063 KB 949/1267 KB 392/713 KB 732/1044 KB 1560/1710 KB 580/1063 KB 953/1267 KB 392/713 KB 732/1044 KB 1560/1710 KB 580/1063 KB 945/1267 KB 392/713 KB 736/1044 KB 1560/1710 KB 580/1063 KB 953/1267 KB 392/713 KB 740/1044 KB 1560/1710 KB 580/1063 KB 953/1267 KB 392/713 KB 728/1044 KB 1560/1710 KB 580/1063 KB 945/1267 KB 392/713 KB 728/1044 KB 1560/1710 KB 576/1063 KB 945/1267 KB 392/713 KB 728/1044 KB 1556/1710 KB 576/1063 KB 945/1267 KB 392/713 KB 740/1044 KB 1560/1710 KB 580/1063 KB 957/1267 KB 396/713 KB 740/1044 KB 1564/1710 KB 580/1063 KB 957/1267 KB 400/713 KB 740/1044 KB 1564/1710 KB 580/1063 KB 957/1267 KB 404/713 KB 740/1044 KB 1560/1710 KB 580/1063 KB 957/1267 KB 392/713 KB 740/1044 KB 1564/1710 KB 584/1063 KB 957/1267 KB 404/713 KB 740/1044 KB 1564/1710 KB 580/1063 KB 957/1267 KB 396/713 KB 740/1044 KB 1568/1710 KB 584/1063 KB 957/1267 KB 404/713 KB 740/1044 KB 1572/1710 KB 584/1063 KB 957/1267 KB 404/713 KB 740/1044 KB 1576/1710 KB 588/1063 KB 961/1267 KB 404/713 KB 744/1044 KB 1580/1710 KB 588/1063 KB 961/1267 KB 408/713 KB 744/1044 KB 1584/1710 KB 588/1063 KB 961/1267 KB 408/713 KB 740/1044 KB 1572/1710 KB 588/1063 KB 961/1267 KB 404/713 KB 740/1044 KB 1572/1710 KB 588/1063 KB 957/1267 KB 404/713 KB 744/1044 KB 1584/1710 KB 592/1063 KB 961/1267 KB 408/713 KB 744/1044 KB 1576/1710 KB 588/1063 KB 961/1267 KB 408/713 KB 744/1044 KB 1576/1710 KB 588/1063 KB 961/1267 KB 404/713 KB 748/1044 KB 1584/1710 KB 592/1063 KB 961/1267 KB 408/713 KB 752/1044 KB 1584/1710 KB 592/1063 KB 961/1267 KB 412/713 KB 748/1044 KB 1584/1710 KB 592/1063 KB 961/1267 KB 412/713 KB 752/1044 KB 1584/1710 KB 592/1063 KB 965/1267 KB 416/713 KB 752/1044 KB 1588/1710 KB 592/1063 KB 969/1267 KB 416/713 KB 752/1044 KB 1588/1710 KB 596/1063 KB 973/1267 KB 416/713 KB 756/1044 KB 1588/1710 KB 596/1063 KB 973/1267 KB 416/713 KB 760/1044 KB 1588/1710 KB 596/1063 KB 973/1267 KB 416/713 KB 752/1044 KB 1588/1710 KB 592/1063 KB 965/1267 KB 416/713 KB 764/1044 KB 1592/1710 KB 596/1063 KB 973/1267 KB 416/713 KB 764/1044 KB 1596/1710 KB 596/1063 KB 973/1267 KB 416/ unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 713 KB 752/1044 KB 1584/1710 KB 592/1063 KB 961/1267 KB 416/713 KB 752/1044 KB 1588/1710 KB 596/1063 KB 969/1267 KB 416/713 KB 764/1044 KB 1596/1710 KB 600/1063 KB 973/1267 KB 416/713 KB 764/1044 KB 1596/1710 KB 604/1063 KB 973/1267 KB 416/713 KB 764/1044 KB 1596/1710 KB 608/1063 KB 973/1267 KB 416/713 KB 764/1044 KB 1596/1710 KB 608/1063 KB 973/1267 KB 420/713 KB 764/1044 KB 1596/1710 KB 608/1063 KB 973/1267 KB 424/713 KB 764/1044 KB 1596/1710 KB 608/1063 KB 973/1267 KB 428/713 KB 764/1044 KB 1600/1710 KB 612/1063 KB 973/1267 KB 432/713 KB 764/1044 KB 1600/1710 KB 612/1063 KB 977/1267 KB 436/713 KB 764/1044 KB 1600/1710 KB 612/1063 KB 973/1267 KB 428/713 KB 764/1044 KB 1600/1710 KB 608/1063 KB 973/1267 KB 428/713 KB 764/1044 KB 1588/1710 KB 596/1063 KB 973/1267 KB 416/713 KB 768/1044 KB 1600/1710 KB 612/1063 KB 977/1267 KB 440/713 KB 764/1044 KB 1600/1710 KB 612/1063 KB 977/1267 KB 432/713 KB 768/1044 KB 1600/1710 KB 612/1063 KB 981/1267 KB 440/713 KB 768/1044 KB 1600/1710 KB 612/1063 KB 985/1267 KB 440/713 KB 768/1044 KB 1600/1710 KB 612/1063 KB 989/1267 KB 440/713 KB 768/1044 KB 1600/1710 KB 612/1063 KB 993/1267 KB 440/713 KB 772/1044 KB 1604/1710 KB 616/1063 KB 997/1267 KB 440/713 KB 772/1044 KB 1604/1710 KB 616/1063 KB 1001/1267 KB 440/713 KB 772/1044 KB 1604/1710 KB 616/1063 KB 993/1267 KB 440/713 KB 772/1044 KB 1604/1710 KB 616/1063 KB 993/1267 KB 440/713 KB 768/1044 KB 1604/1710 KB 616/1063 KB 993/1267 KB 440/713 KB 768/1044 KB 1600/1710 KB 616/1063 KB 993/1267 KB 440/713 KB 772/1044 KB 1604/1710 KB 620/1063 KB 1005/1267 KB 440/713 KB 772/1044 KB 1604/1710 KB 624/1063 KB 1005/1267 KB 440/713 KB 776/1044 KB 1608/1710 KB 624/1063 KB 1005/1267 KB 440/713 KB 780/1044 KB 1608/1710 KB 624/1063 KB 1005/1267 KB 440/713 KB 772/1044 KB 1608/1710 KB 624/1063 KB 1005/1267 KB 440/713 KB 780/1044 KB 1612/1710 KB 624/1063 KB 1005/1267 KB 444/713 KB 780/1044 KB 1608/1710 KB 624/1063 KB 1005/1267 KB 444/713 KB 784/1044 KB 1612/1710 KB 624/1063 KB 1005/1267 KB 448/713 KB 784/1044 KB 1612/1710 KB 624/1063 KB 1005/1267 KB 444/713 KB 784/1044 KB 1616/1710 KB 624/1063 KB 1005/1267 KB 448/713 KB 784/1044 KB 1616/1710 KB 624/1063 KB 1005/1267 KB 452/713 KB 788/1044 KB 1620/1710 KB 628/1063 KB 1005/1267 KB 456/713 KB 788/1044 KB 1620/1710 KB 628/1063 KB 1005/1267 KB 460/713 KB 788/1044 KB 1620/1710 KB 628/1063 KB 1005/1267 KB 452/713 KB 772/1044 KB 1620/1710 KB 624/1063 KB 1005/1267 KB 452/713 KB 788/1044 KB 1620/1710 KB 632/1063 KB 1005/1267 KB 460/713 KB 788/1044 KB 1620/1710 KB 636/1063 KB 1005/1267 KB 460/713 KB 788/1044 KB 1620/1710 KB 640/1063 KB 1005/1267 KB 460/713 KB 788/1044 KB 1620/1710 KB 624/1063 KB 1005/1267 KB 452/713 KB 784/1044 KB 1620/1710 KB 624/1063 KB 1005/1267 KB 452/713 KB 788/1044 KB 1624/1710 KB 640/1063 KB 1009/1267 KB 460/713 KB 788/1044 KB 1620/1710 KB 640/1063 KB 1009/1267 KB 460/713 KB 792/1044 KB 1628/1710 KB 640/1063 KB 1013/1267 KB 460/713 KB 792/1044 KB 1628/1710 KB 640/1063 KB 1017/1267 KB 464/713 KB 792/1044 KB 1628/1710 KB 640/1063 KB 1021/1267 KB 464/713 KB 792/1044 KB 1628/1710 KB 640/1063 KB 1009/1267 KB 460/713 KB 792/1044 KB 1632/1710 KB 640/1063 KB 1021/1267 KB 464/713 KB 792/1044 KB 1624/1710 KB 640/1063 KB 1009/1267 KB 460/713 KB 796/1044 KB 1632/1710 KB 640/1063 KB 1021/1267 KB 464/713 KB 800/1044 KB 1632/1710 KB 640/1063 KB 1021/1267 KB 464/713 KB 792/1044 KB 1628/1710 KB 640/1063 KB 1013/1267 KB 464/713 KB 800/1044 KB 1636/1710 KB 640/1063 KB 1021/1267 KB 464/713 KB 804/10 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 44 KB 1640/1710 KB 644/1063 KB 1025/1267 KB 468/713 KB 804/1044 KB 1644/1710 KB 644/1063 KB 1025/1267 KB 468/713 KB 800/1044 KB 1636/1710 KB 644/1063 KB 1021/1267 KB 464/713 KB 804/1044 KB 1648/1710 KB 648/1063 KB 1025/1267 KB 468/713 KB 804/1044 KB 1648/1710 KB 652/1063 KB 1025/1267 KB 468/713 KB 804/1044 KB 1636/1710 KB 644/1063 KB 1025/1267 KB 468/713 KB 804/1044 KB 1648/1710 KB 652/1063 KB 1025/1267 KB 472/713 KB 804/1044 KB 1648/1710 KB 652/1063 KB 1025/1267 KB 476/713 KB 804/1044 KB 1648/1710 KB 656/1063 KB 1025/1267 KB 480/713 KB 804/1044 KB 1636/1710 KB 644/1063 KB 1025/1267 KB 464/713 KB 804/1044 KB 1636/1710 KB 644/1063 KB 1021/1267 KB 464/713 KB 808/1044 KB 1648/1710 KB 656/1063 KB 1025/1267 KB 480/713 KB 812/1044 KB 1648/1710 KB 656/1063 KB 1025/1267 KB 480/713 KB 816/1044 KB 1648/1710 KB 656/1063 KB 1025/1267 KB 480/713 KB 804/1044 KB 1648/1710 KB 644/1063 KB 1025/1267 KB 468/713 KB 804/1044 KB 1648/1710 KB 656/1063 KB 1025/1267 KB 476/713 KB 816/1044 KB 1648/1710 KB 656/1063 KB 1029/1267 KB 480/713 KB 816/1044 KB 1648/1710 KB 656/1063 KB 1033/1267 KB 484/713 KB 820/1044 KB 1652/1710 KB 660/1063 KB 1033/1267 KB 488/713 KB 820/1044 KB 1652/1710 KB 660/1063 KB 1033/1267 KB 492/713 KB 816/1044 KB 1652/1710 KB 660/1063 KB 1033/1267 KB 484/713 KB 820/1044 KB 1652/1710 KB 660/1063 KB 1037/1267 KB 492/713 KB 820/1044 KB 1652/1710 KB 660/1063 KB 1033/1267 KB 484/713 KB 820/1044 KB 1652/1710 KB 664/1063 KB 1037/1267 KB 492/713 KB 820/1044 KB 1652/1710 KB 668/1063 KB 1037/1267 KB 492/713 KB 820/1044 KB 1652/1710 KB 656/1063 KB 1033/1267 KB 484/713 KB 824/1044 KB 1652/1710 KB 668/1063 KB 1037/1267 KB 492/713 KB 816/1044 KB 1652/1710 KB 656/1063 KB 1033/1267 KB 484/713 KB 824/1044 KB 1656/1710 KB 672/1063 KB 1037/1267 KB 492/713 KB 824/1044 KB 1660/1710 KB 672/1063 KB 1037/1267 KB 492/713 KB 824/1044 KB 1664/1710 KB 672/1063 KB 1037/1267 KB 492/713 KB 828/1044 KB 1668/1710 KB 672/1063 KB 1037/1267 KB 496/713 KB 824/1044 KB 1652/1710 KB 672/1063 KB 1037/1267 KB 492/713 KB 828/1044 KB 1668/1710 KB 672/1063 KB 1041/1267 KB 496/713 KB 828/1044 KB 1668/1710 KB 672/1063 KB 1045/1267 KB 496/713 KB 828/1044 KB 1664/1710 KB 672/1063 KB 1037/1267 KB 496/713 KB 832/1044 KB 1668/1710 KB 672/1063 KB 1049/1267 KB 496/713 KB 824/1044 KB 1664/1710 KB 672/1063 KB 1037/1267 KB 496/713 KB 836/1044 KB 1668/1710 KB 672/1063 KB 1049/1267 KB 496/713 KB 840/1044 KB 1672/1710 KB 676/1063 KB 1049/1267 KB 500/713 KB 844/1044 KB 1672/1710 KB 676/1063 KB 1049/1267 KB 500/713 KB 836/1044 KB 1672/1710 KB 676/1063 KB 1049/1267 KB 500/713 KB 836/1044 KB 1668/1710 KB 676/1063 KB 1049/1267 KB 500/713 KB 836/1044 KB 1668/1710 KB 672/1063 KB 1049/1267 KB 500/713 KB 844/1044 KB 1672/1710 KB 676/1063 KB 1053/1267 KB 500/713 KB 844/1044 KB 1672/1710 KB 680/1063 KB 1053/1267 KB 500/713 KB 844/1044 KB 1672/1710 KB 684/1063 KB 1053/1267 KB 500/713 KB 844/1044 KB 1672/1710 KB 688/1063 KB 1053/1267 KB 500/713 KB 836/1044 KB 1668/1710 KB 672/1063 KB 1049/1267 KB 500/713 KB 844/1044 KB 1676/1710 KB 688/1063 KB 1053/1267 KB 504/713 KB 844/1044 KB 1676/1710 KB 688/1063 KB 1053/1267 KB 508/713 KB 844/1044 KB 1676/1710 KB 688/1063 KB 1053/1267 KB 512/713 KB 844/1044 KB 1676/1710 KB 688/1063 KB 1053/1267 KB 516/713 KB 848/1044 KB 1676/1710 KB 692/1063 KB 1057/1267 KB 520/713 KB 848/1044 KB 1676/1710 KB 692/1063 KB 1057/1267 KB 524/713 KB 844/1044 KB 1676/1710 KB 688/1063 KB 1053/1267 KB 500/713 KB 848/1044 KB 1680/1710 KB 692/1063 KB 1057/1267 KB 524/713 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 848/1044 KB 1684/1710 KB 692/1063 KB 1057/1267 KB 524/713 KB 848/1044 KB 1688/1710 KB 692/1063 KB 1057/1267 KB 524/713 KB 848/1044 KB 1676/1710 KB 692/1063 KB 1057/1267 KB 516/713 KB 848/1044 KB 1676/1710 KB 688/1063 KB 1057/1267 KB 516/713 KB 848/1044 KB 1688/1710 KB 692/1063 KB 1061/1267 KB 524/713 KB 848/1044 KB 1676/1710 KB 688/1063 KB 1053/1267 KB 516/713 KB 848/1044 KB 1688/1710 KB 692/1063 KB 1065/1267 KB 524/713 KB 848/1044 KB 1688/1710 KB 692/1063 KB 1069/1267 KB 524/713 KB 848/1044 KB 1688/1710 KB 696/1063 KB 1069/1267 KB 524/713 KB 852/1044 KB 1688/1710 KB 700/1063 KB 1069/1267 KB 524/713 KB 852/1044 KB 1688/1710 KB 704/1063 KB 1069/1267 KB 524/713 KB 852/1044 KB 1688/1710 KB 700/1063 KB 1069/1267 KB 524/713 KB 856/1044 KB 1688/1710 KB 704/1063 KB 1069/1267 KB 524/713 KB 856/1044 KB 1688/1710 KB 704/1063 KB 1069/1267 KB 528/713 KB 860/1044 KB 1692/1710 KB 704/1063 KB 1069/1267 KB 528/713 KB 860/1044 KB 1696/1710 KB 708/1063 KB 1069/1267 KB 528/713 KB 860/1044 KB 1700/1710 KB 708/1063 KB 1073/1267 KB 528/713 KB 860/1044 KB 1704/1710 KB 708/1063 KB 1073/1267 KB 532/713 KB 860/1044 KB 1692/1710 KB 708/1063 KB 1069/1267 KB 528/713 KB 860/1044 KB 1700/1710 KB 708/1063 KB 1073/1267 KB 532/713 KB 860/1044 KB 1696/1710 KB 708/1063 KB 1073/1267 KB 528/713 KB 860/1044 KB 1696/1710 KB 708/1063 KB 1069/1267 KB 528/713 KB 864/1044 KB 1704/1710 KB 708/1063 KB 1073/1267 KB 532/713 KB 864/1044 KB 1704/1710 KB 708/1063 KB 1077/1267 KB 532/713 KB 864/1044 KB 1704/1710 KB 708/1063 KB 1081/1267 KB 532/713 KB 864/1044 KB 1704/1710 KB 708/1063 KB 1085/1267 KB 532/713 KB 864/1044 KB 1704/1710 KB 712/1063 KB 1085/1267 KB 532/713 KB 864/1044 KB 1704/1710 KB 712/1063 KB 1089/1267 KB 536/713 KB 864/1044 KB 1704/1710 KB 712/1063 KB 1085/1267 KB 536/713 KB 868/1044 KB 1708/1710 KB 716/1063 KB 1089/1267 KB 540/713 KB 868/1044 KB 1708/1710 KB 716/1063 KB 1089/1267 KB 544/713 KB 868/1044 KB 1708/1710 KB 716/1063 KB 1089/1267 KB 536/713 KB 868/1044 KB 1704/1710 KB 716/1063 KB 1089/1267 KB 536/713 KB 864/1044 KB 1704/1710 KB 716/1063 KB 1089/1267 KB 536/713 KB 868/1044 KB 1708/1710 KB 720/1063 KB 1089/1267 KB 544/713 KB 872/1044 KB 1708/1710 KB 720/1063 KB 1089/1267 KB 544/713 KB 876/1044 KB 1708/1710 KB 720/1063 KB 1089/1267 KB 544/713 KB 880/1044 KB 1710/1710 KB 720/1063 KB 1089/1267 KB 548/713 KB 880/1044 KB 1710/1710 KB 720/1063 KB 1093/1267 KB 548/713 KB 880/1044 KB 1710/1710 KB 720/1063 KB 1097/1267 KB 548/713 KB 884/1044 KB 1710/1710 KB 720/1063 KB 1101/1267 KB 548/713 KB 876/1044 KB 1710/1710 KB 720/1063 KB 1089/1267 KB 548/713 KB 876/1044 KB 1710/1710 KB 720/1063 KB 1089/1267 KB 544/713 KB 884/1044 KB 1710/1710 KB 724/1063 KB 1101/1267 KB 552/713 KB 884/1044 KB 1710/1710 KB 724/1063 KB 1101/1267 KB 548/713 KB 884/1044 KB 1710/1710 KB 728/1063 KB 1101/1267 KB 552/713 KB 884/1044 KB 1710/1710 KB 732/1063 KB 1101/1267 KB 552/713 KB 884/1044 KB 1710/1710 KB 736/1063 KB 1101/1267 KB 556/713 KB 884/1044 KB 1710/1710 KB 720/1063 KB 1097/1267 KB 548/713 KB 888/1044 KB 1710/1710 KB 736/1063 KB 1101/1267 KB 556/713 KB 892/1044 KB 1710/1710 KB 736/1063 KB 1101/1267 KB 556/713 KB 896/1044 KB 1710/1710 KB 736/1063 KB 1105/1267 KB 556/713 KB 884/1044 KB 1710/1710 KB 732/1063 KB 1101/1267 KB 556/713 KB 896/1044 KB 1710/1710 KB 736/1063 KB 1105/1267 KB 560/713 KB 892/1044 KB 1710/1710 KB 736/1063 KB 1105/1267 KB 556/713 KB 896/1044 KB 1710/1710 KB 736/1063 KB 1109/1267 KB 560/713 KB 896/1044 KB 1710/1710 KB 740/1063 KB 1113/1267 KB 560/ unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 713 KB 896/1044 KB 1710/1710 KB 740/1063 KB 1117/1267 KB 564/713 KB 896/1044 KB 1710/1710 KB 740/1063 KB 1109/1267 KB 560/713 KB 896/1044 KB 1710/1710 KB 744/1063 KB 1121/1267 KB 564/713 KB 896/1044 KB 1710/1710 KB 740/1063 KB 1113/1267 KB 564/713 KB 900/1044 KB 1710/1710 KB 744/1063 KB 1121/1267 KB 568/713 KB 900/1044 KB 1710/1710 KB 744/1063 KB 1121/1267 KB 572/713 KB 900/1044 KB 1710/1710 KB 744/1063 KB 1121/1267 KB 576/713 KB 900/1044 KB 1710/1710 KB 744/1063 KB 1121/1267 KB 564/713 KB 896/1044 KB 1710/1710 KB 744/1063 KB 1121/1267 KB 564/713 KB 900/1044 KB 1710/1710 KB 748/1063 KB 1121/1267 KB 576/713 KB 900/1044 KB 1710/1710 KB 752/1063 KB 1121/1267 KB 576/713 KB 904/1044 KB 1710/1710 KB 752/1063 KB 1121/1267 KB 576/713 KB 908/1044 KB 1710/1710 KB 752/1063 KB 1121/1267 KB 576/713 KB 912/1044 KB 1710/1710 KB 752/1063 KB 1121/1267 KB 576/713 KB 916/1044 KB 1710/1710 KB 752/1063 KB 1125/1267 KB 576/713 KB 920/1044 KB 756/1063 KB 1125/1267 KB 580/713 KB 912/1044 KB 1710/1710 KB 752/1063 KB 1125/1267 KB 576/713 KB 920/1044 KB 756/1063 KB 1129/1267 KB 580/713 KB 920/1044 KB 756/1063 KB 1133/1267 KB 580/713 KB 916/1044 KB 756/1063 KB 1125/1267 KB 580/713 KB 916/1044 KB 756/1063 KB 1125/1267 KB 576/713 KB 920/1044 KB 756/1063 KB 1133/1267 KB 584/713 KB 920/1044 KB 760/1063 KB 1133/1267 KB 588/713 KB 920/1044 KB 760/1063 KB 1133/1267 KB 592/713 KB 924/1044 KB 760/1063 KB 1133/1267 KB 596/713 KB 924/1044 KB 760/1063 KB 1137/1267 KB 600/713 KB 924/1044 KB 760/1063 KB 1137/1267 KB 604/713 KB 924/1044 KB 760/1063 KB 1137/1267 KB 608/713 KB 924/1044 KB 760/1063 KB 1133/1267 KB 592/713 KB 928/1044 KB 760/1063 KB 1137/1267 KB 608/713 KB 920/1044 KB 760/1063 KB 1133/1267 KB 584/713 KB 928/1044 KB 764/1063 KB 1137/1267 KB 608/713 KB 928/1044 KB 768/1063 KB 1137/1267 KB 608/713 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 2638.7 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 924/1044 KB 760/1063 KB 1137/1267 KB 596/713 KB 928/1044 KB 768/1063 KB 1141/1267 KB 608/713 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 928/1044 KB 772/1063 KB 1141/1267 KB 608/713 KB 932/1044 KB 776/1063 KB 1145/1267 KB 608/713 KB 932/1044 KB 772/1063 KB 1145/1267 KB 608/713 KB 936/1044 KB 780/1063 KB 1145/1267 KB 608/713 KB 940/1044 KB 780/1063 KB 1145/1267 KB 608/713 KB 944/1044 KB 780/1063 KB 1145/1267 KB 608/713 KB 948/1044 KB 780/1063 KB 1145/1267 KB 608/713 KB 952/1044 KB 780/1063 KB 1145/1267 KB 612/713 KB 956/1044 KB 780/1063 KB 1145/1267 KB 612/713 KB 928/1044 KB 772/1063 KB 1145/1267 KB 608/713 KB 956/1044 KB 780/1063 KB 1149/1267 KB 612/713 KB 956/1044 KB 780/1063 KB 1153/1267 KB 612/713 KB 956/1044 KB 780/1063 KB 1157/1267 KB 612/713 KB 948/1044 KB 780/1063 KB 1145/1267 KB 612/713 KB 932/1044 KB 780/1063 KB 1145/1267 KB 608/713 KB 956/1044 KB 784/1063 KB 1157/1267 KB 612/713 KB 956/1044 KB 788/1063 KB 1157/1267 KB 612/713 KB 956/1044 KB 788/1063 KB 1161/1267 KB 616/713 KB 956/1044 KB 788/1063 KB 1161/1267 KB 612/713 KB 956/1044 KB 788/1063 KB 1165/1267 KB 616/713 KB 956/1044 KB 788/1063 KB 1165/1267 KB 620/713 KB 956/1044 KB 788/1063 KB 1165/1267 KB 624/713 KB 956/1044 KB 792/1063 KB 1165/1267 KB 624/713 KB 956/1044 KB 796/1063 KB 1165/1267 KB 624/713 KB 956/1044 KB 800/1063 KB 1165/1267 KB 624/713 KB 956/1044 KB 804/1063 KB 1165/1267 KB 624/713 KB 960/1044 KB 4/257 KB 808/1063 KB 1169/1267 KB 628/713 KB 960/1044 KB 4/257 KB 804/1063 KB 1169/1267 KB 628/713 KB 960/1044 KB 4/257 KB 804/1063 KB 1169/1267 KB 624/713 KB 960/1044 KB 4/257 KB 804/1063 KB 1165/1267 KB 624/713 KB 956/1044 KB 4/257 KB 804/1063 KB 1165/1267 KB 624/713 KB 960/1044 KB 8/257 KB 808/1063 KB 1169/1267 KB 628/713 KB 960/1044 KB 12/257 KB 808/1063 KB 1169/1267 KB 628/713 KB 960/1044 KB 16/257 KB 808/1063 KB 1173/1267 KB 628/713 KB 960/1044 KB 12/257 KB 808/1063 KB 1173/1267 KB 628/713 KB 960/1044 KB 16/257 KB 808/1063 KB 1177/1267 KB 632/713 KB 960/1044 KB 16/257 KB 808/1063 KB 1181/1267 KB 632/713 KB 960/1044 KB 16/257 KB 808/1063 KB 1185/1267 KB 632/713 KB 964/1044 KB 20/257 KB 812/1063 KB 1189/1267 KB 632/713 KB 964/1044 KB 20/257 KB 812/1063 KB 1193/1267 KB 632/713 KB 964/1044 KB 20/257 KB 812/1063 KB 1197/1267 KB 632/713 KB 960/1044 KB 16/257 KB 808/1063 KB 1173/1267 KB 632/713 KB 964/1044 KB 20/257 KB 812/1063 KB 1197/1267 KB 636/713 KB 964/1044 KB 20/257 KB 812/1063 KB 1197/1267 KB 640/713 KB 964/1044 KB 20/257 KB 812/1063 KB 1185/1267 KB 632/713 KB 964/1044 KB 20/257 KB 816/1063 KB 1197/1267 KB 640/713 KB 964/1044 KB 20/257 KB 816/1063 KB 1197/1267 KB 644/713 KB 964/1044 KB 20/257 KB 820/1063 KB 1197/1267 KB 648/713 KB 964/1044 KB 20/257 KB 820/1063 KB 1197/1267 KB 652/713 KB 964/1044 KB 20/257 KB 820/1063 KB 1197/1267 KB 656/713 KB 964/1044 KB 20/257 KB 808/1063 KB 1185/1267 KB 632/713 KB 964/1044 KB 16/257 KB 808/1063 KB 1185/1267 KB 632/713 KB 968/1044 KB 20/257 KB 820/1063 KB 1197/1267 KB 656/713 KB 972/1044 KB 20/257 KB 820/1063 KB 1197/1267 KB 656/713 KB 976/1044 KB 24/257 KB 820/1063 KB 1197/1267 KB 656/713 KB 980/1044 KB 24/257 KB 820/1063 KB 1197/1267 KB 656/713 KB 984/1044 KB 24/257 KB 820/1063 KB 1201/1267 KB 656/713 KB 988/1044 KB 24/257 KB 820/1063 KB 1201/1267 KB 656/713 KB 992/1044 KB 24/257 KB 820/1063 KB 1201/1267 KB 656/713 KB 964/1044 KB 20/257 KB 820/1063 KB 1197/1267 KB 644/713 KB 992/1044 KB 24/257 KB 824/1063 KB 1201/1267 KB 656/713 KB 992/1044 KB 24/257 KB 828/1063 KB 1201/1267 KB 656/713 KB 992/1044 KB 24/257 KB 832/1063 KB 1201/1267 KB 656/713 KB 992/1044 KB 24/257 KB 836/1063 KB 1201/1267 KB 656/713 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 996/1044 KB 24/257 KB 840/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 24/257 KB 844/1063 KB 1201/1267 KB 660/713 KB 980/1044 KB 24/257 KB 820/1063 KB 1201/1267 KB 656/713 KB 972/1044 KB 24/257 KB 820/1063 KB 1197/1267 KB 656/713 KB 996/1044 KB 28/257 KB 848/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 32/257 KB 848/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 36/257 KB 848/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 40/257 KB 848/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 44/257 KB 848/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 48/257 KB 848/1063 KB 1205/1267 KB 660/713 KB 996/1044 KB 52/257 KB 848/1063 KB 1205/1267 KB 660/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1205/1267 KB 660/713 KB 996/1044 KB 24/257 KB 836/1063 KB 1201/1267 KB 660/713 KB 992/1044 KB 24/257 KB 836/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1205/1267 KB 664/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1205/1267 KB 668/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1205/1267 KB 672/713 KB 996/1044 KB 24/257 KB 848/1063 KB 1201/1267 KB 660/713 KB 996/1044 KB 48/257 KB 848/1063 KB 1205/1267 KB 660/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1209/1267 KB 672/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1213/1267 KB 672/713 KB 996/1044 KB 56/257 KB 848/1063 KB 1217/1267 KB 672/713 KB 1000/1044 KB 56/257 KB 852/1063 KB 1221/1267 KB 676/713 KB 1000/1044 KB 60/257 KB 852/1063 KB 1225/1267 KB 676/713 KB 1000/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1000/1044 KB 56/257 KB 852/1063 KB 1217/1267 KB 676/713 KB 1000/1044 KB 56/257 KB 848/1063 KB 1217/1267 KB 676/713 KB 1000/1044 KB 56/257 KB 848/1063 KB 1217/1267 KB 672/713 KB 1004/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1000/1044 KB 60/257 KB 852/1063 KB 1221/1267 KB 676/713 KB 1008/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1012/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1016/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1020/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1024/1044 KB 60/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1024/1044 KB 64/257 KB 852/1063 KB 1229/1267 KB 676/713 KB 1024/1044 KB 64/257 KB 852/1063 KB 1229/1267 KB 680/713 KB 1024/1044 KB 64/257 KB 852/1063 KB 1229/1267 KB 684/713 KB 1024/1044 KB 64/257 KB 852/1063 KB 1229/1267 KB 688/713 KB 1024/1044 KB 64/257 KB 856/1063 KB 1229/1267 KB 692/713 KB 1028/1044 KB 68/257 KB 856/1063 KB 1233/1267 KB 696/713 KB 1028/1044 KB 68/257 KB 856/1063 KB 1233/1267 KB 700/713 KB 1028/1044 KB 68/257 KB 856/1063 KB 1233/1267 KB 704/713 KB 1024/1044 KB 64/257 KB 856/1063 KB 1229/1267 KB 688/713 KB 1028/1044 KB 68/257 KB 860/1063 KB 1233/1267 KB 704/713 KB 1028/1044 KB 68/257 KB 864/1063 KB 1233/1267 KB 704/713 KB 1028/1044 KB 68/257 KB 868/1063 KB 1233/1267 KB 704/713 KB 1028/1044 KB 68/257 KB 872/1063 KB 1233/1267 KB 704/713 KB 1028/1044 KB 68/257 KB 876/1063 KB 1233/1267 KB 704/713 KB 1028/1044 KB 68/257 KB 856/1063 KB 1233/1267 KB 692/713 KB 1032/1044 KB 68/257 KB 880/1063 KB 1233/1267 KB 704/713 KB 1024/1044 KB 68/257 KB 856/1063 KB 1233/1267 KB 692/713 KB 1036/1044 KB 72/257 KB 880/1063 KB 1233/1267 KB 704/713 KB 1036/1044 KB 76/257 KB 880/1063 KB 1233/1267 KB 704/713 KB 1036/1044 KB 80/257 KB 880/1063 KB 1233/1267 KB 704/713 KB 1024/1044 KB 64/257 KB 856/1063 KB 1233/1267 KB 692/713 KB 1036/1044 KB 80/257 KB 880/1063 KB 1237/1267 KB 704/713 KB 1036/1044 KB 80/257 KB 880/1063 KB 1241/1267 KB 704/713 KB 1036/1044 KB 80/257 KB 880/1063 KB 1245/1267 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 704/713 KB 1036/1044 KB 84/257 KB 880/1063 KB 1245/1267 KB 704/713 KB 1036/1044 KB 88/257 KB 880/1063 KB 1249/1267 KB 704/713 KB 1028/1044 KB 68/257 KB 880/1063 KB 1233/1267 KB 704/713 KB 1036/1044 KB 92/257 KB 880/1063 KB 1249/1267 KB 708/713 KB 1036/1044 KB 92/257 KB 880/1063 KB 1249/1267 KB 712/713 KB 1036/1044 KB 92/257 KB 880/1063 KB 1249/1267 KB 713/713 KB 1036/1044 KB 84/257 KB 880/1063 KB 1249/1267 KB 704/713 KB 1036/1044 KB 92/257 KB 880/1063 KB 1253/1267 KB 713/713 KB 1036/1044 KB 92/257 KB 880/1063 KB 1249/1267 KB 704/713 KB 1036/1044 KB 68/257 KB 880/1063 KB 1249/1267 KB 708/713 KB 1040/1044 KB 92/257 KB 880/1063 KB 1253/1267 KB 713/713 KB 1040/1044 KB 96/257 KB 880/1063 KB 1253/1267 KB 713/713 KB 1044/1044 KB 96/257 KB 880/1063 KB 1253/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 880/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 884/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 888/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 892/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 896/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 880/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 96/257 KB 880/1063 KB 1257/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 896/1063 KB 1261/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 896/1063 KB 1265/1267 KB 713/713 KB 1044/1044 KB 100/257 KB 896/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 104/257 KB 896/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 108/257 KB 896/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 112/257 KB 896/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 112/257 KB 900/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 112/257 KB 904/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 112/257 KB 908/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 112/257 KB 912/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 116/257 KB 912/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 120/257 KB 912/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 124/257 KB 912/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 128/257 KB 912/1063 KB 1267/1267 KB 713/713 KB 1044/1044 KB 132/257 KB 912/1063 KB 1267/1267 KB 713/713 KB 136/257 KB 916/1063 KB 140/257 KB 916/1063 KB 144/257 KB 916/1063 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 1491.3 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 132/257 KB 916/1063 KB 1267/1267 KB 713/713 KB 144/257 KB 920/1063 KB 144/257 KB 924/1063 KB 144/257 KB 928/1063 KB 144/257 KB 932/1063 KB 148/257 KB 936/1063 KB 148/257 KB 940/1063 KB 148/257 KB 944/1063 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 1809.2 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 148/257 KB 932/1063 KB 152/257 KB 944/1063 KB 156/257 KB 944/1063 KB 160/257 KB 944/1063 KB 164/257 KB 944/1063 KB 168/257 KB 948/1063 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1018.5 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 168/257 KB 948/1063 KB 4/358 KB 168/257 KB 948/1063 KB 8/358 KB 168/257 KB 948/1063 KB 12/358 KB 168/257 KB 948/1063 KB 16/358 KB 164/257 KB 948/1063 KB 168/257 KB 952/1063 KB 16/358 KB 168/257 KB 956/1063 KB 16/358 KB 168/257 KB 956/1063 KB 20/358 KB 172/257 KB 960/1063 KB 20/358 KB 172/257 KB 956/1063 KB 20/358 KB 176/257 KB 960/1063 KB 20/358 KB 176/257 KB 960/1063 KB 24/358 KB 176/257 KB 960/1063 KB 28/358 KB 176/257 KB 960/1063 KB 32/358 KB 176/257 KB 964/1063 KB 32/358 KB 176/257 KB 964/1063 KB 32/358 KB 4/549 KB 176/257 KB 964/1063 KB 32/358 KB 8/549 KB 176/257 KB 964/1063 KB 32/358 KB 12/549 KB 176/257 KB 964/1063 KB 32/358 KB 16/549 KB 176/257 KB 968/1063 KB 32/358 KB 16/549 KB 180/257 KB 968/1063 KB 32/358 KB 16/549 KB 180/257 KB 972/1063 KB 32/358 KB 16/549 KB 184/257 KB 972/1063 KB 32/358 KB 16/549 KB 188/257 KB 972/1063 KB 3/5 KB 32/358 KB 20/549 KB 184/257 KB 972/1063 KB 3/5 KB 32/358 KB 20/549 KB 184/257 KB 972/1063 KB 3/5 KB 32/358 KB 16/549 KB 188/257 KB 976/1063 KB 5/5 KB 32/358 KB 20/549 KB 188/257 KB 976/1063 KB 5/5 KB 32/358 KB 24/549 KB 188/257 KB 976/1063 KB 5/5 KB 32/358 KB 28/549 KB 188/257 KB 976/1063 KB 5/5 KB 32/358 KB 32/549 KB 188/257 KB 976/1063 KB 3/5 KB 32/358 KB 20/549 KB 188/257 KB 980/1063 KB 5/5 KB 32/358 KB 36/549 KB 188/257 KB 976/1063 KB 5/5 KB 32/358 KB 36/549 KB 192/257 KB 980/1063 KB 5/5 KB 36/358 KB 40/549 KB 192/257 KB 980/1063 KB 5/5 KB 36/358 KB 44/549 KB 192/257 KB 980/1063 KB 5/5 KB 36/358 KB 48/549 KB 192/257 KB 980/1063 KB 5/5 KB 36/358 KB 36/549 KB 192/257 KB 980/1063 KB 5/5 KB 40/358 KB 48/549 KB 192/257 KB 980/1063 KB 5/5 KB 32/358 KB 36/549 KB 192/257 KB 980/1063 KB 5/5 KB 44/358 KB 48/549 KB 196/257 KB 980/1063 KB 5/5 KB 44/358 KB 48/549 KB 200/257 KB 984/1063 KB 5/5 KB 48/358 KB 48/549 KB 204/257 KB 984/1063 KB 5/5 KB 48/358 KB 48/549 KB 208/257 KB 984/1063 KB 5/5 KB 48/358 KB 48/549 KB 212/257 KB 984/1063 KB 5/5 KB 48/358 KB 48/549 KB 216/257 KB 984/1063 KB 48/358 KB 52/549 KB 220/257 KB 984/1063 KB 48/358 KB 52/549 KB 196/257 KB 984/1063 KB 5/5 KB 48/358 KB 48/549 KB 196/257 KB 980/1063 KB 5/5 KB 48/358 KB 48/549 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 6.0 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 220/257 KB 984/1063 KB 52/358 KB 52/549 KB 212/257 KB 984/1063 KB 5/5 KB 48/358 KB 52/549 KB 220/257 KB 988/1063 KB 52/358 KB 52/549 KB 220/257 KB 992/1063 KB 52/358 KB 52/549 KB 220/257 KB 992/1063 KB 56/358 KB 52/549 KB 220/257 KB 992/1063 KB 56/358 KB 56/549 KB 220/257 KB 992/1063 KB 60/358 KB 56/549 KB 220/257 KB 992/1063 KB 64/358 KB 56/549 KB 220/257 KB 992/1063 KB 64/358 KB 60/549 KB 220/257 KB 992/1063 KB 64/358 KB 64/549 KB 220/257 KB 996/1063 KB 64/358 KB 64/549 KB 220/257 KB 1000/1063 KB 64/358 KB 64/549 KB 220/257 KB 1004/1063 KB 64/358 KB 64/549 KB 220/257 KB 1008/1063 KB 64/358 KB 64/549 KB 220/257 KB 1012/1063 KB 64/358 KB 64/549 KB 224/257 KB 1016/1063 KB 68/358 KB 68/549 KB 224/257 KB 1020/1063 KB 68/358 KB 68/549 KB 224/257 KB 1024/1063 KB 68/358 KB 68/549 KB 224/257 KB 1012/1063 KB 68/358 KB 68/549 KB 224/257 KB 1012/1063 KB 68/358 KB 64/549 KB 224/257 KB 1012/1063 KB 64/358 KB 64/549 KB 224/257 KB 1024/1063 KB 72/358 KB 68/549 KB 224/257 KB 1024/1063 KB 76/358 KB 68/549 KB 224/257 KB 1024/1063 KB 76/358 KB 72/549 KB 224/257 KB 1024/1063 KB 76/358 KB 76/549 KB 224/257 KB 1024/1063 KB 80/358 KB 80/549 KB 224/257 KB 1024/1063 KB 80/358 KB 76/549 KB 224/257 KB 1024/1063 KB 84/358 KB 80/549 KB 228/257 KB 1028/1063 KB 3/86 KB 88/358 KB 84/549 KB 228/257 KB 1028/1063 KB 3/86 KB 84/358 KB 84/549 KB 228/257 KB 1032/1063 KB 3/86 KB 92/358 KB 84/549 KB 228/257 KB 1036/1063 KB 3/86 KB 92/358 KB 84/549 KB 228/257 KB 1040/1063 KB 3/86 KB 92/358 KB 84/549 KB 228/257 KB 1024/1063 KB 3/86 KB 84/358 KB 84/549 KB 228/257 KB 1024/1063 KB 3/86 KB 84/358 KB 80/549 KB 224/257 KB 1024/1063 KB 3/86 KB 84/358 KB 80/549 KB 228/257 KB 1040/1063 KB 5/86 KB 92/358 KB 88/549 KB 228/257 KB 1040/1063 KB 8/86 KB 92/358 KB 88/549 KB 228/257 KB 1040/1063 KB 11/86 KB 92/358 KB 88/549 KB 228/257 KB 1040/1063 KB 13/86 KB 92/358 KB 88/549 KB 228/257 KB 1040/1063 KB 16/86 KB 92/358 KB 88/549 KB 232/257 KB 1040/1063 KB 19/86 KB 92/358 KB 88/549 KB 228/257 KB 1040/1063 KB 3/86 KB 92/358 KB 88/549 KB 232/257 KB 1040/1063 KB 21/86 KB 92/358 KB 88/549 KB 228/257 KB 1028/1063 KB 3/86 KB 92/358 KB 84/549 KB 232/257 KB 1040/1063 KB 21/86 KB 92/358 KB 92/549 KB 232/257 KB 1040/1063 KB 21/86 KB 92/358 KB 96/549 KB 232/257 KB 1040/1063 KB 16/86 KB 92/358 KB 88/549 KB 236/257 KB 1040/1063 KB 21/86 KB 96/358 KB 96/549 KB 240/257 KB 1040/1063 KB 21/86 KB 96/358 KB 96/549 KB 244/257 KB 1040/1063 KB 21/86 KB 96/358 KB 96/549 KB 248/257 KB 1040/1063 KB 24/86 KB 96/358 KB 96/549 KB 252/257 KB 1040/1063 KB 24/86 KB 96/358 KB 96/549 KB 256/257 KB 1040/1063 KB 24/86 KB 96/358 KB 96/549 KB 257/257 KB 1040/1063 KB 24/86 KB 96/358 KB 100/549 KB 232/257 KB 1040/1063 KB 21/86 KB 96/358 KB 96/549 KB 257/257 KB 1044/1063 KB 24/86 KB 100/358 KB 100/549 KB 257/257 KB 1044/1063 KB 24/86 KB 104/358 KB 100/549 KB 257/257 KB 1044/1063 KB 24/86 KB 108/358 KB 100/549 KB 257/257 KB 1044/1063 KB 24/86 KB 112/358 KB 100/549 KB 257/257 KB 1044/1063 KB 24/86 KB 96/358 KB 100/549 KB 257/257 KB 1048/1063 KB 24/86 KB 112/358 KB 100/549 KB 257/257 KB 1052/1063 KB 24/86 KB 112/358 KB 100/549 KB 256/257 KB 1040/1063 KB 24/86 KB 96/358 KB 100/549 KB 244/257 KB 1040/1063 KB 24/86 KB 96/358 KB 96/549 KB 257/257 KB 1052/1063 KB 27/86 KB 112/358 KB 100/549 KB 257/257 KB 1052/1063 KB 29/86 KB 112/358 KB 100/549 KB 257/257 KB 1052/1063 KB 29/86 KB 112/358 KB 104/549 KB 257/257 KB 1052/1063 KB 32/86 KB 112/35 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 8 KB 104/549 KB 257/257 KB 1052/1063 KB 36/86 KB 112/358 KB 108/549 KB 257/257 KB 1056/1063 KB 40/86 KB 116/358 KB 108/549 KB 257/257 KB 1056/1063 KB 44/86 KB 116/358 KB 108/549 KB 257/257 KB 1056/1063 KB 48/86 KB 116/358 KB 108/549 KB 257/257 KB 1052/1063 KB 32/86 KB 112/358 KB 108/549 KB 257/257 KB 1056/1063 KB 48/86 KB 116/358 KB 112/549 KB 257/257 KB 1056/1063 KB 48/86 KB 116/358 KB 116/549 KB 257/257 KB 1056/1063 KB 48/86 KB 116/358 KB 120/549 KB 257/257 KB 1056/1063 KB 36/86 KB 116/358 KB 108/549 KB 257/257 KB 1056/1063 KB 36/86 KB 112/358 KB 108/549 KB 257/257 KB 1060/1063 KB 48/86 KB 116/358 KB 124/549 KB 257/257 KB 1063/1063 KB 48/86 KB 116/358 KB 124/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 340.7 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 1063/1063 KB 52/86 KB 120/358 KB 124/549 KB 1063/1063 KB 56/86 KB 120/358 KB 124/549 KB 1063/1063 KB 60/86 KB 120/358 KB 124/549 KB 1063/1063 KB 64/86 KB 120/358 KB 124/549 KB 257/257 KB 1056/1063 KB 48/86 KB 116/358 KB 124/549 KB 1063/1063 KB 64/86 KB 120/358 KB 128/549 KB 1063/1063 KB 48/86 KB 120/358 KB 124/549 KB 1063/1063 KB 64/86 KB 124/358 KB 128/549 KB 1063/1063 KB 64/86 KB 128/358 KB 128/549 KB 1063/1063 KB 64/86 KB 128/358 KB 132/549 KB 1063/1063 KB 64/86 KB 132/358 KB 136/549 KB 1063/1063 KB 64/86 KB 132/358 KB 140/549 KB 1063/1063 KB 68/86 KB 132/358 KB 144/549 KB 1063/1063 KB 64/86 KB 132/358 KB 132/549 KB 1063/1063 KB 68/86 KB 136/358 KB 144/549 KB 1063/1063 KB 68/86 KB 140/358 KB 144/549 KB 1063/1063 KB 68/86 KB 144/358 KB 144/549 KB 1063/1063 KB 68/86 KB 144/358 KB 148/549 KB 1063/1063 KB 68/86 KB 144/358 KB 152/549 KB 1063/1063 KB 68/86 KB 132/358 KB 140/549 KB 1063/1063 KB 72/86 KB 144/358 KB 152/549 KB 1063/1063 KB 76/86 KB 144/358 KB 152/549 KB 1063/1063 KB 80/86 KB 144/358 KB 152/549 KB 1063/1063 KB 80/86 KB 148/358 KB 156/549 KB 1063/1063 KB 80/86 KB 148/358 KB 152/549 KB 1063/1063 KB 80/86 KB 152/358 KB 156/549 KB 1063/1063 KB 80/86 KB 156/358 KB 160/549 KB 1063/1063 KB 84/86 KB 160/358 KB 160/549 KB 1063/1063 KB 80/86 KB 152/358 KB 160/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1395.7 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 4/404 KB 84/86 KB 160/358 KB 160/549 KB 8/404 KB 84/86 KB 160/358 KB 160/549 KB 12/404 KB 84/86 KB 164/358 KB 164/549 KB 1063/1063 KB 84/86 KB 156/358 KB 160/549 KB 12/404 KB 86/86 KB 164/358 KB 164/549 KB 16/404 KB 86/86 KB 164/358 KB 164/549 KB 20/404 KB 86/86 KB 164/358 KB 164/549 KB 24/404 KB 86/86 KB 164/358 KB 164/549 KB 28/404 KB 86/86 KB 164/358 KB 164/549 KB 8/404 KB 84/86 KB 164/358 KB 164/549 KB 32/404 KB 86/86 KB 164/358 KB 168/549 KB 32/404 KB 86/86 KB 164/358 KB 172/549 KB 32/404 KB 86/86 KB 164/358 KB 176/549 KB 8/404 KB 84/86 KB 164/358 KB 160/549 KB 32/404 KB 86/86 KB 168/358 KB 176/549 KB 32/404 KB 86/86 KB 172/358 KB 176/549 KB 32/404 KB 86/86 KB 176/358 KB 176/549 KB 32/404 KB 86/86 KB 176/358 KB 180/549 KB 32/404 KB 86/86 KB 180/358 KB 184/549 KB 32/404 KB 86/86 KB 180/358 KB 188/549 KB 32/404 KB 86/86 KB 164/358 KB 164/549 KB 32/404 KB 86/86 KB 180/358 KB 180/549 KB 32/404 KB 86/86 KB 184/358 KB 188/549 KB 32/404 KB 86/86 KB 184/358 KB 192/549 KB 32/404 KB 86/86 KB 188/358 KB 192/549 KB 36/404 KB 86/86 KB 188/358 KB 192/549 KB 40/404 KB 86/86 KB 192/358 KB 192/549 KB 44/404 KB 86/86 KB 192/358 KB 192/549 KB 48/404 KB 86/86 KB 192/358 KB 192/549 KB 36/404 KB 86/86 KB 192/358 KB 192/549 KB 48/404 KB 86/86 KB 192/358 KB 196/549 KB 52/404 KB 86/86 KB 192/358 KB 196/549 KB 52/404 KB 86/86 KB 196/358 KB 200/549 KB 52/404 KB 86/86 KB 192/358 KB 200/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 111.2 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 52/404 KB 196/358 KB 204/549 KB 52/404 KB 196/358 KB 208/549 KB 52/404 KB 200/358 KB 208/549 KB 52/404 KB 204/358 KB 208/549 KB 56/404 KB 208/358 KB 208/549 KB 56/404 KB 204/358 KB 208/549 KB 60/404 KB 208/358 KB 208/549 KB 60/404 KB 208/358 KB 212/549 KB 64/404 KB 212/358 KB 216/549 KB 64/404 KB 212/358 KB 220/549 KB 64/404 KB 212/358 KB 224/549 KB 64/404 KB 212/358 KB 212/549 KB 64/404 KB 208/358 KB 212/549 KB 68/404 KB 212/358 KB 224/549 KB 72/404 KB 216/358 KB 224/549 KB 76/404 KB 216/358 KB 224/549 KB 80/404 KB 216/358 KB 224/549 KB 80/404 KB 216/358 KB 224/549 KB 3/587 KB 80/404 KB 216/358 KB 224/549 KB 5/587 KB 80/404 KB 216/358 KB 224/549 KB 8/587 KB 80/404 KB 216/358 KB 224/549 KB 11/587 KB 68/404 KB 216/358 KB 224/549 KB 80/404 KB 220/358 KB 224/549 KB 11/587 KB 80/404 KB 220/358 KB 224/549 KB 13/587 KB 80/404 KB 220/358 KB 224/549 KB 16/587 KB 80/404 KB 220/358 KB 224/549 KB 19/587 KB 80/404 KB 224/358 KB 224/549 KB 19/587 KB 80/404 KB 224/358 KB 224/549 KB 21/587 KB 80/404 KB 224/358 KB 224/549 KB 24/587 KB 80/404 KB 224/358 KB 224/549 KB 27/587 KB 80/404 KB 224/358 KB 228/549 KB 27/587 KB 80/404 KB 224/358 KB 232/549 KB 27/587 KB 80/404 KB 228/358 KB 236/549 KB 29/587 KB 80/404 KB 228/358 KB 240/549 KB 29/587 KB 80/404 KB 228/358 KB 232/549 KB 29/587 KB 80/404 KB 224/358 KB 232/549 KB 29/587 KB 80/404 KB 228/358 KB 240/549 KB 32/587 KB 84/404 KB 228/358 KB 240/549 KB 32/587 KB 88/404 KB 232/358 KB 240/549 KB 36/587 KB 92/404 KB 232/358 KB 240/549 KB 36/587 KB 96/404 KB 232/358 KB 240/549 KB 36/587 KB 84/404 KB 232/358 KB 240/549 KB 36/587 KB 96/404 KB 232/358 KB 244/549 KB 40/587 KB 96/404 KB 232/358 KB 244/549 KB 44/587 KB 96/404 KB 232/358 KB 244/549 KB 48/587 KB 84/404 KB 232/358 KB 240/549 KB 32/587 KB 96/404 KB 236/358 KB 244/549 KB 48/587 KB 96/404 KB 240/358 KB 244/549 KB 48/587 KB 96/404 KB 240/358 KB 244/549 KB 52/587 KB 96/404 KB 240/358 KB 244/549 KB 56/587 KB 96/404 KB 240/358 KB 244/549 KB 60/587 KB 96/404 KB 240/358 KB 244/549 KB 64/587 KB 96/404 KB 244/358 KB 244/549 KB 64/587 KB 100/404 KB 248/358 KB 244/549 KB 64/587 KB 96/404 KB 232/358 KB 244/549 KB 36/587 KB 100/404 KB 248/358 KB 248/549 KB 68/587 KB 100/404 KB 248/358 KB 252/549 KB 68/587 KB 100/404 KB 248/358 KB 256/549 KB 68/587 KB 100/404 KB 248/358 KB 244/549 KB 68/587 KB 100/404 KB 4/894 KB 252/358 KB 256/549 KB 72/587 KB 100/404 KB 4/894 KB 252/358 KB 256/549 KB 76/587 KB 100/404 KB 4/894 KB 252/358 KB 256/549 KB 80/587 KB 100/404 KB 4/894 KB 252/358 KB 256/549 KB 84/587 KB 100/404 KB 4/894 KB 252/358 KB 260/549 KB 88/587 KB 100/404 KB 4/894 KB 252/358 KB 260/549 KB 92/587 KB 100/404 KB 244/358 KB 244/549 KB 64/587 KB 104/404 KB 4/894 KB 252/358 KB 260/549 KB 92/587 KB 108/404 KB 4/894 KB 252/358 KB 260/549 KB 92/587 KB 112/404 KB 4/894 KB 252/358 KB 260/549 KB 92/587 KB 116/404 KB 4/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 4/894 KB 252/358 KB 260/549 KB 92/587 KB 100/404 KB 4/894 KB 252/358 KB 260/549 KB 84/587 KB 100/404 KB 4/894 KB 252/358 KB 256/549 KB 68/587 KB 100/404 KB 4/894 KB 248/358 KB 256/549 KB 68/587 KB 120/404 KB 8/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 12/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 16/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 20/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 24/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 28/894 KB 252/358 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 260/549 KB 92/587 KB 120/404 KB 32/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 36/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 40/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 44/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 48/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 52/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 56/894 KB 252/358 KB 260/549 KB 92/587 KB 120/404 KB 56/894 KB 256/358 KB 260/549 KB 92/587 KB 120/404 KB 60/894 KB 256/358 KB 260/549 KB 92/587 KB 120/404 KB 64/894 KB 256/358 KB 260/549 KB 92/587 KB 120/404 KB 64/894 KB 260/358 KB 260/549 KB 92/587 KB 120/404 KB 64/894 KB 260/358 KB 264/549 KB 92/587 KB 120/404 KB 64/894 KB 260/358 KB 268/549 KB 92/587 KB 120/404 KB 64/894 KB 264/358 KB 272/549 KB 92/587 KB 120/404 KB 64/894 KB 264/358 KB 272/549 KB 92/587 KB 120/404 KB 64/894 KB 268/358 KB 272/549 KB 92/587 KB 120/404 KB 64/894 KB 272/358 KB 272/549 KB 92/587 KB 124/404 KB 64/894 KB 272/358 KB 272/549 KB 92/587 KB 128/404 KB 64/894 KB 272/358 KB 272/549 KB 92/587 KB 132/404 KB 64/894 KB 272/358 KB 272/549 KB 92/587 KB 136/404 KB 64/894 KB 276/358 KB 276/549 KB 96/587 KB 140/404 KB 64/894 KB 276/358 KB 276/549 KB 96/587 KB 144/404 KB 64/894 KB 276/358 KB 276/549 KB 96/587 KB 148/404 KB 68/894 KB 276/358 KB 276/549 KB 96/587 KB 152/404 KB 68/894 KB 276/358 KB 276/549 KB 96/587 KB 156/404 KB 68/894 KB 276/358 KB 276/549 KB 96/587 KB 132/404 KB 64/894 KB 276/358 KB 276/549 KB 96/587 KB 132/404 KB 64/894 KB 272/358 KB 276/549 KB 96/587 KB 156/404 KB 68/894 KB 276/358 KB 280/549 KB 96/587 KB 132/404 KB 64/894 KB 272/358 KB 272/549 KB 96/587 KB 144/404 KB 68/894 KB 276/358 KB 276/549 KB 96/587 KB 156/404 KB 72/894 KB 276/358 KB 280/549 KB 96/587 KB 156/404 KB 76/894 KB 276/358 KB 280/549 KB 96/587 KB 156/404 KB 80/894 KB 276/358 KB 280/549 KB 96/587 KB 156/404 KB 84/894 KB 276/358 KB 280/549 KB 96/587 KB 156/404 KB 88/894 KB 280/358 KB 284/549 KB 100/587 KB 156/404 KB 84/894 KB 280/358 KB 284/549 KB 100/587 KB 156/404 KB 84/894 KB 276/358 KB 284/549 KB 100/587 KB 156/404 KB 92/894 KB 280/358 KB 288/549 KB 100/587 KB 156/404 KB 92/894 KB 284/358 KB 288/549 KB 100/587 KB 156/404 KB 92/894 KB 288/358 KB 288/549 KB 100/587 KB 156/404 KB 84/894 KB 276/358 KB 280/549 KB 100/587 KB 156/404 KB 92/894 KB 288/358 KB 288/549 KB 104/587 KB 156/404 KB 92/894 KB 288/358 KB 288/549 KB 100/587 KB 156/404 KB 96/894 KB 288/358 KB 288/549 KB 108/587 KB 156/404 KB 92/894 KB 288/358 KB 288/549 KB 108/587 KB 156/404 KB 96/894 KB 288/358 KB 288/549 KB 112/587 KB 156/404 KB 100/894 KB 288/358 KB 288/549 KB 116/587 KB 156/404 KB 100/894 KB 292/358 KB 292/549 KB 120/587 KB 156/404 KB 100/894 KB 288/358 KB 288/549 KB 112/587 KB 160/404 KB 104/894 KB 292/358 KB 292/549 KB 120/587 KB 160/404 KB 100/894 KB 292/358 KB 292/549 KB 120/587 KB 156/404 KB 100/894 KB 292/358 KB 292/549 KB 116/587 KB 156/404 KB 100/894 KB 288/358 KB 292/549 KB 116/587 KB 160/404 KB 104/894 KB 292/358 KB 296/549 KB 120/587 KB 160/404 KB 104/894 KB 292/358 KB 300/549 KB 120/587 KB 160/404 KB 104/894 KB 292/358 KB 304/549 KB 120/587 KB 160/404 KB 104/894 KB 296/358 KB 304/549 KB 120/587 KB 160/404 KB 104/894 KB 300/358 KB 304/549 KB 120/587 KB 160/404 KB 104/894 KB 300/358 KB 304/549 KB 124/587 KB 160/404 KB 108/894 KB 304/358 KB 304/549 KB 128/587 KB 160/404 KB 108/894 KB 304/358 KB 304/549 KB 132/587 KB 164/404 KB 108/894 KB 304/358 KB 308/549 KB 136/587 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install KB 164/404 KB 108/894 KB 304/358 KB 308/549 KB 140/587 KB 164/404 KB 108/894 KB 304/358 KB 308/549 KB 144/587 KB 160/404 KB 108/894 KB 304/358 KB 304/549 KB 124/587 KB 160/404 KB 108/894 KB 300/358 KB 304/549 KB 124/587 KB 164/404 KB 112/894 KB 304/358 KB 308/549 KB 144/587 KB 164/404 KB 112/894 KB 308/358 KB 308/549 KB 144/587 KB 164/404 KB 116/894 KB 312/358 KB 308/549 KB 144/587 KB 164/404 KB 116/894 KB 316/358 KB 308/549 KB 144/587 KB 164/404 KB 116/894 KB 320/358 KB 308/549 KB 144/587 KB 164/404 KB 108/894 KB 304/358 KB 308/549 KB 132/587 KB 160/404 KB 108/894 KB 304/358 KB 308/549 KB 132/587 KB 164/404 KB 116/894 KB 320/358 KB 312/549 KB 144/587 KB 164/404 KB 116/894 KB 320/358 KB 316/549 KB 144/587 KB 168/404 KB 116/894 KB 320/358 KB 320/549 KB 144/587 KB 164/404 KB 116/894 KB 308/358 KB 308/549 KB 144/587 KB 168/404 KB 116/894 KB 320/358 KB 316/549 KB 144/587 KB 172/404 KB 116/894 KB 320/358 KB 320/549 KB 144/587 KB 176/404 KB 116/894 KB 320/358 KB 320/549 KB 144/587 KB 176/404 KB 120/894 KB 320/358 KB 320/549 KB 144/587 KB 176/404 KB 124/894 KB 320/358 KB 320/549 KB 144/587 KB 176/404 KB 128/894 KB 320/358 KB 324/549 KB 148/587 KB 176/404 KB 132/894 KB 320/358 KB 324/549 KB 148/587 KB 180/404 KB 136/894 KB 324/358 KB 324/549 KB 148/587 KB 180/404 KB 140/894 KB 324/358 KB 324/549 KB 148/587 KB 180/404 KB 144/894 KB 324/358 KB 324/549 KB 148/587 KB 176/404 KB 124/894 KB 320/358 KB 324/549 KB 148/587 KB 176/404 KB 124/894 KB 320/358 KB 324/549 KB 144/587 KB 180/404 KB 132/894 KB 324/358 KB 324/549 KB 148/587 KB 176/404 KB 132/894 KB 324/358 KB 324/549 KB 148/587 KB 180/404 KB 144/894 KB 324/358 KB 328/549 KB 148/587 KB 184/404 KB 144/894 KB 324/358 KB 328/549 KB 148/587 KB 184/404 KB 144/894 KB 324/358 KB 332/549 KB 148/587 KB 188/404 KB 144/894 KB 328/358 KB 332/549 KB 148/587 KB 184/404 KB 144/894 KB 328/358 KB 332/549 KB 148/587 KB 188/404 KB 144/894 KB 332/358 KB 336/549 KB 152/587 KB 188/404 KB 144/894 KB 328/358 KB 336/549 KB 148/587 KB 188/404 KB 144/894 KB 332/358 KB 336/549 KB 152/587 KB 192/404 KB 144/894 KB 336/358 KB 336/549 KB 152/587 KB 192/404 KB 144/894 KB 332/358 KB 336/549 KB 152/587 KB 192/404 KB 144/894 KB 336/358 KB 336/549 KB 156/587 KB 192/404 KB 144/894 KB 336/358 KB 336/549 KB 160/587 KB 192/404 KB 144/894 KB 336/358 KB 340/549 KB 160/587 KB 196/404 KB 148/894 KB 340/358 KB 344/549 KB 164/587 KB 196/404 KB 148/894 KB 340/358 KB 348/549 KB 164/587 KB 196/404 KB 148/894 KB 340/358 KB 352/549 KB 164/587 KB 196/404 KB 148/894 KB 340/358 KB 340/549 KB 164/587 KB 196/404 KB 144/894 KB 340/358 KB 340/549 KB 164/587 KB 192/404 KB 144/894 KB 340/358 KB 340/549 KB 164/587 KB 200/404 KB 148/894 KB 340/358 KB 352/549 KB 164/587 KB 200/404 KB 148/894 KB 344/358 KB 352/549 KB 164/587 KB 200/404 KB 148/894 KB 348/358 KB 352/549 KB 164/587 KB 192/404 KB 144/894 KB 336/358 KB 340/549 KB 164/587 KB 204/404 KB 148/894 KB 348/358 KB 352/549 KB 164/587 KB 204/404 KB 152/894 KB 348/358 KB 352/549 KB 164/587 KB 208/404 KB 152/894 KB 352/358 KB 352/549 KB 168/587 KB 208/404 KB 152/894 KB 348/358 KB 352/549 KB 168/587 KB 208/404 KB 156/894 KB 352/358 KB 352/549 KB 172/587 KB 208/404 KB 156/894 KB 352/358 KB 352/549 KB 176/587 KB 208/404 KB 156/894 KB 352/358 KB 352/549 KB 180/587 KB 208/404 KB 156/894 KB 356/358 KB 356/549 KB 184/587 KB 208/404 KB 156/894 KB 356/358 KB 356/549 KB 188/587 KB 208/404 KB 152/894 KB 348/358 KB 352/549 KB 164/587 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 212/404 KB 156/894 KB 356/358 KB 356/549 KB 188/587 KB 208/404 KB 156/894 KB 356/358 KB 356/549 KB 180/587 KB 208/404 KB 156/894 KB 356/358 KB 352/549 KB 180/587 KB 208/404 KB 156/894 KB 352/358 KB 352/549 KB 172/587 KB 212/404 KB 160/894 KB 356/358 KB 356/549 KB 188/587 KB 212/404 KB 160/894 KB 358/358 KB 356/549 KB 188/587 KB 212/404 KB 160/894 KB 358/358 KB 360/549 KB 188/587 KB 212/404 KB 160/894 KB 358/358 KB 364/549 KB 188/587 KB 212/404 KB 160/894 KB 358/358 KB 368/549 KB 188/587 KB 216/404 KB 160/894 KB 358/358 KB 368/549 KB 188/587 KB 220/404 KB 164/894 KB 358/358 KB 368/549 KB 188/587 KB 224/404 KB 164/894 KB 358/358 KB 368/549 KB 188/587 KB 220/404 KB 164/894 KB 358/358 KB 368/549 KB 188/587 KB 224/404 KB 164/894 KB 358/358 KB 372/549 KB 192/587 KB 224/404 KB 168/894 KB 358/358 KB 372/549 KB 192/587 KB 224/404 KB 172/894 KB 358/358 KB 372/549 KB 192/587 KB 224/404 KB 176/894 KB 358/358 KB 372/549 KB 192/587 KB 224/404 KB 180/894 KB 358/358 KB 372/549 KB 192/587 KB 228/404 KB 184/894 KB 358/358 KB 372/549 KB 196/587 KB 224/404 KB 164/894 KB 358/358 KB 372/549 KB 188/587 KB 228/404 KB 184/894 KB 358/358 KB 376/549 KB 196/587 KB 228/404 KB 184/894 KB 358/358 KB 380/549 KB 196/587 KB 228/404 KB 184/894 KB 358/358 KB 384/549 KB 196/587 KB 228/404 KB 180/894 KB 358/358 KB 372/549 KB 196/587 KB 232/404 KB 184/894 KB 358/358 KB 384/549 KB 196/587 KB 236/404 KB 184/894 KB 358/358 KB 384/549 KB 196/587 KB 240/404 KB 184/894 KB 358/358 KB 384/549 KB 196/587 KB 224/404 KB 180/894 KB 358/358 KB 372/549 KB 196/587 KB 240/404 KB 184/894 KB 358/358 KB 384/549 KB 200/587 KB 240/404 KB 184/894 KB 358/358 KB 384/549 KB 204/587 KB 240/404 KB 184/894 KB 358/358 KB 384/549 KB 208/587 KB 240/404 KB 184/894 KB 358/358 KB 384/549 KB 212/587 KB 244/404 KB 188/894 KB 358/358 KB 388/549 KB 216/587 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 429.7 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 244/404 KB 188/894 KB 358/358 KB 388/549 KB 212/587 KB 248/404 KB 188/894 KB 388/549 KB 216/587 KB 252/404 KB 188/894 KB 388/549 KB 216/587 KB 256/404 KB 188/894 KB 388/549 KB 216/587 KB 240/404 KB 188/894 KB 358/358 KB 388/549 KB 212/587 KB 240/404 KB 188/894 KB 358/358 KB 384/549 KB 212/587 KB 256/404 KB 192/894 KB 388/549 KB 220/587 KB 256/404 KB 192/894 KB 392/549 KB 220/587 KB 256/404 KB 192/894 KB 396/549 KB 220/587 KB 256/404 KB 196/894 KB 396/549 KB 220/587 KB 256/404 KB 188/894 KB 388/549 KB 220/587 KB 256/404 KB 200/894 KB 400/549 KB 224/587 KB 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 256/404 KB 200/894 KB 400/549 KB 220/587 KB 256/404 KB 196/894 KB 400/549 KB 220/587 KB 256/404 KB 204/894 KB 404/549 KB 224/587 KB 260/404 KB 204/894 KB 408/549 KB 228/587 KB 260/404 KB 204/894 KB 412/549 KB 228/587 KB 260/404 KB 204/894 KB 416/549 KB 228/587 KB 260/404 KB 204/894 KB 404/549 KB 228/587 KB 260/404 KB 204/894 KB 404/549 KB 224/587 KB 256/404 KB 204/894 KB 404/549 KB 224/587 KB 260/404 KB 208/894 KB 416/549 KB 228/587 KB 264/404 KB 208/894 KB 416/549 KB 228/587 KB 268/404 KB 208/894 KB 416/549 KB 228/587 KB 271/404 KB 208/894 KB 416/549 KB 228/587 KB 271/404 KB 208/894 KB 416/549 KB 232/587 KB 271/404 KB 212/894 KB 416/549 KB 236/587 KB 271/404 KB 212/894 KB 416/549 KB 240/587 KB 271/404 KB 212/894 KB 420/549 KB 244/587 KB 275/404 KB 212/894 KB 420/549 KB 248/587 KB 271/404 KB 212/894 KB 416/549 KB 232/587 KB 275/404 KB 216/894 KB 420/549 KB 248/587 KB 275/404 KB 220/894 KB 420/549 KB 248/587 KB 275/404 KB 224/894 KB 420/549 KB 248/587 KB 275/404 KB 224/894 KB 4/26 KB 420/549 KB 248/587 KB 275/404 KB 224/894 KB 8/26 KB 420/549 KB 248/587 KB 275/404 KB 212/894 KB 420/549 KB 244/587 KB 271/404 KB 212/894 KB 420/549 KB 240/587 KB 275/404 KB 224/894 KB 8/26 KB 424/549 KB 248/587 KB 279/404 KB 224/894 KB 12/26 KB 424/549 KB 248/587 KB 275/404 KB 224/894 KB 12/26 KB 424/549 KB 248/587 KB 283/404 KB 224/894 KB 12/26 KB 428/549 KB 248/587 KB 279/404 KB 224/894 KB 12/26 KB 428/549 KB 248/587 KB 283/404 KB 224/894 KB 16/26 KB 432/549 KB 248/587 KB 283/404 KB 224/894 KB 16/26 KB 428/549 KB 248/587 KB 287/404 KB 224/894 KB 16/26 KB 432/549 KB 248/587 KB 287/404 KB 224/894 KB 16/26 KB 432/549 KB 252/587 KB 287/404 KB 224/894 KB 16/26 KB 432/549 KB 256/587 KB 287/404 KB 228/894 KB 16/26 KB 436/549 KB 260/587 KB 291/404 KB 228/894 KB 20/26 KB 436/549 KB 264/587 KB 291/404 KB 228/894 KB 20/26 KB 436/549 KB 268/587 KB 287/404 KB 228/894 KB 16/26 KB 436/549 KB 256/587 KB 287/404 KB 228/894 KB 16/26 KB 432/549 KB 256/587 KB 291/404 KB 232/894 KB 20/26 KB 436/549 KB 268/587 KB 291/404 KB 228/894 KB 20/26 KB 436/549 KB 260/587 KB 291/404 KB 232/894 KB 24/26 KB 436/549 KB 268/587 KB 291/404 KB 236/894 KB 26/26 KB 436/549 KB 268/587 KB 291/404 KB 228/894 KB 20/26 KB 436/549 KB 260/587 KB 291/404 KB 236/894 KB 24/26 KB 436/549 KB 268/587 KB 291/404 KB 240/894 KB 26/26 KB 436/549 KB 268/587 KB 291/404 KB 240/894 KB 26/26 KB 440/549 KB 268/587 KB 295/404 KB 244/894 KB 26/26 KB 440/549 KB 268/587 KB 295/404 KB 248/894 KB 26/26 KB 444/549 KB 272/587 KB 295/404 KB 240/894 KB 26/26 KB 440/549 KB 268/587 KB 299/404 KB 248/894 KB 26/26 KB 444/549 KB 272/587 KB 303/404 KB 248/894 KB 26/26 KB 444/549 KB 272/587 KB 295/404 KB 244/894 KB 26/26 KB 444/549 KB 272/587 KB 295/404 KB 244/894 KB 26/26 KB 444/549 KB 268/587 KB 303/404 KB 248/894 KB 26/26 KB 448/549 KB 272/587 KB 303/404 KB 248/894 KB 26/26 KB 452/549 KB 272/587 KB 307/404 KB 252/894 KB 26/26 KB 456/549 KB 276/587 KB 307/404 KB 252/894 KB 26/26 KB 460/549 KB 276/587 KB 307/404 KB 252/894 KB 26/26 KB 464/549 KB 276/587 KB 307/404 KB 252/894 KB 26/26 KB 452/549 KB 276/587 KB 307/404 KB 256/894 KB 26/26 KB 464/549 KB 276/587 KB 307/404 KB 248/894 KB 26/26 KB 452/549 KB 276/587 KB 311/404 KB 256/894 KB 26/26 KB 464/549 KB 276/587 KB 315/404 KB 256/894 KB 26/26 KB 464/549 KB 276/587 KB 319/404 KB 256/894 KB 26/26 KB 464/549 KB 276/587 KB 323/404 KB 256/894 KB 26/26 KB 464/549 KB 276/587 KB 327/404 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 260/894 KB 468/549 KB 276/587 KB 303/404 KB 248/894 KB 26/26 KB 452/549 KB 276/587 KB 327/404 KB 260/894 KB 468/549 KB 280/587 KB 327/404 KB 260/894 KB 468/549 KB 284/587 KB 327/404 KB 260/894 KB 468/549 KB 288/587 KB 327/404 KB 260/894 KB 468/549 KB 292/587 KB 323/404 KB 260/894 KB 468/549 KB 276/587 KB 323/404 KB 260/894 KB 464/549 KB 276/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 29.6 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 327/404 KB 264/894 KB 468/549 KB 296/587 KB 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 327/404 KB 268/894 KB 468/549 KB 296/587 KB 327/404 KB 268/894 KB 472/549 KB 296/587 KB 327/404 KB 268/894 KB 476/549 KB 296/587 KB 327/404 KB 272/894 KB 476/549 KB 296/587 KB 327/404 KB 272/894 KB 480/549 KB 296/587 KB 327/404 KB 260/894 KB 468/549 KB 296/587 KB 331/404 KB 272/894 KB 480/549 KB 296/587 KB 335/404 KB 272/894 KB 480/549 KB 300/587 KB 339/404 KB 276/894 KB 480/549 KB 300/587 KB 343/404 KB 276/894 KB 484/549 KB 300/587 KB 347/404 KB 276/894 KB 484/549 KB 300/587 KB 351/404 KB 276/894 KB 484/549 KB 300/587 KB 335/404 KB 276/894 KB 480/549 KB 300/587 KB 351/404 KB 280/894 KB 484/549 KB 300/587 KB 351/404 KB 284/894 KB 484/549 KB 300/587 KB 331/404 KB 272/894 KB 480/549 KB 300/587 KB 351/404 KB 284/894 KB 484/549 KB 304/587 KB 351/404 KB 284/894 KB 484/549 KB 308/587 KB 339/404 KB 276/894 KB 484/549 KB 300/587 KB 351/404 KB 288/894 KB 488/549 KB 308/587 KB 351/404 KB 288/894 KB 492/549 KB 308/587 KB 351/404 KB 288/894 KB 496/549 KB 308/587 KB 351/404 KB 288/894 KB 484/549 KB 308/587 KB 351/404 KB 288/894 KB 496/549 KB 312/587 KB 351/404 KB 288/894 KB 496/549 KB 316/587 KB 355/404 KB 288/894 KB 496/549 KB 316/587 KB 359/404 KB 292/894 KB 500/549 KB 320/587 KB 363/404 KB 292/894 KB 500/549 KB 320/587 KB 367/404 KB 292/894 KB 500/549 KB 320/587 KB 355/404 KB 292/894 KB 500/549 KB 320/587 KB 355/404 KB 292/894 KB 496/549 KB 320/587 KB 355/404 KB 288/894 KB 496/549 KB 320/587 KB 367/404 KB 296/894 KB 500/549 KB 320/587 KB 367/404 KB 300/894 KB 500/549 KB 320/587 KB 367/404 KB 304/894 KB 4/79 KB 500/549 KB 320/587 KB 367/404 KB 300/894 KB 4/79 KB 500/549 KB 320/587 KB 367/404 KB 304/894 KB 8/79 KB 504/549 KB 320/587 KB 367/404 KB 304/894 KB 12/79 KB 504/549 KB 320/587 KB 367/404 KB 304/894 KB 16/79 KB 504/549 KB 320/587 KB 367/404 KB 304/894 KB 4/79 KB 504/549 KB 320/587 KB 367/404 KB 304/894 KB 16/79 KB 508/549 KB 320/587 KB 367/404 KB 304/894 KB 16/79 KB 512/549 KB 320/587 KB 371/404 KB 308/894 KB 20/79 KB 516/549 KB 324/587 KB 371/404 KB 308/894 KB 20/79 KB 520/549 KB 324/587 KB 371/404 KB 308/894 KB 20/79 KB 512/549 KB 324/587 KB 367/404 KB 308/894 KB 20/79 KB 512/549 KB 324/587 KB 371/404 KB 308/894 KB 20/79 KB 520/549 KB 328/587 KB 367/404 KB 308/894 KB 20/79 KB 512/549 KB 320/587 KB 371/404 KB 308/894 KB 20/79 KB 520/549 KB 332/587 KB 367/404 KB 308/894 KB 16/79 KB 512/549 KB 320/587 KB 371/404 KB 308/894 KB 24/79 KB 520/549 KB 332/587 KB 371/404 KB 308/894 KB 28/79 KB 520/549 KB 332/587 KB 371/404 KB 312/894 KB 28/79 KB 520/549 KB 336/587 KB 371/404 KB 308/894 KB 28/79 KB 520/549 KB 336/587 KB 371/404 KB 312/894 KB 32/79 KB 520/549 KB 336/587 KB 371/404 KB 316/894 KB 32/79 KB 520/549 KB 336/587 KB 375/404 KB 316/894 KB 32/79 KB 520/549 KB 336/587 KB 379/404 KB 320/894 KB 32/79 KB 520/549 KB 336/587 KB 383/404 KB 320/894 KB 32/79 KB 524/549 KB 336/587 KB 387/404 KB 320/894 KB 32/79 KB 524/549 KB 336/587 KB 391/404 KB 320/894 KB 36/79 KB 524/549 KB 340/587 KB 395/404 KB 320/894 KB 36/79 KB 524/549 KB 340/587 KB 375/404 KB 320/894 KB 32/79 KB 520/549 KB 336/587 KB 395/404 KB 324/894 KB 36/79 KB 524/549 KB 340/587 KB 395/404 KB 328/894 KB 36/79 KB 524/549 KB 340/587 KB 395/404 KB 332/894 KB 36/79 KB 524/549 KB 340/587 KB 395/404 KB 336/894 KB 36/79 KB 524/549 KB 340/587 KB 387/404 KB 320/894 KB 36/79 KB 524/549 KB 340/587 KB 387/404 KB 320/894 KB 32/79 KB 524/549 KB 340/587 KB 379/404 KB 320/894 KB 32/79 KB 524/549 KB 336/587 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install KB 395/404 KB 336/894 KB 36/79 KB 528/549 KB 340/587 KB 395/404 KB 336/894 KB 36/79 KB 532/549 KB 340/587 KB 395/404 KB 336/894 KB 40/79 KB 532/549 KB 344/587 KB 395/404 KB 336/894 KB 36/79 KB 532/549 KB 344/587 KB 395/404 KB 336/894 KB 40/79 KB 536/549 KB 348/587 KB 395/404 KB 336/894 KB 40/79 KB 536/549 KB 352/587 KB 395/404 KB 336/894 KB 44/79 KB 536/549 KB 352/587 KB 395/404 KB 336/894 KB 44/79 KB 536/549 KB 352/587 KB 395/404 KB 336/894 KB 48/79 KB 540/549 KB 352/587 KB 395/404 KB 336/894 KB 48/79 KB 544/549 KB 352/587 KB 395/404 KB 336/894 KB 48/79 KB 536/549 KB 352/587 KB 395/404 KB 340/894 KB 48/79 KB 544/549 KB 352/587 KB 399/404 KB 344/894 KB 52/79 KB 548/549 KB 356/587 KB 399/404 KB 348/894 KB 52/79 KB 548/549 KB 356/587 KB 399/404 KB 352/894 KB 52/79 KB 548/549 KB 356/587 KB 399/404 KB 340/894 KB 52/79 KB 548/549 KB 356/587 KB 399/404 KB 340/894 KB 48/79 KB 548/549 KB 356/587 KB 399/404 KB 340/894 KB 48/79 KB 544/549 KB 352/587 KB 403/404 KB 352/894 KB 52/79 KB 548/549 KB 356/587 KB 404/404 KB 352/894 KB 52/79 KB 548/549 KB 356/587 KB 399/404 KB 340/894 KB 48/79 KB 548/549 KB 352/587 KB 404/404 KB 352/894 KB 52/79 KB 548/549 KB 360/587 KB 404/404 KB 352/894 KB 52/79 KB 549/549 KB 360/587 KB 404/404 KB 352/894 KB 52/79 KB 549/549 KB 364/587 KB 404/404 KB 352/894 KB 56/79 KB 549/549 KB 364/587 KB 404/404 KB 352/894 KB 60/79 KB 549/549 KB 364/587 KB 404/404 KB 352/894 KB 64/79 KB 549/549 KB 368/587 KB 404/404 KB 352/894 KB 68/79 KB 549/549 KB 368/587 KB 404/404 KB 356/894 KB 72/79 KB 549/549 KB 368/587 KB 404/404 KB 356/894 KB 76/79 KB 549/549 KB 368/587 KB 404/404 KB 352/894 KB 60/79 KB 549/549 KB 368/587 KB 404/404 KB 356/894 KB 76/79 KB 549/549 KB 372/587 KB 404/404 KB 356/894 KB 76/79 KB 549/549 KB 376/587 KB 404/404 KB 356/894 KB 76/79 KB 549/549 KB 380/587 KB 404/404 KB 356/894 KB 76/79 KB 549/549 KB 384/587 KB 404/404 KB 356/894 KB 68/79 KB 549/549 KB 368/587 KB 404/404 KB 360/894 KB 76/79 KB 549/549 KB 384/587 KB 404/404 KB 364/894 KB 76/79 KB 549/549 KB 384/587 KB 404/404 KB 368/894 KB 76/79 KB 549/549 KB 384/587 KB 404/404 KB 372/894 KB 76/79 KB 549/549 KB 384/587 KB 404/404 KB 376/894 KB 79/79 KB 549/549 KB 388/587 KB 404/404 KB 380/894 KB 79/79 KB 549/549 KB 388/587 KB 404/404 KB 384/894 KB 79/79 KB 549/549 KB 388/587 KB 404/404 KB 372/894 KB 79/79 KB 549/549 KB 388/587 KB 404/404 KB 372/894 KB 79/79 KB 549/549 KB 384/587 KB 404/404 KB 384/894 KB 79/79 KB 549/549 KB 392/587 KB 404/404 KB 384/894 KB 79/79 KB 549/549 KB 396/587 KB 404/404 KB 384/894 KB 79/79 KB 549/549 KB 400/587 KB 404/404 KB 384/894 KB 79/79 KB 549/549 KB 404/587 KB 404/404 KB 388/894 KB 79/79 KB 408/587 KB 404/404 KB 388/894 KB 79/79 KB 412/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 617.8 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 404/404 KB 388/894 KB 79/79 KB 549/549 KB 404/587 KB 404/404 KB 392/894 KB 79/79 KB 412/587 KB 404/404 KB 396/894 KB 79/79 KB 412/587 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 453.4 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 400/894 KB 79/79 KB 412/587 KB 400/894 KB 79/79 KB 416/587 KB 404/894 KB 79/79 KB 416/587 KB 408/894 KB 420/587 KB 412/894 KB 420/587 KB 404/894 KB 420/587 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 88.3 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 412/894 KB 424/587 KB 412/894 KB 428/587 KB 416/894 KB 432/587 KB 412/894 KB 432/587 KB 420/894 KB 432/587 KB 420/894 KB 3/115 KB 436/587 KB 420/894 KB 5/115 KB 436/587 KB 420/894 KB 5/115 KB 436/587 KB 4/1822 KB 420/894 KB 8/115 KB 436/587 KB 8/1822 KB 420/894 KB 8/115 KB 436/587 KB 12/1822 KB 420/894 KB 8/115 KB 436/587 KB 16/1822 KB 420/894 KB 436/587 KB 420/894 KB 8/115 KB 440/587 KB 16/1822 KB 420/894 KB 8/115 KB 436/587 KB 4/1822 KB 424/894 KB 11/115 KB 440/587 KB 16/1822 KB 424/894 KB 13/115 KB 440/587 KB 16/1822 KB 424/894 KB 13/115 KB 440/587 KB 20/1822 KB 424/894 KB 16/115 KB 440/587 KB 24/1822 KB 424/894 KB 4/206 KB 16/115 KB 440/587 KB 28/1822 KB 424/894 KB 4/206 KB 16/115 KB 440/587 KB 32/1822 KB 424/894 KB 8/115 KB 440/587 KB 16/1822 KB 428/894 KB 4/206 KB 16/115 KB 444/587 KB 32/1822 KB 424/894 KB 4/206 KB 16/115 KB 444/587 KB 32/1822 KB 424/894 KB 4/206 KB 16/115 KB 440/587 KB 24/1822 KB 424/894 KB 16/115 KB 440/587 KB 20/1822 KB 428/894 KB 4/206 KB 19/115 KB 444/587 KB 32/1822 KB 428/894 KB 8/206 KB 19/115 KB 444/587 KB 32/1822 KB 428/894 KB 8/206 KB 21/115 KB 444/587 KB 32/1822 KB 428/894 KB 12/206 KB 21/115 KB 444/587 KB 32/1822 KB 428/894 KB 16/206 KB 21/115 KB 444/587 KB 32/1822 KB 432/894 KB 16/206 KB 24/115 KB 444/587 KB 36/1822 KB 432/894 KB 20/206 KB 24/115 KB 448/587 KB 40/1822 KB 432/894 KB 16/206 KB 24/115 KB 444/587 KB 32/1822 KB 428/894 KB 16/206 KB 24/115 KB 444/587 KB 32/1822 KB 432/894 KB 20/206 KB 27/115 KB 448/587 KB 40/1822 KB 432/894 KB 20/206 KB 29/115 KB 448/587 KB 40/1822 KB 436/894 KB 20/206 KB 29/115 KB 448/587 KB 40/1822 KB 432/894 KB 20/206 KB 24/115 KB 448/587 KB 36/1822 KB 432/894 KB 16/206 KB 24/115 KB 448/587 KB 36/1822 KB 436/894 KB 20/206 KB 32/115 KB 452/587 KB 40/1822 KB 436/894 KB 20/206 KB 32/115 KB 448/587 KB 40/1822 KB 436/894 KB 20/206 KB 32/115 KB 452/587 KB 44/1822 KB 436/894 KB 24/206 KB 32/115 KB 452/587 KB 44/1822 KB 440/894 KB 24/206 KB 32/115 KB 452/587 KB 44/1822 KB 440/894 KB 24/206 KB 32/115 KB 456/587 KB 48/1822 KB 440/894 KB 24/206 KB 32/115 KB 452/587 KB 48/1822 KB 440/894 KB 28/206 KB 32/115 KB 456/587 KB 48/1822 KB 440/894 KB 32/206 KB 32/115 KB 456/587 KB 48/1822 KB 444/894 KB 36/206 KB 32/115 KB 460/587 KB 52/1822 KB 444/894 KB 40/206 KB 36/115 KB 460/587 KB 52/1822 KB 444/894 KB 32/206 KB 32/115 KB 460/587 KB 52/1822 KB 444/894 KB 32/206 KB 32/115 KB 460/587 KB 48/1822 KB 440/894 KB 32/206 KB 32/115 KB 460/587 KB 48/1822 KB 448/894 KB 40/206 KB 36/115 KB 460/587 KB 52/1822 KB 452/894 KB 40/206 KB 36/115 KB 464/587 KB 52/1822 KB 444/894 KB 36/206 KB 36/115 KB 460/587 KB 52/1822 KB 452/894 KB 40/206 KB 40/115 KB 464/587 KB 56/1822 KB 452/894 KB 40/206 KB 44/115 KB 464/587 KB 56/1822 KB 452/894 KB 40/206 KB 48/115 KB 464/587 KB 56/1822 KB 452/894 KB 40/206 KB 36/115 KB 464/587 KB 56/1822 KB 448/894 KB 40/206 KB 36/115 KB 464/587 KB 52/1822 KB 452/894 KB 40/206 KB 48/115 KB 468/587 KB 56/1822 KB 452/894 KB 40/206 KB 48/115 KB 472/587 KB 56/1822 KB 456/894 KB 44/206 KB 48/115 KB 476/587 KB 60/1822 KB 456/894 KB 44/206 KB 48/115 KB 480/587 KB 60/1822 KB 456/894 KB 44/206 KB 48/115 KB 472/587 KB 60/1822 KB 456/894 KB 48/206 KB 48/115 KB 480/587 KB 60/1822 KB 456/894 KB 40/206 KB 48/115 KB 472/587 KB 60/1822 KB 452/894 KB 40/206 KB 48/115 KB 472/587 KB 60/1822 KB 456/894 KB 48/206 KB 48/115 KB 480/587 KB 64/1822 KB 460/894 KB 48/206 KB 48/115 KB 480/587 KB 64 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install /1822 KB 460/894 KB 52/206 KB 48/115 KB 480/587 KB 64/1822 KB 464/894 KB 56/206 KB 52/115 KB 484/587 KB 68/1822 KB 464/894 KB 60/206 KB 52/115 KB 484/587 KB 68/1822 KB 464/894 KB 52/206 KB 52/115 KB 484/587 KB 68/1822 KB 464/894 KB 60/206 KB 52/115 KB 484/587 KB 72/1822 KB 464/894 KB 60/206 KB 52/115 KB 484/587 KB 76/1822 KB 464/894 KB 52/206 KB 52/115 KB 484/587 KB 64/1822 KB 464/894 KB 52/206 KB 52/115 KB 480/587 KB 64/1822 KB 464/894 KB 52/206 KB 48/115 KB 480/587 KB 64/1822 KB 464/894 KB 60/206 KB 56/115 KB 484/587 KB 80/1822 KB 464/894 KB 60/206 KB 60/115 KB 484/587 KB 80/1822 KB 464/894 KB 60/206 KB 64/115 KB 484/587 KB 80/1822 KB 468/894 KB 60/206 KB 64/115 KB 484/587 KB 80/1822 KB 472/894 KB 60/206 KB 64/115 KB 488/587 KB 80/1822 KB 468/894 KB 60/206 KB 64/115 KB 488/587 KB 80/1822 KB 472/894 KB 64/206 KB 64/115 KB 492/587 KB 80/1822 KB 472/894 KB 64/206 KB 64/115 KB 496/587 KB 80/1822 KB 476/894 KB 64/206 KB 64/115 KB 500/587 KB 80/1822 KB 464/894 KB 60/206 KB 52/115 KB 484/587 KB 80/1822 KB 472/894 KB 64/206 KB 64/115 KB 488/587 KB 80/1822 KB 476/894 KB 64/206 KB 68/115 KB 500/587 KB 84/1822 KB 476/894 KB 68/206 KB 68/115 KB 500/587 KB 88/1822 KB 476/894 KB 64/206 KB 68/115 KB 500/587 KB 80/1822 KB 476/894 KB 64/206 KB 64/115 KB 496/587 KB 80/1822 KB 480/894 KB 68/206 KB 68/115 KB 500/587 KB 92/1822 KB 484/894 KB 68/206 KB 68/115 KB 500/587 KB 92/1822 KB 488/894 KB 68/206 KB 72/115 KB 504/587 KB 92/1822 KB 492/894 KB 68/206 KB 72/115 KB 504/587 KB 92/1822 KB 496/894 KB 68/206 KB 72/115 KB 504/587 KB 92/1822 KB 476/894 KB 68/206 KB 68/115 KB 500/587 KB 84/1822 KB 496/894 KB 72/206 KB 72/115 KB 504/587 KB 92/1822 KB 496/894 KB 76/206 KB 72/115 KB 504/587 KB 92/1822 KB 496/894 KB 80/206 KB 72/115 KB 504/587 KB 92/1822 KB 496/894 KB 84/206 KB 72/115 KB 504/587 KB 92/1822 KB 500/894 KB 88/206 KB 72/115 KB 504/587 KB 92/1822 KB 488/894 KB 68/206 KB 72/115 KB 504/587 KB 92/1822 KB 484/894 KB 68/206 KB 72/115 KB 504/587 KB 92/1822 KB 484/894 KB 68/206 KB 72/115 KB 500/587 KB 92/1822 KB 500/894 KB 88/206 KB 76/115 KB 504/587 KB 92/1822 KB 500/894 KB 88/206 KB 80/115 KB 504/587 KB 92/1822 KB 500/894 KB 88/206 KB 84/115 KB 504/587 KB 92/1822 KB 500/894 KB 88/206 KB 88/115 KB 508/587 KB 96/1822 KB 500/894 KB 88/206 KB 92/115 KB 508/587 KB 96/1822 KB 500/894 KB 88/206 KB 96/115 KB 508/587 KB 96/1822 KB 500/894 KB 84/206 KB 72/115 KB 504/587 KB 92/1822 KB 504/894 KB 88/206 KB 96/115 KB 508/587 KB 96/1822 KB 508/894 KB 92/206 KB 96/115 KB 508/587 KB 96/1822 KB 512/894 KB 92/206 KB 96/115 KB 508/587 KB 96/1822 KB 500/894 KB 88/206 KB 84/115 KB 508/587 KB 96/1822 KB 500/894 KB 88/206 KB 84/115 KB 508/587 KB 92/1822 KB 512/894 KB 92/206 KB 96/115 KB 512/587 KB 96/1822 KB 504/894 KB 92/206 KB 96/115 KB 508/587 KB 96/1822 KB 516/894 KB 96/206 KB 100/115 KB 516/587 KB 96/1822 KB 516/894 KB 100/206 KB 100/115 KB 516/587 KB 96/1822 KB 516/894 KB 104/206 KB 100/115 KB 516/587 KB 96/1822 KB 516/894 KB 92/206 KB 100/115 KB 516/587 KB 96/1822 KB 512/894 KB 92/206 KB 100/115 KB 516/587 KB 96/1822 KB 512/894 KB 92/206 KB 96/115 KB 516/587 KB 96/1822 KB 516/894 KB 104/206 KB 100/115 KB 520/587 KB 96/1822 KB 516/894 KB 104/206 KB 100/115 KB 524/587 KB 96/1822 KB 516/894 KB 104/206 KB 100/115 KB 528/587 KB 96/1822 KB 516/894 KB 104/206 KB 100/115 KB 532/587 KB 96/1822 KB 516/894 KB 104/206 KB 104/115 KB 532/587 KB 96/1822 KB 516/894 KB 104/206 KB 108/115 K unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install B 532/587 KB 96/1822 KB 516/894 KB 104/206 KB 112/115 KB 532/587 KB 96/1822 KB 516/894 KB 104/206 KB 115/115 KB 532/587 KB 96/1822 KB 520/894 KB 108/206 KB 115/115 KB 536/587 KB 96/1822 KB 520/894 KB 112/206 KB 115/115 KB 536/587 KB 96/1822 KB 520/894 KB 104/206 KB 115/115 KB 536/587 KB 96/1822 KB 516/894 KB 104/206 KB 115/115 KB 536/587 KB 96/1822 KB 520/894 KB 112/206 KB 115/115 KB 540/587 KB 96/1822 KB 520/894 KB 112/206 KB 115/115 KB 544/587 KB 96/1822 KB 524/894 KB 112/206 KB 115/115 KB 544/587 KB 96/1822 KB 528/894 KB 112/206 KB 115/115 KB 544/587 KB 96/1822 KB 528/894 KB 116/206 KB 115/115 KB 544/587 KB 96/1822 KB 532/894 KB 120/206 KB 115/115 KB 548/587 KB 96/1822 KB 532/894 KB 116/206 KB 115/115 KB 548/587 KB 96/1822 KB 532/894 KB 120/206 KB 115/115 KB 552/587 KB 96/1822 KB 532/894 KB 120/206 KB 115/115 KB 556/587 KB 96/1822 KB 532/894 KB 116/206 KB 115/115 KB 544/587 KB 96/1822 KB 532/894 KB 124/206 KB 115/115 KB 556/587 KB 96/1822 KB 536/894 KB 128/206 KB 115/115 KB 556/587 KB 96/1822 KB 536/894 KB 124/206 KB 115/115 KB 556/587 KB 96/1822 KB 540/894 KB 128/206 KB 115/115 KB 560/587 KB 96/1822 KB 544/894 KB 128/206 KB 115/115 KB 560/587 KB 96/1822 KB 548/894 KB 128/206 KB 115/115 KB 560/587 KB 96/1822 KB 552/894 KB 132/206 KB 115/115 KB 560/587 KB 100/1822 KB 536/894 KB 128/206 KB 115/115 KB 560/587 KB 96/1822 KB 548/894 KB 132/206 KB 115/115 KB 560/587 KB 100/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 104/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 108/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 112/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 116/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 120/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 124/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 128/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 132/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 136/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 140/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 144/1822 KB 556/894 KB 132/206 KB 115/115 KB 560/587 KB 148/1822 KB 556/894 KB 132/206 KB 115/115 KB 564/587 KB 152/1822 KB 548/894 KB 132/206 KB 115/115 KB 560/587 KB 96/1822 KB 556/894 KB 136/206 KB 564/587 KB 156/1822 KB 556/894 KB 140/206 KB 564/587 KB 156/1822 KB 556/894 KB 144/206 KB 564/587 KB 156/1822 KB 556/894 KB 132/206 KB 115/115 KB 564/587 KB 148/1822 KB 556/894 KB 144/206 KB 568/587 KB 156/1822 KB 556/894 KB 144/206 KB 572/587 KB 156/1822 KB 556/894 KB 144/206 KB 576/587 KB 156/1822 KB 556/894 KB 144/206 KB 564/587 KB 156/1822 KB 556/894 KB 132/206 KB 115/115 KB 564/587 KB 156/1822 KB 556/894 KB 144/206 KB 576/587 KB 160/1822 KB 560/894 KB 144/206 KB 576/587 KB 160/1822 KB 564/894 KB 144/206 KB 576/587 KB 160/1822 KB 568/894 KB 148/206 KB 580/587 KB 164/1822 KB 564/894 KB 148/206 KB 580/587 KB 164/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 120.4 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 564/894 KB 144/206 KB 580/587 KB 160/1822 KB 568/894 KB 148/206 KB 584/587 KB 164/1822 KB 564/894 KB 148/206 KB 580/587 KB 160/1822 KB 568/894 KB 148/206 KB 584/587 KB 168/1822 KB 568/894 KB 148/206 KB 587/587 KB 172/1822 KB 568/894 KB 152/206 KB 587/587 KB 176/1822 KB 568/894 KB 152/206 KB 587/587 KB 172/1822 KB 568/894 KB 152/206 KB 587/587 KB 172/1822 KB 568/894 KB 156/206 KB 587/587 KB 176/1822 KB 568/894 KB 160/206 KB 587/587 KB 176/1822 KB 568/894 KB 164/206 KB 587/587 KB 176/1822 KB 572/894 KB 168/206 KB 587/587 KB 180/1822 KB 572/894 KB 172/206 KB 587/587 KB 180/1822 KB 572/894 KB 164/206 KB 587/587 KB 180/1822 KB 572/894 KB 164/206 KB 587/587 KB 176/1822 KB 576/894 KB 172/206 KB 587/587 KB 180/1822 KB 580/894 KB 172/206 KB 587/587 KB 180/1822 KB 580/894 KB 172/206 KB 587/587 KB 184/1822 KB 580/894 KB 172/206 KB 587/587 KB 188/1822 KB 584/894 KB 172/206 KB 587/587 KB 188/1822 KB 588/894 KB 172/206 KB 587/587 KB 188/1822 KB 588/894 KB 176/206 KB 587/587 KB 192/1822 KB 588/894 KB 172/206 KB 587/587 KB 192/1822 KB 592/894 KB 176/206 KB 587/587 KB 192/1822 KB 596/894 KB 176/206 KB 587/587 KB 192/1822 KB 600/894 KB 180/206 KB 587/587 KB 196/1822 KB 604/894 KB 180/206 KB 587/587 KB 196/1822 KB 596/894 KB 180/206 KB 587/587 KB 196/1822 KB 604/894 KB 184/206 KB 587/587 KB 196/1822 KB 596/894 KB 176/206 KB 587/587 KB 196/1822 KB 604/894 KB 188/206 KB 587/587 KB 196/1822 KB 604/894 KB 188/206 KB 587/587 KB 200/1822 KB 604/894 KB 192/206 KB 587/587 KB 200/1822 KB 604/894 KB 192/206 KB 587/587 KB 204/1822 KB 608/894 KB 192/206 KB 208/1822 KB 608/894 KB 192/206 KB 204/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 610.5 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 612/894 KB 192/206 KB 208/1822 KB 616/894 KB 196/206 KB 212/1822 KB 620/894 KB 196/206 KB 212/1822 KB 624/894 KB 196/206 KB 212/1822 KB 612/894 KB 196/206 KB 212/1822 KB 612/894 KB 196/206 KB 208/1822 KB 624/894 KB 200/206 KB 212/1822 KB 624/894 KB 204/206 KB 212/1822 KB 624/894 KB 206/206 KB 212/1822 KB 624/894 KB 206/206 KB 216/1822 KB 624/894 KB 206/206 KB 220/1822 KB 624/894 KB 206/206 KB 224/1822 KB 624/894 KB 206/206 KB 228/1822 KB 628/894 KB 206/206 KB 4/314 KB 232/1822 KB 628/894 KB 206/206 KB 4/314 KB 236/1822 KB 628/894 KB 206/206 KB 4/314 KB 228/1822 KB 624/894 KB 206/206 KB 4/314 KB 228/1822 KB 628/894 KB 206/206 KB 8/314 KB 236/1822 KB 628/894 KB 206/206 KB 12/314 KB 236/1822 KB 628/894 KB 206/206 KB 16/314 KB 236/1822 KB 628/894 KB 206/206 KB 20/314 KB 236/1822 KB 628/894 KB 206/206 KB 24/314 KB 236/1822 KB 628/894 KB 206/206 KB 28/314 KB 236/1822 KB 628/894 KB 206/206 KB 32/314 KB 236/1822 KB 628/894 KB 206/206 KB 32/314 KB 4/57 KB 236/1822 KB 628/894 KB 206/206 KB 32/314 KB 8/57 KB 236/1822 KB 628/894 KB 206/206 KB 32/314 KB 12/57 KB 236/1822 KB 632/894 KB 206/206 KB 32/314 KB 12/57 KB 236/1822 KB 636/894 KB 206/206 KB 32/314 KB 12/57 KB 236/1822 KB 636/894 KB 206/206 KB 32/314 KB 16/57 KB 236/1822 KB 640/894 KB 206/206 KB 32/314 KB 16/57 KB 236/1822 KB 640/894 KB 206/206 KB 36/314 KB 16/57 KB 236/1822 KB 640/894 KB 206/206 KB 40/314 KB 16/57 KB 236/1822 KB 640/894 KB 206/206 KB 44/314 KB 16/57 KB 236/1822 KB 640/894 KB 206/206 KB 48/314 KB 16/57 KB 236/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 211.2 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 644/894 KB 52/314 KB 20/57 KB 240/1822 KB 644/894 KB 52/314 KB 24/57 KB 240/1822 KB 644/894 KB 52/314 KB 28/57 KB 240/1822 KB 644/894 KB 52/314 KB 16/57 KB 240/1822 KB 644/894 KB 56/314 KB 28/57 KB 240/1822 KB 644/894 KB 48/314 KB 16/57 KB 240/1822 KB 640/894 KB 48/314 KB 16/57 KB 240/1822 KB 644/894 KB 56/314 KB 32/57 KB 244/1822 KB 644/894 KB 56/314 KB 32/57 KB 248/1822 KB 644/894 KB 60/314 KB 32/57 KB 252/1822 KB 648/894 KB 60/314 KB 32/57 KB 256/1822 KB 644/894 KB 56/314 KB 32/57 KB 240/1822 KB 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 648/894 KB 60/314 KB 32/57 KB 252/1822 KB 644/894 KB 60/314 KB 32/57 KB 248/1822 KB 648/894 KB 64/314 KB 32/57 KB 256/1822 KB 652/894 KB 64/314 KB 32/57 KB 256/1822 KB 656/894 KB 64/314 KB 32/57 KB 256/1822 KB 660/894 KB 64/314 KB 36/57 KB 256/1822 KB 664/894 KB 68/314 KB 36/57 KB 260/1822 KB 668/894 KB 68/314 KB 36/57 KB 260/1822 KB 672/894 KB 68/314 KB 36/57 KB 260/1822 KB 656/894 KB 64/314 KB 36/57 KB 256/1822 KB 660/894 KB 68/314 KB 36/57 KB 260/1822 KB 672/894 KB 72/314 KB 40/57 KB 260/1822 KB 672/894 KB 76/314 KB 40/57 KB 260/1822 KB 660/894 KB 64/314 KB 36/57 KB 260/1822 KB 672/894 KB 68/314 KB 40/57 KB 260/1822 KB 672/894 KB 76/314 KB 44/57 KB 260/1822 KB 672/894 KB 76/314 KB 48/57 KB 260/1822 KB 672/894 KB 80/314 KB 48/57 KB 264/1822 KB 672/894 KB 76/314 KB 48/57 KB 264/1822 KB 672/894 KB 80/314 KB 48/57 KB 268/1822 KB 672/894 KB 80/314 KB 48/57 KB 272/1822 KB 672/894 KB 84/314 KB 48/57 KB 276/1822 KB 676/894 KB 84/314 KB 52/57 KB 280/1822 KB 676/894 KB 84/314 KB 52/57 KB 284/1822 KB 672/894 KB 84/314 KB 48/57 KB 272/1822 KB 676/894 KB 88/314 KB 52/57 KB 284/1822 KB 676/894 KB 84/314 KB 52/57 KB 276/1822 KB 672/894 KB 84/314 KB 52/57 KB 276/1822 KB 676/894 KB 88/314 KB 56/57 KB 284/1822 KB 676/894 KB 88/314 KB 57/57 KB 284/1822 KB 676/894 KB 92/314 KB 57/57 KB 284/1822 KB 680/894 KB 92/314 KB 57/57 KB 284/1822 KB 684/894 KB 92/314 KB 57/57 KB 284/1822 KB 684/894 KB 96/314 KB 57/57 KB 284/1822 KB 688/894 KB 96/314 KB 57/57 KB 284/1822 KB 688/894 KB 96/314 KB 57/57 KB 288/1822 KB 688/894 KB 100/314 KB 57/57 KB 288/1822 KB 692/894 KB 104/314 KB 57/57 KB 292/1822 KB 692/894 KB 108/314 KB 57/57 KB 292/1822 KB 692/894 KB 112/314 KB 57/57 KB 292/1822 KB 688/894 KB 100/314 KB 57/57 KB 292/1822 KB 692/894 KB 100/314 KB 57/57 KB 292/1822 KB 692/894 KB 112/314 KB 57/57 KB 296/1822 KB 696/894 KB 112/314 KB 57/57 KB 296/1822 KB 696/894 KB 112/314 KB 57/57 KB 300/1822 KB 700/894 KB 112/314 KB 57/57 KB 300/1822 KB 700/894 KB 112/314 KB 57/57 KB 304/1822 KB 704/894 KB 112/314 KB 57/57 KB 304/1822 KB 708/894 KB 116/314 KB 4/263 KB 57/57 KB 304/1822 KB 712/894 KB 116/314 KB 4/263 KB 57/57 KB 308/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 57.3 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 704/894 KB 116/314 KB 4/263 KB 57/57 KB 304/1822 KB 704/894 KB 112/314 KB 4/263 KB 57/57 KB 304/1822 KB 716/894 KB 116/314 KB 8/263 KB 308/1822 KB 716/894 KB 116/314 KB 12/263 KB 308/1822 KB 716/894 KB 116/314 KB 16/263 KB 308/1822 KB 716/894 KB 116/314 KB 20/263 KB 308/1822 KB 716/894 KB 116/314 KB 24/263 KB 308/1822 KB 716/894 KB 116/314 KB 28/263 KB 308/1822 KB 716/894 KB 116/314 KB 32/263 KB 308/1822 KB 716/894 KB 116/314 KB 36/263 KB 308/1822 KB 716/894 KB 116/314 KB 40/263 KB 308/1822 KB 716/894 KB 116/314 KB 44/263 KB 308/1822 KB 716/894 KB 116/314 KB 48/263 KB 308/1822 KB 708/894 KB 116/314 KB 4/263 KB 57/57 KB 308/1822 KB 716/894 KB 120/314 KB 48/263 KB 308/1822 KB 716/894 KB 124/314 KB 48/263 KB 308/1822 KB 716/894 KB 124/314 KB 48/263 KB 312/1822 KB 716/894 KB 124/314 KB 48/263 KB 316/1822 KB 716/894 KB 128/314 KB 48/263 KB 320/1822 KB 716/894 KB 128/314 KB 48/263 KB 316/1822 KB 716/894 KB 128/314 KB 48/263 KB 320/1822 KB 720/894 KB 128/314 KB 48/263 KB 320/1822 KB 720/894 KB 128/314 KB 52/263 KB 320/1822 KB 724/894 KB 128/314 KB 56/263 KB 320/1822 KB 724/894 KB 128/314 KB 60/263 KB 320/1822 KB 724/894 KB 128/314 KB 64/263 KB 320/1822 KB 724/894 KB 132/314 KB 68/263 KB 320/1822 KB 724/894 KB 132/314 KB 72/263 KB 324/1822 KB 724/894 KB 128/314 KB 52/263 KB 320/1822 KB 724/894 KB 132/314 KB 68/263 KB 324/1822 KB 724/894 KB 4/99 KB 132/314 KB 72/263 KB 328/1822 KB 724/894 KB 132/314 KB 64/263 KB 320/1822 KB 728/894 KB 4/99 KB 136/314 KB 72/263 KB 328/1822 KB 728/894 KB 4/99 KB 140/314 KB 72/263 KB 328/1822 KB 728/894 KB 4/99 KB 144/314 KB 72/263 KB 328/1822 KB 728/894 KB 4/99 KB 132/314 KB 72/263 KB 328/1822 KB 724/894 KB 4/99 KB 132/314 KB 72/263 KB 324/1822 KB 732/894 KB 8/99 KB 144/314 KB 72/263 KB 328/1822 KB 732/894 KB 12/99 KB 144/314 KB 72/263 KB 332/1822 KB 732/894 KB 12/99 KB 144/314 KB 72/263 KB 336/1822 KB 732/894 KB 12/99 KB 144/314 KB 72/263 KB 328/1822 KB 732/894 KB 16/99 KB 144/314 KB 72/263 KB 336/1822 KB 732/894 KB 12/99 KB 144/314 KB 72/263 KB 336/1822 KB 736/894 KB 16/99 KB 144/314 KB 72/263 KB 336/1822 KB 736/894 KB 16/99 KB 148/314 KB 72/263 KB 336/1822 KB 740/894 KB 20/99 KB 152/314 KB 76/263 KB 340/1822 KB 740/894 KB 20/99 KB 156/314 KB 76/263 KB 340/1822 KB 740/894 KB 20/99 KB 148/314 KB 76/263 KB 340/1822 KB 740/894 KB 20/99 KB 160/314 KB 76/263 KB 340/1822 KB 736/894 KB 20/99 KB 148/314 KB 76/263 KB 340/1822 KB 736/894 KB 16/99 KB 148/314 KB 76/263 KB 340/1822 KB 740/894 KB 20/99 KB 160/314 KB 80/263 KB 340/1822 KB 740/894 KB 20/99 KB 160/314 KB 84/263 KB 340/1822 KB 744/894 KB 24/99 KB 164/314 KB 88/263 KB 340/1822 KB 744/894 KB 24/99 KB 164/314 KB 92/263 KB 340/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 340/1822 KB 736/894 KB 16/99 KB 148/314 KB 72/263 KB 340/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 344/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 348/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 352/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 356/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 360/1822 KB 744/894 KB 24/99 KB 164/314 KB 96/263 KB 364/1822 KB 744/894 KB 24/99 KB 164/314 KB 84/263 KB 340/1822 KB 744/894 KB 24/99 KB 160/314 KB 84/263 KB 340/1822 KB 744/894 KB 28/99 KB 164/314 KB 100/263 KB 364/1822 KB 744/894 KB 32/99 KB 164/314 KB 100/263 KB 364/1822 KB 744/894 KB 20/99 KB 160/314 KB 84/263 KB 340/1822 KB 748/894 KB 32/99 KB 164/314 KB 100/263 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 364/1822 KB 752/894 KB 32/99 KB 164/314 KB 100/263 KB 364/1822 KB 752/894 KB 36/99 KB 164/314 KB 100/263 KB 364/1822 KB 756/894 KB 40/99 KB 168/314 KB 100/263 KB 364/1822 KB 756/894 KB 44/99 KB 168/314 KB 100/263 KB 364/1822 KB 756/894 KB 44/99 KB 168/314 KB 100/263 KB 368/1822 KB 744/894 KB 24/99 KB 164/314 KB 100/263 KB 364/1822 KB 756/894 KB 48/99 KB 168/314 KB 100/263 KB 368/1822 KB 756/894 KB 36/99 KB 168/314 KB 100/263 KB 364/1822 KB 752/894 KB 36/99 KB 168/314 KB 100/263 KB 364/1822 KB 756/894 KB 48/99 KB 172/314 KB 100/263 KB 368/1822 KB 756/894 KB 48/99 KB 176/314 KB 100/263 KB 368/1822 KB 760/894 KB 48/99 KB 176/314 KB 100/263 KB 368/1822 KB 764/894 KB 48/99 KB 176/314 KB 100/263 KB 368/1822 KB 768/894 KB 48/99 KB 176/314 KB 100/263 KB 368/1822 KB 768/894 KB 48/99 KB 180/314 KB 100/263 KB 368/1822 KB 772/894 KB 52/99 KB 184/314 KB 104/263 KB 372/1822 KB 768/894 KB 48/99 KB 180/314 KB 104/263 KB 368/1822 KB 772/894 KB 52/99 KB 184/314 KB 108/263 KB 372/1822 KB 772/894 KB 52/99 KB 184/314 KB 112/263 KB 372/1822 KB 772/894 KB 52/99 KB 188/314 KB 112/263 KB 372/1822 KB 772/894 KB 52/99 KB 180/314 KB 104/263 KB 372/1822 KB 772/894 KB 56/99 KB 192/314 KB 112/263 KB 372/1822 KB 772/894 KB 48/99 KB 180/314 KB 104/263 KB 372/1822 KB 768/894 KB 48/99 KB 180/314 KB 104/263 KB 372/1822 KB 776/894 KB 60/99 KB 192/314 KB 112/263 KB 376/1822 KB 776/894 KB 60/99 KB 192/314 KB 112/263 KB 380/1822 KB 776/894 KB 60/99 KB 192/314 KB 112/263 KB 384/1822 KB 772/894 KB 52/99 KB 192/314 KB 112/263 KB 372/1822 KB 772/894 KB 60/99 KB 192/314 KB 112/263 KB 384/1822 KB 776/894 KB 64/99 KB 192/314 KB 112/263 KB 384/1822 KB 776/894 KB 60/99 KB 192/314 KB 112/263 KB 372/1822 KB 780/894 KB 64/99 KB 192/314 KB 112/263 KB 384/1822 KB 784/894 KB 64/99 KB 192/314 KB 112/263 KB 384/1822 KB 784/894 KB 64/99 KB 192/314 KB 116/263 KB 384/1822 KB 784/894 KB 64/99 KB 192/314 KB 120/263 KB 384/1822 KB 784/894 KB 64/99 KB 192/314 KB 124/263 KB 384/1822 KB 784/894 KB 68/99 KB 196/314 KB 128/263 KB 384/1822 KB 784/894 KB 68/99 KB 196/314 KB 132/263 KB 384/1822 KB 788/894 KB 68/99 KB 196/314 KB 136/263 KB 388/1822 KB 788/894 KB 68/99 KB 196/314 KB 140/263 KB 388/1822 KB 784/894 KB 68/99 KB 196/314 KB 124/263 KB 384/1822 KB 788/894 KB 68/99 KB 200/314 KB 140/263 KB 388/1822 KB 784/894 KB 68/99 KB 192/314 KB 124/263 KB 384/1822 KB 788/894 KB 72/99 KB 200/314 KB 140/263 KB 388/1822 KB 788/894 KB 68/99 KB 196/314 KB 132/263 KB 388/1822 KB 784/894 KB 68/99 KB 196/314 KB 132/263 KB 388/1822 KB 788/894 KB 72/99 KB 204/314 KB 140/263 KB 392/1822 KB 788/894 KB 72/99 KB 204/314 KB 140/263 KB 388/1822 KB 792/894 KB 72/99 KB 208/314 KB 140/263 KB 392/1822 KB 792/894 KB 72/99 KB 204/314 KB 140/263 KB 392/1822 KB 792/894 KB 76/99 KB 208/314 KB 140/263 KB 396/1822 KB 792/894 KB 76/99 KB 208/314 KB 140/263 KB 396/1822 KB 796/894 KB 76/99 KB 208/314 KB 140/263 KB 396/1822 KB 796/894 KB 80/99 KB 208/314 KB 140/263 KB 400/1822 KB 796/894 KB 76/99 KB 208/314 KB 140/263 KB 400/1822 KB 800/894 KB 80/99 KB 208/314 KB 140/263 KB 400/1822 KB 800/894 KB 80/99 KB 212/314 KB 140/263 KB 400/1822 KB 804/894 KB 84/99 KB 216/314 KB 144/263 KB 404/1822 KB 804/894 KB 84/99 KB 220/314 KB 144/263 KB 404/1822 KB 804/894 KB 84/99 KB 212/314 KB 144/263 KB 404/1822 KB 800/894 KB 84/99 KB 212/314 KB 144/263 KB 404/1822 KB 804/894 KB 84/99 KB 220/314 KB 148/263 KB 404/1822 KB 800/894 KB 84/99 KB 212/314 KB 140/263 KB 4 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 04/1822 KB 808/894 KB 84/99 KB 224/314 KB 148/263 KB 408/1822 KB 800/894 KB 84/99 KB 212/314 KB 140/263 KB 400/1822 KB 808/894 KB 88/99 KB 224/314 KB 148/263 KB 408/1822 KB 808/894 KB 92/99 KB 224/314 KB 148/263 KB 408/1822 KB 808/894 KB 84/99 KB 224/314 KB 148/263 KB 404/1822 KB 808/894 KB 84/99 KB 220/314 KB 148/263 KB 404/1822 KB 808/894 KB 96/99 KB 224/314 KB 148/263 KB 412/1822 KB 808/894 KB 92/99 KB 224/314 KB 148/263 KB 412/1822 KB 812/894 KB 96/99 KB 224/314 KB 148/263 KB 416/1822 KB 812/894 KB 96/99 KB 224/314 KB 152/263 KB 420/1822 KB 812/894 KB 99/99 KB 228/314 KB 152/263 KB 424/1822 KB 812/894 KB 99/99 KB 228/314 KB 152/263 KB 428/1822 KB 812/894 KB 96/99 KB 224/314 KB 148/263 KB 412/1822 KB 816/894 KB 99/99 KB 228/314 KB 152/263 KB 428/1822 KB 820/894 KB 99/99 KB 228/314 KB 152/263 KB 428/1822 KB 812/894 KB 99/99 KB 228/314 KB 152/263 KB 420/1822 KB 812/894 KB 99/99 KB 224/314 KB 152/263 KB 420/1822 KB 812/894 KB 96/99 KB 224/314 KB 152/263 KB 416/1822 KB 820/894 KB 99/99 KB 228/314 KB 156/263 KB 428/1822 KB 820/894 KB 99/99 KB 228/314 KB 160/263 KB 428/1822 KB 820/894 KB 99/99 KB 228/314 KB 164/263 KB 428/1822 KB 824/894 KB 99/99 KB 232/314 KB 168/263 KB 432/1822 KB 824/894 KB 99/99 KB 232/314 KB 172/263 KB 432/1822 KB 824/894 KB 99/99 KB 232/314 KB 176/263 KB 432/1822 KB 824/894 KB 99/99 KB 232/314 KB 164/263 KB 432/1822 KB 824/894 KB 99/99 KB 232/314 KB 164/263 KB 428/1822 KB 820/894 KB 99/99 KB 232/314 KB 164/263 KB 428/1822 KB 824/894 KB 99/99 KB 236/314 KB 176/263 KB 432/1822 KB 824/894 KB 99/99 KB 240/314 KB 176/263 KB 432/1822 KB 828/894 KB 99/99 KB 240/314 KB 176/263 KB 432/1822 KB 832/894 KB 99/99 KB 240/314 KB 176/263 KB 432/1822 KB 832/894 KB 99/99 KB 240/314 KB 176/263 KB 436/1822 KB 836/894 KB 99/99 KB 244/314 KB 180/263 KB 440/1822 KB 836/894 KB 99/99 KB 244/314 KB 180/263 KB 444/1822 KB 836/894 KB 99/99 KB 244/314 KB 180/263 KB 448/1822 KB 836/894 KB 99/99 KB 244/314 KB 180/263 KB 436/1822 KB 832/894 KB 99/99 KB 244/314 KB 176/263 KB 436/1822 KB 836/894 KB 99/99 KB 248/314 KB 180/263 KB 448/1822 KB 836/894 KB 99/99 KB 244/314 KB 176/263 KB 436/1822 KB 840/894 KB 99/99 KB 252/314 KB 180/263 KB 448/1822 KB 844/894 KB 99/99 KB 252/314 KB 180/263 KB 448/1822 KB 848/894 KB 99/99 KB 252/314 KB 180/263 KB 448/1822 KB 836/894 KB 99/99 KB 252/314 KB 180/263 KB 448/1822 KB 848/894 KB 99/99 KB 256/314 KB 184/263 KB 448/1822 KB 848/894 KB 99/99 KB 252/314 KB 184/263 KB 448/1822 KB 848/894 KB 99/99 KB 256/314 KB 188/263 KB 448/1822 KB 848/894 KB 99/99 KB 260/314 KB 192/263 KB 448/1822 KB 848/894 KB 99/99 KB 260/314 KB 196/263 KB 448/1822 KB 852/894 KB 260/314 KB 200/263 KB 452/1822 KB 852/894 KB 260/314 KB 204/263 KB 452/1822 KB 852/894 KB 260/314 KB 208/263 KB 452/1822 KB 848/894 KB 99/99 KB 260/314 KB 188/263 KB 448/1822 KB 852/894 KB 264/314 KB 208/263 KB 452/1822 KB 852/894 KB 260/314 KB 196/263 KB 452/1822 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 95.2 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 848/894 KB 99/99 KB 260/314 KB 196/263 KB 452/1822 KB 852/894 KB 268/314 KB 208/263 KB 452/1822 KB 856/894 KB 272/314 KB 208/263 KB 456/1822 KB 856/894 KB 268/314 KB 208/263 KB 456/1822 KB 852/894 KB 268/314 KB 208/263 KB 456/1822 KB 856/894 KB 272/314 KB 208/263 KB 460/1822 KB 860/894 KB 272/314 KB 208/263 KB 460/1822 KB 860/894 KB 272/314 KB 208/263 KB 464/1822 KB 864/894 KB 272/314 KB 208/263 KB 464/1822 KB 864/894 KB 272/314 KB 208/263 KB 468/1822 KB 868/894 KB 276/314 KB 212/263 KB 472/1822 KB 868/894 KB 276/314 KB 212/263 KB 476/1822 KB 868/894 KB 276/314 KB 212/263 KB 480/1822 KB 868/894 KB 276/314 KB 212/263 KB 468/1822 KB 868/894 KB 276/314 KB 208/263 KB 468/1822 KB 868/894 KB 280/314 KB 212/263 KB 480/1822 KB 868/894 KB 272/314 KB 208/263 KB 468/1822 KB 868/894 KB 284/314 KB 212/263 KB 480/1822 KB 872/894 KB 284/314 KB 212/263 KB 480/1822 KB 876/894 KB 284/314 KB 212/263 KB 480/1822 KB 876/894 KB 288/314 KB 216/263 KB 480/1822 KB 876/894 KB 288/314 KB 212/263 KB 480/1822 KB 880/894 KB 288/314 KB 220/263 KB 480/1822 KB 880/894 KB 288/314 KB 224/263 KB 480/1822 KB 880/894 KB 288/314 KB 216/263 KB 480/1822 KB 884/894 KB 288/314 KB 224/263 KB 480/1822 KB 888/894 KB 292/314 KB 228/263 KB 484/1822 KB 892/894 KB 292/314 KB 228/263 KB 484/1822 KB 894/894 KB 292/314 KB 228/263 KB 484/1822 KB 884/894 KB 292/314 KB 228/263 KB 484/1822 KB 884/894 KB 292/314 KB 228/263 KB 480/1822 KB 894/894 KB 296/314 KB 228/263 KB 484/1822 KB 894/894 KB 300/314 KB 228/263 KB 484/1822 KB 884/894 KB 288/314 KB 228/263 KB 480/1822 KB 894/894 KB 300/314 KB 228/263 KB 488/1822 KB 894/894 KB 300/314 KB 228/263 KB 492/1822 KB 894/894 KB 304/314 KB 232/263 KB 492/1822 KB 894/894 KB 304/314 KB 228/263 KB 492/1822 KB 3/276 KB 894/894 KB 304/314 KB 232/263 KB 492/1822 KB 6/276 KB 894/894 KB 304/314 KB 232/263 KB 492/1822 KB 9/276 KB 894/894 KB 304/314 KB 232/263 KB 492/1822 KB 9/276 KB 894/894 KB 304/314 KB 236/263 KB 492/1822 KB 11/276 KB 894/894 KB 304/314 KB 240/263 KB 496/1822 KB 11/276 KB 894/894 KB 304/314 KB 244/263 KB 496/1822 KB 11/276 KB 894/894 KB 308/314 KB 248/263 KB 496/1822 KB 11/276 KB 894/894 KB 304/314 KB 236/263 KB 496/1822 KB 11/276 KB 894/894 KB 304/314 KB 236/263 KB 492/1822 KB 14/276 KB 894/894 KB 308/314 KB 248/263 KB 496/1822 KB 16/276 KB 894/894 KB 308/314 KB 248/263 KB 496/1822 KB 19/276 KB 894/894 KB 308/314 KB 248/263 KB 496/1822 KB 22/276 KB 894/894 KB 308/314 KB 248/263 KB 496/1822 KB 25/276 KB 894/894 KB 308/314 KB 248/263 KB 496/1822 KB 11/276 KB 894/894 KB 308/314 KB 244/263 KB 496/1822 KB 25/276 KB 894/894 KB 312/314 KB 248/263 KB 496/1822 KB 25/276 KB 894/894 KB 314/314 KB 248/263 KB 496/1822 KB 27/276 KB 894/894 KB 314/314 KB 248/263 KB 496/1822 KB 30/276 KB 894/894 KB 314/314 KB 248/263 KB 496/1822 KB 30/276 KB 894/894 KB 314/314 KB 248/263 KB 500/1822 KB 30/276 KB 894/894 KB 314/314 KB 248/263 KB 504/1822 KB 30/276 KB 894/894 KB 314/314 KB 248/263 KB 508/1822 KB 32/276 KB 894/894 KB 314/314 KB 248/263 KB 508/1822 KB 32/276 KB 894/894 KB 314/314 KB 252/263 KB 508/1822 KB 32/276 KB 894/894 KB 314/314 KB 252/263 KB 512/1822 KB 36/276 KB 894/894 KB 314/314 KB 252/263 KB 512/1822 KB 40/276 KB 894/894 KB 314/314 KB 256/263 KB 516/1822 KB 44/276 KB 894/894 KB 314/314 KB 256/263 KB 516/1822 KB 48/276 KB 894/894 KB 314/314 KB 256/263 KB 516/1822 KB 52/276 KB 314/314 KB 256/263 KB 516/1822 KB 36/276 KB 894/894 KB 314/314 KB 256/263 KB 516/18 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 22 KB 52/276 KB 314/314 KB 256/263 KB 520/1822 KB 52/276 KB 314/314 KB 256/263 KB 524/1822 KB 52/276 KB 314/314 KB 256/263 KB 528/1822 KB 36/276 KB 894/894 KB 314/314 KB 256/263 KB 512/1822 KB 52/276 KB 314/314 KB 260/263 KB 528/1822 KB 52/276 KB 314/314 KB 263/263 KB 528/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 845.0 KB/sec) unit-abot-epc-basic-0: 12:11: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.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 52/276 KB 314/314 KB 263/263 KB 532/1822 KB 56/276 KB 314/314 KB 263/263 KB 532/1822 KB 60/276 KB 314/314 KB 263/263 KB 532/1822 KB 64/276 KB 314/314 KB 263/263 KB 536/1822 KB 60/276 KB 314/314 KB 263/263 KB 536/1822 KB 64/276 KB 314/314 KB 263/263 KB 540/1822 KB 64/276 KB 263/263 KB 544/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 295.2 KB/sec) unit-abot-epc-basic-0: 12:11: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.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 68/276 KB 263/263 KB 544/1822 KB 72/276 KB 263/263 KB 548/1822 KB 76/276 KB 263/263 KB 548/1822 KB 68/276 KB 263/263 KB 548/1822 KB 76/276 KB 263/263 KB 552/1822 KB 80/276 KB 263/263 KB 556/1822 KB 80/276 KB 263/263 KB 560/1822 KB 80/276 KB 263/263 KB 552/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 246.7 KB/sec) unit-abot-epc-basic-0: 12:11: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.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 80/276 KB 4/54 KB 560/1822 KB 80/276 KB 8/54 KB 560/1822 KB 80/276 KB 12/54 KB 560/1822 KB 80/276 KB 16/54 KB 560/1822 KB 80/276 KB 20/54 KB 560/1822 KB 84/276 KB 24/54 KB 560/1822 KB 84/276 KB 28/54 KB 560/1822 KB 84/276 KB 4/748 KB 32/54 KB 564/1822 KB 84/276 KB 20/54 KB 560/1822 KB 88/276 KB 4/748 KB 32/54 KB 564/1822 KB 92/276 KB 4/748 KB 32/54 KB 564/1822 KB 84/276 KB 4/748 KB 28/54 KB 564/1822 KB 96/276 KB 8/748 KB 36/54 KB 564/1822 KB 96/276 KB 12/748 KB 36/54 KB 564/1822 KB 96/276 KB 16/748 KB 36/54 KB 564/1822 KB 96/276 KB 20/748 KB 36/54 KB 564/1822 KB 96/276 KB 24/748 KB 36/54 KB 564/1822 KB 96/276 KB 28/748 KB 36/54 KB 564/1822 KB 96/276 KB 32/748 KB 36/54 KB 564/1822 KB 84/276 KB 28/54 KB 564/1822 KB 96/276 KB 32/748 KB 36/54 KB 568/1822 KB 96/276 KB 32/748 KB 36/54 KB 572/1822 KB 96/276 KB 4/748 KB 36/54 KB 564/1822 KB 96/276 KB 32/748 KB 36/54 KB 576/1822 KB 100/276 KB 32/748 KB 36/54 KB 580/1822 KB 100/276 KB 36/748 KB 3/223 KB 36/54 KB 584/1822 KB 100/276 KB 36/748 KB 3/223 KB 36/54 KB 588/1822 KB 100/276 KB 36/748 KB 3/223 KB 36/54 KB 592/1822 KB 92/276 KB 4/748 KB 36/54 KB 564/1822 KB 100/276 KB 36/748 KB 3/223 KB 36/54 KB 580/1822 KB 100/276 KB 36/748 KB 6/223 KB 36/54 KB 592/1822 KB 100/276 KB 36/748 KB 9/223 KB 36/54 KB 592/1822 KB 100/276 KB 36/748 KB 11/223 KB 36/54 KB 592/1822 KB 100/276 KB 36/748 KB 14/223 KB 36/54 KB 592/1822 KB 100/276 KB 36/748 KB 14/223 KB 40/54 KB 592/1822 KB 100/276 KB 36/748 KB 16/223 KB 44/54 KB 592/1822 KB 100/276 KB 36/748 KB 16/223 KB 48/54 KB 592/1822 KB 100/276 KB 36/748 KB 36/54 KB 580/1822 KB 100/276 KB 40/748 KB 16/223 KB 48/54 KB 592/1822 KB 100/276 KB 32/748 KB 36/54 KB 576/1822 KB 104/276 KB 40/748 KB 16/223 KB 52/54 KB 592/1822 KB 108/276 KB 40/748 KB 16/223 KB 52/54 KB 592/1822 KB 112/276 KB 40/748 KB 16/223 KB 52/54 KB 592/1822 KB 100/276 KB 40/748 KB 16/223 KB 52/54 KB 592/1822 KB 100/276 KB 36/748 KB 16/223 KB 40/54 KB 592/1822 KB 112/276 KB 40/748 KB 19/223 KB 52/54 KB 592/1822 KB 112/276 KB 40/748 KB 22/223 KB 52/54 KB 592/1822 KB 116/276 KB 44/748 KB 25/223 KB 54/54 KB 592/1822 KB 116/276 KB 44/748 KB 27/223 KB 54/54 KB 596/1822 KB 116/276 KB 44/748 KB 22/223 KB 54/54 KB 592/1822 KB 112/276 KB 44/748 KB 22/223 KB 54/54 KB 592/1822 KB 112/276 KB 44/748 KB 22/223 KB 52/54 KB 592/1822 KB 116/276 KB 48/748 KB 27/223 KB 54/54 KB 596/1822 KB 116/276 KB 52/748 KB 27/223 KB 54/54 KB 596/1822 KB 120/276 KB 56/748 KB 30/223 KB 54/54 KB 596/1822 KB 120/276 KB 60/748 KB 30/223 KB 54/54 KB 596/1822 KB 120/276 KB 64/748 KB 30/223 KB 54/54 KB 596/1822 KB 116/276 KB 44/748 KB 25/223 KB 54/54 KB 596/1822 KB 120/276 KB 52/748 KB 30/223 KB 54/54 KB 596/1822 KB 120/276 KB 52/748 KB 27/223 KB 54/54 KB 596/1822 KB 124/276 KB 64/748 KB 30/223 KB 54/54 KB 596/1822 KB 124/276 KB 64/748 KB 30/223 KB 54/54 KB 600/1822 KB 128/276 KB 64/748 KB 32/223 KB 54/54 KB 600/1822 KB 124/276 KB 64/748 KB 32/223 KB 54/54 KB 600/1822 KB 128/276 KB 64/748 KB 32/223 KB 54/54 KB 604/1822 KB 128/276 KB 64/748 KB 32/223 KB 54/54 KB 608/1822 KB 128/276 KB 64/748 KB 32/223 KB 54/54 KB 612/1822 KB 132/276 KB 68/748 KB 36/223 KB 616/1822 KB 132/276 KB 68/748 KB 36/223 KB 620/1822 KB 132/276 KB 68/748 KB 36/223 KB 612/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 K unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install B at 49.5 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 132/276 KB 68/748 KB 32/223 KB 54/54 KB 612/1822 KB 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 136/276 KB 68/748 KB 40/223 KB 620/1822 KB 140/276 KB 68/748 KB 40/223 KB 620/1822 KB 144/276 KB 68/748 KB 40/223 KB 620/1822 KB 128/276 KB 68/748 KB 32/223 KB 54/54 KB 612/1822 KB 132/276 KB 68/748 KB 40/223 KB 620/1822 KB 144/276 KB 68/748 KB 44/223 KB 620/1822 KB 144/276 KB 68/748 KB 48/223 KB 620/1822 KB 144/276 KB 72/748 KB 48/223 KB 620/1822 KB 148/276 KB 72/748 KB 48/223 KB 620/1822 KB 152/276 KB 76/748 KB 52/223 KB 624/1822 KB 148/276 KB 76/748 KB 52/223 KB 624/1822 KB 148/276 KB 76/748 KB 48/223 KB 624/1822 KB 148/276 KB 76/748 KB 48/223 KB 620/1822 KB 156/276 KB 80/748 KB 52/223 KB 624/1822 KB 156/276 KB 80/748 KB 52/223 KB 628/1822 KB 156/276 KB 84/748 KB 56/223 KB 632/1822 KB 156/276 KB 84/748 KB 56/223 KB 636/1822 KB 156/276 KB 84/748 KB 56/223 KB 628/1822 KB 156/276 KB 76/748 KB 52/223 KB 624/1822 KB 156/276 KB 80/748 KB 56/223 KB 628/1822 KB 156/276 KB 84/748 KB 60/223 KB 636/1822 KB 160/276 KB 84/748 KB 64/223 KB 636/1822 KB 160/276 KB 84/748 KB 60/223 KB 636/1822 KB 160/276 KB 88/748 KB 64/223 KB 636/1822 KB 160/276 KB 92/748 KB 64/223 KB 636/1822 KB 164/276 KB 96/748 KB 68/223 KB 640/1822 KB 164/276 KB 100/748 KB 68/223 KB 640/1822 KB 164/276 KB 92/748 KB 68/223 KB 640/1822 KB 164/276 KB 92/748 KB 64/223 KB 640/1822 KB 160/276 KB 92/748 KB 64/223 KB 640/1822 KB 164/276 KB 100/748 KB 72/223 KB 644/1822 KB 164/276 KB 100/748 KB 72/223 KB 640/1822 KB 168/276 KB 100/748 KB 72/223 KB 644/1822 KB 172/276 KB 100/748 KB 4/27 KB 72/223 KB 644/1822 KB 176/276 KB 100/748 KB 4/27 KB 76/223 KB 644/1822 KB 168/276 KB 100/748 KB 4/27 KB 72/223 KB 644/1822 KB 176/276 KB 100/748 KB 8/27 KB 76/223 KB 648/1822 KB 176/276 KB 100/748 KB 12/27 KB 76/223 KB 648/1822 KB 176/276 KB 100/748 KB 16/27 KB 76/223 KB 648/1822 KB 176/276 KB 100/748 KB 20/27 KB 76/223 KB 648/1822 KB 176/276 KB 104/748 KB 24/27 KB 76/223 KB 648/1822 KB 180/276 KB 104/748 KB 27/27 KB 76/223 KB 648/1822 KB 176/276 KB 100/748 KB 4/27 KB 76/223 KB 648/1822 KB 172/276 KB 100/748 KB 4/27 KB 76/223 KB 644/1822 KB 180/276 KB 104/748 KB 27/27 KB 80/223 KB 648/1822 KB 180/276 KB 104/748 KB 27/27 KB 80/223 KB 652/1822 KB 180/276 KB 104/748 KB 27/27 KB 80/223 KB 656/1822 KB 180/276 KB 104/748 KB 27/27 KB 84/223 KB 656/1822 KB 180/276 KB 104/748 KB 27/27 KB 88/223 KB 656/1822 KB 180/276 KB 104/748 KB 27/27 KB 92/223 KB 656/1822 KB 180/276 KB 104/748 KB 27/27 KB 96/223 KB 656/1822 KB 180/276 KB 104/748 KB 24/27 KB 76/223 KB 648/1822 KB 176/276 KB 104/748 KB 20/27 KB 76/223 KB 648/1822 KB 180/276 KB 108/748 KB 27/27 KB 96/223 KB 660/1822 KB 180/276 KB 112/748 KB 27/27 KB 96/223 KB 660/1822 KB 180/276 KB 116/748 KB 27/27 KB 96/223 KB 660/1822 KB 184/276 KB 120/748 KB 27/27 KB 96/223 KB 660/1822 KB 180/276 KB 104/748 KB 27/27 KB 96/223 KB 660/1822 KB 184/276 KB 124/748 KB 27/27 KB 96/223 KB 664/1822 KB 184/276 KB 124/748 KB 27/27 KB 96/223 KB 668/1822 KB 184/276 KB 124/748 KB 96/223 KB 672/1822 KB 184/276 KB 116/748 KB 27/27 KB 96/223 KB 660/1822 KB 188/276 KB 124/748 KB 96/223 KB 672/1822 KB 192/276 KB 124/748 KB 96/223 KB 672/1822 KB 192/276 KB 124/748 KB 100/223 KB 672/1822 KB 196/276 KB 124/748 KB 104/223 KB 672/1822 KB 196/276 KB 124/748 KB 108/223 KB 672/1822 KB 196/276 KB 124/748 KB 112/223 KB 672/1822 KB 184/276 KB 124/748 KB 27/27 KB 96/223 KB 664/1822 KB 196/276 KB 128/748 KB 112/223 KB 676/1822 KB 196/276 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 132/748 KB 112/223 KB 676/1822 KB 196/276 KB 136/748 KB 112/223 KB 676/1822 KB 196/276 KB 140/748 KB 112/223 KB 676/1822 KB 196/276 KB 144/748 KB 112/223 KB 676/1822 KB 196/276 KB 124/748 KB 112/223 KB 676/1822 KB 196/276 KB 124/748 KB 100/223 KB 672/1822 KB 200/276 KB 144/748 KB 112/223 KB 676/1822 KB 204/276 KB 144/748 KB 112/223 KB 676/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 23.9 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 208/276 KB 144/748 KB 112/223 KB 676/1822 KB 208/276 KB 144/748 KB 112/223 KB 680/1822 KB 208/276 KB 144/748 KB 112/223 KB 684/1822 KB 208/276 KB 144/748 KB 112/223 KB 688/1822 KB 212/276 KB 144/748 KB 116/223 KB 688/1822 KB 216/276 KB 148/748 KB 116/223 KB 692/1822 KB 220/276 KB 148/748 KB 116/223 KB 692/1822 KB 224/276 KB 148/748 KB 116/223 KB 692/1822 KB 208/276 KB 144/748 KB 116/223 KB 688/1822 KB 224/276 KB 148/748 KB 120/223 KB 692/1822 KB 224/276 KB 148/748 KB 124/223 KB 692/1822 KB 224/276 KB 148/748 KB 128/223 KB 692/1822 KB 212/276 KB 148/748 KB 116/223 KB 692/1822 KB 212/276 KB 148/748 KB 116/223 KB 688/1822 KB 224/276 KB 152/748 KB 128/223 KB 692/1822 KB 224/276 KB 156/748 KB 128/223 KB 692/1822 KB 224/276 KB 160/748 KB 128/223 KB 692/1822 KB 224/276 KB 160/748 KB 128/223 KB 696/1822 KB 224/276 KB 160/748 KB 128/223 KB 700/1822 KB 224/276 KB 160/748 KB 128/223 KB 704/1822 KB 224/276 KB 164/748 KB 128/223 KB 708/1822 KB 228/276 KB 164/748 KB 132/223 KB 712/1822 KB 224/276 KB 164/748 KB 128/223 KB 704/1822 KB 228/276 KB 164/748 KB 132/223 KB 708/1822 KB 228/276 KB 164/748 KB 128/223 KB 708/1822 KB 228/276 KB 164/748 KB 136/223 KB 712/1822 KB 228/276 KB 164/748 KB 140/223 KB 712/1822 KB 232/276 KB 164/748 KB 144/223 KB 712/1822 KB 232/276 KB 164/748 KB 140/223 KB 712/1822 KB 236/276 KB 168/748 KB 144/223 KB 712/1822 KB 232/276 KB 168/748 KB 144/223 KB 712/1822 KB 240/276 KB 168/748 KB 144/223 KB 712/1822 KB 244/276 KB 172/748 KB 144/223 KB 712/1822 KB 248/276 KB 172/748 KB 148/223 KB 716/1822 KB 252/276 KB 172/748 KB 148/223 KB 716/1822 KB 256/276 KB 172/748 KB 148/223 KB 716/1822 KB 240/276 KB 172/748 KB 144/223 KB 712/1822 KB 256/276 KB 176/748 KB 148/223 KB 716/1822 KB 256/276 KB 180/748 KB 148/223 KB 716/1822 KB 256/276 KB 184/748 KB 148/223 KB 716/1822 KB 244/276 KB 172/748 KB 148/223 KB 716/1822 KB 244/276 KB 172/748 KB 144/223 KB 716/1822 KB 256/276 KB 184/748 KB 148/223 KB 720/1822 KB 256/276 KB 184/748 KB 148/223 KB 724/1822 KB 256/276 KB 184/748 KB 152/223 KB 724/1822 KB 256/276 KB 184/748 KB 156/223 KB 724/1822 KB 256/276 KB 184/748 KB 160/223 KB 724/1822 KB 256/276 KB 188/748 KB 4/178 KB 160/223 KB 728/1822 KB 256/276 KB 188/748 KB 8/178 KB 160/223 KB 728/1822 KB 256/276 KB 188/748 KB 12/178 KB 160/223 KB 728/1822 KB 256/276 KB 188/748 KB 16/178 KB 160/223 KB 728/1822 KB 256/276 KB 184/748 KB 160/223 KB 728/1822 KB 256/276 KB 188/748 KB 16/178 KB 160/223 KB 732/1822 KB 256/276 KB 188/748 KB 16/178 KB 160/223 KB 736/1822 KB 256/276 KB 188/748 KB 16/178 KB 160/223 KB 740/1822 KB 260/276 KB 188/748 KB 20/178 KB 164/223 KB 744/1822 KB 260/276 KB 188/748 KB 20/178 KB 164/223 KB 748/1822 KB 256/276 KB 188/748 KB 160/223 KB 728/1822 KB 260/276 KB 192/748 KB 20/178 KB 164/223 KB 748/1822 KB 260/276 KB 196/748 KB 20/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 20/178 KB 164/223 KB 748/1822 KB 260/276 KB 188/748 KB 20/178 KB 164/223 KB 740/1822 KB 260/276 KB 188/748 KB 20/178 KB 160/223 KB 740/1822 KB 256/276 KB 188/748 KB 20/178 KB 160/223 KB 740/1822 KB 260/276 KB 200/748 KB 24/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 28/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 32/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 36/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 40/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 44/178 KB 164/223 KB 748/1822 KB 260/276 KB 200/748 KB 48/178 KB 164/223 KB 748/1822 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 264/276 KB 200/748 KB 48/178 KB 164/223 KB 748/1822 KB 264/276 KB 200/748 KB 48/178 KB 168/223 KB 748/1822 KB 268/276 KB 200/748 KB 48/178 KB 172/223 KB 748/1822 KB 268/276 KB 200/748 KB 48/178 KB 172/223 KB 748/1822 KB 272/276 KB 200/748 KB 48/178 KB 172/223 KB 748/1822 KB 272/276 KB 200/748 KB 48/178 KB 176/223 KB 748/1822 KB 272/276 KB 204/748 KB 48/178 KB 176/223 KB 748/1822 KB 272/276 KB 208/748 KB 48/178 KB 176/223 KB 748/1822 KB 272/276 KB 212/748 KB 48/178 KB 176/223 KB 748/1822 KB 276/276 KB 216/748 KB 52/178 KB 180/223 KB 752/1822 KB 276/276 KB 220/748 KB 52/178 KB 180/223 KB 752/1822 KB 276/276 KB 212/748 KB 52/178 KB 180/223 KB 752/1822 KB 276/276 KB 212/748 KB 52/178 KB 176/223 KB 752/1822 KB 276/276 KB 212/748 KB 48/178 KB 176/223 KB 752/1822 KB 272/276 KB 212/748 KB 48/178 KB 176/223 KB 752/1822 KB 276/276 KB 224/748 KB 52/178 KB 180/223 KB 752/1822 KB 276/276 KB 224/748 KB 56/178 KB 180/223 KB 752/1822 KB 276/276 KB 224/748 KB 56/178 KB 180/223 KB 756/1822 KB 276/276 KB 224/748 KB 60/178 KB 184/223 KB 756/1822 KB 276/276 KB 224/748 KB 60/178 KB 180/223 KB 756/1822 KB 276/276 KB 224/748 KB 64/178 KB 184/223 KB 756/1822 KB 276/276 KB 224/748 KB 64/178 KB 188/223 KB 756/1822 KB 276/276 KB 224/748 KB 64/178 KB 192/223 KB 756/1822 KB 276/276 KB 224/748 KB 68/178 KB 192/223 KB 760/1822 KB 276/276 KB 224/748 KB 68/178 KB 192/223 KB 764/1822 KB 276/276 KB 224/748 KB 68/178 KB 192/223 KB 768/1822 KB 276/276 KB 224/748 KB 68/178 KB 192/223 KB 756/1822 KB 276/276 KB 224/748 KB 68/178 KB 192/223 KB 760/1822 KB 276/276 KB 228/748 KB 68/178 KB 192/223 KB 768/1822 KB 276/276 KB 232/748 KB 72/178 KB 196/223 KB 772/1822 KB 276/276 KB 236/748 KB 72/178 KB 196/223 KB 772/1822 KB 276/276 KB 240/748 KB 72/178 KB 196/223 KB 772/1822 KB 276/276 KB 228/748 KB 72/178 KB 196/223 KB 772/1822 KB 276/276 KB 228/748 KB 72/178 KB 196/223 KB 768/1822 KB 276/276 KB 228/748 KB 72/178 KB 192/223 KB 768/1822 KB 276/276 KB 240/748 KB 76/178 KB 196/223 KB 772/1822 KB 276/276 KB 240/748 KB 80/178 KB 196/223 KB 772/1822 KB 276/276 KB 240/748 KB 80/178 KB 200/223 KB 772/1822 KB 276/276 KB 240/748 KB 80/178 KB 204/223 KB 772/1822 KB 276/276 KB 240/748 KB 84/178 KB 208/223 KB 772/1822 KB 276/276 KB 244/748 KB 88/178 KB 208/223 KB 776/1822 KB 276/276 KB 244/748 KB 92/178 KB 208/223 KB 776/1822 KB 276/276 KB 244/748 KB 84/178 KB 208/223 KB 776/1822 KB 276/276 KB 248/748 KB 96/178 KB 208/223 KB 776/1822 KB 276/276 KB 240/748 KB 84/178 KB 208/223 KB 776/1822 KB 276/276 KB 240/748 KB 80/178 KB 208/223 KB 772/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 242.1 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 248/748 KB 96/178 KB 212/223 KB 776/1822 KB 248/748 KB 96/178 KB 216/223 KB 780/1822 KB 248/748 KB 96/178 KB 220/223 KB 780/1822 KB 248/748 KB 96/178 KB 223/223 KB 780/1822 KB 276/276 KB 244/748 KB 96/178 KB 208/223 KB 776/1822 KB 252/748 KB 96/178 KB 223/223 KB 780/1822 KB 256/748 KB 96/178 KB 223/223 KB 780/1822 KB 248/748 KB 96/178 KB 212/223 KB 780/1822 KB 256/748 KB 96/178 KB 223/223 KB 784/1822 KB 256/748 KB 96/178 KB 223/223 KB 788/1822 KB 256/748 KB 96/178 KB 223/223 KB 792/1822 KB 256/748 KB 96/178 KB 223/223 KB 796/1822 KB 256/748 KB 100/178 KB 223/223 KB 800/1822 KB 256/748 KB 100/178 KB 223/223 KB 804/1822 KB 260/748 KB 100/178 KB 223/223 KB 808/1822 KB 260/748 KB 100/178 KB 223/223 KB 812/1822 KB 260/748 KB 100/178 KB 223/223 KB 816/1822 KB 256/748 KB 100/178 KB 223/223 KB 796/1822 KB 260/748 KB 104/178 KB 223/223 KB 816/1822 KB 260/748 KB 108/178 KB 223/223 KB 816/1822 KB 260/748 KB 100/178 KB 223/223 KB 804/1822 KB 264/748 KB 108/178 KB 223/223 KB 816/1822 KB 268/748 KB 108/178 KB 223/223 KB 816/1822 KB 271/748 KB 112/178 KB 223/223 KB 816/1822 KB 268/748 KB 112/178 KB 223/223 KB 816/1822 KB 271/748 KB 116/178 KB 223/223 KB 816/1822 KB 275/748 KB 3/23 KB 120/178 KB 223/223 KB 816/1822 KB 275/748 KB 3/23 KB 116/178 KB 223/223 KB 816/1822 KB 275/748 KB 6/23 KB 120/178 KB 223/223 KB 816/1822 KB 275/748 KB 9/23 KB 120/178 KB 223/223 KB 816/1822 KB 275/748 KB 11/23 KB 120/178 KB 223/223 KB 816/1822 KB 275/748 KB 14/23 KB 120/178 KB 223/223 KB 816/1822 KB 275/748 KB 16/23 KB 120/178 KB 223/223 KB 816/1822 KB 275/748 KB 116/178 KB 223/223 KB 816/1822 KB 279/748 KB 16/23 KB 120/178 KB 223/223 KB 816/1822 KB 283/748 KB 19/23 KB 124/178 KB 223/223 KB 820/1822 KB 287/748 KB 19/23 KB 124/178 KB 223/223 KB 820/1822 KB 279/748 KB 19/23 KB 124/178 KB 223/223 KB 820/1822 KB 287/748 KB 19/23 KB 128/178 KB 223/223 KB 820/1822 KB 279/748 KB 19/23 KB 120/178 KB 223/223 KB 820/1822 KB 287/748 KB 19/23 KB 128/178 KB 223/223 KB 824/1822 KB 287/748 KB 19/23 KB 128/178 KB 223/223 KB 828/1822 KB 291/748 KB 19/23 KB 128/178 KB 832/1822 KB 279/748 KB 19/23 KB 120/178 KB 223/223 KB 816/1822 KB 291/748 KB 22/23 KB 128/178 KB 832/1822 KB 291/748 KB 23/23 KB 128/178 KB 832/1822 KB 291/748 KB 23/23 KB 128/178 KB 836/1822 KB 291/748 KB 23/23 KB 132/178 KB 840/1822 KB 291/748 KB 23/23 KB 132/178 KB 844/1822 KB 291/748 KB 19/23 KB 128/178 KB 828/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 192.7 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 291/748 KB 23/23 KB 132/178 KB 836/1822 KB 291/748 KB 23/23 KB 136/178 KB 844/1822 KB 295/748 KB 23/23 KB 140/178 KB 844/1822 KB 295/748 KB 23/23 KB 144/178 KB 844/1822 KB 295/748 KB 23/23 KB 136/178 KB 844/1822 KB 299/748 KB 23/23 KB 144/178 KB 844/1822 KB 303/748 KB 23/23 KB 144/178 KB 844/1822 KB 303/748 KB 23/23 KB 148/178 KB 844/1822 KB 307/748 KB 23/23 KB 152/178 KB 848/1822 KB 307/748 KB 23/23 KB 148/178 KB 848/1822 KB 303/748 KB 23/23 KB 148/178 KB 848/1822 KB 307/748 KB 23/23 KB 156/178 KB 852/1822 KB 307/748 KB 23/23 KB 156/178 KB 848/1822 KB 311/748 KB 23/23 KB 156/178 KB 852/1822 KB 315/748 KB 23/23 KB 156/178 KB 852/1822 KB 319/748 KB 23/23 KB 156/178 KB 852/1822 KB 319/748 KB 23/23 KB 160/178 KB 852/1822 KB 319/748 KB 23/23 KB 160/178 KB 856/1822 KB 319/748 KB 23/23 KB 160/178 KB 860/1822 KB 319/748 KB 23/23 KB 160/178 KB 864/1822 KB 323/748 KB 23/23 KB 160/178 KB 864/1822 KB 327/748 KB 23/23 KB 164/178 KB 868/1822 KB 331/748 KB 23/23 KB 164/178 KB 868/1822 KB 335/748 KB 23/23 KB 164/178 KB 868/1822 KB 323/748 KB 23/23 KB 164/178 KB 868/1822 KB 335/748 KB 23/23 KB 164/178 KB 872/1822 KB 323/748 KB 23/23 KB 164/178 KB 864/1822 KB 339/748 KB 3/55 KB 23/23 KB 168/178 KB 872/1822 KB 339/748 KB 3/55 KB 23/23 KB 172/178 KB 872/1822 KB 339/748 KB 3/55 KB 23/23 KB 176/178 KB 872/1822 KB 339/748 KB 3/55 KB 23/23 KB 178/178 KB 872/1822 KB 339/748 KB 3/55 KB 23/23 KB 178/178 KB 876/1822 KB 339/748 KB 3/55 KB 23/23 KB 178/178 KB 880/1822 KB 339/748 KB 3/55 KB 23/23 KB 178/178 KB 884/1822 KB 339/748 KB 3/55 KB 178/178 KB 888/1822 KB 339/748 KB 3/55 KB 23/23 KB 164/178 KB 872/1822 KB 335/748 KB 3/55 KB 23/23 KB 164/178 KB 872/1822 KB 339/748 KB 6/55 KB 178/178 KB 888/1822 KB 339/748 KB 9/55 KB 178/178 KB 888/1822 KB 339/748 KB 11/55 KB 178/178 KB 888/1822 KB 343/748 KB 11/55 KB 178/178 KB 888/1822 KB 347/748 KB 11/55 KB 178/178 KB 888/1822 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 19.4 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 351/748 KB 11/55 KB 178/178 KB 888/1822 KB 355/748 KB 11/55 KB 178/178 KB 888/1822 KB 359/748 KB 11/55 KB 892/1822 KB 355/748 KB 11/55 KB 892/1822 KB 359/748 KB 11/55 KB 896/1822 KB 359/748 KB 11/55 KB 900/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 150.3 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 363/748 KB 11/55 KB 900/1822 KB 367/748 KB 11/55 KB 900/1822 KB 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 367/748 KB 11/55 KB 904/1822 KB 371/748 KB 11/55 KB 4/1210 KB 908/1822 KB 371/748 KB 11/55 KB 4/1210 KB 912/1822 KB 371/748 KB 11/55 KB 4/1210 KB 904/1822 KB 371/748 KB 11/55 KB 8/1210 KB 912/1822 KB 371/748 KB 11/55 KB 12/1210 KB 912/1822 KB 371/748 KB 11/55 KB 16/1210 KB 912/1822 KB 371/748 KB 11/55 KB 904/1822 KB 375/748 KB 11/55 KB 16/1210 KB 912/1822 KB 379/748 KB 11/55 KB 16/1210 KB 916/1822 KB 375/748 KB 11/55 KB 16/1210 KB 916/1822 KB 379/748 KB 11/55 KB 16/1210 KB 920/1822 KB 383/748 KB 11/55 KB 16/1210 KB 920/1822 KB 383/748 KB 11/55 KB 16/1210 KB 924/1822 KB 383/748 KB 11/55 KB 16/1210 KB 928/1822 KB 387/748 KB 11/55 KB 16/1210 KB 928/1822 KB 391/748 KB 11/55 KB 20/1210 KB 932/1822 KB 387/748 KB 11/55 KB 20/1210 KB 932/1822 KB 395/748 KB 11/55 KB 20/1210 KB 936/1822 KB 387/748 KB 11/55 KB 20/1210 KB 928/1822 KB 395/748 KB 11/55 KB 24/1210 KB 940/1822 KB 395/748 KB 11/55 KB 28/1210 KB 940/1822 KB 395/748 KB 11/55 KB 32/1210 KB 940/1822 KB 395/748 KB 11/55 KB 20/1210 KB 932/1822 KB 399/748 KB 11/55 KB 32/1210 KB 940/1822 KB 395/748 KB 11/55 KB 20/1210 KB 940/1822 KB 399/748 KB 11/55 KB 32/1210 KB 944/1822 KB 399/748 KB 11/55 KB 36/1210 KB 944/1822 KB 403/748 KB 14/55 KB 40/1210 KB 944/1822 KB 3/471 KB 403/748 KB 14/55 KB 44/1210 KB 944/1822 KB 3/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 3/471 KB 399/748 KB 14/55 KB 36/1210 KB 944/1822 KB 3/471 KB 399/748 KB 14/55 KB 36/1210 KB 944/1822 KB 3/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 5/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 8/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 11/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 13/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 16/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 19/471 KB 403/748 KB 14/55 KB 48/1210 KB 948/1822 KB 21/471 KB 403/748 KB 16/55 KB 48/1210 KB 948/1822 KB 21/471 KB 403/748 KB 16/55 KB 48/1210 KB 948/1822 KB 24/471 KB 403/748 KB 14/55 KB 36/1210 KB 944/1822 KB 3/471 KB 407/748 KB 19/55 KB 48/1210 KB 948/1822 KB 24/471 KB 403/748 KB 19/55 KB 48/1210 KB 948/1822 KB 24/471 KB 403/748 KB 14/55 KB 44/1210 KB 948/1822 KB 3/471 KB 407/748 KB 19/55 KB 52/1210 KB 952/1822 KB 27/471 KB 407/748 KB 19/55 KB 52/1210 KB 948/1822 KB 27/471 KB 411/748 KB 22/55 KB 52/1210 KB 956/1822 KB 29/471 KB 411/748 KB 22/55 KB 52/1210 KB 956/1822 KB 32/471 KB 407/748 KB 19/55 KB 52/1210 KB 948/1822 KB 24/471 KB 411/748 KB 22/55 KB 56/1210 KB 956/1822 KB 32/471 KB 407/748 KB 22/55 KB 52/1210 KB 956/1822 KB 27/471 KB 411/748 KB 22/55 KB 56/1210 KB 960/1822 KB 32/471 KB 411/748 KB 22/55 KB 52/1210 KB 956/1822 KB 27/471 KB 415/748 KB 22/55 KB 56/1210 KB 960/1822 KB 32/471 KB 419/748 KB 22/55 KB 56/1210 KB 960/1822 KB 32/471 KB 423/748 KB 22/55 KB 60/1210 KB 964/1822 KB 36/471 KB 407/748 KB 22/55 KB 52/1210 KB 952/1822 KB 27/471 KB 423/748 KB 25/55 KB 60/1210 KB 964/1822 KB 36/471 KB 423/748 KB 27/55 KB 60/1210 KB 964/1822 KB 36/471 KB 419/748 KB 22/55 KB 60/1210 KB 964/1822 KB 36/471 KB 427/748 KB 27/55 KB 64/1210 KB 964/1822 KB 36/471 KB 419/748 KB 22/55 KB 56/1210 KB 964/1822 KB 36/471 KB 419/748 KB 22/55 KB 56/1210 KB 964/1822 KB 32/471 KB 427/748 KB 27/55 KB 64/1210 KB 968/1822 KB 36/471 KB 427/748 KB 27/55 KB 64/1210 KB 972/1822 KB 36/471 KB 427/748 KB 27/55 KB 68/1210 KB 972/1822 KB 40/471 KB 427/748 KB 27/55 KB 60/1210 KB 964/1822 KB 36/471 KB 427/748 KB 27/55 KB 68/1210 KB 976/1822 KB 40/4 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 71 KB 427/748 KB 27/55 KB 64/1210 KB 972/1822 KB 40/471 KB 427/748 KB 27/55 KB 68/1210 KB 976/1822 KB 44/471 KB 427/748 KB 27/55 KB 68/1210 KB 976/1822 KB 48/471 KB 431/748 KB 27/55 KB 68/1210 KB 976/1822 KB 48/471 KB 431/748 KB 27/55 KB 68/1210 KB 976/1822 KB 52/471 KB 435/748 KB 27/55 KB 72/1210 KB 980/1822 KB 56/471 KB 435/748 KB 27/55 KB 72/1210 KB 980/1822 KB 52/471 KB 435/748 KB 27/55 KB 76/1210 KB 980/1822 KB 60/471 KB 435/748 KB 27/55 KB 80/1210 KB 980/1822 KB 60/471 KB 435/748 KB 27/55 KB 68/1210 KB 980/1822 KB 52/471 KB 439/748 KB 27/55 KB 80/1210 KB 980/1822 KB 60/471 KB 443/748 KB 27/55 KB 80/1210 KB 980/1822 KB 60/471 KB 447/748 KB 27/55 KB 80/1210 KB 980/1822 KB 60/471 KB 431/748 KB 27/55 KB 68/1210 KB 980/1822 KB 52/471 KB 447/748 KB 27/55 KB 80/1210 KB 984/1822 KB 60/471 KB 447/748 KB 27/55 KB 80/1210 KB 988/1822 KB 60/471 KB 447/748 KB 27/55 KB 80/1210 KB 992/1822 KB 60/471 KB 447/748 KB 27/55 KB 80/1210 KB 996/1822 KB 60/471 KB 451/748 KB 30/55 KB 84/1210 KB 1000/1822 KB 60/471 KB 451/748 KB 30/55 KB 84/1210 KB 1004/1822 KB 60/471 KB 435/748 KB 27/55 KB 72/1210 KB 980/1822 KB 60/471 KB 451/748 KB 30/55 KB 84/1210 KB 996/1822 KB 60/471 KB 451/748 KB 32/55 KB 84/1210 KB 1004/1822 KB 60/471 KB 451/748 KB 36/55 KB 84/1210 KB 1004/1822 KB 60/471 KB 451/748 KB 40/55 KB 84/1210 KB 1004/1822 KB 60/471 KB 451/748 KB 44/55 KB 84/1210 KB 1004/1822 KB 60/471 KB 451/748 KB 48/55 KB 84/1210 KB 1004/1822 KB 60/471 KB 451/748 KB 48/55 KB 84/1210 KB 1004/1822 KB 64/471 KB 451/748 KB 52/55 KB 84/1210 KB 1004/1822 KB 64/471 KB 451/748 KB 55/55 KB 84/1210 KB 1004/1822 KB 64/471 KB 451/748 KB 27/55 KB 84/1210 KB 996/1822 KB 60/471 KB 455/748 KB 55/55 KB 84/1210 KB 1004/1822 KB 68/471 KB 447/748 KB 27/55 KB 84/1210 KB 996/1822 KB 60/471 KB 455/748 KB 55/55 KB 88/1210 KB 1004/1822 KB 68/471 KB 455/748 KB 55/55 KB 92/1210 KB 1004/1822 KB 68/471 KB 455/748 KB 55/55 KB 96/1210 KB 1004/1822 KB 68/471 KB 451/748 KB 55/55 KB 84/1210 KB 1004/1822 KB 68/471 KB 455/748 KB 55/55 KB 96/1210 KB 1004/1822 KB 72/471 KB 459/748 KB 55/55 KB 96/1210 KB 1008/1822 KB 72/471 KB 459/748 KB 55/55 KB 96/1210 KB 1004/1822 KB 72/471 KB 463/748 KB 55/55 KB 96/1210 KB 1008/1822 KB 76/471 KB 459/748 KB 55/55 KB 96/1210 KB 1008/1822 KB 76/471 KB 463/748 KB 55/55 KB 96/1210 KB 1008/1822 KB 80/471 KB 463/748 KB 55/55 KB 96/1210 KB 1008/1822 KB 84/471 KB 467/748 KB 55/55 KB 100/1210 KB 1012/1822 KB 88/471 KB 467/748 KB 55/55 KB 100/1210 KB 1012/1822 KB 84/471 KB 467/748 KB 55/55 KB 100/1210 KB 1016/1822 KB 88/471 KB 467/748 KB 55/55 KB 100/1210 KB 1020/1822 KB 88/471 KB 467/748 KB 55/55 KB 100/1210 KB 1008/1822 KB 84/471 KB 467/748 KB 55/55 KB 104/1210 KB 1020/1822 KB 88/471 KB 467/748 KB 55/55 KB 108/1210 KB 1020/1822 KB 88/471 KB 467/748 KB 55/55 KB 112/1210 KB 1020/1822 KB 88/471 KB 467/748 KB 55/55 KB 96/1210 KB 1008/1822 KB 84/471 KB 471/748 KB 55/55 KB 112/1210 KB 1020/1822 KB 88/471 KB 475/748 KB 55/55 KB 112/1210 KB 1020/1822 KB 88/471 KB 475/748 KB 55/55 KB 112/1210 KB 1024/1822 KB 88/471 KB 479/748 KB 112/1210 KB 1028/1822 KB 88/471 KB 479/748 KB 116/1210 KB 1032/1822 KB 92/471 KB 479/748 KB 116/1210 KB 1036/1822 KB 92/471 KB 479/748 KB 116/1210 KB 1040/1822 KB 92/471 KB 479/748 KB 55/55 KB 112/1210 KB 1024/1822 KB 88/471 KB 479/748 KB 116/1210 KB 1028/1822 KB 92/471 KB 479/748 KB 116/1210 KB 1040/1822 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 96/471 KB 483/748 KB 116/1210 KB 1040/1822 KB 96/471 KB 487/748 KB 116/1210 KB 1040/1822 KB 100/471 KB 479/748 KB 116/1210 KB 1028/1822 KB 88/471 KB 487/748 KB 120/1210 KB 1040/1822 KB 100/471 KB 487/748 KB 124/1210 KB 1040/1822 KB 100/471 KB 487/748 KB 128/1210 KB 1040/1822 KB 100/471 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 44.3 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:58 DEBUG unit.abot-epc-basic/0.install 483/748 KB 116/1210 KB 1040/1822 KB 100/471 KB 491/748 KB 128/1210 KB 1040/1822 KB 100/471 KB 495/748 KB 128/1210 KB 1040/1822 KB 100/471 KB 495/748 KB 128/1210 KB 1040/1822 KB 104/471 KB 495/748 KB 128/1210 KB 1040/1822 KB 108/471 KB 495/748 KB 132/1210 KB 1040/1822 KB 112/471 KB 495/748 KB 132/1210 KB 1040/1822 KB 108/471 KB 495/748 KB 136/1210 KB 1040/1822 KB 112/471 KB 495/748 KB 140/1210 KB 1040/1822 KB 112/471 KB 499/748 KB 144/1210 KB 1040/1822 KB 112/471 KB 499/748 KB 144/1210 KB 1040/1822 KB 116/471 KB 499/748 KB 148/1210 KB 1044/1822 KB 120/471 KB 499/748 KB 140/1210 KB 1040/1822 KB 112/471 KB 503/748 KB 148/1210 KB 1044/1822 KB 120/471 KB 507/748 KB 148/1210 KB 1044/1822 KB 120/471 KB 511/748 KB 148/1210 KB 1044/1822 KB 120/471 KB 499/748 KB 148/1210 KB 1044/1822 KB 116/471 KB 511/748 KB 152/1210 KB 1044/1822 KB 120/471 KB 511/748 KB 156/1210 KB 1044/1822 KB 120/471 KB 515/748 KB 160/1210 KB 1044/1822 KB 120/471 KB 499/748 KB 144/1210 KB 1044/1822 KB 116/471 KB 515/748 KB 160/1210 KB 1048/1822 KB 124/471 KB 515/748 KB 160/1210 KB 1052/1822 KB 124/471 KB 515/748 KB 160/1210 KB 1056/1822 KB 124/471 KB 515/748 KB 160/1210 KB 1044/1822 KB 124/471 KB 515/748 KB 160/1210 KB 1056/1822 KB 128/471 KB 515/748 KB 160/1210 KB 1056/1822 KB 132/471 KB 515/748 KB 164/1210 KB 1060/1822 KB 136/471 KB 515/748 KB 156/1210 KB 1044/1822 KB 120/471 KB 519/748 KB 164/1210 KB 1060/1822 KB 136/471 KB 523/748 KB 164/1210 KB 1060/1822 KB 136/471 KB 527/748 KB 164/1210 KB 1060/1822 KB 136/471 KB 515/748 KB 164/1210 KB 1060/1822 KB 132/471 KB 515/748 KB 160/1210 KB 1060/1822 KB 132/471 KB 527/748 KB 164/1210 KB 1064/1822 KB 136/471 KB 527/748 KB 164/1210 KB 1068/1822 KB 136/471 KB 527/748 KB 164/1210 KB 1072/1822 KB 136/471 KB 527/748 KB 164/1210 KB 3/93 KB 1072/1822 KB 136/471 KB 527/748 KB 164/1210 KB 5/93 KB 1072/1822 KB 136/471 KB 527/748 KB 164/1210 KB 8/93 KB 1072/1822 KB 136/471 KB 527/748 KB 164/1210 KB 11/93 KB 1072/1822 KB 136/471 KB 527/748 KB 168/1210 KB 11/93 KB 1072/1822 KB 136/471 KB 527/748 KB 172/1210 KB 11/93 KB 1072/1822 KB 136/471 KB 527/748 KB 176/1210 KB 13/93 KB 1072/1822 KB 140/471 KB 527/748 KB 172/1210 KB 13/93 KB 1072/1822 KB 140/471 KB 527/748 KB 176/1210 KB 13/93 KB 1072/1822 KB 144/471 KB 527/748 KB 176/1210 KB 13/93 KB 1072/1822 KB 148/471 KB 531/748 KB 180/1210 KB 13/93 KB 1076/1822 KB 152/471 KB 531/748 KB 180/1210 KB 13/93 KB 1076/1822 KB 156/471 KB 531/748 KB 180/1210 KB 13/93 KB 1076/1822 KB 160/471 KB 527/748 KB 172/1210 KB 13/93 KB 1072/1822 KB 136/471 KB 531/748 KB 180/1210 KB 16/93 KB 1076/1822 KB 160/471 KB 531/748 KB 180/1210 KB 19/93 KB 1076/1822 KB 160/471 KB 531/748 KB 180/1210 KB 21/93 KB 1076/1822 KB 160/471 KB 531/748 KB 180/1210 KB 13/93 KB 1076/1822 KB 148/471 KB 531/748 KB 184/1210 KB 21/93 KB 1076/1822 KB 160/471 KB 531/748 KB 188/1210 KB 21/93 KB 1076/1822 KB 160/471 KB 531/748 KB 192/1210 KB 24/93 KB 1076/1822 KB 160/471 KB 531/748 KB 176/1210 KB 13/93 KB 1076/1822 KB 148/471 KB 535/748 KB 192/1210 KB 24/93 KB 1076/1822 KB 160/471 KB 539/748 KB 192/1210 KB 24/93 KB 1076/1822 KB 160/471 KB 543/748 KB 192/1210 KB 24/93 KB 1076/1822 KB 160/471 KB 527/748 KB 176/1210 KB 13/93 KB 1076/1822 KB 148/471 KB 543/748 KB 192/1210 KB 24/93 KB 1080/1822 KB 160/471 KB 543/748 KB 192/1210 KB 24/93 KB 1084/1822 KB 160/471 KB 543/748 KB 192/1210 KB 24/93 KB 1088/1822 KB 160/471 KB 543/748 KB 192/1210 KB 24/93 KB 1092/1822 KB 160/471 KB 547/748 KB 192/ unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 1210 KB 24/93 KB 1096/1822 KB 160/471 KB 547/748 KB 196/1210 KB 24/93 KB 1100/1822 KB 160/471 KB 547/748 KB 196/1210 KB 24/93 KB 1104/1822 KB 160/471 KB 531/748 KB 188/1210 KB 24/93 KB 1076/1822 KB 160/471 KB 547/748 KB 196/1210 KB 27/93 KB 1104/1822 KB 160/471 KB 547/748 KB 196/1210 KB 27/93 KB 1104/1822 KB 164/471 KB 547/748 KB 196/1210 KB 29/93 KB 1104/1822 KB 168/471 KB 547/748 KB 196/1210 KB 29/93 KB 1104/1822 KB 172/471 KB 547/748 KB 196/1210 KB 24/93 KB 1096/1822 KB 160/471 KB 547/748 KB 192/1210 KB 24/93 KB 1092/1822 KB 160/471 KB 551/748 KB 196/1210 KB 29/93 KB 1108/1822 KB 172/471 KB 555/748 KB 196/1210 KB 29/93 KB 1108/1822 KB 172/471 KB 559/748 KB 196/1210 KB 29/93 KB 1108/1822 KB 172/471 KB 563/748 KB 196/1210 KB 29/93 KB 1108/1822 KB 172/471 KB 547/748 KB 196/1210 KB 29/93 KB 1108/1822 KB 172/471 KB 547/748 KB 196/1210 KB 29/93 KB 1104/1822 KB 164/471 KB 563/748 KB 200/1210 KB 32/93 KB 1108/1822 KB 176/471 KB 563/748 KB 200/1210 KB 36/93 KB 1108/1822 KB 176/471 KB 563/748 KB 200/1210 KB 29/93 KB 1108/1822 KB 176/471 KB 563/748 KB 200/1210 KB 29/93 KB 1108/1822 KB 172/471 KB 567/748 KB 204/1210 KB 36/93 KB 1112/1822 KB 176/471 KB 567/748 KB 208/1210 KB 36/93 KB 1112/1822 KB 176/471 KB 567/748 KB 212/1210 KB 36/93 KB 1112/1822 KB 176/471 KB 567/748 KB 216/1210 KB 40/93 KB 1112/1822 KB 180/471 KB 567/748 KB 220/1210 KB 40/93 KB 1112/1822 KB 180/471 KB 567/748 KB 224/1210 KB 40/93 KB 1112/1822 KB 180/471 KB 567/748 KB 200/1210 KB 36/93 KB 1112/1822 KB 176/471 KB 563/748 KB 200/1210 KB 36/93 KB 1112/1822 KB 176/471 KB 567/748 KB 224/1210 KB 40/93 KB 1116/1822 KB 180/471 KB 567/748 KB 224/1210 KB 40/93 KB 1120/1822 KB 180/471 KB 571/748 KB 224/1210 KB 40/93 KB 1120/1822 KB 180/471 KB 575/748 KB 224/1210 KB 40/93 KB 1120/1822 KB 180/471 KB 575/748 KB 224/1210 KB 40/93 KB 1124/1822 KB 180/471 KB 579/748 KB 224/1210 KB 40/93 KB 1128/1822 KB 180/471 KB 567/748 KB 212/1210 KB 40/93 KB 1112/1822 KB 180/471 KB 579/748 KB 224/1210 KB 44/93 KB 1128/1822 KB 180/471 KB 579/748 KB 224/1210 KB 48/93 KB 1128/1822 KB 180/471 KB 567/748 KB 212/1210 KB 36/93 KB 1112/1822 KB 180/471 KB 579/748 KB 224/1210 KB 48/93 KB 1128/1822 KB 184/471 KB 579/748 KB 224/1210 KB 48/93 KB 1128/1822 KB 188/471 KB 579/748 KB 224/1210 KB 48/93 KB 1128/1822 KB 192/471 KB 579/748 KB 224/1210 KB 52/93 KB 1128/1822 KB 192/471 KB 579/748 KB 228/1210 KB 56/93 KB 1132/1822 KB 196/471 KB 579/748 KB 228/1210 KB 60/93 KB 1132/1822 KB 196/471 KB 579/748 KB 224/1210 KB 40/93 KB 1124/1822 KB 180/471 KB 583/748 KB 228/1210 KB 60/93 KB 1132/1822 KB 196/471 KB 587/748 KB 228/1210 KB 60/93 KB 1132/1822 KB 196/471 KB 591/748 KB 228/1210 KB 60/93 KB 1132/1822 KB 196/471 KB 579/748 KB 228/1210 KB 52/93 KB 1132/1822 KB 196/471 KB 591/748 KB 228/1210 KB 60/93 KB 1132/1822 KB 200/471 KB 591/748 KB 228/1210 KB 60/93 KB 1132/1822 KB 204/471 KB 591/748 KB 228/1210 KB 64/93 KB 1132/1822 KB 208/471 KB 579/748 KB 228/1210 KB 52/93 KB 1132/1822 KB 192/471 KB 591/748 KB 228/1210 KB 64/93 KB 1136/1822 KB 208/471 KB 591/748 KB 228/1210 KB 64/93 KB 1140/1822 KB 208/471 KB 579/748 KB 228/1210 KB 52/93 KB 1128/1822 KB 192/471 KB 591/748 KB 228/1210 KB 64/93 KB 1132/1822 KB 204/471 KB 591/748 KB 232/1210 KB 64/93 KB 1144/1822 KB 208/471 KB 591/748 KB 232/1210 KB 64/93 KB 1144/1822 KB 212/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 216/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 220/471 KB 595/748 KB 236/1210 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 68/93 KB 1144/1822 KB 224/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 228/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 232/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 236/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 240/471 KB 595/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 212/471 KB 591/748 KB 228/1210 KB 64/93 KB 1144/1822 KB 208/471 KB 595/748 KB 236/1210 KB 64/93 KB 1144/1822 KB 212/471 KB 595/748 KB 232/1210 KB 64/93 KB 1144/1822 KB 212/471 KB 599/748 KB 236/1210 KB 68/93 KB 1144/1822 KB 240/471 KB 599/748 KB 240/1210 KB 68/93 KB 1148/1822 KB 240/471 KB 599/748 KB 236/1210 KB 68/93 KB 1148/1822 KB 240/471 KB 603/748 KB 240/1210 KB 68/93 KB 1148/1822 KB 240/471 KB 607/748 KB 240/1210 KB 68/93 KB 1148/1822 KB 240/471 KB 607/748 KB 240/1210 KB 68/93 KB 1152/1822 KB 240/471 KB 607/748 KB 240/1210 KB 68/93 KB 1156/1822 KB 240/471 KB 611/748 KB 244/1210 KB 72/93 KB 1160/1822 KB 240/471 KB 611/748 KB 244/1210 KB 72/93 KB 1164/1822 KB 240/471 KB 611/748 KB 244/1210 KB 72/93 KB 1168/1822 KB 240/471 KB 611/748 KB 244/1210 KB 72/93 KB 1156/1822 KB 240/471 KB 611/748 KB 240/1210 KB 72/93 KB 1156/1822 KB 240/471 KB 607/748 KB 240/1210 KB 72/93 KB 1156/1822 KB 240/471 KB 611/748 KB 248/1210 KB 76/93 KB 1168/1822 KB 240/471 KB 611/748 KB 248/1210 KB 80/93 KB 1168/1822 KB 240/471 KB 611/748 KB 248/1210 KB 84/93 KB 1168/1822 KB 240/471 KB 615/748 KB 248/1210 KB 88/93 KB 1168/1822 KB 240/471 KB 611/748 KB 248/1210 KB 72/93 KB 1168/1822 KB 240/471 KB 615/748 KB 248/1210 KB 84/93 KB 1168/1822 KB 240/471 KB 615/748 KB 252/1210 KB 88/93 KB 1168/1822 KB 240/471 KB 619/748 KB 256/1210 KB 88/93 KB 1168/1822 KB 240/471 KB 619/748 KB 252/1210 KB 88/93 KB 1168/1822 KB 240/471 KB 623/748 KB 256/1210 KB 88/93 KB 1168/1822 KB 240/471 KB 623/748 KB 256/1210 KB 92/93 KB 1168/1822 KB 240/471 KB 623/748 KB 256/1210 KB 93/93 KB 1168/1822 KB 240/471 KB 623/748 KB 260/1210 KB 93/93 KB 1168/1822 KB 240/471 KB 627/748 KB 264/1210 KB 93/93 KB 1172/1822 KB 244/471 KB 627/748 KB 268/1210 KB 93/93 KB 1172/1822 KB 244/471 KB 627/748 KB 271/1210 KB 93/93 KB 1172/1822 KB 244/471 KB 627/748 KB 260/1210 KB 93/93 KB 1172/1822 KB 244/471 KB 627/748 KB 271/1210 KB 93/93 KB 1172/1822 KB 248/471 KB 627/748 KB 271/1210 KB 93/93 KB 1172/1822 KB 252/471 KB 627/748 KB 271/1210 KB 93/93 KB 1172/1822 KB 256/471 KB 627/748 KB 260/1210 KB 93/93 KB 1172/1822 KB 240/471 KB 627/748 KB 271/1210 KB 93/93 KB 1176/1822 KB 256/471 KB 627/748 KB 271/1210 KB 93/93 KB 1180/1822 KB 256/471 KB 627/748 KB 271/1210 KB 93/93 KB 1184/1822 KB 256/471 KB 627/748 KB 260/1210 KB 93/93 KB 1168/1822 KB 240/471 KB 631/748 KB 271/1210 KB 93/93 KB 1184/1822 KB 256/471 KB 635/748 KB 271/1210 KB 93/93 KB 1184/1822 KB 256/471 KB 639/748 KB 271/1210 KB 93/93 KB 1184/1822 KB 256/471 KB 643/748 KB 271/1210 KB 93/93 KB 1184/1822 KB 256/471 KB 647/748 KB 275/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 651/748 KB 275/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 655/748 KB 275/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 643/748 KB 275/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 655/748 KB 279/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 655/748 KB 283/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 655/748 KB 287/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 643/748 KB 271/1210 KB 93/93 KB 1188/1822 KB 260/471 KB 643/748 KB 271/1210 KB 93/93 KB 1188/1822 KB 256/471 KB 655/748 KB 287/1210 KB 93/93 KB 1192/1822 KB 260/471 KB 655/748 KB 287/1210 KB 93/93 KB unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 1196/1822 KB 260/471 KB 655/748 KB 287/1210 KB 93/93 KB 1200/1822 KB 260/471 KB 655/748 KB 287/1210 KB 93/93 KB 1200/1822 KB 264/471 KB 655/748 KB 287/1210 KB 93/93 KB 1200/1822 KB 268/471 KB 655/748 KB 287/1210 KB 1200/1822 KB 272/471 KB 659/748 KB 287/1210 KB 1200/1822 KB 276/471 KB 659/748 KB 291/1210 KB 1204/1822 KB 280/471 KB 659/748 KB 291/1210 KB 1204/1822 KB 284/471 KB 659/748 KB 291/1210 KB 1204/1822 KB 288/471 KB 659/748 KB 291/1210 KB 1204/1822 KB 276/471 KB 659/748 KB 291/1210 KB 1200/1822 KB 276/471 KB 659/748 KB 287/1210 KB 1200/1822 KB 272/471 KB 659/748 KB 295/1210 KB 1204/1822 KB 288/471 KB 663/748 KB 299/1210 KB 1208/1822 KB 288/471 KB 663/748 KB 303/1210 KB 1208/1822 KB 288/471 KB 663/748 KB 295/1210 KB 1208/1822 KB 288/471 KB 663/748 KB 303/1210 KB 1212/1822 KB 288/471 KB 663/748 KB 303/1210 KB 1216/1822 KB 288/471 KB 663/748 KB 295/1210 KB 1204/1822 KB 288/471 KB 667/748 KB 303/1210 KB 1216/1822 KB 288/471 KB 671/748 KB 303/1210 KB 1216/1822 KB 288/471 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 71.6 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 671/748 KB 307/1210 KB 1216/1822 KB 288/471 KB 675/748 KB 311/1210 KB 1220/1822 KB 292/471 KB 675/748 KB 307/1210 KB 1220/1822 KB 292/471 KB Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 675/748 KB 307/1210 KB 1220/1822 KB 288/471 KB 675/748 KB 311/1210 KB 1224/1822 KB 292/471 KB 675/748 KB 311/1210 KB 1228/1822 KB 292/471 KB 675/748 KB 307/1210 KB 1216/1822 KB 288/471 KB 679/748 KB 311/1210 KB 1228/1822 KB 296/471 KB 683/748 KB 311/1210 KB 1228/1822 KB 296/471 KB 687/748 KB 311/1210 KB 1232/1822 KB 296/471 KB 675/748 KB 311/1210 KB 1228/1822 KB 296/471 KB 683/748 KB 311/1210 KB 1232/1822 KB 296/471 KB 687/748 KB 315/1210 KB 1232/1822 KB 296/471 KB 687/748 KB 319/1210 KB 1232/1822 KB 300/471 KB 687/748 KB 315/1210 KB 1232/1822 KB 300/471 KB 687/748 KB 319/1210 KB 1232/1822 KB 304/471 KB 687/748 KB 319/1210 KB 1236/1822 KB 304/471 KB 691/748 KB 323/1210 KB 1240/1822 KB 308/471 KB 691/748 KB 323/1210 KB 1244/1822 KB 308/471 KB 691/748 KB 323/1210 KB 1248/1822 KB 308/471 KB 691/748 KB 323/1210 KB 1236/1822 KB 308/471 KB 687/748 KB 319/1210 KB 1236/1822 KB 308/471 KB 687/748 KB 323/1210 KB 1236/1822 KB 308/471 KB 695/748 KB 323/1210 KB 1248/1822 KB 312/471 KB 695/748 KB 323/1210 KB 1248/1822 KB 316/471 KB 695/748 KB 323/1210 KB 1248/1822 KB 308/471 KB 695/748 KB 327/1210 KB 1248/1822 KB 316/471 KB 699/748 KB 327/1210 KB 1248/1822 KB 320/471 KB 699/748 KB 331/1210 KB 1248/1822 KB 320/471 KB 703/748 KB 335/1210 KB 1248/1822 KB 320/471 KB 695/748 KB 327/1210 KB 1248/1822 KB 320/471 KB 703/748 KB 331/1210 KB 1248/1822 KB 320/471 KB 703/748 KB 335/1210 KB 1252/1822 KB 320/471 KB 707/748 KB 335/1210 KB 1256/1822 KB 324/471 KB 707/748 KB 335/1210 KB 1260/1822 KB 324/471 KB 707/748 KB 335/1210 KB 1264/1822 KB 324/471 KB 707/748 KB 335/1210 KB 1252/1822 KB 324/471 KB 703/748 KB 335/1210 KB 1252/1822 KB 324/471 KB 707/748 KB 335/1210 KB 1264/1822 KB 328/471 KB 707/748 KB 335/1210 KB 1264/1822 KB 332/471 KB 711/748 KB 339/1210 KB 1264/1822 KB 332/471 KB 711/748 KB 335/1210 KB 1264/1822 KB 332/471 KB 715/748 KB 339/1210 KB 1264/1822 KB 332/471 KB 719/748 KB 343/1210 KB 1264/1822 KB 336/471 KB 715/748 KB 343/1210 KB 1264/1822 KB 336/471 KB 715/748 KB 343/1210 KB 1264/1822 KB 332/471 KB 719/748 KB 347/1210 KB 1264/1822 KB 336/471 KB 719/748 KB 351/1210 KB 1264/1822 KB 336/471 KB 723/748 KB 355/1210 KB 1264/1822 KB 336/471 KB 723/748 KB 359/1210 KB 1268/1822 KB 340/471 KB 723/748 KB 363/1210 KB 1268/1822 KB 340/471 KB 723/748 KB 351/1210 KB 1264/1822 KB 336/471 KB 723/748 KB 355/1210 KB 1268/1822 KB 340/471 KB 723/748 KB 355/1210 KB 1268/1822 KB 336/471 KB 723/748 KB 367/1210 KB 1272/1822 KB 340/471 KB 723/748 KB 367/1210 KB 1276/1822 KB 340/471 KB 723/748 KB 367/1210 KB 1276/1822 KB 344/471 KB 723/748 KB 367/1210 KB 1280/1822 KB 344/471 KB 723/748 KB 367/1210 KB 1280/1822 KB 348/471 KB 727/748 KB 367/1210 KB 1280/1822 KB 352/471 KB 727/748 KB 367/1210 KB 1280/1822 KB 348/471 KB 731/748 KB 367/1210 KB 1280/1822 KB 352/471 KB 735/748 KB 367/1210 KB 1280/1822 KB 352/471 KB 739/748 KB 367/1210 KB 1280/1822 KB 352/471 KB 743/748 KB 367/1210 KB 1284/1822 KB 356/471 KB 747/748 KB 367/1210 KB 1284/1822 KB 356/471 KB 748/748 KB 367/1210 KB 1284/1822 KB 356/471 KB 723/748 KB 367/1210 KB 1268/1822 KB 340/471 KB 748/748 KB 371/1210 KB 1284/1822 KB 356/471 KB 748/748 KB 375/1210 KB 1284/1822 KB 356/471 KB 748/748 KB 379/1210 KB 1284/1822 KB 356/471 KB 748/748 KB 383/1210 KB 1284/1822 KB 356/471 KB 739/748 KB 367/1210 KB 1284/1822 KB 356/471 KB 748/748 KB 383/1210 KB 1284/1822 KB 360/471 KB 748/748 KB 383/1210 KB 1284/1822 KB 364/471 KB 748/748 KB 383/1210 KB 1284/1822 KB 368/471 KB 739/748 unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install KB 367/1210 KB 1284/1822 KB 352/471 KB 748/748 KB 383/1210 KB 1288/1822 KB 368/471 KB 748/748 KB 383/1210 KB 1292/1822 KB 368/471 KB 748/748 KB 383/1210 KB 1296/1822 KB 368/471 KB 748/748 KB 383/1210 KB 1300/1822 KB 368/471 KB 748/748 KB 387/1210 KB 1304/1822 KB 372/471 KB 748/748 KB 387/1210 KB 1308/1822 KB 372/471 KB 748/748 KB 387/1210 KB 1312/1822 KB 372/471 KB 748/748 KB 387/1210 KB 1300/1822 KB 372/471 KB 748/748 KB 383/1210 KB 1300/1822 KB 372/471 KB 748/748 KB 391/1210 KB 1312/1822 KB 372/471 KB 748/748 KB 391/1210 KB 1312/1822 KB 376/471 KB 748/748 KB 391/1210 KB 1312/1822 KB 380/471 KB 748/748 KB 395/1210 KB 1312/1822 KB 384/471 KB 748/748 KB 395/1210 KB 1312/1822 KB 380/471 KB 748/748 KB 399/1210 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 4/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 8/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 12/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 16/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 20/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 24/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 28/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 32/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 36/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 40/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 44/53 KB 1312/1822 KB 384/471 KB 748/748 KB 399/1210 KB 48/53 KB 1312/1822 KB 384/471 KB 748/748 KB 403/1210 KB 48/53 KB 1312/1822 KB 384/471 KB 407/1210 KB 52/53 KB 1316/1822 KB 388/471 KB 411/1210 KB 52/53 KB 1316/1822 KB 388/471 KB 403/1210 KB 52/53 KB 1316/1822 KB 388/471 KB 411/1210 KB 52/53 KB 1316/1822 KB 392/471 KB 403/1210 KB 52/53 KB 1316/1822 KB 384/471 KB 411/1210 KB 52/53 KB 1320/1822 KB 392/471 KB 411/1210 KB 52/53 KB 1324/1822 KB 392/471 KB 411/1210 KB 52/53 KB 1328/1822 KB 392/471 KB 411/1210 KB 52/53 KB 1328/1822 KB 396/471 KB 411/1210 KB 52/53 KB 1328/1822 KB 400/471 KB 748/748 KB 403/1210 KB 52/53 KB 1312/1822 KB 384/471 KB 411/1210 KB 53/53 KB 1328/1822 KB 400/471 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 568.6 KB/sec) unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 415/1210 KB 53/53 KB 1328/1822 KB 400/471 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 12:11:58 DEBUG unit.abot-epc-basic/0.install 419/1210 KB 53/53 KB 1332/1822 KB 404/471 KB 415/1210 KB 53/53 KB 1332/1822 KB 404/471 KB 415/1210 KB 53/53 KB 1332/1822 KB 400/471 KB 419/1210 KB 53/53 KB 1336/1822 KB 404/471 KB 419/1210 KB 53/53 KB 1340/1822 KB 404/471 KB 419/1210 KB 53/53 KB 1344/1822 KB 408/471 KB 419/1210 KB 53/53 KB 1344/1822 KB 408/471 KB 419/1210 KB 53/53 KB 1344/1822 KB 412/471 KB 419/1210 KB 53/53 KB 1344/1822 KB 416/471 KB 423/1210 KB 53/53 KB 1344/1822 KB 416/471 KB 427/1210 KB 53/53 KB 1344/1822 KB 416/471 KB 431/1210 KB 53/53 KB 1344/1822 KB 416/471 KB 431/1210 KB 53/53 KB 1344/1822 KB 420/471 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 40.1 KB/sec) unit-abot-epc-basic-0: 12:11:58 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 435/1210 KB 1348/1822 KB 424/471 KB 435/1210 KB 1348/1822 KB 428/471 KB 435/1210 KB 53/53 KB 1348/1822 KB 420/471 KB 431/1210 KB 53/53 KB 1348/1822 KB 420/471 KB 435/1210 KB 4/276 KB 1352/1822 KB 428/471 KB 435/1210 KB 4/276 KB 1356/1822 KB 428/471 KB 435/1210 KB 4/276 KB 1360/1822 KB 428/471 KB 435/1210 KB 4/276 KB 1348/1822 KB 428/471 KB 439/1210 KB 4/276 KB 1360/1822 KB 432/471 KB 443/1210 KB 8/276 KB 1360/1822 KB 432/471 KB 447/1210 KB 8/276 KB 1360/1822 KB 432/471 KB 435/1210 KB 4/276 KB 1360/1822 KB 432/471 KB 439/1210 KB 8/276 KB 1360/1822 KB 432/471 KB 447/1210 KB 12/276 KB 1360/1822 KB 432/471 KB 447/1210 KB 16/276 KB 1360/1822 KB 432/471 KB 447/1210 KB 16/276 KB 1364/1822 KB 432/471 KB 447/1210 KB 16/276 KB 1368/1822 KB 432/471 KB 447/1210 KB 20/276 KB 1368/1822 KB 436/471 KB 451/1210 KB 24/276 KB 1372/1822 KB 436/471 KB 451/1210 KB 28/276 KB 1372/1822 KB 436/471 KB 451/1210 KB 32/276 KB 1372/1822 KB 436/471 KB 447/1210 KB 16/276 KB 1368/1822 KB 436/471 KB 451/1210 KB 32/276 KB 1372/1822 KB 440/471 KB 451/1210 KB 32/276 KB 1372/1822 KB 444/471 KB 451/1210 KB 32/276 KB 1372/1822 KB 448/471 KB 451/1210 KB 32/276 KB 1372/1822 KB 452/471 KB 451/1210 KB 32/276 KB 1372/1822 KB 456/471 KB 451/1210 KB 20/276 KB 1372/1822 KB 436/471 KB 455/1210 KB 32/276 KB 1372/1822 KB 460/471 KB 459/1210 KB 32/276 KB 3/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 3/577 KB 1372/1822 KB 460/471 KB 447/1210 KB 20/276 KB 1372/1822 KB 436/471 KB 455/1210 KB 32/276 KB 3/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 6/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 9/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 11/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 14/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 16/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 19/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 22/577 KB 1372/1822 KB 460/471 KB 463/1210 KB 32/276 KB 25/577 KB 1376/1822 KB 460/471 KB 463/1210 KB 32/276 KB 27/577 KB 1376/1822 KB 460/471 KB 463/1210 KB 32/276 KB 30/577 KB 1376/1822 KB 460/471 KB 463/1210 KB 32/276 KB 32/577 KB 1376/1822 KB 460/471 KB 463/1210 KB 32/276 KB 22/577 KB 1376/1822 KB 460/471 KB 463/1210 KB 32/276 KB 32/577 KB 1380/1822 KB 460/471 KB 463/1210 KB 32/276 KB 32/577 KB 1384/1822 KB 460/471 KB 463/1210 KB 32/276 KB 32/577 KB 1388/1822 KB 460/471 KB 463/1210 KB 32/276 KB 32/577 KB 1392/1822 KB 460/471 KB 467/1210 KB 36/276 KB 32/577 KB 1396/1822 KB 460/471 KB 467/1210 KB 36/276 KB 36/577 KB 1400/1822 KB 460/471 KB 467/1210 KB 36/276 KB 36/577 KB 1404/1822 KB 460/471 KB 467/1210 KB 36/276 KB 36/577 KB 1408/1822 KB 460/471 KB 467/1210 KB 36/276 KB 36/577 KB 1412/1822 KB 460/471 KB 467/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 467/1210 KB 36/276 KB 32/577 KB 1392/1822 KB 460/471 KB 471/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 475/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 479/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 483/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 487/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 491/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 36/276 KB 36/577 KB 1416/1822 KB 460/471 KB 463/1210 KB 36/276 KB 32/577 KB 1392/1822 KB 460/471 KB 495/1210 KB 40/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 44/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 48/276 KB 36/577 KB 1416/1822 KB 460/471 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 495/1210 KB 52/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 56/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 60/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 64/276 KB 36/577 KB 1416/1822 KB 460/471 KB 495/1210 KB 68/276 KB 36/577 KB 1416/1822 KB 460/471 KB 499/1210 KB 72/276 KB 36/577 KB 1420/1822 KB 460/471 KB 467/1210 KB 36/276 KB 36/577 KB 1396/1822 KB 460/471 KB 499/1210 KB 72/276 KB 40/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 44/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 48/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 52/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 56/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 60/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 62/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 72/276 KB 66/577 KB 1420/1822 KB 460/471 KB 467/1210 KB 36/276 KB 32/577 KB 1396/1822 KB 460/471 KB 499/1210 KB 76/276 KB 66/577 KB 1420/1822 KB 464/471 KB 499/1210 KB 76/276 KB 66/577 KB 1420/1822 KB 468/471 KB 499/1210 KB 76/276 KB 66/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 76/276 KB 66/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 80/276 KB 66/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 84/276 KB 70/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 88/276 KB 70/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 92/276 KB 70/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 96/276 KB 70/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 100/276 KB 70/577 KB 1420/1822 KB 471/471 KB 499/1210 KB 68/276 KB 36/577 KB 1420/1822 KB 460/471 KB 499/1210 KB 100/276 KB 70/577 KB 1424/1822 KB 471/471 KB 499/1210 KB 68/276 KB 36/577 KB 1416/1822 KB 460/471 KB 503/1210 KB 100/276 KB 70/577 KB 1424/1822 KB 471/471 KB 507/1210 KB 100/276 KB 70/577 KB 1424/1822 KB 471/471 KB 511/1210 KB 100/276 KB 70/577 KB 1428/1822 KB 471/471 KB 499/1210 KB 80/276 KB 70/577 KB 1420/1822 KB 471/471 KB 511/1210 KB 100/276 KB 74/577 KB 1428/1822 KB 471/471 KB 511/1210 KB 100/276 KB 78/577 KB 1428/1822 KB 471/471 KB 511/1210 KB 100/276 KB 82/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 100/276 KB 86/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 100/276 KB 90/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 100/276 KB 94/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 100/276 KB 98/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 104/276 KB 102/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 104/276 KB 106/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 104/276 KB 110/577 KB 1428/1822 KB 471/471 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 347.0 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 507/1210 KB 100/276 KB 70/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 104/276 KB 110/577 KB 1432/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1436/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1440/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1444/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1448/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1452/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1456/1822 KB 515/1210 KB 104/276 KB 110/577 KB 1460/1822 KB 515/1210 KB 104/276 KB 114/577 KB 1464/1822 KB 515/1210 KB 104/276 KB 114/577 KB 1468/1822 KB 515/1210 KB 104/276 KB 114/577 KB 1472/1822 KB 515/1210 KB 104/276 KB 114/577 KB 1476/1822 KB 515/1210 KB 104/276 KB 114/577 KB 1480/1822 KB 515/1210 KB 104/276 KB 98/577 KB 1428/1822 KB 471/471 KB 515/1210 KB 108/276 KB 114/577 KB 1480/1822 KB 515/1210 KB 112/276 KB 114/577 KB 1480/1822 KB 515/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 515/1210 KB 100/276 KB 82/577 KB 1428/1822 KB 471/471 KB 519/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 523/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 527/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 531/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 535/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 539/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 543/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 547/1210 KB 116/276 KB 114/577 KB 1480/1822 KB 551/1210 KB 120/276 KB 114/577 KB 1480/1822 KB 555/1210 KB 120/276 KB 114/577 KB 1480/1822 KB 559/1210 KB 120/276 KB 114/577 KB 1480/1822 KB 563/1210 KB 120/276 KB 114/577 KB 1480/1822 KB 567/1210 KB 120/276 KB 114/577 KB 1484/1822 KB 571/1210 KB 120/276 KB 114/577 KB 1484/1822 KB 575/1210 KB 120/276 KB 114/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 114/577 KB 1484/1822 KB 515/1210 KB 104/276 KB 114/577 KB 1460/1822 KB 579/1210 KB 120/276 KB 118/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 122/577 KB 1484/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 579/1210 KB 120/276 KB 126/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 130/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 134/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 138/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 142/577 KB 1484/1822 KB 579/1210 KB 120/276 KB 146/577 KB 1484/1822 KB 583/1210 KB 120/276 KB 150/577 KB 1484/1822 KB 563/1210 KB 120/276 KB 114/577 KB 1484/1822 KB 583/1210 KB 120/276 KB 150/577 KB 1488/1822 KB 583/1210 KB 120/276 KB 150/577 KB 1492/1822 KB 547/1210 KB 120/276 KB 114/577 KB 1480/1822 KB 583/1210 KB 124/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 128/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 132/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 136/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 140/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 144/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 148/276 KB 150/577 KB 1492/1822 KB 583/1210 KB 152/276 KB 150/577 KB 1496/1822 KB 583/1210 KB 156/276 KB 150/577 KB 1496/1822 KB 583/1210 KB 160/276 KB 150/577 KB 1496/1822 KB 583/1210 KB 164/276 KB 150/577 KB 1496/1822 KB 583/1210 KB 168/276 KB 154/577 KB 1496/1822 KB 583/1210 KB 172/276 KB 154/577 KB 1496/1822 KB 583/1210 KB 176/276 KB 154/577 KB 1496/1822 KB 583/1210 KB 120/276 KB 146/577 KB 1484/1822 KB 583/1210 KB 176/276 KB 154/577 KB 4/37 KB 1496/1822 KB 583/1210 KB 176/276 KB 154/577 KB 8/37 KB 1496/1822 KB 583/1210 KB 176/276 KB 154/577 KB 12/37 KB 1496/1822 KB 583/1210 KB 176/276 KB 154/577 KB 16/37 KB 1496/1822 KB 587/1210 KB 176/276 KB 154/577 KB 16/37 KB 1496/1822 KB 591/1210 KB 176/276 KB 154/577 KB 20/37 KB 1496/1822 KB 595/1210 KB 176/276 KB 154/577 KB 20/37 KB 1496/1822 KB 599/1210 KB 180/276 KB 154/577 KB 20/37 KB 1496/1822 KB 603/1210 KB 180/276 KB 154/577 KB 20/37 KB 1496/1822 KB 607/1210 KB 180/276 KB 154/577 KB 20/37 KB 1496/1822 KB 611/1210 KB 180/276 KB 154/577 KB 20/37 KB 1496/1822 KB 615/1210 KB 180/276 KB 154/577 KB 20/37 KB 1496/1822 KB 583/1210 KB 164/276 KB 154/577 KB 1496/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1496/1822 KB 583/1210 KB 148/276 KB 150/577 KB 1496/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1500/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1504/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1508/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1512/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1516/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1520/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1524/1822 KB 615/1210 KB 180/276 KB 158/577 KB 20/37 KB 1528/1822 KB 615/1210 KB 180/276 KB 162/577 KB 20/37 KB 1532/1822 KB 615/1210 KB 180/276 KB 162/577 KB 20/37 KB 1536/1822 KB 615/1210 KB 180/276 KB 162/577 KB 20/37 KB 1540/1822 KB 615/1210 KB 180/276 KB 162/577 KB 20/37 KB 1544/1822 KB 619/1210 KB 180/276 KB 162/577 KB 20/37 KB 1548/1822 KB 619/1210 KB 180/276 KB 162/577 KB 20/37 KB 1552/1822 KB 619/1210 KB 180/276 KB 162/577 KB 20/37 KB 1556/1822 KB 619/1210 KB 180/276 KB 162/577 KB 20/37 KB 1560/1822 KB 595/1210 KB 180/276 KB 154/577 KB 20/37 KB 1496/1822 KB 619/1210 KB 184/276 KB 162/577 KB 20/37 KB 1560/1822 KB 587/1210 KB 176/276 KB 154/577 KB 20/37 KB 1496/1822 KB 619/1210 KB 184/276 KB 162/577 KB 24/37 KB 1560/1822 KB 619/1210 KB 184/276 KB 162/577 KB 28/37 KB 1560/1822 KB 619/1210 KB 184/276 KB 162/577 KB 32/37 KB 1560/1822 KB 619/1210 KB 184/276 KB 162/577 KB 36/37 KB 1560/1822 KB 619/1210 KB 184/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 188/276 KB 162/577 KB 37/37 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1560/1822 KB 619/1210 KB 192/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 196/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 200/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 204/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 208/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 212/276 KB 162/577 KB 37/37 KB 1560/1822 KB 619/1210 KB 216/276 KB 162/577 KB 37/37 KB 1564/1822 KB 619/1210 KB 220/276 KB 162/577 KB 37/37 KB 1564/1822 KB 619/1210 KB 224/276 KB 162/577 KB 37/37 KB 1564/1822 KB 619/1210 KB 228/276 KB 162/577 KB 37/37 KB 1564/1822 KB 619/1210 KB 180/276 KB 162/577 KB 20/37 KB 1544/1822 KB 623/1210 KB 228/276 KB 162/577 KB 37/37 KB 1564/1822 KB 615/1210 KB 180/276 KB 162/577 KB 20/37 KB 1528/1822 KB 623/1210 KB 228/276 KB 166/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 170/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 174/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 178/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 182/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 186/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 190/577 KB 37/37 KB 1564/1822 KB 623/1210 KB 228/276 KB 194/577 KB 37/37 KB 1564/1822 KB 627/1210 KB 228/276 KB 198/577 KB 37/37 KB 1564/1822 KB 627/1210 KB 228/276 KB 202/577 KB 37/37 KB 1564/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 26.3 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 619/1210 KB 212/276 KB 162/577 KB 37/37 KB 1564/1822 KB 627/1210 KB 228/276 KB 202/577 KB 1568/1822 KB 627/1210 KB 228/276 KB 202/577 KB 1572/1822 KB 627/1210 KB 228/276 KB 206/577 KB 1576/1822 KB 627/1210 KB 228/276 KB 206/577 KB 1580/1822 KB 627/1210 KB 228/276 KB 206/577 KB 1584/1822 KB 627/1210 KB 228/276 KB 206/577 KB 1588/1822 KB 627/1210 KB 228/276 KB 194/577 KB 37/37 KB 1564/1822 KB 631/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 635/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 639/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 643/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 647/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 651/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 655/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 659/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 663/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 667/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 671/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 675/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 679/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 683/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 627/1210 KB 232/276 KB 206/577 KB 1588/1822 KB 683/1210 KB 236/276 KB 206/577 KB 1592/1822 KB 683/1210 KB 240/276 KB 206/577 KB 1592/1822 KB 627/1210 KB 228/276 KB 206/577 KB 1572/1822 KB 683/1210 KB 240/276 KB 210/577 KB 1592/1822 KB 683/1210 KB 240/276 KB 214/577 KB 1592/1822 KB 683/1210 KB 240/276 KB 218/577 KB 1592/1822 KB 683/1210 KB 240/276 KB 222/577 KB 1592/1822 KB 683/1210 KB 240/276 KB 226/577 KB 1592/1822 KB 683/1210 KB 240/276 KB 230/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 234/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 238/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 242/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 246/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 250/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 254/577 KB 1592/1822 KB 683/1210 KB 244/276 KB 258/577 KB 1592/1822 KB 659/1210 KB 232/276 KB 206/577 KB 1592/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1596/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1600/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1604/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1608/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1612/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1616/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1620/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1624/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1628/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1632/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1636/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1640/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 3/167 KB 244/276 KB 258/577 KB 1592/1822 KB 683/1210 KB 3/167 KB 244/276 KB 258/577 KB 1592/1822 KB 687/1210 KB 5/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 8/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 11/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 13/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 16/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 19/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 21/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 24/167 KB 244/276 KB 262/577 KB 1644/1822 KB 687/1210 KB 27/167 KB 244/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 29/167 KB 244/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 32/167 KB 244/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 244/276 KB 262/577 KB 1644/1822 KB 683/ unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1210 KB 244/276 KB 230/577 KB 1592/1822 KB 691/1210 KB 36/167 KB 248/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 252/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 256/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 260/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 264/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 268/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 272/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 276/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 36/167 KB 276/276 KB 262/577 KB 1644/1822 KB 691/1210 KB 27/167 KB 244/276 KB 262/577 KB 1644/1822 KB 695/1210 KB 36/167 KB 276/276 KB 262/577 KB 1644/1822 KB 699/1210 KB 36/167 KB 276/276 KB 262/577 KB 1644/1822 KB 703/1210 KB 36/167 KB 276/276 KB 262/577 KB 1644/1822 KB 707/1210 KB 36/167 KB 276/276 KB 262/577 KB 1644/1822 KB 711/1210 KB 40/167 KB 276/276 KB 262/577 KB 1644/1822 KB 715/1210 KB 40/167 KB 276/276 KB 262/577 KB 1648/1822 KB 719/1210 KB 40/167 KB 276/276 KB 262/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 262/577 KB 1648/1822 KB 687/1210 KB 3/167 KB 244/276 KB 262/577 KB 1620/1822 KB 723/1210 KB 40/167 KB 276/276 KB 266/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 270/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 274/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 278/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 282/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 286/577 KB 1648/1822 KB 711/1210 KB 40/167 KB 276/276 KB 262/577 KB 1648/1822 KB 723/1210 KB 40/167 KB 276/276 KB 286/577 KB 1652/1822 KB 723/1210 KB 40/167 KB 276/276 KB 290/577 KB 1656/1822 KB 723/1210 KB 40/167 KB 276/276 KB 290/577 KB 1660/1822 KB 727/1210 KB 40/167 KB 276/276 KB 290/577 KB 1664/1822 KB 727/1210 KB 40/167 KB 276/276 KB 290/577 KB 1668/1822 KB 707/1210 KB 40/167 KB 276/276 KB 262/577 KB 1644/1822 KB 727/1210 KB 44/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 48/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 52/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 56/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 60/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 64/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 68/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 72/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 76/167 KB 290/577 KB 1668/1822 KB 727/1210 KB 80/167 KB 290/577 KB 1668/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 195.2 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 727/1210 KB 40/167 KB 276/276 KB 290/577 KB 1660/1822 KB 731/1210 KB 80/167 KB 290/577 KB 1672/1822 KB 735/1210 KB 80/167 KB 290/577 KB 1672/1822 KB 739/1210 KB 80/167 KB 290/577 KB 1672/1822 KB 743/1210 KB 80/167 KB 290/577 KB 1672/1822 KB 747/1210 KB 84/167 KB 290/577 KB 1672/1822 KB 751/1210 KB 84/167 KB 290/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 290/577 KB 1672/1822 KB 723/1210 KB 40/167 KB 276/276 KB 290/577 KB 1652/1822 KB 755/1210 KB 84/167 KB 294/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 298/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 302/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 306/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 310/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 314/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 318/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 322/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 326/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 330/577 KB 1672/1822 KB 755/1210 KB 84/167 KB 334/577 KB 1672/1822 KB 743/1210 KB 84/167 KB 290/577 KB 1672/1822 KB 755/1210 KB 88/167 KB 334/577 KB 1672/1822 KB 755/1210 KB 92/167 KB 334/577 KB 1672/1822 KB 755/1210 KB 96/167 KB 334/577 KB 1672/1822 KB 755/1210 KB 100/167 KB 334/577 KB 1672/1822 KB 759/1210 KB 104/167 KB 334/577 KB 1672/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1672/1822 KB 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 727/1210 KB 80/167 KB 290/577 KB 1672/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1676/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1680/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1684/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1688/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1692/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1696/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1700/1822 KB 759/1210 KB 108/167 KB 334/577 KB 1704/1822 KB 759/1210 KB 112/167 KB 334/577 KB 1708/1822 KB 759/1210 KB 112/167 KB 334/577 KB 1712/1822 KB 759/1210 KB 112/167 KB 334/577 KB 1716/1822 KB 759/1210 KB 112/167 KB 334/577 KB 1720/1822 KB 759/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 759/1210 KB 100/167 KB 334/577 KB 1672/1822 KB 763/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 767/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 771/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 775/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 779/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 783/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 787/1210 KB 112/167 KB 334/577 KB 1724/1822 KB 791/1210 KB 112/167 KB 334/577 KB 1728/1822 KB 795/1210 KB 112/167 KB 334/577 KB 1728/1822 KB 799/1210 KB 112/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 112/167 KB 334/577 KB 1728/1822 KB 759/1210 KB 112/167 KB 334/577 KB 1704/1822 KB 803/1210 KB 116/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 120/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 124/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 128/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 132/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 136/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 140/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 144/167 KB 334/577 KB 1728/1822 KB 803/1210 KB 148/167 KB 334/577 KB 1728/1822 KB 807/1210 KB 152/167 KB 334/577 KB 1728/1822 KB 807/1210 KB 156/167 KB 334/577 KB 1728/1822 KB 807/1210 KB 160/167 KB 334/577 KB 1728/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1728/1822 KB 787/1210 KB 112/167 KB 334/577 KB 1728/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1732/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1736/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1740/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1744/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1748/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1752/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1756/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1760/1822 KB 807/1210 KB 164/167 KB 334/577 KB 1764/1822 KB 807/1210 KB 167/167 KB 334/577 KB 1768/1822 KB 807/1210 KB 167/167 KB 334/577 KB 1772/1822 KB 807/1210 KB 167/167 KB 334/577 KB 1776/1822 KB 807/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 807/1210 KB 148/167 KB 334/577 KB 1728/1822 KB 811/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 815/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 819/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 823/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 827/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 831/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 835/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 839/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 843/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 847/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 851/1210 KB 167/167 KB 334/577 KB 1780/1822 KB 807/1210 KB 167/167 KB 334/577 KB 1764/1822 KB 851/1210 KB 167/167 KB 334/577 KB 1784/1822 KB 851/1210 KB 167/167 KB 334/577 KB 1788/1822 KB 851/1210 KB 167/167 KB 334/577 KB 1792/1822 KB 851/1210 KB 167/167 KB 334/577 KB 1796/1822 KB 855/1210 KB 167/167 KB 334/577 KB 1800/1822 KB 855/1210 KB 167/167 KB 334/577 KB 1804/1822 KB 855/1210 unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install KB 167/167 KB 334/577 KB 1808/1822 KB 855/1210 KB 167/167 KB 338/577 KB 1812/1822 KB 855/1210 KB 167/167 KB 338/577 KB 1816/1822 KB 855/1210 KB 167/167 KB 338/577 KB 1820/1822 KB 855/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 855/1210 KB 167/167 KB 334/577 KB 1796/1822 KB 859/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 863/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 867/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 871/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 875/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 879/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 883/1210 KB 167/167 KB 338/577 KB 1822/1822 KB 887/1210 KB 338/577 KB 1822/1822 KB 891/1210 KB 338/577 KB 1822/1822 KB 895/1210 KB 338/577 KB 1822/1822 KB 899/1210 KB 338/577 KB 1822/1822 KB 855/1210 KB 167/167 KB 338/577 KB 1808/1822 KB 899/1210 KB 342/577 KB 1822/1822 KB 899/1210 KB 346/577 KB 1822/1822 KB 899/1210 KB 350/577 KB 1822/1822 KB 899/1210 KB 350/577 KB 3/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 5/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 8/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 11/1192 KB 1822/1822 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 114.7 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 899/1210 KB 350/577 KB 13/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 16/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 19/1192 KB 1822/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 899/1210 KB 350/577 KB 21/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 24/1192 KB 1822/1822 KB 899/1210 KB 350/577 KB 27/1192 KB 1822/1822 KB 899/1210 KB 354/577 KB 27/1192 KB 1822/1822 KB 899/1210 KB 358/577 KB 29/1192 KB 1822/1822 KB 899/1210 KB 362/577 KB 29/1192 KB 1822/1822 KB 899/1210 KB 366/577 KB 29/1192 KB 1822/1822 KB 899/1210 KB 370/577 KB 29/1192 KB 1822/1822 KB 899/1210 KB 354/577 KB 29/1192 KB 1822/1822 KB 903/1210 KB 370/577 KB 32/1192 KB 1822/1822 KB 903/1210 KB 374/577 KB 32/1192 KB 1822/1822 KB 903/1210 KB 378/577 KB 32/1192 KB 1822/1822 KB 903/1210 KB 382/577 KB 32/1192 KB 1822/1822 KB 903/1210 KB 382/577 KB 36/1192 KB 1822/1822 KB 903/1210 KB 382/577 KB 40/1192 KB 1822/1822 KB 903/1210 KB 382/577 KB 44/1192 KB 1822/1822 KB 903/1210 KB 382/577 KB 48/1192 KB 1822/1822 KB 903/1210 KB 370/577 KB 29/1192 KB 1822/1822 KB 907/1210 KB 382/577 KB 48/1192 KB 1822/1822 KB 911/1210 KB 382/577 KB 48/1192 KB 1822/1822 KB 915/1210 KB 382/577 KB 48/1192 KB 1822/1822 KB 919/1210 KB 386/577 KB 52/1192 KB 915/1210 KB 386/577 KB 52/1192 KB 919/1210 KB 390/577 KB 52/1192 KB 919/1210 KB 394/577 KB 52/1192 KB 923/1210 KB 398/577 KB 52/1192 KB 915/1210 KB 382/577 KB 52/1192 KB 1822/1822 KB 923/1210 KB 398/577 KB 56/1192 KB 923/1210 KB 398/577 KB 60/1192 KB 3/439 KB 923/1210 KB 398/577 KB 64/1192 KB 3/439 KB 923/1210 KB 398/577 KB 68/1192 KB 3/439 KB 923/1210 KB 398/577 KB 72/1192 KB 3/439 KB 923/1210 KB 398/577 KB 76/1192 KB 3/439 KB 923/1210 KB 398/577 KB 80/1192 KB 3/439 KB 923/1210 KB 398/577 KB 84/1192 KB 3/439 KB 923/1210 KB 398/577 KB 88/1192 KB 3/439 KB 923/1210 KB 402/577 KB 92/1192 KB 3/439 KB 923/1210 KB 402/577 KB 96/1192 KB 3/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1245.0 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 923/1210 KB 402/577 KB 88/1192 KB 3/439 KB 923/1210 KB 398/577 KB 56/1192 KB 3/439 KB 923/1210 KB 402/577 KB 96/1192 KB 6/439 KB 923/1210 KB 402/577 KB 96/1192 KB 9/439 KB 923/1210 KB 402/577 KB 96/1192 KB 11/439 KB 923/1210 KB 402/577 KB 96/1192 KB 14/439 KB 923/1210 KB 402/577 KB 96/1192 KB 16/439 KB 923/1210 KB 394/577 KB 52/1192 KB 927/1210 KB 402/577 KB 96/1192 KB 16/439 KB 927/1210 KB 406/577 KB 96/1192 KB 16/439 KB 927/1210 KB 410/577 KB 96/1192 KB 16/439 KB 927/1210 KB 414/577 KB 96/1192 KB 16/439 KB 931/1210 KB 418/577 KB 100/1192 KB 19/439 KB 931/1210 KB 422/577 KB 100/1192 KB 19/439 KB 931/1210 KB 426/577 KB 100/1192 KB 19/439 KB 931/1210 KB 430/577 KB 100/1192 KB 19/439 KB 931/1210 KB 434/577 KB 100/1192 KB 19/439 KB 931/1210 KB 438/577 KB 100/1192 KB 19/439 KB 931/1210 KB 442/577 KB 100/1192 KB 19/439 KB 931/1210 KB 446/577 KB 100/1192 KB 19/439 KB 931/1210 KB 450/577 KB 100/1192 KB 19/439 KB 931/1210 KB 414/577 KB 100/1192 KB 19/439 KB 931/1210 KB 450/577 KB 104/1192 KB 19/439 KB 931/1210 KB 414/577 KB 96/1192 KB 19/439 KB 931/1210 KB 450/577 KB 104/1192 KB 22/439 KB 931/1210 KB 450/577 KB 104/1192 KB 25/439 KB 931/1210 KB 414/577 KB 96/1192 KB 16/439 KB 935/1210 KB 450/577 KB 104/1192 KB 25/439 KB 939/1210 KB 450/577 KB 104/1192 KB 25/439 KB 943/1210 KB 450/577 KB 104/1192 KB 25/439 KB 947/1210 KB 450/577 KB 104/1192 KB 25/439 KB 951/1210 KB 450/577 KB 104/1192 KB 27/439 KB 955/1210 KB 450/577 KB 104/1192 KB 27/439 KB 959/1210 KB 450/577 KB 104/1192 KB 27/439 KB 963/1210 KB 450/577 KB 104/1192 KB 27/439 KB 967/1210 KB 4/562 KB 450/577 KB 108/1192 KB 27/439 KB 971/1210 KB 4/562 KB 450/577 KB 108/1192 KB 27/439 KB 947/1210 KB 450/577 KB 104/1192 KB 27/439 KB 971/1210 KB 4/562 KB 450/577 KB 108/1192 KB 30/439 KB 971/1210 KB 4/562 KB 450/577 KB 108/1192 KB 32/439 KB 971/1210 KB 4/562 KB 450/577 KB 108/1192 KB 36/439 KB 971/1210 KB 4/562 KB 450/577 KB 108/1192 KB 40/439 KB 971/1210 KB 4/562 KB 450/577 KB 108/1192 KB 44/439 KB 975/1210 KB 4/562 KB 450/577 KB 108/1192 KB 48/439 KB 975/1210 KB 4/562 KB 450/577 KB 108/1192 KB 52/439 KB 975/1210 KB 4/562 KB 450/577 KB 108/1192 KB 56/439 KB 963/1210 KB 4/562 KB 450/577 KB 108/1192 KB 27/439 KB 975/1210 KB 8/562 KB 454/577 KB 108/1192 KB 56/439 KB 975/1210 KB 12/562 KB 454/577 KB 108/1192 KB 56/439 KB 975/1210 KB 16/562 KB 454/577 KB 108/1192 KB 56/439 KB 975/1210 KB 20/562 KB 454/577 KB 108/1192 KB 56/439 KB 975/1210 KB 24/562 KB 454/577 KB 108/1192 KB 56/439 KB 963/1210 KB 450/577 KB 108/1192 KB 27/439 KB 975/1210 KB 24/562 KB 454/577 KB 112/1192 KB 56/439 KB 975/1210 KB 24/562 KB 454/577 KB 116/1192 KB 56/439 KB 975/1210 KB 24/562 KB 454/577 KB 120/1192 KB 56/439 KB 975/1210 KB 24/562 KB 454/577 KB 124/1192 KB 56/439 KB 975/1210 KB 24/562 KB 454/577 KB 128/1192 KB 56/439 KB 975/1210 KB 24/562 KB 454/577 KB 132/1192 KB 56/439 KB 975/1210 KB 28/562 KB 454/577 KB 136/1192 KB 60/439 KB 975/1210 KB 28/562 KB 454/577 KB 140/1192 KB 60/439 KB 975/1210 KB 28/562 KB 454/577 KB 144/1192 KB 60/439 KB 975/1210 KB 4/562 KB 454/577 KB 108/1192 KB 56/439 KB 975/1210 KB 28/562 KB 458/577 KB 144/1192 KB 60/439 KB 975/1210 KB 28/562 KB 462/577 KB 144/1192 KB 60/439 KB 975/1210 KB 28/562 KB 466/577 KB 144/1192 KB 60/439 KB 975/1210 KB 4/562 KB 450/577 KB 108/1192 KB 44/439 KB 979/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 983/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 987/1210 KB 28/562 KB 466/ unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 577 KB 148/1192 KB 60/439 KB 991/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 995/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 999/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 1003/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 1007/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 1011/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 1015/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1019/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1023/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1027/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1031/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1035/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1039/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1043/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 975/1210 KB 28/562 KB 466/577 KB 148/1192 KB 60/439 KB 975/1210 KB 28/562 KB 454/577 KB 132/1192 KB 60/439 KB 1043/1210 KB 28/562 KB 470/577 KB 148/1192 KB 64/439 KB 1043/1210 KB 28/562 KB 470/577 KB 148/1192 KB 68/439 KB 1043/1210 KB 28/562 KB 470/577 KB 148/1192 KB 72/439 KB 1043/1210 KB 28/562 KB 470/577 KB 148/1192 KB 76/439 KB 1043/1210 KB 28/562 KB 470/577 KB 148/1192 KB 80/439 KB 975/1210 KB 28/562 KB 454/577 KB 132/1192 KB 56/439 KB 1043/1210 KB 32/562 KB 470/577 KB 148/1192 KB 80/439 KB 1043/1210 KB 36/562 KB 470/577 KB 148/1192 KB 80/439 KB 1043/1210 KB 40/562 KB 470/577 KB 148/1192 KB 80/439 KB 1043/1210 KB 44/562 KB 470/577 KB 148/1192 KB 80/439 KB 1043/1210 KB 48/562 KB 470/577 KB 148/1192 KB 80/439 KB 1043/1210 KB 52/562 KB 470/577 KB 148/1192 KB 80/439 KB 1043/1210 KB 56/562 KB 470/577 KB 148/1192 KB 84/439 KB 1043/1210 KB 60/562 KB 470/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 64/562 KB 470/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 68/562 KB 470/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 72/562 KB 470/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 76/562 KB 470/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 470/577 KB 152/1192 KB 84/439 KB 1011/1210 KB 28/562 KB 470/577 KB 148/1192 KB 60/439 KB 1043/1210 KB 80/562 KB 474/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 478/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 482/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 486/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 490/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 494/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 80/562 KB 498/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 84/562 KB 502/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 84/562 KB 506/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 84/562 KB 510/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 84/562 KB 514/577 KB 152/1192 KB 84/439 KB 1043/1210 KB 56/562 KB 470/577 KB 152/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 156/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 160/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 164/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 168/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 172/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 176/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 84/439 KB 1043/1210 KB 52/562 KB 470/577 KB 148/1192 KB 84/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 88/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 92/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 96/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 100/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1 unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 192 KB 104/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 108/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 112/439 KB 1047/1210 KB 84/562 KB 514/577 KB 180/1192 KB 116/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 120/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 124/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 128/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 132/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 136/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1047/1210 KB 84/562 KB 514/577 KB 152/1192 KB 84/439 KB 1051/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1055/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1059/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1063/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1067/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1071/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1075/1210 KB 84/562 KB 518/577 KB 184/1192 KB 140/439 KB 1043/1210 KB 84/562 KB 498/577 KB 152/1192 KB 84/439 KB 1075/1210 KB 88/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 92/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 96/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 100/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 104/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 108/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 112/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 116/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 120/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 124/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 128/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 132/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 136/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 140/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 144/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 148/562 KB 518/577 KB 184/1192 KB 144/439 KB 1075/1210 KB 84/562 KB 518/577 KB 184/1192 KB 144/439 KB 1079/1210 KB 148/562 KB 518/577 KB 184/1192 KB 148/439 KB 1047/1210 KB 84/562 KB 518/577 KB 184/1192 KB 116/439 KB 1079/1210 KB 148/562 KB 522/577 KB 184/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 526/577 KB 184/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 530/577 KB 184/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 534/577 KB 184/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 538/577 KB 184/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 542/577 KB 184/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 184/1192 KB 148/439 KB 1047/1210 KB 84/562 KB 514/577 KB 184/1192 KB 116/439 KB 1079/1210 KB 148/562 KB 546/577 KB 188/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 192/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 196/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 200/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 204/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 208/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 546/577 KB 212/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 550/577 KB 216/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 550/577 KB 220/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 550/577 KB 224/1192 KB 148/439 KB 1079/1210 KB 148/562 KB 550/577 KB 228/1192 KB 152/439 KB 1079/1210 KB 124/562 KB 518/577 KB 184/1192 KB 144/439 KB 1083/1210 KB 148/562 KB 550/577 KB 228/1192 KB 152/439 KB 1087/1210 KB 148/562 KB 550/577 KB 228/1192 KB 152/439 KB 1091/1210 KB 148/562 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 550/577 KB 228/1192 KB 152/439 KB 1095/1210 KB 148/562 KB 550/577 KB 228/1192 KB 152/439 KB 1099/1210 KB 148/562 KB 550/577 KB 228/1192 KB 152/439 KB 1103/1210 KB 148/562 KB 550/577 KB 228/1192 KB 152/439 KB 1079/1210 KB 148/562 KB 550/577 KB 224/1192 KB 152/439 KB 1103/1210 KB 148/562 KB 550/577 KB 228/1192 KB 156/439 KB 1103/1210 KB 148/562 KB 550/577 KB 228/1192 KB 160/439 KB 1103/1210 KB 148/562 KB 550/577 KB 228/1192 KB 164/439 KB 1079/1210 KB 148/562 KB 550/577 KB 212/1192 KB 148/439 KB 1107/1210 KB 152/562 KB 554/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 558/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 562/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 566/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 570/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 574/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 577/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 152/562 KB 550/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 156/562 KB 577/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 160/562 KB 577/577 KB 232/1192 KB 168/439 KB 1107/1210 KB 164/562 KB 577/577 KB 232/1192 KB 168/439 KB 1107/1210 KB 168/562 KB 577/577 KB 232/1192 KB 168/439 KB 1107/1210 KB 172/562 KB 577/577 KB 232/1192 KB 168/439 KB 1107/1210 KB 176/562 KB 577/577 KB 232/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 232/1192 KB 168/439 KB 1107/1210 KB 148/562 KB 550/577 KB 232/1192 KB 164/439 KB 1107/1210 KB 180/562 KB 577/577 KB 236/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 240/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 244/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 248/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 252/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 256/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 260/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 264/1192 KB 168/439 KB 1107/1210 KB 180/562 KB 577/577 KB 268/1192 KB 168/439 KB 1107/1210 KB 184/562 KB 577/577 KB 268/1192 KB 168/439 KB 1107/1210 KB 148/562 KB 550/577 KB 228/1192 KB 164/439 KB 1111/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1115/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1119/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1123/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1127/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1131/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1135/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1139/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1143/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1147/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1151/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1155/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1159/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1163/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1167/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1107/1210 KB 184/562 KB 272/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 276/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 280/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 284/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 288/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 292/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 296/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 300/1192 KB 168/439 KB 1171/1210 KB 188/562 KB 304/1192 KB 168/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 168/439 KB 1107/1210 KB 156/562 KB 577/577 KB 232/1192 KB 168/439 KB 1175/1210 KB 188/562 KB 308/1 unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 192 KB 172/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 176/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 180/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 184/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 188/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 192/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 196/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 200/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 204/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 208/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 212/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 216/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 220/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 224/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 228/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 232/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 236/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 240/439 KB 1175/1210 KB 188/562 KB 308/1192 KB 244/439 KB 1175/1210 KB 188/562 KB 312/1192 KB 248/439 KB 1175/1210 KB 188/562 KB 312/1192 KB 252/439 KB 1175/1210 KB 188/562 KB 312/1192 KB 256/439 KB 1175/1210 KB 188/562 KB 312/1192 KB 260/439 KB 1175/1210 KB 188/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 188/562 KB 304/1192 KB 168/439 KB 1139/1210 KB 188/562 KB 272/1192 KB 168/439 KB 1175/1210 KB 192/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 196/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 200/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 204/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 208/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 212/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 216/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 220/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 224/562 KB 312/1192 KB 264/439 KB 1175/1210 KB 228/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 232/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 236/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 240/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 244/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 248/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 252/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 256/562 KB 312/1192 KB 264/439 KB 1179/1210 KB 260/562 KB 312/1192 KB 268/439 KB 1179/1210 KB 264/562 KB 312/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 312/1192 KB 268/439 KB 1175/1210 KB 188/562 KB 312/1192 KB 244/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 376.2 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1179/1210 KB 268/562 KB 316/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 320/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 324/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 328/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 332/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 336/1192 KB 268/439 KB 1179/1210 KB 268/562 KB 340/1192 KB 268/439 KB 1179/1210 KB 272/562 KB 344/1192 KB 268/439 KB 1179/1210 KB 272/562 KB 348/1192 KB 268/439 KB 1179/1210 KB 272/562 KB 352/1192 KB 268/439 KB 1179/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1179/1210 KB 256/562 KB 312/1192 KB 268/439 KB 1179/1210 KB 228/562 KB 312/1192 KB 264/439 KB 1183/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1187/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1191/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1195/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1199/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1203/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1207/1210 KB 272/562 KB 356/1192 KB 268/439 KB 1210/1210 KB 272/562 KB 356/1192 KB 270/439 KB 1179/1210 KB 272/562 KB 340/1192 KB 268/439 KB 1207/1210 KB 272/562 KB 356/1192 KB 270/439 KB 1210/1210 KB 272/562 KB 356/1192 KB 274/439 KB 1210/1210 KB 4/256 KB 272/562 KB 356/1192 KB 274/439 KB 1210/1210 KB 8/256 KB 272/562 KB 356/1192 KB 274/439 KB 1210/1210 KB 12/256 KB 272/562 KB 356/1192 KB 274/439 KB 1210/1210 KB 16/256 KB 272/562 KB 356/1192 KB 274/439 KB 1210/1210 KB 16/256 KB 272/562 KB 356/1192 KB 278/439 KB 1210/1210 KB 16/256 KB 272/562 KB 356/1192 KB 282/439 KB 1210/1210 KB 16/256 KB 272/562 KB 356/1192 KB 286/439 KB 1210/1210 KB 16/256 KB 276/562 KB 356/1192 KB 290/439 KB 1210/1210 KB 20/256 KB 276/562 KB 360/1192 KB 294/439 KB 1210/1210 KB 20/256 KB 276/562 KB 360/1192 KB 298/439 KB 1210/1210 KB 20/256 KB 276/562 KB 360/1192 KB 302/439 KB 1210/1210 KB 20/256 KB 276/562 KB 360/1192 KB 306/439 KB 1210/1210 KB 20/256 KB 276/562 KB 360/1192 KB 310/439 KB 20/256 KB 276/562 KB 360/1192 KB 314/439 KB 20/256 KB 276/562 KB 360/1192 KB 318/439 KB 1210/1210 KB 16/256 KB 276/562 KB 356/1192 KB 286/439 KB 20/256 KB 280/562 KB 360/1192 KB 318/439 KB 20/256 KB 284/562 KB 360/1192 KB 318/439 KB 20/256 KB 288/562 KB 360/1192 KB 318/439 KB 20/256 KB 292/562 KB 360/1192 KB 318/439 KB 20/256 KB 296/562 KB 360/1192 KB 318/439 KB 20/256 KB 300/562 KB 360/1192 KB 318/439 KB 20/256 KB 304/562 KB 360/1192 KB 318/439 KB 20/256 KB 308/562 KB 360/1192 KB 318/439 KB 20/256 KB 312/562 KB 360/1192 KB 322/439 KB 20/256 KB 316/562 KB 360/1192 KB 322/439 KB 20/256 KB 320/562 KB 360/1192 KB 322/439 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 776.9 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1210/1210 KB 20/256 KB 276/562 KB 360/1192 KB 290/439 KB 20/256 KB 320/562 KB 364/1192 KB 322/439 KB 20/256 KB 320/562 KB 368/1192 KB 322/439 KB 1210/1210 KB 20/256 KB 276/562 KB 356/1192 KB 290/439 KB 24/256 KB 320/562 KB 368/1192 KB 322/439 KB 28/256 KB 320/562 KB 368/1192 KB 322/439 KB 32/256 KB 320/562 KB 368/1192 KB 322/439 KB 36/256 KB 320/562 KB 368/1192 KB 322/439 KB 40/256 KB 320/562 KB 368/1192 KB 322/439 KB 44/256 KB 320/562 KB 368/1192 KB 322/439 KB 48/256 KB 320/562 KB 368/1192 KB 322/439 KB 52/256 KB 320/562 KB 368/1192 KB 322/439 KB 56/256 KB 320/562 KB 372/1192 KB 322/439 KB 60/256 KB 320/562 KB 372/1192 KB 322/439 KB 64/256 KB 320/562 KB 372/1192 KB 322/439 KB 68/256 KB 320/562 KB 372/1192 KB 322/439 KB 72/256 KB 320/562 KB 372/1192 KB 322/439 KB 76/256 KB 320/562 KB 372/1192 KB 322/439 KB 80/256 KB 320/562 KB 372/1192 KB 322/439 KB 84/256 KB 320/562 KB 372/1192 KB 322/439 KB 88/256 KB 324/562 KB 372/1192 KB 322/439 KB 20/256 KB 308/562 KB 360/1192 KB 322/439 KB 88/256 KB 324/562 KB 372/1192 KB 326/439 KB 88/256 KB 324/562 KB 372/1192 KB 330/439 KB 88/256 KB 324/562 KB 372/1192 KB 334/439 KB 88/256 KB 324/562 KB 372/1192 KB 338/439 KB 92/256 KB 324/562 KB 372/1192 KB 342/439 KB 92/256 KB 324/562 KB 372/1192 KB 346/439 KB 92/256 KB 324/562 KB 372/1192 KB 350/439 KB 84/256 KB 324/562 KB 372/1192 KB 322/439 KB Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 52/256 KB 320/562 KB 372/1192 KB 322/439 KB 92/256 KB 324/562 KB 376/1192 KB 350/439 KB 92/256 KB 324/562 KB 380/1192 KB 350/439 KB 92/256 KB 324/562 KB 384/1192 KB 350/439 KB 92/256 KB 324/562 KB 388/1192 KB 350/439 KB 92/256 KB 324/562 KB 392/1192 KB 350/439 KB 92/256 KB 324/562 KB 396/1192 KB 350/439 KB 92/256 KB 324/562 KB 400/1192 KB 350/439 KB 92/256 KB 324/562 KB 404/1192 KB 350/439 KB 92/256 KB 324/562 KB 408/1192 KB 350/439 KB 92/256 KB 324/562 KB 412/1192 KB 350/439 KB 92/256 KB 328/562 KB 416/1192 KB 350/439 KB 92/256 KB 324/562 KB 372/1192 KB 338/439 KB 96/256 KB 328/562 KB 416/1192 KB 350/439 KB 100/256 KB 328/562 KB 416/1192 KB 350/439 KB 104/256 KB 328/562 KB 420/1192 KB 354/439 KB 108/256 KB 328/562 KB 420/1192 KB 354/439 KB 112/256 KB 328/562 KB 420/1192 KB 354/439 KB 92/256 KB 328/562 KB 412/1192 KB 350/439 KB 112/256 KB 332/562 KB 420/1192 KB 354/439 KB 112/256 KB 336/562 KB 420/1192 KB 354/439 KB 112/256 KB 4/140 KB 336/562 KB 420/1192 KB 354/439 KB 112/256 KB 8/140 KB 336/562 KB 420/1192 KB 354/439 KB 112/256 KB 12/140 KB 336/562 KB 420/1192 KB 354/439 KB 112/256 KB 16/140 KB 336/562 KB 420/1192 KB 354/439 KB 112/256 KB 20/140 KB 336/562 KB 420/1192 KB 354/439 KB 112/256 KB 24/140 KB 340/562 KB 420/1192 KB 354/439 KB 112/256 KB 28/140 KB 340/562 KB 420/1192 KB 354/439 KB 112/256 KB 32/140 KB 340/562 KB 420/1192 KB 354/439 KB 112/256 KB 36/140 KB 340/562 KB 420/1192 KB 354/439 KB 116/256 KB 40/140 KB 340/562 KB 420/1192 KB 354/439 KB 116/256 KB 44/140 KB 340/562 KB 420/1192 KB 354/439 KB 116/256 KB 48/140 KB 340/562 KB 420/1192 KB 354/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 354/439 KB 100/256 KB 328/562 KB 420/1192 KB 354/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 358/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 362/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 366/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 370/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 374/439 KB 116/256 KB 52/140 KB 340/562 KB 420/1192 KB 378/439 KB 100/256 KB 328/562 KB 420/1192 KB 350/439 KB 116/256 KB 52/140 KB 340/562 KB 424/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 428/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 432/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 436/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 440/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 444/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 448/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 452/1192 KB 378/439 KB 116/256 KB 52/140 KB 340/562 KB 456/1192 KB 382/439 KB 116/256 KB 52/140 KB 340/562 KB 460/1192 KB 382/439 KB 116/256 KB 52/140 KB 340/562 KB 464/1192 KB 382/439 KB 116/256 KB 56/140 KB 340/562 KB 468/1192 KB 382/439 KB 116/256 KB 36/140 KB 340/562 KB 420/1192 KB 354/439 KB 120/256 KB 56/140 KB 340/562 KB 468/1192 KB 382/439 KB 124/256 KB 56/140 KB 340/562 KB 468/1192 KB 382/439 KB 128/256 KB 56/140 KB 340/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 340/562 KB 468/1192 KB 382/439 KB 112/256 KB 20/140 KB 340/562 KB 420/1192 KB 354/439 KB 132/256 KB 56/140 KB 344/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 348/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 352/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 356/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 360/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 364/562 KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 368/562 unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install KB 468/1192 KB 382/439 KB 132/256 KB 56/140 KB 372/562 KB 468/1192 KB 382/439 KB 136/256 KB 56/140 KB 376/562 KB 468/1192 KB 382/439 KB 136/256 KB 56/140 KB 380/562 KB 468/1192 KB 382/439 KB 136/256 KB 56/140 KB 384/562 KB 468/1192 KB 382/439 KB 136/256 KB 56/140 KB 388/562 KB 468/1192 KB 382/439 KB 136/256 KB 56/140 KB 392/562 KB 472/1192 KB 382/439 KB 136/256 KB 56/140 KB 396/562 KB 472/1192 KB 382/439 KB 136/256 KB 56/140 KB 400/562 KB 472/1192 KB 382/439 KB 136/256 KB 56/140 KB 404/562 KB 472/1192 KB 382/439 KB 136/256 KB 56/140 KB 408/562 KB 472/1192 KB 382/439 KB 116/256 KB 56/140 KB 340/562 KB 464/1192 KB 382/439 KB 136/256 KB 60/140 KB 408/562 KB 472/1192 KB 382/439 KB 136/256 KB 64/140 KB 408/562 KB 472/1192 KB 382/439 KB 136/256 KB 68/140 KB 408/562 KB 472/1192 KB 382/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 382/439 KB 116/256 KB 52/140 KB 340/562 KB 452/1192 KB 382/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 386/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 390/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 394/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 398/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 402/439 KB 136/256 KB 72/140 KB 408/562 KB 472/1192 KB 406/439 KB 136/256 KB 76/140 KB 408/562 KB 472/1192 KB 410/439 KB 136/256 KB 76/140 KB 408/562 KB 472/1192 KB 414/439 KB 136/256 KB 76/140 KB 408/562 KB 472/1192 KB 418/439 KB 136/256 KB 76/140 KB 412/562 KB 472/1192 KB 422/439 KB 136/256 KB 76/140 KB 412/562 KB 472/1192 KB 426/439 KB 136/256 KB 76/140 KB 412/562 KB 472/1192 KB 430/439 KB 136/256 KB 76/140 KB 412/562 KB 472/1192 KB 434/439 KB 136/256 KB 56/140 KB 388/562 KB 472/1192 KB 382/439 KB 136/256 KB 76/140 KB 412/562 KB 476/1192 KB 434/439 KB 136/256 KB 76/140 KB 412/562 KB 480/1192 KB 434/439 KB 136/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 136/256 KB 56/140 KB 372/562 KB 468/1192 KB 382/439 KB 140/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 144/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 148/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 152/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 156/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 160/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 164/256 KB 76/140 KB 412/562 KB 484/1192 KB 434/439 KB 168/256 KB 76/140 KB 412/562 KB 488/1192 KB 434/439 KB 172/256 KB 76/140 KB 412/562 KB 488/1192 KB 434/439 KB 176/256 KB 76/140 KB 412/562 KB 488/1192 KB 434/439 KB 180/256 KB 76/140 KB 412/562 KB 488/1192 KB 434/439 KB 184/256 KB 76/140 KB 412/562 KB 488/1192 KB 434/439 KB 188/256 KB 76/140 KB 412/562 KB 488/1192 KB 438/439 KB 192/256 KB 76/140 KB 412/562 KB 488/1192 KB 438/439 KB 136/256 KB 76/140 KB 412/562 KB 472/1192 KB 418/439 KB 192/256 KB 76/140 KB 416/562 KB 488/1192 KB 438/439 KB 192/256 KB 76/140 KB 420/562 KB 488/1192 KB 438/439 KB 192/256 KB 76/140 KB 424/562 KB 488/1192 KB 438/439 KB 192/256 KB 76/140 KB 428/562 KB 488/1192 KB 438/439 KB 192/256 KB 76/140 KB 432/562 KB 488/1192 KB 438/439 KB 136/256 KB 76/140 KB 408/562 KB 472/1192 KB 406/439 KB 192/256 KB 80/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 84/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 88/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 92/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 96/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 100/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 104/140 KB 432/562 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 488/1192 KB 438/439 KB 192/256 KB 108/140 KB 432/562 KB 488/1192 KB 438/439 KB 192/256 KB 112/140 KB 436/562 KB 488/1192 KB 438/439 KB 192/256 KB 116/140 KB 436/562 KB 488/1192 KB 438/439 KB 196/256 KB 120/140 KB 436/562 KB 488/1192 KB 438/439 KB 196/256 KB 124/140 KB 436/562 KB 488/1192 KB 438/439 KB 196/256 KB 128/140 KB 436/562 KB 488/1192 KB 438/439 KB 196/256 KB 132/140 KB 436/562 KB 488/1192 KB 438/439 KB 196/256 KB 136/140 KB 436/562 KB 488/1192 KB 438/439 KB 184/256 KB 76/140 KB 412/562 KB 488/1192 KB 438/439 KB 196/256 KB 136/140 KB 436/562 KB 488/1192 KB 439/439 KB 164/256 KB 76/140 KB 412/562 KB 488/1192 KB 434/439 KB 196/256 KB 136/140 KB 436/562 KB 492/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 496/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 500/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 504/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 508/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 512/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 516/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 520/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 524/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 528/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 532/1192 KB 439/439 KB 196/256 KB 136/140 KB 436/562 KB 536/1192 KB 439/439 KB 196/256 KB 140/140 KB 436/562 KB 540/1192 KB 439/439 KB 196/256 KB 140/140 KB 436/562 KB 544/1192 KB 439/439 KB 196/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 196/256 KB 116/140 KB 436/562 KB 488/1192 KB 438/439 KB 200/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 204/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 208/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 212/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 216/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 220/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 436/562 KB 548/1192 KB 439/439 KB 192/256 KB 108/140 KB 436/562 KB 488/1192 KB 438/439 KB 224/256 KB 140/140 KB 440/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 444/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 448/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 452/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 456/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 460/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 464/562 KB 548/1192 KB 439/439 KB 224/256 KB 140/140 KB 468/562 KB 548/1192 KB 439/439 KB 228/256 KB 140/140 KB 472/562 KB 552/1192 KB 439/439 KB 228/256 KB 140/140 KB 476/562 KB 552/1192 KB 439/439 KB 228/256 KB 140/140 KB 480/562 KB 552/1192 KB 439/439 KB 228/256 KB 140/140 KB 484/562 KB 552/1192 KB 439/439 KB 196/256 KB 140/140 KB 436/562 KB 536/1192 KB 439/439 KB 228/256 KB 140/140 KB 484/562 KB 552/1192 KB 439/439 KB 228/256 KB 140/140 KB 468/562 KB 552/1192 KB 439/439 KB 228/256 KB 140/140 KB 484/562 KB 556/1192 KB 439/439 KB 228/256 KB 140/140 KB 484/562 KB 560/1192 KB 228/256 KB 140/140 KB 484/562 KB 564/1192 KB 228/256 KB 140/140 KB 488/562 KB 568/1192 KB 228/256 KB 140/140 KB 488/562 KB 572/1192 KB 228/256 KB 140/140 KB 488/562 KB 576/1192 KB 228/256 KB 140/140 KB 488/562 KB 580/1192 KB 228/256 KB 140/140 KB 468/562 KB 548/1192 KB 439/439 KB 232/256 KB 140/140 KB 488/562 KB 580/1192 KB 236/256 KB 140/140 KB 488/562 KB 580/1192 KB 240/256 KB 140/140 KB 488/562 KB 580/1192 KB 244/256 KB 140/140 KB 488/562 KB 580/1192 KB 248/256 KB 140/140 KB 488/ unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 562 KB 580/1192 KB 252/256 KB 140/140 KB 488/562 KB 580/1192 KB 256/256 KB 140/140 KB 488/562 KB 580/1192 KB 256/256 KB 140/140 KB 488/562 KB 580/1192 KB 228/256 KB 140/140 KB 488/562 KB 564/1192 KB 256/256 KB 140/140 KB 492/562 KB 580/1192 KB 256/256 KB 140/140 KB 496/562 KB 580/1192 KB 256/256 KB 140/140 KB 500/562 KB 580/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 272.7 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 256/256 KB 140/140 KB 504/562 KB 584/1192 KB 256/256 KB 140/140 KB 508/562 KB 584/1192 KB 256/256 KB 140/140 KB 512/562 KB 584/1192 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 86.9 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 256/256 KB 140/140 KB 500/562 KB 584/1192 KB 256/256 KB 512/562 KB 588/1192 KB 256/256 KB 512/562 KB 592/1192 KB 256/256 KB 512/562 KB 596/1192 KB 256/256 KB 516/562 KB 600/1192 KB 256/256 KB 516/562 KB 604/1192 KB 256/256 KB 516/562 KB 608/1192 KB 256/256 KB 516/562 KB 612/1192 KB 256/256 KB 516/562 KB 616/1192 KB 256/256 KB 516/562 KB 620/1192 KB 256/256 KB 516/562 KB 624/1192 KB 256/256 KB 516/562 KB 596/1192 KB 256/256 KB 520/562 KB 624/1192 KB 256/256 KB 524/562 KB 624/1192 KB 256/256 KB 528/562 KB 624/1192 KB 532/562 KB 624/1192 KB 536/562 KB 624/1192 KB 540/562 KB 624/1192 KB 544/562 KB 624/1192 KB 548/562 KB 624/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 158.2 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 552/562 KB 628/1192 KB 556/562 KB 628/1192 KB 560/562 KB 628/1192 KB 548/562 KB 628/1192 KB 560/562 KB 632/1192 KB 560/562 KB 636/1192 KB 562/562 KB 636/1192 KB 562/562 KB 640/1192 KB 562/562 KB 644/1192 KB 562/562 KB 648/1192 KB 562/562 KB 652/1192 KB 562/562 KB 656/1192 KB 562/562 KB 660/1192 KB 562/562 KB 664/1192 KB 562/562 KB 668/1192 KB 562/562 KB 672/1192 KB 562/562 KB 3/37 KB 672/1192 KB 562/562 KB 5/37 KB 672/1192 KB 562/562 KB 8/37 KB 672/1192 KB 562/562 KB 11/37 KB 672/1192 KB 562/562 KB 13/37 KB 672/1192 KB 562/562 KB 16/37 KB 672/1192 KB 562/562 KB 19/37 KB 672/1192 KB 562/562 KB 21/37 KB 672/1192 KB 562/562 KB 24/37 KB 672/1192 KB 562/562 KB 27/37 KB 672/1192 KB 562/562 KB 29/37 KB 672/1192 KB 562/562 KB 32/37 KB 672/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 345.1 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 35/37 KB 672/1192 KB 37/37 KB 672/1192 KB 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 4/1118 KB 37/37 KB 672/1192 KB 4/1118 KB 4/1461 KB 37/37 KB 672/1192 KB 4/1118 KB 8/1461 KB 37/37 KB 672/1192 KB 4/1118 KB 12/1461 KB 37/37 KB 672/1192 KB 4/1118 KB 16/1461 KB 37/37 KB 672/1192 KB 4/1118 KB 20/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 24/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 28/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 32/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 36/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 40/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 44/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 8/1118 KB 20/1461 KB 37/37 KB 672/1192 KB 12/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 16/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 20/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 24/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 28/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 32/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 36/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 40/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 44/1118 KB 48/1461 KB 37/37 KB 672/1192 KB 48/1118 KB 52/1461 KB 37/37 KB 672/1192 KB 52/1118 KB 52/1461 KB 37/37 KB 672/1192 KB 56/1118 KB 52/1461 KB 37/37 KB 676/1192 KB 60/1118 KB 52/1461 KB 676/1192 KB 64/1118 KB 52/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 52/1461 KB 3/46 KB 676/1192 KB 44/1118 KB 52/1461 KB 37/37 KB 672/1192 KB 68/1118 KB 56/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 60/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 64/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 68/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 72/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 76/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 80/1461 KB 3/46 KB 676/1192 KB 68/1118 KB 84/1461 KB 3/46 KB 676/1192 KB 72/1118 KB 88/1461 KB 3/46 KB 676/1192 KB 72/1118 KB 92/1461 KB 3/46 KB 676/1192 KB 72/1118 KB 96/1461 KB 3/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 3/46 KB 676/1192 KB 60/1118 KB 52/1461 KB 3/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 6/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 9/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 11/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 14/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 16/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 19/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 22/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 25/46 KB 676/1192 KB 72/1118 KB 100/1461 KB 27/46 KB 676/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 22.4 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 52/1118 KB 52/1461 KB 37/37 KB 676/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 680/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 684/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 688/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 692/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 696/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 700/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 704/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 708/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 712/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 716/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 720/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 724/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 728/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 732/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 736/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 740/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 744/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 748/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 752/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 756/1192 KB 72/1118 KB 104/1461 KB 27/46 KB 676/1192 KB 72/1118 KB 108/1461 KB 30/46 KB 756/1192 KB 72/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 72/1118 KB 84/1461 KB 3/46 KB 676/1192 KB 76/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 80/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 84/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 88/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 92/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 96/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 100/1118 KB 112/1461 KB 30/46 KB 756/1192 KB 104/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 108/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 112/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 116/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 120/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 124/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 128/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 72/1118 KB 104/1461 KB 30/46 KB 724/1192 KB Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 128/1118 KB 116/1461 KB 32/46 KB 756/1192 KB 128/1118 KB 116/1461 KB 36/46 KB 756/1192 KB 128/1118 KB 116/1461 KB 40/46 KB 756/1192 KB 128/1118 KB 116/1461 KB 44/46 KB 756/1192 KB 128/1118 KB 116/1461 KB 46/46 KB 756/1192 KB 100/1118 KB 116/1461 KB 30/46 KB 756/1192 KB 128/1118 KB 120/1461 KB 46/46 KB 756/1192 KB 128/1118 KB 124/1461 KB 46/46 KB 756/1192 KB 128/1118 KB 128/1461 KB 46/46 KB 756/1192 KB 128/1118 KB 132/1461 KB 46/46 KB 756/1192 KB 128/1118 KB 136/1461 KB 46/46 KB 756/1192 KB 128/1118 KB 140/1461 KB 46/46 KB 756/1192 KB 132/1118 KB 144/1461 KB 46/46 KB 756/1192 KB 132/1118 KB 148/1461 KB 46/46 KB 760/1192 KB 132/1118 KB 152/1461 KB 46/46 KB 760/1192 KB 132/1118 KB 156/1461 KB 46/46 KB 760/1192 KB 132/1118 KB 160/1461 KB 46/46 KB 760/1192 KB 132/1118 KB 164/1461 KB 46/46 KB 760/1192 KB 132/1118 KB 140/1461 KB 46/46 KB 756/1192 KB 136/1118 KB 164/1461 KB 46/46 KB 760/1192 KB 140/1118 KB 164/1461 KB 46/46 KB 760/1192 KB 144/1118 KB 164/1461 KB 46/46 KB 760/1192 KB 148/1118 KB 164/1461 KB 46/46 KB 760/1192 KB 132/1118 KB 144/1461 KB 46/46 KB 760/1192 KB 148/1118 KB 164/1461 KB 3/287 KB 764/1192 KB 148/1118 KB 164/1461 KB 3/287 KB 768/1192 KB 148/1118 KB 164/1461 KB 3/287 KB 772/1192 KB 148/1118 KB 164/1461 KB 3/287 KB 776/1192 KB 148/1118 KB 164/1461 KB 3/287 KB 780/1192 KB 152/1118 KB 164/1461 KB 3/287 KB 784/1192 KB 152/1118 KB 164/1461 KB 3/287 KB 788/1192 KB 152/1118 KB 168/1461 KB 3/287 KB 792/1192 KB 152/1118 KB 168/1461 KB 3/287 KB 796/1192 KB 152/1118 KB 168/1461 KB 3/287 KB 800/1192 KB 148/1118 KB 164/1461 KB 3/287 KB 46/46 KB 760/1192 KB 152/1118 KB 168/1461 KB 6/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 9/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 11/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 14/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 16/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 19/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 22/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 25/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 27/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 30/287 KB 800/1192 KB 152/1118 KB 168/1461 KB 32/287 KB 800/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 27.1 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 152/1118 KB 168/1461 KB 3/287 KB 788/1192 KB 152/1118 KB 172/1461 KB 32/287 KB 800/1192 KB 152/1118 KB 176/1461 KB 32/287 KB 800/1192 KB 152/1118 KB 180/1461 KB 32/287 KB 800/1192 KB 152/1118 KB 164/1461 KB 3/287 KB 780/1192 KB 156/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 160/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 164/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 168/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 172/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 176/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 180/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 184/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 188/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 192/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 196/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 200/1118 KB 184/1461 KB 32/287 KB 804/1192 KB 204/1118 KB 184/1461 KB 32/287 KB 804/1192 KB 208/1118 KB 184/1461 KB 32/287 KB 804/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 804/1192 KB 152/1118 KB 180/1461 KB 32/287 KB 804/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 808/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 812/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 816/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 820/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 824/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 828/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 832/1192 KB 212/1118 KB 184/1461 KB 32/287 KB 836/1192 KB 196/1118 KB 184/1461 KB 32/287 KB 804/1192 KB 216/1118 KB 188/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 192/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 196/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 200/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 204/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 208/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 212/1461 KB 32/287 KB 836/1192 KB 216/1118 KB 216/1461 KB 32/287 KB 840/1192 KB 216/1118 KB 220/1461 KB 32/287 KB 840/1192 KB 216/1118 KB 224/1461 KB 32/287 KB 840/1192 KB 216/1118 KB 228/1461 KB 36/287 KB 840/1192 KB 216/1118 KB 232/1461 KB 36/287 KB 840/1192 KB 216/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 216/1118 KB 184/1461 KB 32/287 KB 836/1192 KB 220/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 224/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 228/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 232/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 236/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 240/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 244/1118 KB 236/1461 KB 36/287 KB 840/1192 KB 248/1118 KB 240/1461 KB 36/287 KB 840/1192 KB 216/1118 KB 224/1461 KB 36/287 KB 840/1192 KB 248/1118 KB 240/1461 KB 40/287 KB 840/1192 KB 248/1118 KB 240/1461 KB 44/287 KB 840/1192 KB 248/1118 KB 240/1461 KB 48/287 KB 840/1192 KB 248/1118 KB 240/1461 KB 52/287 KB 840/1192 KB 252/1118 KB 240/1461 KB 56/287 KB 840/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 840/1192 KB 216/1118 KB 212/1461 KB 32/287 KB 840/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 844/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 848/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 852/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 856/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 860/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 864/1192 KB 252/1118 KB 240/1461 KB 60/287 KB 868/1192 KB 252/1118 KB 240/1461 KB 62/287 KB 872/1192 KB 252/1118 KB 240/1461 KB 62/287 KB 876/1192 KB 252/1118 KB 240/1461 KB 62/287 KB 880/1192 KB 252/1118 KB 240/1461 KB 62/287 KB 884/1192 KB 252/1118 KB 240/1461 KB 62/287 KB 888/1192 KB 252/1118 KB 240/1461 KB 52/287 KB 840/1192 KB 256/1118 KB 240/1461 KB 62/287 KB 888/1192 KB 260/1118 KB 240/1461 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 62/287 KB 888/1192 KB 264/1118 KB 240/1461 KB 62/287 KB 888/1192 KB 268/1118 KB 240/1461 KB 62/287 KB 888/1192 KB 272/1118 KB 240/1461 KB 62/287 KB 888/1192 KB 276/1118 KB 240/1461 KB 62/287 KB 888/1192 KB 244/1118 KB 240/1461 KB 36/287 KB 840/1192 KB 276/1118 KB 244/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 248/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 252/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 256/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 260/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 264/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 268/1461 KB 62/287 KB 892/1192 KB 280/1118 KB 272/1461 KB 62/287 KB 892/1192 KB 280/1118 KB 276/1461 KB 62/287 KB 892/1192 KB 280/1118 KB 280/1461 KB 62/287 KB 892/1192 KB 276/1118 KB 240/1461 KB 62/287 KB 892/1192 KB 280/1118 KB 280/1461 KB 62/287 KB 896/1192 KB 252/1118 KB 240/1461 KB 62/287 KB 868/1192 KB 280/1118 KB 280/1461 KB 66/287 KB 896/1192 KB 280/1118 KB 280/1461 KB 70/287 KB 896/1192 KB 280/1118 KB 280/1461 KB 74/287 KB 896/1192 KB 280/1118 KB 280/1461 KB 78/287 KB 896/1192 KB 280/1118 KB 280/1461 KB 82/287 KB 896/1192 KB 280/1118 KB 280/1461 KB 86/287 KB 900/1192 KB 280/1118 KB 280/1461 KB 90/287 KB 900/1192 KB 280/1118 KB 280/1461 KB 94/287 KB 900/1192 KB 280/1118 KB 280/1461 KB 98/287 KB 900/1192 KB 280/1118 KB 284/1461 KB 102/287 KB 900/1192 KB 280/1118 KB 284/1461 KB 106/287 KB 900/1192 KB 280/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 280/1118 KB 268/1461 KB 62/287 KB 892/1192 KB 284/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 288/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 292/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 296/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 300/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 304/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 308/1118 KB 284/1461 KB 110/287 KB 900/1192 KB 312/1118 KB 284/1461 KB 114/287 KB 900/1192 KB 316/1118 KB 284/1461 KB 114/287 KB 900/1192 KB 320/1118 KB 284/1461 KB 114/287 KB 900/1192 KB 324/1118 KB 284/1461 KB 114/287 KB 900/1192 KB 280/1118 KB 284/1461 KB 98/287 KB 900/1192 KB 324/1118 KB 288/1461 KB 114/287 KB 900/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 900/1192 KB 280/1118 KB 280/1461 KB 82/287 KB 900/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 904/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 908/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 912/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 916/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 920/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 924/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 928/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 932/1192 KB 324/1118 KB 292/1461 KB 114/287 KB 936/1192 KB 324/1118 KB 296/1461 KB 114/287 KB 940/1192 KB 324/1118 KB 296/1461 KB 114/287 KB 944/1192 KB 324/1118 KB 296/1461 KB 114/287 KB 948/1192 KB 324/1118 KB 296/1461 KB 114/287 KB 952/1192 KB 324/1118 KB 296/1461 KB 114/287 KB 956/1192 KB 328/1118 KB 296/1461 KB 114/287 KB 960/1192 KB 328/1118 KB 296/1461 KB 114/287 KB 964/1192 KB 308/1118 KB 284/1461 KB 114/287 KB 900/1192 KB 328/1118 KB 296/1461 KB 118/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 122/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 126/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 130/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 134/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 138/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 142/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 146/287 KB 964/1192 KB 328/1118 KB 296/1461 KB 150/287 KB 968/1192 KB 328/1118 KB 296/1461 KB 154/287 KB 968/1192 KB 328/1118 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 296/1461 KB 158/287 KB 968/1192 KB 328/1118 KB 296/1461 KB 162/287 KB 968/1192 KB 328/1118 KB 296/1461 KB 114/287 KB 956/1192 KB 332/1118 KB 296/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 296/1461 KB 162/287 KB 968/1192 KB 324/1118 KB 296/1461 KB 114/287 KB 936/1192 KB 336/1118 KB 300/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 304/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 308/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 312/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 316/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 320/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 324/1461 KB 162/287 KB 968/1192 KB 336/1118 KB 328/1461 KB 162/287 KB 968/1192 KB 340/1118 KB 332/1461 KB 162/287 KB 968/1192 KB 340/1118 KB 336/1461 KB 162/287 KB 968/1192 KB 340/1118 KB 340/1461 KB 162/287 KB 968/1192 KB 340/1118 KB 344/1461 KB 162/287 KB 968/1192 KB 340/1118 KB 348/1461 KB 162/287 KB 968/1192 KB 340/1118 KB 352/1461 KB 162/287 KB 968/1192 KB 328/1118 KB 296/1461 KB 146/287 KB 968/1192 KB 340/1118 KB 352/1461 KB 162/287 KB 972/1192 KB 340/1118 KB 352/1461 KB 162/287 KB 976/1192 KB 340/1118 KB 328/1461 KB 162/287 KB 968/1192 KB 344/1118 KB 352/1461 KB 162/287 KB 976/1192 KB 348/1118 KB 352/1461 KB 162/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 162/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 166/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 170/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 174/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 178/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 182/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 186/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 190/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 194/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 198/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 202/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 206/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 210/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 214/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 218/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 222/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 226/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 230/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 234/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 238/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 242/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 246/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 250/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 254/287 KB 976/1192 KB 352/1118 KB 352/1461 KB 258/287 KB 976/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 980/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 984/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 988/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 992/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 996/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 1000/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 1004/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 1008/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 356/1118 KB 356/1461 KB 258/287 KB 976/1192 KB 360/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 364/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 368/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 372/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 376/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 380/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 384/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 356/1461 KB 258/287 KB 1012/1192 KB 352/1118 KB 356/1461 KB 258/287 KB 976/1192 KB 388/1118 KB 360/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 364/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 368/1461 KB 258/287 KB 1012/1192 KB 388/ unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1118 KB 372/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 376/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 380/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 384/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 388/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 392/1461 KB 258/287 KB 1012/1192 KB 388/1118 KB 396/1461 KB 258/287 KB 1012/1192 KB 392/1118 KB 400/1461 KB 258/287 KB 1012/1192 KB 392/1118 KB 404/1461 KB 258/287 KB 1012/1192 KB 392/1118 KB 408/1461 KB 258/287 KB 1016/1192 KB 392/1118 KB 412/1461 KB 258/287 KB 1016/1192 KB 392/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 392/1118 KB 396/1461 KB 258/287 KB 1012/1192 KB 396/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 400/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 404/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 408/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 412/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 416/1118 KB 416/1461 KB 258/287 KB 1016/1192 KB 420/1118 KB 420/1461 KB 258/287 KB 1016/1192 KB 424/1118 KB 420/1461 KB 258/287 KB 1016/1192 KB 428/1118 KB 420/1461 KB 258/287 KB 1016/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1016/1192 KB 392/1118 KB 404/1461 KB 258/287 KB 1016/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1020/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1024/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1028/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1032/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1036/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1040/1192 KB 432/1118 KB 420/1461 KB 258/287 KB 1044/1192 KB 436/1118 KB 420/1461 KB 258/287 KB 1048/1192 KB 436/1118 KB 420/1461 KB 258/287 KB 1052/1192 KB 436/1118 KB 420/1461 KB 258/287 KB 1056/1192 KB 436/1118 KB 420/1461 KB 258/287 KB 1060/1192 KB 416/1118 KB 420/1461 KB 258/287 KB 1016/1192 KB 436/1118 KB 424/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 428/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 432/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 436/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 440/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 444/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 448/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 452/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 456/1461 KB 262/287 KB 1064/1192 KB 436/1118 KB 460/1461 KB 262/287 KB 1064/1192 KB 436/1118 KB 464/1461 KB 262/287 KB 1064/1192 KB 436/1118 KB 468/1461 KB 262/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 262/287 KB 1064/1192 KB 436/1118 KB 420/1461 KB 262/287 KB 1060/1192 KB 436/1118 KB 472/1461 KB 266/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 270/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 274/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 278/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 282/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 286/287 KB 1064/1192 KB 436/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 436/1118 KB 420/1461 KB 258/287 KB 1044/1192 KB 440/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 444/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 448/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 452/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 456/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 460/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 464/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 468/1118 KB 472/1461 KB 287/287 KB 1064/1192 KB 472/1118 KB 476/1461 KB 287/287 KB 1064/1192 KB 476/1118 KB 476/1461 KB 287/287 KB 1064/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1064/1192 KB 436/1118 KB 452/1461 KB 262/287 KB 1064/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1068/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1072/1192 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 480/1118 KB 476/1461 KB 287/287 KB 1076/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1080/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1084/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1088/1192 KB 480/1118 KB 476/1461 KB 287/287 KB 1092/1192 KB 484/1118 KB 476/1461 KB 287/287 KB 1096/1192 KB 484/1118 KB 476/1461 KB 287/287 KB 1100/1192 KB 484/1118 KB 476/1461 KB 287/287 KB 1104/1192 KB 468/1118 KB 476/1461 KB 287/287 KB 1064/1192 KB 484/1118 KB 480/1461 KB 287/287 KB 1104/1192 KB 484/1118 KB 484/1461 KB 287/287 KB 1104/1192 KB 484/1118 KB 488/1461 KB 287/287 KB 1104/1192 KB 484/1118 KB 492/1461 KB 287/287 KB 1108/1192 KB 484/1118 KB 496/1461 KB 287/287 KB 1108/1192 KB 484/1118 KB 476/1461 KB 287/287 KB 1092/1192 KB 488/1118 KB 496/1461 KB 287/287 KB 1108/1192 KB 492/1118 KB 496/1461 KB 287/287 KB 1108/1192 KB 496/1118 KB 496/1461 KB 287/287 KB 1108/1192 KB 500/1118 KB 496/1461 KB 287/287 KB 1108/1192 KB 504/1118 KB 500/1461 KB 287/287 KB 1108/1192 KB 508/1118 KB 500/1461 KB 287/287 KB 1108/1192 KB 512/1118 KB 500/1461 KB 287/287 KB 1108/1192 KB 484/1118 KB 488/1461 KB 287/287 KB 1108/1192 KB 512/1118 KB 500/1461 KB 287/287 KB 1112/1192 KB 512/1118 KB 500/1461 KB 287/287 KB 1116/1192 KB 512/1118 KB 500/1461 KB 287/287 KB 1120/1192 KB 512/1118 KB 500/1461 KB 287/287 KB 1124/1192 KB 512/1118 KB 500/1461 KB 287/287 KB 1128/1192 KB 516/1118 KB 500/1461 KB 287/287 KB 1132/1192 KB 516/1118 KB 500/1461 KB 287/287 KB 1136/1192 KB 516/1118 KB 500/1461 KB 1140/1192 KB 500/1118 KB 500/1461 KB 287/287 KB 1108/1192 KB 516/1118 KB 504/1461 KB 1140/1192 KB 516/1118 KB 508/1461 KB 1140/1192 KB 516/1118 KB 512/1461 KB 1140/1192 KB 516/1118 KB 516/1461 KB 1140/1192 KB 516/1118 KB 520/1461 KB 1140/1192 KB 516/1118 KB 524/1461 KB 1140/1192 KB 516/1118 KB 528/1461 KB 1140/1192 KB 516/1118 KB 532/1461 KB 1140/1192 KB 516/1118 KB 536/1461 KB 1140/1192 KB 516/1118 KB 540/1461 KB 1144/1192 KB 516/1118 KB 544/1461 KB 1144/1192 KB 516/1118 KB 548/1461 KB 1144/1192 KB 516/1118 KB 552/1461 KB 1144/1192 KB 516/1118 KB 556/1461 KB 1144/1192 KB 516/1118 KB 560/1461 KB 1144/1192 KB 516/1118 KB 564/1461 KB 1144/1192 KB 516/1118 KB 568/1461 KB 1144/1192 KB 516/1118 KB 572/1461 KB 1144/1192 KB 516/1118 KB 576/1461 KB 1144/1192 KB 516/1118 KB 580/1461 KB 1144/1192 KB 516/1118 KB 500/1461 KB 287/287 KB 1128/1192 KB 520/1118 KB 580/1461 KB 1144/1192 KB 524/1118 KB 580/1461 KB 1144/1192 KB 528/1118 KB 580/1461 KB 1144/1192 KB 532/1118 KB 580/1461 KB 1144/1192 KB 536/1118 KB 580/1461 KB 1144/1192 KB 540/1118 KB 580/1461 KB 1144/1192 KB 544/1118 KB 580/1461 KB 1144/1192 KB 516/1118 KB 536/1461 KB 1144/1192 KB 544/1118 KB 580/1461 KB 1148/1192 KB 544/1118 KB 580/1461 KB 1152/1192 KB 544/1118 KB 580/1461 KB 1156/1192 KB 548/1118 KB 580/1461 KB 1160/1192 KB 548/1118 KB 580/1461 KB 1164/1192 KB 548/1118 KB 580/1461 KB 1168/1192 KB 548/1118 KB 580/1461 KB 1172/1192 KB 548/1118 KB 580/1461 KB 1176/1192 KB 548/1118 KB 580/1461 KB 1180/1192 KB 548/1118 KB 580/1461 KB 1184/1192 KB 548/1118 KB 580/1461 KB 1188/1192 KB 548/1118 KB 580/1461 KB 1156/1192 KB 552/1118 KB 584/1461 KB 1188/1192 KB 556/1118 KB 584/1461 KB 1188/1192 KB 560/1118 KB 584/1461 KB 1188/1192 KB 564/1118 KB 584/1461 KB 1188/1192 KB 568/1118 KB 584/1461 KB 1188/1192 KB 572/1118 KB 584/1461 KB 1188/1192 KB 576/1118 KB 584/1461 KB 1188/1192 KB 548/1118 KB 584/1461 KB 1188/1192 KB Downloaded: https://repo.maven.apache.org/ unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 162.7 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 576/1118 KB 588/1461 KB 1188/1192 KB 576/1118 KB 592/1461 KB 1192/1192 KB 580/1118 KB 596/1461 KB 1192/1192 KB 580/1118 KB 600/1461 KB 1192/1192 KB 580/1118 KB 604/1461 KB 1192/1192 KB 580/1118 KB 608/1461 KB 1192/1192 KB 580/1118 KB 612/1461 KB 1192/1192 KB 576/1118 KB 588/1461 KB 1192/1192 KB 580/1118 KB 612/1461 KB 1192/1192 KB 580/1118 KB 592/1461 KB 1192/1192 KB 584/1118 KB 612/1461 KB 1192/1192 KB 588/1118 KB 612/1461 KB 1192/1192 KB 592/1118 KB 612/1461 KB 1192/1192 KB 596/1118 KB 612/1461 KB 1192/1192 KB 600/1118 KB 612/1461 KB 1192/1192 KB 604/1118 KB 612/1461 KB 1192/1192 KB 608/1118 KB 616/1461 KB 1192/1192 KB 612/1118 KB 616/1461 KB 1192/1192 KB 604/1118 KB 616/1461 KB 1192/1192 KB 612/1118 KB 620/1461 KB 1192/1192 KB 612/1118 KB 624/1461 KB 1192/1192 KB 612/1118 KB 628/1461 KB 1192/1192 KB 616/1118 KB 632/1461 KB 1192/1192 KB 616/1118 KB 628/1461 KB 1192/1192 KB 620/1118 KB 632/1461 KB 1192/1192 KB 624/1118 KB 632/1461 KB 1192/1192 KB 628/1118 KB 632/1461 KB 1192/1192 KB 632/1118 KB 636/1461 KB 1192/1192 KB 636/1118 KB 636/1461 KB 1192/1192 KB 640/1118 KB 636/1461 KB 1192/1192 KB 644/1118 KB 636/1461 KB 1192/1192 KB 648/1118 KB 636/1461 KB 628/1118 KB 636/1461 KB 1192/1192 KB 648/1118 KB 640/1461 KB 648/1118 KB 644/1461 KB 648/1118 KB 648/1461 KB 648/1118 KB 652/1461 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 669.4 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 648/1118 KB 656/1461 KB 648/1118 KB 660/1461 KB 652/1118 KB 664/1461 KB 652/1118 KB 668/1461 KB 652/1118 KB 672/1461 KB 652/1118 KB 676/1461 KB 652/1118 KB 680/1461 KB 652/1118 KB 684/1461 KB 652/1118 KB 688/1461 KB 652/1118 KB 660/1461 KB 656/1118 KB 688/1461 KB 660/1118 KB 688/1461 KB 664/1118 KB 688/1461 KB 668/1118 KB 688/1461 KB 672/1118 KB 688/1461 KB 676/1118 KB 688/1461 KB 680/1118 KB 692/1461 KB 684/1118 KB 692/1461 KB 688/1118 KB 692/1461 KB 692/1118 KB 692/1461 KB 696/1118 KB 692/1461 KB 700/1118 KB 692/1461 KB 704/1118 KB 692/1461 KB 708/1118 KB 692/1461 KB 712/1118 KB 692/1461 KB 676/1118 KB 692/1461 KB 712/1118 KB 696/1461 KB 712/1118 KB 700/1461 KB 712/1118 KB 704/1461 KB 712/1118 KB 708/1461 KB 712/1118 KB 712/1461 KB 712/1118 KB 716/1461 KB 712/1118 KB 720/1461 KB 712/1118 KB 724/1461 KB 716/1118 KB 728/1461 KB 716/1118 KB 732/1461 KB 716/1118 KB 736/1461 KB 716/1118 KB 740/1461 KB 716/1118 KB 744/1461 KB 716/1118 KB 748/1461 KB 716/1118 KB 752/1461 KB 716/1118 KB 724/1461 KB 720/1118 KB 752/1461 KB 724/1118 KB 752/1461 KB 728/1118 KB 752/1461 KB 732/1118 KB 752/1461 KB 736/1118 KB 752/1461 KB 740/1118 KB 752/1461 KB 744/1118 KB 756/1461 KB 748/1118 KB 756/1461 KB 752/1118 KB 756/1461 KB 740/1118 KB 756/1461 KB 752/1118 KB 760/1461 KB 752/1118 KB 764/1461 KB 752/1118 KB 768/1461 KB 752/1118 KB 772/1461 KB 756/1118 KB 776/1461 KB 756/1118 KB 780/1461 KB 756/1118 KB 784/1461 KB 756/1118 KB 788/1461 KB 756/1118 KB 792/1461 KB 756/1118 KB 796/1461 KB 756/1118 KB 800/1461 KB 756/1118 KB 804/1461 KB 756/1118 KB 772/1461 KB 760/1118 KB 804/1461 KB 764/1118 KB 804/1461 KB 768/1118 KB 804/1461 KB 772/1118 KB 804/1461 KB 776/1118 KB 804/1461 KB 780/1118 KB 804/1461 KB 784/1118 KB 804/1461 KB 788/1118 KB 804/1461 KB 792/1118 KB 804/1461 KB 796/1118 KB 804/1461 KB 800/1118 KB 804/1461 KB 804/1118 KB 808/1461 KB 808/1118 KB 808/1461 KB 812/1118 KB 808/1461 KB 816/1118 KB 808/1461 KB 820/1118 KB 808/1461 KB 824/1118 KB 808/1461 KB 828/1118 KB 808/1461 KB 832/1118 KB 808/1461 KB 800/1118 KB 808/1461 KB 832/1118 KB 812/1461 KB 832/1118 KB 816/1461 KB 832/1118 KB 820/1461 KB 832/1118 KB 824/1461 KB 832/1118 KB 828/1461 KB 832/1118 KB 832/1461 KB 832/1118 KB 836/1461 KB 832/1118 KB 840/1461 KB 836/1118 KB 844/1461 KB 836/1118 KB 848/1461 KB 836/1118 KB 852/1461 KB 836/1118 KB 856/1461 KB 836/1118 KB 860/1461 KB 836/1118 KB 864/1461 KB 836/1118 KB 868/1461 KB 836/1118 KB 872/1461 KB 836/1118 KB 876/1461 KB 836/1118 KB 880/1461 KB 836/1118 KB 884/1461 KB 836/1118 KB 840/1461 KB 840/1118 KB 884/1461 KB 844/1118 KB 884/1461 KB 848/1118 KB 884/1461 KB 852/1118 KB 884/1461 KB 856/1118 KB 884/1461 KB 860/1118 KB 884/1461 KB 864/1118 KB 884/1461 KB 868/1118 KB 884/1461 KB 872/1118 KB 884/1461 KB 876/1118 KB 884/1461 KB 880/1118 KB 884/1461 KB 884/1118 KB 884/1461 KB 888/1118 KB 888/1461 KB 892/1118 KB 888/1461 KB 896/1118 KB 888/1461 KB 900/1118 KB 888/1461 KB 904/1118 KB 888/1461 KB 908/1118 KB 888/1461 KB 884/1118 KB 888/1461 KB 908/1118 KB 892/1461 KB 908/1118 KB 896/1461 KB 908/1118 KB 900/1461 KB 908/1118 KB 904/1461 KB 908/1118 KB 908/1461 KB 908/1118 KB 912/1461 KB 908/1118 KB 916/1461 KB 912/1118 KB 920/1461 KB 912/1118 KB 924/1461 KB 912/1118 KB 928/1461 KB 912/1118 KB 932/1461 KB 912/1118 KB 936/1461 KB 912/1118 KB 940/1461 KB 912/1118 KB 944/1461 KB 912/1118 KB 948/1461 KB 912/1118 KB 916/1461 KB 916/1118 KB 948/1461 KB 920/111 unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 8 KB 948/1461 KB 924/1118 KB 948/1461 KB 928/1118 KB 948/1461 KB 932/1118 KB 948/1461 KB 936/1118 KB 948/1461 KB 940/1118 KB 948/1461 KB 944/1118 KB 948/1461 KB 948/1118 KB 952/1461 KB 952/1118 KB 952/1461 KB 956/1118 KB 952/1461 KB 960/1118 KB 952/1461 KB 964/1118 KB 952/1461 KB 968/1118 KB 952/1461 KB 972/1118 KB 952/1461 KB 976/1118 KB 952/1461 KB 944/1118 KB 952/1461 KB 976/1118 KB 956/1461 KB 976/1118 KB 960/1461 KB 976/1118 KB 964/1461 KB 976/1118 KB 968/1461 KB 976/1118 KB 972/1461 KB 976/1118 KB 976/1461 KB 976/1118 KB 980/1461 KB 980/1118 KB 984/1461 KB 980/1118 KB 988/1461 KB 980/1118 KB 992/1461 KB 980/1118 KB 996/1461 KB 980/1118 KB 1000/1461 KB 980/1118 KB 1004/1461 KB 980/1118 KB 1008/1461 KB 980/1118 KB 1012/1461 KB 980/1118 KB 1016/1461 KB 980/1118 KB 980/1461 KB 984/1118 KB 1016/1461 KB 988/1118 KB 1016/1461 KB 992/1118 KB 1016/1461 KB 996/1118 KB 1016/1461 KB 1000/1118 KB 1016/1461 KB 1004/1118 KB 1016/1461 KB 1008/1118 KB 1016/1461 KB 1012/1118 KB 1016/1461 KB 1016/1118 KB 1020/1461 KB 1020/1118 KB 1020/1461 KB 1024/1118 KB 1020/1461 KB 1028/1118 KB 1020/1461 KB 1032/1118 KB 1020/1461 KB 1036/1118 KB 1020/1461 KB 1040/1118 KB 1020/1461 KB 1012/1118 KB 1020/1461 KB 1040/1118 KB 1024/1461 KB 1040/1118 KB 1028/1461 KB 1040/1118 KB 1032/1461 KB 1040/1118 KB 1036/1461 KB 1040/1118 KB 1040/1461 KB 1040/1118 KB 1044/1461 KB 1044/1118 KB 1048/1461 KB 1044/1118 KB 1052/1461 KB 1044/1118 KB 1056/1461 KB 1044/1118 KB 1060/1461 KB 1044/1118 KB 1064/1461 KB 1044/1118 KB 1068/1461 KB 1044/1118 KB 1072/1461 KB 1044/1118 KB 1076/1461 KB 1044/1118 KB 1044/1461 KB 1048/1118 KB 1076/1461 KB 1052/1118 KB 1076/1461 KB 1056/1118 KB 1076/1461 KB 1060/1118 KB 1076/1461 KB 1064/1118 KB 1076/1461 KB 1068/1118 KB 1076/1461 KB 1072/1118 KB 1076/1461 KB 1076/1118 KB 1076/1461 KB 1080/1118 KB 1080/1461 KB 1084/1118 KB 1080/1461 KB 1088/1118 KB 1080/1461 KB 1092/1118 KB 1080/1461 KB 1096/1118 KB 1080/1461 KB 1100/1118 KB 1080/1461 KB 1104/1118 KB 1080/1461 KB 1108/1118 KB 1080/1461 KB 1076/1118 KB 1080/1461 KB 1108/1118 KB 1084/1461 KB 1108/1118 KB 1088/1461 KB 1108/1118 KB 1092/1461 KB 1108/1118 KB 1096/1461 KB 1108/1118 KB 1100/1461 KB 1108/1118 KB 1104/1461 KB 1108/1118 KB 1108/1461 KB 1108/1118 KB 1112/1461 KB 1108/1118 KB 1116/1461 KB 1112/1118 KB 1120/1461 KB 1112/1118 KB 1124/1461 KB 1112/1118 KB 1128/1461 KB 1112/1118 KB 1132/1461 KB 1112/1118 KB 1136/1461 KB 1112/1118 KB 1140/1461 KB 1112/1118 KB 1116/1461 KB 1116/1118 KB 1140/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB 1118/1118 KB 1172/1461 KB 1118/1118 KB 1176/1461 KB 1118/1118 KB 1180/1461 KB 1118/1118 KB 1184/1461 KB 1118/1118 KB 1188/1461 KB 1118/1118 KB 1192/1461 KB 1118/1118 KB 1196/1461 KB 1118/1118 KB 1200/1461 KB 1118/1118 KB 1204/1461 KB 1118/1118 KB 1208/1461 KB 1118/1118 KB 1212/1461 KB 1118/1118 KB 1216/1461 KB 1118/1118 KB 1220/1461 KB 1118/1118 KB 1224/1461 KB 1118/1118 KB 1228/1461 KB 1118/1118 KB 1232/1461 KB 1118/1118 KB 1236/1461 KB 1118/1118 KB 1240/1461 KB 1118/1118 KB 1244/1461 KB 1118/1118 KB 1248/1461 KB 1118/1118 KB 1252/1461 KB 1118/1118 KB 1256/1461 KB 1118/1118 KB 1260/1461 KB 1118/1118 KB 1264/1461 KB 1118/1118 KB 1268/1461 KB 1118/1118 KB 1272/1461 KB 1118/1118 KB 1276/1461 KB 1118/1118 KB 1280/1461 KB 1118/1118 KB unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1284/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 603.8 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 780.0 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 364.1 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 103.7 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 114.1 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 108.1 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 12:11:59 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 27.6 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 293.9 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 128.0 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-abot-epc-basic-0: 12:11:59 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 146.8 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 140.8 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 384.7 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 12:11:59 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 87.5 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 202.9 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 297.5 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 607.0 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 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 57.9 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:11:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 215.1 KB/sec) unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 12:11:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 226.5 KB/sec) unit-abot-epc-basic-0: 12:11:59 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 378.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 562.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 12:12:00 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 51.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 2/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 185.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 1078.5 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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: 12:12:00 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: 12:12:00 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: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/149 KB 4/10 KB 5/149 KB 4/21 KB 4/10 KB 8/149 KB 4/21 KB 4/10 KB 3/149 KB 4/21 KB 8/10 KB 8/149 KB 4/21 KB 10/10 KB 8/149 KB 4/21 KB 3/149 KB 4/21 KB 10/10 KB 8/149 KB 8/21 KB 10/10 KB 8/149 KB 12/21 KB 10/10 KB 8/149 KB 16/21 KB 10/10 KB 8/149 KB 20/21 KB 10/10 KB 11/149 KB 20/21 KB 10/10 KB 11/149 KB 21/21 KB 10/10 KB 13/149 KB 21/21 KB 10/10 KB 16/149 KB 21/21 KB 10/10 KB 16/149 KB 3/6 KB 21/21 KB 10/10 KB 19/149 KB 6/6 KB 21/21 KB 19/149 KB 6/6 KB 21/21 KB 10/10 KB 19/149 KB 3/6 KB 21/21 KB 21/149 KB 6/6 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 485.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 24/149 KB 6/6 KB 21/21 KB Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 27/149 KB 6/6 KB 21/21 KB 29/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 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 810.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 52/149 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 207.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 56/149 KB 4/14 KB 3/30 KB 60/149 KB 4/14 KB 3/30 KB 64/149 KB 4/14 KB 3/30 KB 52/149 KB 6/6 KB 4/14 KB 3/30 KB 64/149 KB 8/14 KB 3/30 KB 52/149 KB 6/6 KB 3/30 KB 64/149 KB 8/14 KB 6/30 KB 64/149 KB 8/14 KB 9/30 KB 3/37 KB 64/149 KB 8/14 KB 9/30 KB 3/37 KB 64/149 KB 8/14 KB 11/30 KB 5/37 KB 64/149 KB 8/14 KB 11/30 KB 5/37 KB 64/149 KB 8/14 KB 14/30 KB 8/37 KB 64/149 KB 8/14 KB 14/30 KB 8/37 KB 64/149 KB 8/14 KB 16/30 KB 11/37 KB 64/149 KB 8/14 KB 16/30 KB 11/37 KB 64/149 KB 8/14 KB 19/30 KB 13/37 KB 64/149 KB 8/14 KB 19/30 KB 13/37 KB 64/149 KB 8/14 KB 22/30 KB 16/37 KB 64/149 KB 8/14 KB 22/30 KB 16/37 KB 64/149 KB 12/14 KB 25/30 KB 16/37 KB 64/149 KB 12/14 KB 27/30 KB 16/37 KB 64/149 KB 12/14 KB 22/30 KB 19/37 KB 68/149 KB 14/14 KB 27/30 KB 19/37 KB 68/149 KB 12/14 KB 27/30 KB 19/37 KB 64/149 KB 12/14 KB 27/30 KB 19/37 KB 72/149 KB 14/14 KB 27/30 KB 21/37 KB 76/149 KB 14/14 KB 30/30 KB 21/37 KB 80/149 KB 14/14 KB 30/30 KB 21/37 KB 72/149 KB 14/14 KB 30/30 KB 19/37 KB 72/149 KB 14/14 KB 30/30 KB 24/37 KB 80/149 KB 14/14 KB 30/30 KB 24/37 KB 3/14 KB 80/149 KB 14/14 KB 30/30 KB 24/37 KB 6/14 KB 80/149 KB 14/14 KB 30/30 KB 24/37 KB 9/14 KB 80/149 KB 14/14 KB 30/30 KB 24/37 KB 11/14 KB 80/149 KB 14/14 KB 30/30 KB 24/37 KB 14/14 KB 80/149 KB 14/14 KB 30/30 KB 24/37 KB 14/14 KB 84/149 KB 14/14 KB 30/30 KB 27/37 KB 14/14 KB 88/149 KB 14/14 KB 30/30 KB 27/37 KB 14/14 KB 92/149 KB 14/14 KB 30/30 KB 27/37 KB 14/14 KB 96/149 KB 14/14 KB 30/30 KB 27/37 KB 14/14 KB 84/149 KB 14/14 KB 30/30 KB 29/37 KB 14/14 KB 96/149 KB 14/14 KB 30/30 KB 32/37 KB 14/14 KB 96/149 KB 14/14 KB 30/30 KB 35/37 KB 14/14 KB 96/149 KB 14/14 KB 30/30 KB 37/37 KB 14/14 KB 96/149 KB 14/14 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 340.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 37/37 KB 14/14 KB 100/149 KB 30/30 KB 37/37 KB 14/14 KB 104/149 KB 30/30 KB 37/37 KB 14/14 KB 108/149 KB 30/30 KB 37/37 KB 14/14 KB 112/149 KB 30/30 KB 37/37 KB 14/14 KB 116/149 KB 30/30 KB 37/37 KB 120/149 KB 37/37 KB 124/149 KB 37/37 KB 128/149 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 684.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 304.5 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 37/37 KB 132/149 KB 4/37 KB 136/149 KB 4/37 KB 140/149 KB 4/37 KB 144/149 KB 4/37 KB 132/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 782.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 8/37 KB 144/149 KB 12/37 KB 144/149 KB 16/37 KB 144/149 KB 20/37 KB 144/149 KB 24/37 KB 144/149 KB 28/37 KB 144/149 KB 32/37 KB 144/149 KB 36/37 KB 144/149 KB 37/37 KB 148/149 KB 36/37 KB 148/149 KB 37/37 KB 149/149 KB 37/37 KB 149/149 KB 3/43 KB 37/37 KB 3/11 KB 149/149 KB 6/43 KB 37/37 KB 3/11 KB 149/149 KB 3/43 KB 37/37 KB 6/11 KB 149/149 KB 6/43 KB 37/37 KB 9/11 KB 149/149 KB 6/43 KB 37/37 KB 11/11 KB 149/149 KB 6/43 KB 37/37 KB 11/11 KB 149/149 KB 9/43 KB 37/37 KB 11/11 KB 149/149 KB 11/43 KB 37/37 KB 11/11 KB 149/149 KB 14/43 KB 37/37 KB 11/11 KB 149/149 KB 16/43 KB 37/37 KB 11/11 KB 149/149 KB 19/43 KB 37/37 KB 11/11 KB 149/149 KB 19/43 KB 3/7 KB 37/37 KB 11/11 KB 149/149 KB 19/43 KB 5/7 KB 37/37 KB 11/11 KB 149/149 KB 19/43 KB 7/7 KB 37/37 KB 11/11 KB 149/149 KB 22/43 KB 7/7 KB 37/37 KB 11/11 KB 149/149 KB 25/43 KB 7/7 KB 37/37 KB 149/149 KB 27/43 KB 7/7 KB 37/37 KB 149/149 KB 30/43 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 172.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 37/37 KB 32/43 KB 7/7 KB 37/37 KB 36/43 KB 7/7 KB 37/37 KB 40/43 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 2313.5 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 37/37 KB 43/43 KB 7/7 KB 4/60 KB 43/43 KB 7/7 KB 8/60 KB 12/60 KB 16/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 601.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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 93.7 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 20/60 KB 24/60 KB 28/60 KB 32/60 KB 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 506.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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 745.3 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 97.3 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1571.2 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 121.6 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 131.9 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 543.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 154.6 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 204.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 12:12:00 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 91.3 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 117.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 123.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-abot-epc-basic-0: 12:12:00 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 121.7 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 155.7 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 164.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 12:12:00 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 113.2 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 135.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 73.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 238.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 65.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 12:12:00 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 288.5 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 210.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 1398.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-abot-epc-basic-0: 12:12:00 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 45.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 48.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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 93.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/87 KB 3/48 KB 5/13 KB 3/156 KB 3/87 KB 3/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 3/48 KB 3/13 KB 3/156 KB 3/87 KB 3/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 6/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 8/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 11/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 14/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 16/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 19/48 KB 8/13 KB 3/156 KB 3/21 KB 3/87 KB 3/13 KB 3/156 KB 3/87 KB 19/48 KB 8/13 KB 6/156 KB 3/21 KB 3/87 KB 19/48 KB 8/13 KB 9/156 KB 3/21 KB 3/87 KB 19/48 KB 8/13 KB 11/156 KB 3/21 KB 3/87 KB 19/48 KB 8/13 KB 14/156 KB 3/21 KB 3/87 KB 19/48 KB 8/13 KB 16/156 KB 3/21 KB 3/87 KB 19/48 KB 8/13 KB 19/156 KB 3/21 KB 3/87 KB 3/13 KB 6/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 9/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 11/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 14/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 16/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 19/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 3/87 KB 22/48 KB 11/13 KB 19/156 KB 3/21 KB 19/87 KB 24/48 KB 11/13 KB 22/156 KB 3/21 KB 3/87 KB 19/48 KB 11/13 KB 19/156 KB 3/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 3/21 KB 3/87 KB 3/48 KB 5/13 KB 3/156 KB 3/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 6/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 9/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 11/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 14/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 16/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 19/21 KB 22/87 KB 24/48 KB 13/13 KB 22/156 KB 21/21 KB 22/87 KB 24/48 KB 11/13 KB 22/156 KB 3/21 KB 25/87 KB 24/48 KB 13/13 KB 22/156 KB 21/21 KB 19/87 KB 22/48 KB 11/13 KB 22/156 KB 3/21 KB 25/87 KB 27/48 KB 13/13 KB 25/156 KB 21/21 KB 25/87 KB 27/48 KB 13/13 KB 22/156 KB 21/21 KB 27/87 KB 27/48 KB 13/13 KB 25/156 KB 21/21 KB 27/87 KB 30/48 KB 13/13 KB 27/156 KB 21/21 KB 27/87 KB 27/48 KB 13/13 KB 27/156 KB 21/21 KB 27/87 KB 30/48 KB 13/13 KB 30/156 KB 21/21 KB 30/87 KB 32/48 KB 13/13 KB 32/156 KB 21/21 KB 30/87 KB 32/48 KB 13/13 KB 30/156 KB 21/21 KB 27/87 KB 32/48 KB 13/13 KB 30/156 KB 21/21 KB 30/87 KB 35/48 KB 13/13 KB 32/156 KB 21/21 KB 32/87 KB 35/48 KB 13/13 KB 32/156 KB 21/21 KB 32/87 KB 35/48 KB 13/13 KB 36/156 KB 21/21 KB 36/87 KB 39/48 KB 40/156 KB 36/87 KB 39/48 KB 44/156 KB 36/87 KB 39/48 KB 48/156 KB 36/87 KB 39/48 KB 36/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 359.7 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 32/87 KB 39/48 KB 13/13 KB 36/156 KB 21/21 KB 36/87 KB 43/48 KB 48/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 755.1 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 40/87 KB 43/48 KB 48/156 KB 40/87 KB 47/48 KB 48/156 KB 40/87 KB 48/48 KB 48/156 KB 44/87 KB 48/48 KB 48/156 KB 48/87 KB 48/48 KB 48/156 KB 52/87 KB 48/48 KB 48/156 KB 56/87 KB 48/48 KB 52/156 KB 60/87 KB 48/48 KB 52/156 KB 64/87 KB 48/48 KB 52/156 KB 52/87 KB 48/48 KB 52/156 KB 64/87 KB 48/48 KB 56/156 KB 64/87 KB 48/48 KB 60/156 KB 64/87 KB 48/48 KB 64/156 KB 68/87 KB 48/48 KB 64/156 KB 72/87 KB 48/48 KB 3/86 KB 68/156 KB 76/87 KB 48/48 KB 3/86 KB 68/156 KB 80/87 KB 48/48 KB 3/86 KB 68/156 KB 68/87 KB 48/48 KB 3/86 KB 68/156 KB 80/87 KB 48/48 KB 6/86 KB 68/156 KB 80/87 KB 48/48 KB 9/86 KB 68/156 KB 68/87 KB 48/48 KB 68/156 KB 80/87 KB 48/48 KB 9/86 KB 72/156 KB 80/87 KB 48/48 KB 11/86 KB 76/156 KB 80/87 KB 48/48 KB 11/86 KB 72/156 KB 80/87 KB 48/48 KB 11/86 KB 80/156 KB 84/87 KB 48/48 KB 14/86 KB 80/156 KB 4/35 KB 87/87 KB 14/86 KB 84/156 KB 80/87 KB 48/48 KB 14/86 KB 80/156 KB 4/35 KB 87/87 KB 16/86 KB 84/156 KB 4/35 KB 87/87 KB 19/86 KB 84/156 KB 4/35 KB 84/87 KB 14/86 KB 84/156 KB 4/35 KB 87/87 KB 19/86 KB 88/156 KB 4/35 KB 87/87 KB 22/86 KB 92/156 KB 4/35 KB 87/87 KB 22/86 KB 96/156 KB 4/35 KB 87/87 KB 22/86 KB 100/156 KB 4/35 KB 84/87 KB 14/86 KB 80/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 1090.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 4/35 KB 87/87 KB 22/86 KB 88/156 KB 8/35 KB 87/87 KB 25/86 KB 104/156 KB 8/35 KB 87/87 KB 27/86 KB 104/156 KB 8/35 KB 87/87 KB 30/86 KB 104/156 KB 8/35 KB 87/87 KB 32/86 KB 104/156 KB 8/35 KB 87/87 KB 22/86 KB 104/156 KB 8/35 KB 87/87 KB 22/86 KB 100/156 KB 12/35 KB 87/87 KB 32/86 KB 104/156 KB 16/35 KB 87/87 KB 32/86 KB 104/156 KB 20/35 KB 87/87 KB 32/86 KB 104/156 KB 24/35 KB 87/87 KB 32/86 KB 104/156 KB 28/35 KB 87/87 KB 32/86 KB 104/156 KB 32/35 KB 87/87 KB 32/86 KB 104/156 KB 35/35 KB 87/87 KB 32/86 KB 104/156 KB 35/35 KB 87/87 KB 32/86 KB 108/156 KB 35/35 KB 36/86 KB 112/156 KB 35/35 KB 36/86 KB 116/156 KB 35/35 KB 36/86 KB 120/156 KB 35/35 KB 36/86 KB 124/156 KB 35/35 KB 36/86 KB 128/156 KB 35/35 KB 36/86 KB 108/156 KB 35/35 KB 40/86 KB 128/156 KB 35/35 KB 44/86 KB 128/156 KB 35/35 KB 48/86 KB 128/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 1523.2 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 35/35 KB 3/24 KB 48/86 KB 128/156 KB 35/35 KB 6/24 KB 48/86 KB 128/156 KB 35/35 KB 9/24 KB 48/86 KB 128/156 KB 35/35 KB 11/24 KB 48/86 KB 128/156 KB 35/35 KB 14/24 KB 48/86 KB 128/156 KB 35/35 KB 16/24 KB 48/86 KB 128/156 KB 35/35 KB 19/24 KB 48/86 KB 128/156 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install 35/35 KB 22/24 KB 48/86 KB 128/156 KB 35/35 KB 22/24 KB 52/86 KB 128/156 KB 24/24 KB 56/86 KB 132/156 KB 24/24 KB 60/86 KB 132/156 KB 24/24 KB 64/86 KB 132/156 KB 24/24 KB 52/86 KB 132/156 KB 24/24 KB 52/86 KB 128/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 605.8 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 24/24 KB 64/86 KB 136/156 KB 4/14 KB 24/24 KB 64/86 KB 140/156 KB 4/14 KB 24/24 KB 64/86 KB 144/156 KB 4/14 KB 24/24 KB 64/86 KB 148/156 KB 4/14 KB 24/24 KB 68/86 KB 152/156 KB 4/14 KB 24/24 KB 68/86 KB 156/156 KB 4/14 KB 24/24 KB 64/86 KB 136/156 KB 8/14 KB 24/24 KB 68/86 KB 156/156 KB 12/14 KB 24/24 KB 68/86 KB 156/156 KB 14/14 KB 24/24 KB 68/86 KB 156/156 KB 4/14 KB 24/24 KB 68/86 KB 148/156 KB 14/14 KB 24/24 KB 72/86 KB 156/156 KB 14/14 KB 24/24 KB 76/86 KB 156/156 KB 14/14 KB 24/24 KB 80/86 KB 156/156 KB 14/14 KB 24/24 KB 84/86 KB 156/156 KB 14/14 KB 24/24 KB 86/86 KB 156/156 KB 3/119 KB 14/14 KB 24/24 KB 86/86 KB 156/156 KB 6/119 KB 14/14 KB 24/24 KB 86/86 KB 156/156 KB 9/119 KB 14/14 KB 86/86 KB 156/156 KB 11/119 KB 14/14 KB 86/86 KB 156/156 KB 14/119 KB 14/14 KB 86/86 KB 156/156 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 363.4 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 16/119 KB 14/14 KB 86/86 KB 156/156 KB 19/119 KB 14/14 KB 86/86 KB 156/156 KB 22/119 KB 14/14 KB 86/86 KB 156/156 KB 25/119 KB 14/14 KB 86/86 KB 156/156 KB 27/119 KB 14/14 KB 86/86 KB 156/156 KB 30/119 KB 14/14 KB 86/86 KB 156/156 KB 32/119 KB 14/14 KB 86/86 KB 156/156 KB 36/119 KB 14/14 KB 86/86 KB 156/156 KB 40/119 KB 14/14 KB 86/86 KB 156/156 KB 44/119 KB 14/14 KB 86/86 KB 156/156 KB 48/119 KB 14/14 KB 86/86 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 189.6 KB/sec) unit-abot-epc-basic-0: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2078.5 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 3/29 KB 48/119 KB 86/86 KB 5/29 KB 48/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1122.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 8/29 KB 48/119 KB 11/29 KB 48/119 KB 13/29 KB 48/119 KB 16/29 KB 48/119 KB 19/29 KB 48/119 KB 21/29 KB 48/119 KB 21/29 KB 48/119 KB 4/37 KB 21/29 KB 48/119 KB 8/37 KB 21/29 KB 48/119 KB 12/37 KB 21/29 KB 48/119 KB 16/37 KB 24/29 KB 48/119 KB 16/37 KB 24/29 KB 48/119 KB 20/37 KB 24/29 KB 48/119 KB 24/37 KB 27/29 KB 52/119 KB 28/37 KB 27/29 KB 52/119 KB 32/37 KB 27/29 KB 52/119 KB 24/37 KB 24/29 KB 52/119 KB 24/37 KB 27/29 KB 56/119 KB 32/37 KB 27/29 KB 60/119 KB 32/37 KB 27/29 KB 64/119 KB 32/37 KB 29/29 KB 64/119 KB 32/37 KB 29/29 KB 64/119 KB 36/37 KB 29/29 KB 3/57 KB 64/119 KB 37/37 KB 29/29 KB 3/57 KB 64/119 KB 36/37 KB 29/29 KB 3/57 KB 64/119 KB 37/37 KB 3/11 KB 29/29 KB 6/57 KB 64/119 KB 37/37 KB 3/11 KB 29/29 KB 9/57 KB 64/119 KB 37/37 KB 3/11 KB 29/29 KB 9/57 KB 64/119 KB 37/37 KB 6/11 KB 29/29 KB 11/57 KB 64/119 KB 37/37 KB 6/11 KB 29/29 KB 11/57 KB 64/119 KB 37/37 KB 9/11 KB 29/29 KB 14/57 KB 64/119 KB 37/37 KB 9/11 KB 29/29 KB 14/57 KB 64/119 KB 37/37 KB 11/11 KB 29/29 KB 16/57 KB 64/119 KB 37/37 KB 11/11 KB 29/29 KB 19/57 KB 64/119 KB 37/37 KB 11/11 KB 29/29 KB 22/57 KB 64/119 KB 37/37 KB 11/11 KB 29/29 KB 22/57 KB 68/119 KB 37/37 KB 11/11 KB 29/29 KB 25/57 KB 72/119 KB 37/37 KB 11/11 KB 29/29 KB 25/57 KB 76/119 KB 37/37 KB 11/11 KB 29/29 KB 25/57 KB 80/119 KB 37/37 KB 11/11 KB 29/29 KB 25/57 KB 68/119 KB 37/37 KB 11/11 KB 29/29 KB 27/57 KB 80/119 KB 37/37 KB 11/11 KB 29/29 KB 30/57 KB 80/119 KB 37/37 KB 11/11 KB 29/29 KB 32/57 KB 84/119 KB 29/29 KB 36/57 KB 84/119 KB 29/29 KB 40/57 KB 84/119 KB 29/29 KB 44/57 KB 84/119 KB 29/29 KB 48/57 KB 84/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 312.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install 29/29 KB 30/57 KB 84/119 KB 48/57 KB 88/119 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 393.2 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:00 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 108.0 KB/sec) unit-abot-epc-basic-0: 12:12:00 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: 12:12:01 DEBUG unit.abot-epc-basic/0.install 48/57 KB 92/119 KB 48/57 KB 96/119 KB 48/57 KB 100/119 KB 52/57 KB 104/119 KB 52/57 KB 108/119 KB 52/57 KB 112/119 KB 52/57 KB 100/119 KB 56/57 KB 112/119 KB 57/57 KB 112/119 KB 57/57 KB 116/119 KB 57/57 KB 119/119 KB 57/57 KB 119/119 KB 3/5 KB 57/57 KB 3/33 KB 119/119 KB 5/5 KB 57/57 KB 3/33 KB 119/119 KB 3/5 KB 57/57 KB 5/33 KB 119/119 KB 3/21 KB 5/5 KB 57/57 KB 5/33 KB 119/119 KB 5/5 KB 57/57 KB 8/33 KB 119/119 KB 3/21 KB 5/5 KB 57/57 KB 8/33 KB 119/119 KB 5/21 KB 5/5 KB 57/57 KB 11/33 KB 119/119 KB 5/21 KB 5/5 KB 57/57 KB 11/33 KB 119/119 KB 8/21 KB 5/5 KB 57/57 KB 13/33 KB 119/119 KB 8/21 KB 5/5 KB 57/57 KB 13/33 KB 119/119 KB 11/21 KB 5/5 KB 57/57 KB 16/33 KB 119/119 KB 11/21 KB 5/5 KB 57/57 KB 16/33 KB 119/119 KB 13/21 KB 5/5 KB 57/57 KB 16/33 KB 119/119 KB 16/21 KB 5/5 KB 57/57 KB 19/33 KB 119/119 KB 19/21 KB 5/5 KB 57/57 KB 19/33 KB 119/119 KB 16/21 KB 5/5 KB 57/57 KB 21/33 KB 119/119 KB 19/21 KB 5/5 KB 57/57 KB 24/33 KB 119/119 KB 19/21 KB 5/5 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 543.1 KB/sec) unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install 57/57 KB 24/33 KB 119/119 KB 21/21 KB 5/5 KB 27/33 KB 119/119 KB 21/21 KB 5/5 KB 27/33 KB 119/119 KB 21/21 KB 5/5 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install 29/33 KB 119/119 KB 21/21 KB 5/5 KB 32/33 KB 119/119 KB 21/21 KB 5/5 KB 33/33 KB 119/119 KB 21/21 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 41.2 KB/sec) unit-abot-epc-basic-0: 12:12:01 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 1091.1 KB/sec) unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install 33/33 KB 3/14 KB 21/21 KB 33/33 KB 5/14 KB 21/21 KB 33/33 KB 8/14 KB 21/21 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 186.5 KB/sec) unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install 33/33 KB 11/14 KB 33/33 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 281.9 KB/sec) unit-abot-epc-basic-0: 12:12:01 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 116.5 KB/sec) unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:01 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: 12:12:01 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: 12:12:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:01 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:01 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/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 421.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 93.6 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 950.1 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 214.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 239.1 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 155.0 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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/junit/junit/4.12/junit-4.12.pom (24 KB at 1217.0 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 811.5 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 12:12:02 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 106.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 242.8 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 124.6 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 178.3 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 701.4 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 128.3 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 102.3 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 12:12:02 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 180.7 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 386.6 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 144.0 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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 204.1 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 12:12:02 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 960.0 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 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: 12:12:02 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: 12:12:02 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: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/45 KB 3/223 KB 5/45 KB 3/286 KB 3/223 KB 3/45 KB 3/286 KB 5/223 KB 5/45 KB 3/286 KB 8/223 KB 5/45 KB 3/286 KB 11/223 KB 5/45 KB 3/286 KB 13/223 KB 5/45 KB 3/286 KB 3/45 KB 3/286 KB 13/223 KB 5/45 KB 5/286 KB 13/223 KB 5/45 KB 8/286 KB 13/223 KB 5/45 KB 11/286 KB 13/223 KB 5/45 KB 13/286 KB 13/223 KB 5/45 KB 16/286 KB 13/223 KB 8/45 KB 16/286 KB 16/223 KB 8/45 KB 16/286 KB 16/223 KB 11/45 KB 19/286 KB 16/223 KB 8/45 KB 19/286 KB 19/223 KB 11/45 KB 19/286 KB 21/223 KB 11/45 KB 19/286 KB 24/223 KB 13/45 KB 21/286 KB 27/223 KB 13/45 KB 21/286 KB 21/223 KB 13/45 KB 21/286 KB 21/223 KB 11/45 KB 21/286 KB 27/223 KB 13/45 KB 24/286 KB 27/223 KB 16/45 KB 24/286 KB 27/223 KB 16/45 KB 27/286 KB 27/223 KB 19/45 KB 27/286 KB 27/223 KB 19/45 KB 29/286 KB 29/223 KB 21/45 KB 29/286 KB 3/39 KB 29/223 KB 19/45 KB 29/286 KB 3/39 KB 29/223 KB 21/45 KB 32/286 KB 3/39 KB 29/223 KB 21/45 KB 36/286 KB 3/39 KB 27/223 KB 19/45 KB 29/286 KB 3/39 KB 32/223 KB 24/45 KB 36/286 KB 3/39 KB 29/223 KB 24/45 KB 36/286 KB 3/39 KB 32/223 KB 27/45 KB 36/286 KB 3/39 KB 32/223 KB 27/45 KB 36/286 KB 6/39 KB 32/223 KB 29/45 KB 36/286 KB 6/39 KB 32/223 KB 29/45 KB 36/286 KB 9/39 KB 32/223 KB 32/45 KB 36/286 KB 9/39 KB 36/223 KB 32/45 KB 40/286 KB 11/39 KB 36/223 KB 32/45 KB 44/286 KB 11/39 KB 36/223 KB 32/45 KB 48/286 KB 11/39 KB 36/223 KB 32/45 KB 36/286 KB 11/39 KB 36/223 KB 32/45 KB 36/286 KB 9/39 KB 40/223 KB 32/45 KB 48/286 KB 11/39 KB 40/223 KB 32/45 KB 48/286 KB 14/39 KB 44/223 KB 32/45 KB 48/286 KB 14/39 KB 48/223 KB 32/45 KB 48/286 KB 14/39 KB 52/223 KB 32/45 KB 52/286 KB 16/39 KB 56/223 KB 36/45 KB 52/286 KB 16/39 KB 60/223 KB 36/45 KB 52/286 KB 16/39 KB 64/223 KB 36/45 KB 52/286 KB 16/39 KB 48/223 KB 32/45 KB 52/286 KB 16/39 KB 64/223 KB 36/45 KB 56/286 KB 16/39 KB 48/223 KB 32/45 KB 48/286 KB 16/39 KB 52/223 KB 36/45 KB 52/286 KB 16/39 KB 64/223 KB 36/45 KB 56/286 KB 19/39 KB 64/223 KB 40/45 KB 56/286 KB 19/39 KB 64/223 KB 44/45 KB 56/286 KB 19/39 KB 64/223 KB 45/45 KB 56/286 KB 19/39 KB 64/223 KB 45/45 KB 56/286 KB 22/39 KB 64/223 KB 45/45 KB 56/286 KB 25/39 KB 64/223 KB 45/45 KB 60/286 KB 25/39 KB 64/223 KB 45/45 KB 64/286 KB 25/39 KB 64/223 KB 45/45 KB 64/286 KB 27/39 KB 64/223 KB 45/45 KB 68/286 KB 27/39 KB 68/223 KB 3/308 KB 45/45 KB 72/286 KB 30/39 KB 68/223 KB 3/308 KB 45/45 KB 76/286 KB 30/39 KB 68/223 KB 3/308 KB 45/45 KB 80/286 KB 30/39 KB 68/223 KB 3/308 KB 45/45 KB 68/286 KB 30/39 KB 64/223 KB 45/45 KB 68/286 KB 30/39 KB 68/223 KB 3/308 KB 45/45 KB 80/286 KB 32/39 KB 68/223 KB 3/308 KB 45/45 KB 80/286 KB 35/39 KB 64/223 KB 3/308 KB 45/45 KB 68/286 KB 30/39 KB 68/223 KB 3/308 KB 45/45 KB 80/286 KB 38/39 KB 68/223 KB 3/308 KB 45/45 KB 80/286 KB 39/39 KB 68/223 KB 5/308 KB 45/45 KB 80/286 KB 39/39 KB 72/223 KB 8/308 KB 45/45 KB 80/286 KB 39/39 KB 72/223 KB 11/308 KB 45/45 KB 84/286 KB 39/39 KB 72/223 KB 5/308 KB 45/45 KB 80/286 KB 39/39 KB 76/223 KB 11/308 KB 45/45 KB 84/286 KB 39/39 KB 80/223 KB 11/308 KB 45/45 KB 84/286 KB 39/39 KB 72/223 KB 8/308 KB 45/45 KB 84/286 KB 39/39 KB 80/223 KB 13/308 KB 45/45 KB 88/286 KB 39/39 KB 80/223 KB 13/308 KB 45/45 KB 92/286 KB 39/39 KB 80/223 KB 13/308 KB 45/45 KB 84/286 KB 39/39 KB 80/223 KB 16/308 KB 45/45 KB 92/286 KB 39/39 KB 84/223 KB 16/308 KB 45/45 KB 96/286 KB 39/39 KB 88/223 KB 16/308 KB 96/286 KB 39/39 KB unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 92/223 KB 19/308 KB 96/286 KB 39/39 KB 96/223 KB 19/308 KB 96/286 KB 39/39 KB 80/223 KB 16/308 KB 45/45 KB 96/286 KB 39/39 KB 88/223 KB 19/308 KB 96/286 KB 39/39 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 1169.3 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 96/223 KB 19/308 KB 100/286 KB 39/39 KB 100/223 KB 21/308 KB 104/286 KB 39/39 KB 100/223 KB 21/308 KB 108/286 KB 39/39 KB 100/223 KB 21/308 KB 112/286 KB 39/39 KB 100/223 KB 21/308 KB 116/286 KB 100/223 KB 21/308 KB 120/286 KB 100/223 KB 21/308 KB 124/286 KB 100/223 KB 21/308 KB 100/286 KB 39/39 KB 104/223 KB 21/308 KB 124/286 KB 108/223 KB 21/308 KB 124/286 KB 112/223 KB 21/308 KB 124/286 KB 96/223 KB 21/308 KB 100/286 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 935.7 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 112/223 KB 24/308 KB 124/286 KB 112/223 KB 27/308 KB 124/286 KB 112/223 KB 29/308 KB 124/286 KB 112/223 KB 32/308 KB 124/286 KB 116/223 KB 32/308 KB 124/286 KB 120/223 KB 36/308 KB 124/286 KB 124/223 KB 36/308 KB 128/286 KB 128/223 KB 36/308 KB 128/286 KB 116/223 KB 36/308 KB 124/286 KB 128/223 KB 36/308 KB 128/286 KB 4/174 KB 128/223 KB 36/308 KB 128/286 KB 8/174 KB 128/223 KB 36/308 KB 128/286 KB 12/174 KB 128/223 KB 36/308 KB 128/286 KB 16/174 KB 120/223 KB 36/308 KB 128/286 KB 128/223 KB 36/308 KB 128/286 KB 20/174 KB 3/22 KB 132/223 KB 40/308 KB 132/286 KB 24/174 KB 3/22 KB 132/223 KB 40/308 KB 132/286 KB 28/174 KB 3/22 KB 132/223 KB 40/308 KB 132/286 KB 32/174 KB 3/22 KB 132/223 KB 40/308 KB 132/286 KB 20/174 KB 3/22 KB 132/223 KB 40/308 KB 128/286 KB 20/174 KB 5/22 KB 132/223 KB 40/308 KB 132/286 KB 32/174 KB 8/22 KB 132/223 KB 40/308 KB 132/286 KB 32/174 KB 11/22 KB 132/223 KB 40/308 KB 132/286 KB 32/174 KB 13/22 KB 132/223 KB 40/308 KB 132/286 KB 32/174 KB 16/22 KB 132/223 KB 40/308 KB 132/286 KB 32/174 KB 132/223 KB 40/308 KB 128/286 KB 20/174 KB 128/223 KB 40/308 KB 128/286 KB 20/174 KB 16/22 KB 132/223 KB 44/308 KB 132/286 KB 32/174 KB 16/22 KB 132/223 KB 48/308 KB 132/286 KB 32/174 KB 16/22 KB 132/223 KB 52/308 KB 132/286 KB 32/174 KB 19/22 KB 136/223 KB 56/308 KB 136/286 KB 32/174 KB 19/22 KB 136/223 KB 60/308 KB 136/286 KB 32/174 KB 19/22 KB 136/223 KB 64/308 KB 136/286 KB 32/174 KB 19/22 KB 136/223 KB 52/308 KB 136/286 KB 32/174 KB 19/22 KB 140/223 KB 64/308 KB 136/286 KB 32/174 KB 19/22 KB 144/223 KB 64/308 KB 136/286 KB 32/174 KB 19/22 KB 132/223 KB 52/308 KB 132/286 KB 32/174 KB 19/22 KB 132/223 KB 52/308 KB 136/286 KB 32/174 KB 21/22 KB 144/223 KB 64/308 KB 136/286 KB 32/174 KB 21/22 KB 144/223 KB 64/308 KB 140/286 KB 32/174 KB 22/22 KB 144/223 KB 64/308 KB 144/286 KB 32/174 KB 21/22 KB 144/223 KB 64/308 KB 144/286 KB 32/174 KB 22/22 KB 144/223 KB 64/308 KB 148/286 KB 32/174 KB 22/22 KB 148/223 KB 68/308 KB 152/286 KB 36/174 KB 22/22 KB 148/223 KB 68/308 KB 156/286 KB 36/174 KB 22/22 KB 148/223 KB 68/308 KB 160/286 KB 36/174 KB 22/22 KB 148/223 KB 68/308 KB 148/286 KB 36/174 KB 22/22 KB 148/223 KB 64/308 KB 148/286 KB 36/174 KB 22/22 KB 144/223 KB 64/308 KB 148/286 KB 36/174 KB 22/22 KB 148/223 KB 68/308 KB 160/286 KB 40/174 KB 22/22 KB 148/223 KB 68/308 KB 160/286 KB 44/174 KB 22/22 KB 148/223 KB 68/308 KB 160/286 KB 48/174 KB 22/22 KB 152/223 KB 68/308 KB 160/286 KB 48/174 KB 22/22 KB 156/223 KB 68/308 KB 160/286 KB 48/174 KB 22/22 KB 160/223 KB 68/308 KB 160/286 KB 48/174 KB 22/22 KB 160/223 KB 72/308 KB 160/286 KB 48/174 KB 22/22 KB 160/223 KB 76/308 KB 160/286 KB 48/174 KB 22/22 KB 160/223 KB 80/308 KB 164/286 KB 48/174 KB 22/22 KB 160/223 KB 84/308 KB 164/286 KB 48/174 KB 22/22 KB 164/223 KB 88/308 KB 164/286 KB 52/174 KB 22/22 KB 164/223 KB 92/308 KB 164/286 KB 52/174 KB 22/22 KB 164/223 KB 96/308 KB 164/286 KB 52/174 KB 22/22 KB 160/223 KB 76/308 KB 164/286 KB 48/174 KB 22/22 KB 164/223 KB 84/308 KB 164/286 KB 52/174 KB 22/22 KB 160/223 KB 84/308 KB 164/286 KB 52/174 KB 22/22 KB 164/223 KB 96/308 KB 164/286 KB 56/174 KB 22/22 KB 164/223 KB 96/308 KB 164/286 KB 60/174 KB 22/22 KB 168/223 KB 96/308 KB 164/286 KB 60/174 KB 22/22 KB 172/223 KB 96/308 KB 164/286 KB 64/174 KB 22/22 KB 176/223 KB 96/308 KB 164/286 KB 64/174 KB 22/22 KB 168/223 KB 96/308 KB 164/286 KB 64/174 KB 22/22 KB unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 176/223 KB 96/308 KB 168/286 KB 64/174 KB 22/22 KB 176/223 KB 96/308 KB 172/286 KB 64/174 KB 22/22 KB 176/223 KB 96/308 KB 176/286 KB 64/174 KB 22/22 KB 176/223 KB 96/308 KB 180/286 KB 64/174 KB 180/223 KB 100/308 KB 184/286 KB 68/174 KB 180/223 KB 100/308 KB 188/286 KB 68/174 KB 180/223 KB 100/308 KB 192/286 KB 68/174 KB 180/223 KB 100/308 KB 180/286 KB 68/174 KB 180/223 KB 96/308 KB 180/286 KB 68/174 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 349.5 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 176/223 KB 96/308 KB 180/286 KB 68/174 KB 180/223 KB 100/308 KB 192/286 KB 72/174 KB 180/223 KB 100/308 KB 192/286 KB 76/174 KB 180/223 KB 100/308 KB 192/286 KB 80/174 KB 184/223 KB 100/308 KB 192/286 KB 80/174 KB 188/223 KB 100/308 KB 192/286 KB 80/174 KB 192/223 KB 100/308 KB 192/286 KB 80/174 KB 192/223 KB 104/308 KB 192/286 KB 80/174 KB 192/223 KB 108/308 KB 192/286 KB 80/174 KB 192/223 KB 112/308 KB 192/286 KB 80/174 KB 192/223 KB 116/308 KB 192/286 KB 80/174 KB 196/223 KB 120/308 KB 196/286 KB 84/174 KB 196/223 KB 124/308 KB 196/286 KB 84/174 KB 196/223 KB 128/308 KB 196/286 KB 84/174 KB 196/223 KB 116/308 KB 196/286 KB 84/174 KB 196/223 KB 116/308 KB 192/286 KB 84/174 KB 196/223 KB 128/308 KB 196/286 KB 88/174 KB 196/223 KB 116/308 KB 192/286 KB 80/174 KB 196/223 KB 128/308 KB 196/286 KB 92/174 KB 200/223 KB 128/308 KB 196/286 KB 92/174 KB 204/223 KB 128/308 KB 196/286 KB 92/174 KB 204/223 KB 128/308 KB 196/286 KB 96/174 KB 204/223 KB 128/308 KB 200/286 KB 96/174 KB 208/223 KB 128/308 KB 200/286 KB 96/174 KB 208/223 KB 128/308 KB 204/286 KB 96/174 KB 208/223 KB 128/308 KB 208/286 KB 96/174 KB 208/223 KB 128/308 KB 208/286 KB 100/174 KB 212/223 KB 132/308 KB 212/286 KB 104/174 KB 212/223 KB 132/308 KB 212/286 KB 108/174 KB 212/223 KB 132/308 KB 212/286 KB 112/174 KB 212/223 KB 132/308 KB 212/286 KB 100/174 KB 216/223 KB 132/308 KB 212/286 KB 112/174 KB 220/223 KB 132/308 KB 212/286 KB 112/174 KB 223/223 KB 132/308 KB 212/286 KB 112/174 KB 208/223 KB 132/308 KB 212/286 KB 100/174 KB 208/223 KB 132/308 KB 208/286 KB 100/174 KB 223/223 KB 136/308 KB 216/286 KB 112/174 KB 223/223 KB 140/308 KB 216/286 KB 112/174 KB 223/223 KB 144/308 KB 216/286 KB 112/174 KB 223/223 KB 148/308 KB 216/286 KB 112/174 KB 223/223 KB 152/308 KB 216/286 KB 3/9 KB 116/174 KB 223/223 KB 156/308 KB 216/286 KB 3/9 KB 116/174 KB 223/223 KB 160/308 KB 216/286 KB 3/9 KB 116/174 KB 223/223 KB 132/308 KB 216/286 KB 112/174 KB 223/223 KB 148/308 KB 216/286 KB 3/9 KB 116/174 KB 223/223 KB 160/308 KB 216/286 KB 5/9 KB 116/174 KB 223/223 KB 160/308 KB 216/286 KB 8/9 KB 116/174 KB 223/223 KB 160/308 KB 216/286 KB 9/9 KB 116/174 KB 223/223 KB 160/308 KB 220/286 KB 9/9 KB 116/174 KB 223/223 KB 160/308 KB 224/286 KB 9/9 KB 116/174 KB 223/223 KB 160/308 KB 228/286 KB 9/9 KB 116/174 KB 223/223 KB 160/308 KB 232/286 KB 9/9 KB 116/174 KB 223/223 KB 160/308 KB 236/286 KB 9/9 KB 116/174 KB 223/223 KB 160/308 KB 240/286 KB 9/9 KB 116/174 KB 223/223 KB 148/308 KB 216/286 KB 116/174 KB 223/223 KB 160/308 KB 240/286 KB 9/9 KB 120/174 KB 223/223 KB 160/308 KB 240/286 KB 9/9 KB 124/174 KB 223/223 KB 160/308 KB 240/286 KB 9/9 KB 128/174 KB 223/223 KB 160/308 KB 240/286 KB 9/9 KB 132/174 KB 223/223 KB 164/308 KB 244/286 KB 9/9 KB 136/174 KB 223/223 KB 164/308 KB 244/286 KB 9/9 KB 140/174 KB 223/223 KB 164/308 KB 244/286 KB 9/9 KB 144/174 KB 223/223 KB 164/308 KB 244/286 KB 9/9 KB 132/174 KB 223/223 KB 164/308 KB 240/286 KB 9/9 KB 132/174 KB 223/223 KB 168/308 KB 244/286 KB 9/9 KB 144/174 KB 223/223 KB 168/308 KB 248/286 KB 9/9 KB 144/174 KB 223/223 KB 172/308 KB 252/286 KB 9/9 KB 144/174 KB 223/223 KB 172/308 KB 256/286 KB 9/9 KB 144/174 KB 223/223 KB 172/308 KB 248/286 KB 9/9 KB 144/174 KB 223/223 KB 176/308 KB 256/286 KB 9/9 KB 144/174 KB 223/223 KB 176/308 KB 260/286 KB 9/9 KB 144/174 KB Downloaded: https://repo.maven.apache.o unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install rg/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 100.1 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 180/308 KB 260/286 KB 9/9 KB 148/174 KB 184/308 KB 264/286 KB 148/174 KB 188/308 KB 264/286 KB 148/174 KB 192/308 KB 264/286 KB 148/174 KB 176/308 KB 260/286 KB 9/9 KB 148/174 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 2421.3 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 180/308 KB 264/286 KB 148/174 KB 196/308 KB 268/286 KB 152/174 KB 196/308 KB 272/286 KB 152/174 KB 196/308 KB 276/286 KB 152/174 KB 196/308 KB 280/286 KB 152/174 KB 196/308 KB 284/286 KB 152/174 KB 196/308 KB 286/286 KB 152/174 KB 196/308 KB 264/286 KB 152/174 KB 192/308 KB 264/286 KB 152/174 KB 196/308 KB 286/286 KB 156/174 KB 196/308 KB 286/286 KB 160/174 KB 196/308 KB 286/286 KB 164/174 KB 196/308 KB 286/286 KB 168/174 KB 196/308 KB 286/286 KB 172/174 KB 196/308 KB 286/286 KB 174/174 KB 200/308 KB 286/286 KB 174/174 KB 204/308 KB 286/286 KB 174/174 KB 208/308 KB 286/286 KB 174/174 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 1551.1 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 4/17 KB 208/308 KB 3/22 KB 286/286 KB 4/17 KB 208/308 KB 6/22 KB 286/286 KB 4/17 KB 208/308 KB 9/22 KB 286/286 KB 4/17 KB 208/308 KB 11/22 KB 286/286 KB 4/17 KB 208/308 KB 14/22 KB 286/286 KB 4/17 KB 208/308 KB 16/22 KB 286/286 KB 4/17 KB 208/308 KB 19/22 KB 286/286 KB 4/17 KB 208/308 KB 22/22 KB 286/286 KB 4/17 KB 208/308 KB 286/286 KB 8/17 KB 208/308 KB 22/22 KB 286/286 KB 12/17 KB 208/308 KB 22/22 KB 286/286 KB 16/17 KB 208/308 KB 22/22 KB 286/286 KB 17/17 KB 208/308 KB 22/22 KB 286/286 KB 4/17 KB 208/308 KB 22/22 KB 286/286 KB 17/17 KB 212/308 KB 22/22 KB 286/286 KB 17/17 KB 216/308 KB 22/22 KB 286/286 KB 17/17 KB 220/308 KB 22/22 KB 286/286 KB 17/17 KB 224/308 KB 22/22 KB 286/286 KB 17/17 KB 228/308 KB 22/22 KB 17/17 KB 232/308 KB 22/22 KB 17/17 KB 236/308 KB 22/22 KB 17/17 KB 240/308 KB 22/22 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 2341.4 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 17/17 KB 240/308 KB 22/22 KB 4/11 KB 17/17 KB 244/308 KB 22/22 KB 4/11 KB 17/17 KB 248/308 KB 22/22 KB 4/11 KB 252/308 KB 4/11 KB 256/308 KB 4/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 180.3 KB/sec) unit-abot-epc-basic-0: 12:12:02 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 135.0 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 256/308 KB 8/11 KB 256/308 KB 11/11 KB 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: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 260/308 KB 11/11 KB 264/308 KB 11/11 KB 268/308 KB 11/11 KB 272/308 KB 11/11 KB 276/308 KB 11/11 KB 280/308 KB 11/11 KB 284/308 KB 11/11 KB 288/308 KB 11/11 KB 288/308 KB 3/13 KB 11/11 KB 288/308 KB 6/13 KB 11/11 KB 288/308 KB 9/13 KB 11/11 KB 288/308 KB 11/13 KB 11/11 KB 288/308 KB 13/13 KB 11/11 KB 292/308 KB 13/13 KB 11/11 KB 296/308 KB 13/13 KB 11/11 KB 300/308 KB 13/13 KB 11/11 KB 304/308 KB 13/13 KB 11/11 KB 308/308 KB 13/13 KB 11/11 KB 308/308 KB 13/13 KB 11/11 KB 308/308 KB 13/13 KB 3/11 KB 11/11 KB 308/308 KB 13/13 KB 6/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 82.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 308/308 KB 13/13 KB 9/11 KB 308/308 KB 13/13 KB 11/11 KB 308/308 KB 13/13 KB 11/11 KB 4/28 KB 308/308 KB 13/13 KB 11/11 KB 8/28 KB 308/308 KB 13/13 KB 11/11 KB 12/28 KB 308/308 KB 13/13 KB 11/11 KB 16/28 KB 308/308 KB 13/13 KB 11/11 KB 20/28 KB 308/308 KB 13/13 KB 11/11 KB 24/28 KB 308/308 KB 13/13 KB 11/11 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2295.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 94.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/14 KB 28/28 KB 6/14 KB 28/28 KB 9/14 KB 28/28 KB 11/14 KB 28/28 KB 14/14 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 73.5 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 199.2 KB/sec) unit-abot-epc-basic-0: 12:12:02 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: 12:12:02 DEBUG unit.abot-epc-basic/0.install 3/192 KB 14/14 KB 5/192 KB 14/14 KB 8/192 KB 14/14 KB 11/192 KB 14/14 KB 13/192 KB 3/309 KB 14/14 KB 16/192 KB 3/309 KB 14/14 KB 11/192 KB 3/309 KB 14/14 KB 16/192 KB 5/309 KB 14/14 KB 19/192 KB 5/309 KB 14/14 KB 19/192 KB 8/309 KB 14/14 KB 21/192 KB 8/309 KB 14/14 KB 21/192 KB 11/309 KB 14/14 KB 24/192 KB 11/309 KB 14/14 KB 24/192 KB 4/37 KB 11/309 KB 14/14 KB 24/192 KB 8/37 KB 11/309 KB 24/192 KB 12/37 KB 11/309 KB 24/192 KB 16/37 KB 11/309 KB 24/192 KB 20/37 KB 11/309 KB 24/192 KB 24/37 KB 11/309 KB 3/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 89.6 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 24/192 KB 20/37 KB 11/309 KB 3/14 KB 24/192 KB 24/37 KB 11/309 KB 5/14 KB 24/192 KB 24/37 KB 11/309 KB 8/14 KB 24/192 KB 24/37 KB 11/309 KB 11/14 KB 24/192 KB 24/37 KB 11/309 KB 13/14 KB 24/192 KB 24/37 KB 11/309 KB 14/14 KB 24/192 KB 28/37 KB 11/309 KB 14/14 KB 24/192 KB 32/37 KB 11/309 KB 14/14 KB 24/192 KB 32/37 KB 13/309 KB 14/14 KB 27/192 KB 32/37 KB 16/309 KB 14/14 KB 27/192 KB 36/37 KB 19/309 KB 14/14 KB 27/192 KB 32/37 KB 13/309 KB 14/14 KB 27/192 KB 36/37 KB 16/309 KB 14/14 KB 27/192 KB 37/37 KB 19/309 KB 14/14 KB 29/192 KB 37/37 KB 19/309 KB 14/14 KB 32/192 KB 37/37 KB 19/309 KB 14/14 KB 32/192 KB 37/37 KB 21/309 KB 14/14 KB 36/192 KB 37/37 KB 21/309 KB 14/14 KB 40/192 KB 37/37 KB 24/309 KB 14/14 KB 44/192 KB 37/37 KB 24/309 KB 14/14 KB 48/192 KB 37/37 KB 24/309 KB 14/14 KB 36/192 KB 37/37 KB 24/309 KB 14/14 KB 48/192 KB 37/37 KB 27/309 KB 14/14 KB 48/192 KB 37/37 KB 29/309 KB 14/14 KB 48/192 KB 37/37 KB 32/309 KB 14/14 KB 48/192 KB 37/37 KB 36/309 KB 14/14 KB 52/192 KB 37/37 KB 40/309 KB 14/14 KB 52/192 KB 37/37 KB 44/309 KB 14/14 KB 52/192 KB 37/37 KB 48/309 KB 14/14 KB 52/192 KB 37/37 KB 36/309 KB 14/14 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 87.9 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 56/192 KB 37/37 KB 48/309 KB 60/192 KB 37/37 KB 48/309 KB 64/192 KB 37/37 KB 48/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 232.5 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 68/192 KB 48/309 KB 68/192 KB 52/309 KB 68/192 KB 56/309 KB 68/192 KB 60/309 KB 72/192 KB 64/309 KB 72/192 KB 60/309 KB 76/192 KB 64/309 KB 80/192 KB 64/309 KB 80/192 KB 68/309 KB 84/192 KB 72/309 KB 84/192 KB 76/309 KB 84/192 KB 80/309 KB 84/192 KB 68/309 KB 88/192 KB 80/309 KB 92/192 KB 80/309 KB 96/192 KB 80/309 KB 100/192 KB 80/309 KB 104/192 KB 84/309 KB 108/192 KB 84/309 KB 112/192 KB 84/309 KB 100/192 KB 84/309 KB 112/192 KB 88/309 KB 112/192 KB 92/309 KB 112/192 KB 96/309 KB 116/192 KB 96/309 KB 120/192 KB 100/309 KB 124/192 KB 100/309 KB 128/192 KB 100/309 KB 116/192 KB 100/309 KB 128/192 KB 104/309 KB 128/192 KB 108/309 KB 128/192 KB 112/309 KB 132/192 KB 112/309 KB 132/192 KB 116/309 KB 132/192 KB 120/309 KB 136/192 KB 124/309 KB 136/192 KB 128/309 KB 136/192 KB 120/309 KB 140/192 KB 128/309 KB 144/192 KB 128/309 KB 144/192 KB 132/309 KB 148/192 KB 136/309 KB 148/192 KB 140/309 KB 148/192 KB 144/309 KB 148/192 KB 132/309 KB 152/192 KB 144/309 KB 156/192 KB 144/309 KB 160/192 KB 144/309 KB 164/192 KB 144/309 KB 168/192 KB 148/309 KB 172/192 KB 148/309 KB 176/192 KB 148/309 KB 164/192 KB 148/309 KB 176/192 KB 152/309 KB 176/192 KB 156/309 KB 176/192 KB 160/309 KB 176/192 KB 164/309 KB 180/192 KB 168/309 KB 180/192 KB 172/309 KB 180/192 KB 176/309 KB 180/192 KB 164/309 KB 184/192 KB 176/309 KB 188/192 KB 176/309 KB 192/192 KB 176/309 KB 192/192 KB 176/309 KB 192/192 KB 180/309 KB 192/192 KB 184/309 KB 192/192 KB 188/309 KB 192/192 KB 192/309 KB 192/192 KB 196/309 KB 192/192 KB 200/309 KB 192/192 KB 204/309 KB 192/192 KB 208/309 KB 192/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 272/309 KB 192/192 KB 276/309 KB 192/192 KB 280/309 KB 192/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1029.4 KB/sec) unit-abot-epc-basic-0: 12:12:02 DEBUG unit.abot-epc-basic/0.install 304/309 KB 308/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 1573.5 KB/sec) unit-abot-epc-basic-0: 12:12:03 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: 12:12:03 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 138.7 KB/sec) unit-abot-epc-basic-0: 12:12:03 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: 12:12:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-abot-epc-basic-0: 12:12:03 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: 12:12:03 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3507.2 KB/sec) unit-abot-epc-basic-0: 12:12:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:03 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 12:12:03 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 12:12:03 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 12:12:03 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 12:12:04 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 12:12:04 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:04 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 12:12:04 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Sat Aug 25 12:12:04 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:12:04 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:04 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:04 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 12:12:05 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:05 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:05 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 12:12:06 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:06 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 12:12:06 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Sat Aug 25 12:12:07 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:07 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: 12:12:07 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 12:12:07 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Sat Aug 25 12:12:07 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:07 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:08 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:08 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: 12:12:08 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:08 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install Aug 25, 2018 12:12:08 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:08 [main] REPORT: STEP EXECUTION TIME TAKEN :1490 MS unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:12:08 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:09 [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: 12:12:09 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:09 [main] REPORT: STEP EXECUTION TIME TAKEN :123 MS unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:12:09 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: 12:12:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 0m2.180s unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.527 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 12:12:09 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.003 sec unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.019 sec unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 25-Aug-2018 12:12:09.202 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:09 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: 12:12:09 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 211.0 KB/sec) unit-abot-epc-basic-0: 12:12:09 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: 12:12:09 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 182.9 KB/sec) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 12:12:09 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 130.2 KB/sec) unit-abot-epc-basic-0: 12:12:09 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: 12:12:09 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 164.7 KB/sec) unit-abot-epc-basic-0: 12:12:09 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: 12:12:09 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 1069.3 KB/sec) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 12:12:09 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 55.2 KB/sec) unit-abot-epc-basic-0: 12:12:09 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: 12:12: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/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 538.6 KB/sec) unit-abot-epc-basic-0: 12:12:09 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: 12:12:09 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: 12:12:09 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: 12:12:09 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: 12:12:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 3/60 KB 11/22 KB 5/60 KB 11/22 KB 8/60 KB 11/22 KB 11/60 KB 11/22 KB 13/60 KB 11/22 KB 13/60 KB 14/22 KB 16/60 KB 14/22 KB 16/60 KB 16/22 KB 19/60 KB 16/22 KB 19/60 KB 19/22 KB 21/60 KB 19/22 KB 21/60 KB 22/22 KB 24/60 KB 22/22 KB 27/60 KB 22/22 KB 29/60 KB 22/22 KB 32/60 KB 22/22 KB 32/60 KB 22/22 KB 3/181 KB 32/60 KB 22/22 KB 6/181 KB 32/60 KB 22/22 KB 9/181 KB 32/60 KB 22/22 KB 11/181 KB 32/60 KB 22/22 KB 14/181 KB 36/60 KB 22/22 KB 16/181 KB 36/60 KB 22/22 KB 19/181 KB 36/60 KB 22/22 KB 22/181 KB 36/60 KB 22/22 KB 14/181 KB 40/60 KB 22/22 KB 22/181 KB 44/60 KB 22/22 KB 22/181 KB 48/60 KB 22/22 KB 25/181 KB 44/60 KB 22/22 KB 25/181 KB 48/60 KB 22/22 KB 27/181 KB 48/60 KB 22/22 KB 30/181 KB 52/60 KB 22/22 KB 30/181 KB 56/60 KB 22/22 KB 30/181 KB 60/60 KB 22/22 KB 32/181 KB 56/60 KB 22/22 KB 32/181 KB 3/57 KB 60/60 KB 22/22 KB 32/181 KB 6/57 KB 60/60 KB 22/22 KB 32/181 KB 9/57 KB 60/60 KB 32/181 KB 11/57 KB 60/60 KB 32/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 760.8 KB/sec) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 14/57 KB 60/60 KB 32/181 KB 16/57 KB 60/60 KB 32/181 KB 19/57 KB 60/60 KB 32/181 KB 22/57 KB 60/60 KB 32/181 KB 25/57 KB 60/60 KB 32/181 KB 27/57 KB 60/60 KB 32/181 KB 30/57 KB 60/60 KB 32/181 KB 30/57 KB 60/60 KB 36/181 KB 30/57 KB 60/60 KB 40/181 KB 32/57 KB 60/60 KB 40/181 KB 32/57 KB 60/60 KB 44/181 KB 32/57 KB 60/60 KB 48/181 KB 36/57 KB 60/60 KB 48/181 KB 40/57 KB 60/60 KB 52/181 KB 44/57 KB 60/60 KB 52/181 KB 48/57 KB 60/60 KB 52/181 KB 36/57 KB 60/60 KB 52/181 KB 48/57 KB 60/60 KB 56/181 KB 48/57 KB 60/60 KB 60/181 KB 48/57 KB 60/60 KB 64/181 KB 52/57 KB 60/60 KB 64/181 KB 56/57 KB 60/60 KB 64/181 KB 57/57 KB 60/60 KB 64/181 KB 57/57 KB 60/60 KB 68/181 KB 57/57 KB 60/60 KB 72/181 KB 57/57 KB 60/60 KB 76/181 KB 57/57 KB 60/60 KB 80/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1905.1 KB/sec) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 57/57 KB 3/203 KB 80/181 KB 57/57 KB 5/203 KB 80/181 KB 57/57 KB 8/203 KB 80/181 KB 57/57 KB 11/203 KB 80/181 KB 57/57 KB 13/203 KB 80/181 KB 57/57 KB 16/203 KB 80/181 KB 57/57 KB 19/203 KB 80/181 KB 57/57 KB 19/203 KB 84/181 KB 57/57 KB 19/203 KB 88/181 KB 57/57 KB 19/203 KB 92/181 KB 57/57 KB 21/203 KB 96/181 KB 57/57 KB 21/203 KB 92/181 KB 57/57 KB 24/203 KB 96/181 KB 57/57 KB 27/203 KB 96/181 KB 57/57 KB 29/203 KB 96/181 KB 57/57 KB 32/203 KB 96/181 KB 36/203 KB 96/181 KB 40/203 KB 96/181 KB 44/203 KB 96/181 KB 48/203 KB 96/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 1625.7 KB/sec) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 48/203 KB 100/181 KB 48/203 KB 104/181 KB 48/203 KB 108/181 KB 48/203 KB 112/181 KB 52/203 KB 112/181 KB 56/203 KB 112/181 KB 60/203 KB 112/181 KB 64/203 KB 112/181 KB 68/203 KB 112/181 KB 68/203 KB 116/181 KB 68/203 KB 120/181 KB 68/203 KB 124/181 KB 68/203 KB 128/181 KB 72/203 KB 128/181 KB 76/203 KB 128/181 KB 80/203 KB 128/181 KB 84/203 KB 128/181 KB 84/203 KB 132/181 KB 84/203 KB 136/181 KB 84/203 KB 140/181 KB 84/203 KB 144/181 KB 88/203 KB 144/181 KB 92/203 KB 144/181 KB 96/203 KB 144/181 KB 96/203 KB 148/181 KB 100/203 KB 152/181 KB 100/203 KB 156/181 KB 100/203 KB 160/181 KB 100/203 KB 148/181 KB 104/203 KB 160/181 KB 108/203 KB 160/181 KB 112/203 KB 160/181 KB 112/203 KB 164/181 KB 112/203 KB 168/181 KB 112/203 KB 172/181 KB 112/203 KB 176/181 KB 116/203 KB 176/181 KB 120/203 KB 176/181 KB 124/203 KB 176/181 KB 128/203 KB 176/181 KB 128/203 KB 180/181 KB 128/203 KB 181/181 KB 132/203 KB 181/181 KB 136/203 KB 181/181 KB 140/203 KB 181/181 KB 144/203 KB 181/181 KB 148/203 KB 181/181 KB 152/203 KB 181/181 KB 156/203 KB 181/181 KB 160/203 KB 181/181 KB 164/203 KB 181/181 KB 168/203 KB 172/203 KB 176/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 3335.5 KB/sec) unit-abot-epc-basic-0: 12:12:09 DEBUG unit.abot-epc-basic/0.install 180/203 KB 184/203 KB 188/203 KB 192/203 KB 196/203 KB 200/203 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3380.9 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 227.4 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 1525.8 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 276.5 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 195.8 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 127.4 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 193.9 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 744.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 87.5 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 594.0 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 1443.4 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 12:12:10 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 83.3 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 42.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 128.2 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 938.0 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 53.1 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 318.5 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 888.9 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 445.9 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 138.1 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 342.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 853.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 222.4 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 503.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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 60.5 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 763.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 3/48 KB 5/48 KB 8/48 KB 11/48 KB 13/48 KB 16/48 KB 19/48 KB 21/48 KB 24/48 KB 27/48 KB 29/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2620.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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: 12:12:10 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: 12:12:10 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: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 4/46 KB 8/46 KB 12/46 KB 16/46 KB 20/46 KB 24/46 KB 28/46 KB 32/46 KB 4/54 KB 32/46 KB 3/44 KB 4/201 KB 4/158 KB 4/54 KB 32/46 KB 3/44 KB 8/201 KB 4/158 KB 4/54 KB 32/46 KB 3/44 KB 12/201 KB 4/158 KB 4/54 KB 32/46 KB 3/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 3/44 KB 4/158 KB 4/54 KB 32/46 KB 5/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 8/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 11/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 13/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 16/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 19/44 KB 16/201 KB 4/158 KB 4/54 KB 32/46 KB 4/158 KB 4/54 KB 32/46 KB 19/44 KB 16/201 KB 8/158 KB 4/54 KB 32/46 KB 19/44 KB 16/201 KB 12/158 KB 4/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 4/54 KB 32/46 KB 8/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 12/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 16/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 20/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 24/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 28/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 32/54 KB 32/46 KB 21/44 KB 20/201 KB 16/158 KB 4/54 KB 32/46 KB 21/44 KB 20/201 KB 12/158 KB 32/54 KB 32/46 KB 21/44 KB 24/201 KB 16/158 KB 32/54 KB 32/46 KB 21/44 KB 28/201 KB 16/158 KB 36/54 KB 32/46 KB 21/44 KB 32/201 KB 20/158 KB 4/54 KB 32/46 KB 21/44 KB 16/201 KB 12/158 KB 36/54 KB 32/46 KB 24/44 KB 32/201 KB 20/158 KB 36/54 KB 32/46 KB 27/44 KB 32/201 KB 20/158 KB 36/54 KB 32/46 KB 29/44 KB 32/201 KB 20/158 KB 36/54 KB 32/46 KB 32/44 KB 32/201 KB 20/158 KB 36/54 KB 36/46 KB 36/44 KB 32/201 KB 20/158 KB 36/54 KB 36/46 KB 40/44 KB 36/201 KB 20/158 KB 36/54 KB 36/46 KB 44/44 KB 36/201 KB 20/158 KB 36/54 KB 36/46 KB 44/44 KB 36/201 KB 20/158 KB 36/54 KB 32/46 KB 21/44 KB 28/201 KB 20/158 KB 32/54 KB 32/46 KB 21/44 KB 28/201 KB 20/158 KB 40/54 KB 36/46 KB 44/44 KB 36/201 KB 24/158 KB 40/54 KB 36/46 KB 44/44 KB 36/201 KB 28/158 KB 40/54 KB 36/46 KB 44/44 KB 36/201 KB 32/158 KB 40/54 KB 36/46 KB 44/44 KB 36/201 KB 20/158 KB 44/54 KB 36/46 KB 44/44 KB 36/201 KB 32/158 KB 48/54 KB 36/46 KB 44/44 KB 36/201 KB 32/158 KB 36/54 KB 36/46 KB 36/44 KB 36/201 KB 20/158 KB 36/54 KB 36/46 KB 32/44 KB 32/201 KB 20/158 KB 48/54 KB 40/46 KB 44/44 KB 36/201 KB 32/158 KB 48/54 KB 44/46 KB 44/44 KB 36/201 KB 32/158 KB 48/54 KB 46/46 KB 44/44 KB 36/201 KB 32/158 KB 48/54 KB 46/46 KB 44/44 KB 40/201 KB 32/158 KB 48/54 KB 46/46 KB 44/44 KB 44/201 KB 32/158 KB 48/54 KB 46/46 KB 44/44 KB 48/201 KB 32/158 KB 52/54 KB 46/46 KB 44/44 KB 48/201 KB 36/158 KB 54/54 KB 46/46 KB 44/44 KB 48/201 KB 36/158 KB 48/54 KB 46/46 KB 44/44 KB 48/201 KB 36/158 KB 54/54 KB 46/46 KB 44/44 KB 48/201 KB 40/158 KB 54/54 KB 46/46 KB 44/44 KB 48/201 KB 44/158 KB 54/54 KB 46/46 KB 44/44 KB 48/201 KB 48/158 KB 54/54 KB 46/46 KB 44/44 KB 52/201 KB 48/158 KB 54/54 KB 46/46 KB 44/44 KB 56/201 KB 52/158 KB 54/54 KB 46/46 KB 44/44 KB 60/201 KB 52/158 KB 54/54 KB 46/46 KB 44/44 KB 64/201 KB 52/158 KB 54/54 KB 46/46 KB 44/44 KB 52/201 KB 52/158 KB 54/54 KB 46/46 KB 44/44 KB 64/201 KB 56/158 KB 54/54 KB 46/46 KB 44/44 KB 64/201 KB 60/158 KB 54/54 KB 46/46 KB 44/44 KB 64/201 KB 64/158 KB 54/54 KB 46/46 KB 44/44 KB 64/201 KB 68/158 KB 54/54 KB 46/46 KB 44/44 KB 68/201 KB 72/158 KB 54/54 KB 44/44 KB 68/201 KB 76/158 KB 54/54 KB 44/44 KB 68/201 KB 80/158 KB 54/54 KB 46/46 KB 44/44 KB 68/201 KB 68/158 KB unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 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 789.8 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 895.0 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 943.8 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 72/201 KB 80/158 KB 76/201 KB 80/158 KB 80/201 KB 80/158 KB 84/201 KB 80/158 KB 3/3 KB 3/6 KB 88/201 KB 84/158 KB 3/3 KB 3/6 KB 92/201 KB 84/158 KB 3/3 KB 3/6 KB 96/201 KB 84/158 KB 3/3 KB 3/6 KB 84/201 KB 84/158 KB 3/3 KB 3/6 KB 84/201 KB 80/158 KB 3/6 KB 84/201 KB 80/158 KB 3/3 KB 6/6 KB 96/201 KB 84/158 KB 3/3 KB 6/6 KB 96/201 KB 84/158 KB 3/3 KB 6/6 KB 100/201 KB 84/158 KB 3/3 KB 6/6 KB 104/201 KB 88/158 KB 3/3 KB 6/6 KB 108/201 KB 88/158 KB 3/3 KB 6/6 KB 112/201 KB 88/158 KB 3/3 KB 6/6 KB 100/201 KB 88/158 KB 3/3 KB 6/6 KB 112/201 KB 92/158 KB 3/3 KB 6/6 KB 112/201 KB 96/158 KB 3/3 KB 6/6 KB 112/201 KB 100/158 KB 3/3 KB 6/6 KB 112/201 KB 104/158 KB 3/3 KB 6/6 KB 112/201 KB 108/158 KB 3/3 KB 6/6 KB 112/201 KB 112/158 KB 3/3 KB 6/6 KB 116/201 KB 112/158 KB 3/3 KB 6/6 KB 120/201 KB 112/158 KB 3/3 KB 6/6 KB 124/201 KB 112/158 KB 3/3 KB 6/6 KB 128/201 KB 112/158 KB 3/3 KB 6/6 KB 128/201 KB 116/158 KB 3/3 KB 6/6 KB 128/201 KB 120/158 KB 3/3 KB 6/6 KB 4/367 KB 132/201 KB 124/158 KB 3/3 KB 6/6 KB 4/367 KB 132/201 KB 128/158 KB 3/3 KB 6/6 KB 4/367 KB 132/201 KB 120/158 KB 3/3 KB 6/6 KB 4/367 KB 128/201 KB 120/158 KB 3/3 KB 6/6 KB 8/367 KB 132/201 KB 128/158 KB 6/6 KB 12/367 KB 132/201 KB 128/158 KB 6/6 KB 16/367 KB 132/201 KB 128/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 38.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 20/367 KB 132/201 KB 128/158 KB 24/367 KB 132/201 KB 128/158 KB 28/367 KB 132/201 KB 128/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 89.2 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 32/367 KB 132/201 KB 128/158 KB 36/367 KB 132/201 KB 128/158 KB 40/367 KB 132/201 KB 128/158 KB 44/367 KB 132/201 KB 128/158 KB 44/367 KB 136/201 KB 128/158 KB 48/367 KB 140/201 KB 128/158 KB 48/367 KB 144/201 KB 128/158 KB 48/367 KB 136/201 KB 128/158 KB 48/367 KB 144/201 KB 132/158 KB 52/367 KB 148/201 KB 136/158 KB 52/367 KB 148/201 KB 140/158 KB 52/367 KB 148/201 KB 132/158 KB 52/367 KB 144/201 KB 132/158 KB 56/367 KB 152/201 KB 140/158 KB 60/367 KB 152/201 KB 140/158 KB 64/367 KB 152/201 KB 144/158 KB 60/367 KB 152/201 KB 144/158 KB 60/367 KB 152/201 KB 140/158 KB 64/367 KB 156/201 KB 144/158 KB 64/367 KB 160/201 KB 144/158 KB 64/367 KB 160/201 KB 148/158 KB 3/52 KB 68/367 KB 160/201 KB 3/5 KB 152/158 KB 3/52 KB 68/367 KB 160/201 KB 3/5 KB 148/158 KB 68/367 KB 160/201 KB 3/5 KB 148/158 KB 3/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 5/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 8/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 11/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 13/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 16/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 19/52 KB 68/367 KB 160/201 KB 5/5 KB 152/158 KB 68/367 KB 160/201 KB 148/158 KB 19/52 KB 72/367 KB 160/201 KB 5/5 KB 152/158 KB 19/52 KB 76/367 KB 164/201 KB 5/5 KB 156/158 KB 19/52 KB 72/367 KB 164/201 KB 5/5 KB 156/158 KB 21/52 KB 76/367 KB 164/201 KB 5/5 KB 158/158 KB 19/52 KB 72/367 KB 164/201 KB 5/5 KB 152/158 KB 21/52 KB 76/367 KB 164/201 KB 5/5 KB 156/158 KB 21/52 KB 80/367 KB 164/201 KB 5/5 KB 158/158 KB 21/52 KB 80/367 KB 168/201 KB 5/5 KB 158/158 KB 21/52 KB 80/367 KB 172/201 KB 5/5 KB 158/158 KB 24/52 KB 80/367 KB 176/201 KB 5/5 KB 158/158 KB 24/52 KB 80/367 KB 172/201 KB 5/5 KB 158/158 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 50.8 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 27/52 KB 80/367 KB 180/201 KB 158/158 KB 27/52 KB 84/367 KB 184/201 KB 158/158 KB 27/52 KB 84/367 KB 188/201 KB 158/158 KB 27/52 KB 84/367 KB 192/201 KB 158/158 KB 27/52 KB 84/367 KB 180/201 KB 158/158 KB 27/52 KB 80/367 KB 176/201 KB 5/5 KB 158/158 KB 29/52 KB 84/367 KB 192/201 KB 158/158 KB 32/52 KB 84/367 KB 192/201 KB 158/158 KB 32/52 KB 88/367 KB 192/201 KB 158/158 KB 32/52 KB 92/367 KB 192/201 KB 158/158 KB 32/52 KB 96/367 KB 192/201 KB 158/158 KB 36/52 KB 96/367 KB 192/201 KB 158/158 KB 40/52 KB 100/367 KB 196/201 KB 158/158 KB 44/52 KB 100/367 KB 196/201 KB 158/158 KB 48/52 KB 100/367 KB 196/201 KB 158/158 KB 36/52 KB 100/367 KB 196/201 KB 158/158 KB 48/52 KB 100/367 KB 200/201 KB 158/158 KB 48/52 KB 100/367 KB 201/201 KB 158/158 KB 36/52 KB 100/367 KB 192/201 KB 158/158 KB 48/52 KB 104/367 KB 201/201 KB 158/158 KB 48/52 KB 108/367 KB 201/201 KB 158/158 KB 52/52 KB 112/367 KB 201/201 KB 158/158 KB 52/52 KB 108/367 KB 201/201 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 1635.9 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 52/52 KB 112/367 KB 3/47 KB 201/201 KB 52/52 KB 112/367 KB 5/47 KB 201/201 KB 52/52 KB 112/367 KB 8/47 KB 201/201 KB 52/52 KB 112/367 KB 11/47 KB 201/201 KB 52/52 KB 112/367 KB 13/47 KB 201/201 KB 52/52 KB 112/367 KB 16/47 KB 201/201 KB 52/52 KB 112/367 KB 19/47 KB 201/201 KB 52/52 KB 112/367 KB 21/47 KB 201/201 KB 52/52 KB 112/367 KB 24/47 KB 201/201 KB 52/52 KB 112/367 KB 27/47 KB 201/201 KB 52/52 KB 112/367 KB 29/47 KB 201/201 KB 52/52 KB 116/367 KB 32/47 KB 201/201 KB 52/52 KB 116/367 KB 36/47 KB 201/201 KB 52/52 KB 116/367 KB 40/47 KB 201/201 KB 52/52 KB 116/367 KB 44/47 KB 201/201 KB 52/52 KB 116/367 KB 47/47 KB 201/201 KB 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 52/52 KB 116/367 KB 29/47 KB 201/201 KB 52/52 KB 120/367 KB 47/47 KB 201/201 KB 52/52 KB 124/367 KB 47/47 KB 201/201 KB 52/52 KB 128/367 KB 47/47 KB 201/201 KB 52/52 KB 132/367 KB 47/47 KB 201/201 KB 52/52 KB 136/367 KB 47/47 KB 201/201 KB 52/52 KB 140/367 KB 47/47 KB 201/201 KB 52/52 KB 144/367 KB 47/47 KB 201/201 KB 52/52 KB 148/367 KB 47/47 KB 201/201 KB 152/367 KB 47/47 KB 156/367 KB 47/47 KB 160/367 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 1986.0 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 530.4 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 164/367 KB 47/47 KB 168/367 KB 47/47 KB 172/367 KB 47/47 KB 176/367 KB 47/47 KB 180/367 KB 47/47 KB 184/367 KB 47/47 KB 188/367 KB 47/47 KB 192/367 KB 47/47 KB 196/367 KB 47/47 KB 200/367 KB 47/47 KB 204/367 KB 47/47 KB 208/367 KB 47/47 KB 208/367 KB 4/238 KB 47/47 KB 208/367 KB 8/238 KB 47/47 KB 208/367 KB 12/238 KB 47/47 KB 208/367 KB 16/238 KB 47/47 KB 208/367 KB 20/238 KB 47/47 KB 208/367 KB 24/238 KB 47/47 KB 208/367 KB 28/238 KB 47/47 KB 208/367 KB 32/238 KB 47/47 KB 208/367 KB 36/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 537.4 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 208/367 KB 40/238 KB 208/367 KB 44/238 KB 208/367 KB 48/238 KB 208/367 KB 52/238 KB 208/367 KB 56/238 KB 208/367 KB 60/238 KB 208/367 KB 64/238 KB 3/28 KB 208/367 KB 64/238 KB 6/28 KB 208/367 KB 64/238 KB 9/28 KB 208/367 KB 64/238 KB 11/28 KB 208/367 KB 64/238 KB 14/28 KB 208/367 KB 64/238 KB 16/28 KB 208/367 KB 64/238 KB 19/28 KB 208/367 KB 64/238 KB 22/28 KB 208/367 KB 64/238 KB 25/28 KB 208/367 KB 64/238 KB 27/28 KB 208/367 KB 64/238 KB 28/28 KB 208/367 KB 64/238 KB 28/28 KB 208/367 KB 68/238 KB 28/28 KB 208/367 KB 72/238 KB 28/28 KB 208/367 KB 76/238 KB 28/28 KB 208/367 KB 80/238 KB 28/28 KB 208/367 KB 84/238 KB 28/28 KB 208/367 KB 88/238 KB 28/28 KB 212/367 KB 92/238 KB 28/28 KB 212/367 KB 96/238 KB 28/28 KB 212/367 KB 88/238 KB 28/28 KB 216/367 KB 96/238 KB 28/28 KB 216/367 KB 96/238 KB 4/186 KB 28/28 KB 216/367 KB 96/238 KB 8/186 KB 28/28 KB 216/367 KB 96/238 KB 12/186 KB 28/28 KB 216/367 KB 96/238 KB 16/186 KB 28/28 KB 216/367 KB 96/238 KB 20/186 KB 28/28 KB 216/367 KB 96/238 KB 24/186 KB 28/28 KB 216/367 KB 96/238 KB 28/186 KB 28/28 KB 216/367 KB 96/238 KB 32/186 KB 28/28 KB 220/367 KB 96/238 KB 32/186 KB 28/28 KB 224/367 KB 96/238 KB 32/186 KB 228/367 KB 96/238 KB 36/186 KB 232/367 KB 100/238 KB 36/186 KB 236/367 KB 100/238 KB 36/186 KB 240/367 KB 100/238 KB 36/186 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 262.7 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 28/28 KB 224/367 KB 96/238 KB 36/186 KB 240/367 KB 100/238 KB 40/186 KB 240/367 KB 100/238 KB 44/186 KB 240/367 KB 100/238 KB 48/186 KB 228/367 KB 100/238 KB 36/186 KB 240/367 KB 104/238 KB 48/186 KB 240/367 KB 108/238 KB 48/186 KB 240/367 KB 112/238 KB 48/186 KB 240/367 KB 112/238 KB 52/186 KB 244/367 KB 116/238 KB 56/186 KB 244/367 KB 116/238 KB 60/186 KB 244/367 KB 116/238 KB 64/186 KB 244/367 KB 116/238 KB 52/186 KB 244/367 KB 120/238 KB 64/186 KB 244/367 KB 124/238 KB 64/186 KB 244/367 KB 128/238 KB 64/186 KB 244/367 KB 112/238 KB 52/186 KB 248/367 KB 128/238 KB 64/186 KB 252/367 KB 128/238 KB 64/186 KB 256/367 KB 128/238 KB 64/186 KB 256/367 KB 128/238 KB 68/186 KB 260/367 KB 132/238 KB 72/186 KB 260/367 KB 132/238 KB 76/186 KB 260/367 KB 132/238 KB 80/186 KB 260/367 KB 132/238 KB 68/186 KB 260/367 KB 128/238 KB 68/186 KB 264/367 KB 132/238 KB 80/186 KB 268/367 KB 132/238 KB 80/186 KB 272/367 KB 136/238 KB 80/186 KB 268/367 KB 136/238 KB 80/186 KB 272/367 KB 140/238 KB 80/186 KB 272/367 KB 144/238 KB 80/186 KB 272/367 KB 144/238 KB 3/558 KB 80/186 KB 272/367 KB 144/238 KB 6/558 KB 80/186 KB 272/367 KB 144/238 KB 9/558 KB 80/186 KB 272/367 KB 144/238 KB 11/558 KB 80/186 KB 272/367 KB 144/238 KB 11/558 KB 84/186 KB 272/367 KB 144/238 KB 14/558 KB 84/186 KB 272/367 KB 144/238 KB 16/558 KB 84/186 KB 272/367 KB 144/238 KB 19/558 KB 84/186 KB 272/367 KB 144/238 KB 22/558 KB 84/186 KB 272/367 KB 144/238 KB 25/558 KB 84/186 KB 272/367 KB 144/238 KB 27/558 KB 84/186 KB 272/367 KB 144/238 KB 30/558 KB 84/186 KB 272/367 KB 144/238 KB 32/558 KB 84/186 KB 276/367 KB 144/238 KB 32/558 KB 88/186 KB 280/367 KB 144/238 KB 36/558 KB 88/186 KB 284/367 KB 144/238 KB 36/558 KB 88/186 KB 288/367 KB 144/238 KB 36/558 KB 88/186 KB 288/367 KB 148/238 KB 36/558 KB 88/186 KB 288/367 KB 152/238 KB 36/558 KB 88/186 KB 288/367 KB 156/238 KB 36/558 KB 88/186 KB 292/367 KB 160/238 KB 36/558 KB 88/186 KB 276/367 KB 144/238 KB 36/558 KB 88/186 KB 276/367 KB 144/238 KB 32/558 KB 88/186 KB 292/367 KB 160/238 KB 36/558 KB 92/186 KB 292/367 KB 160/238 KB 36/558 KB 96/186 KB 292/367 KB 160/238 KB 36/558 KB 100/186 KB 292/367 KB 160/238 KB 40/558 KB 104/186 KB 292/367 KB 160/238 KB 40/558 KB 108/186 KB 292/367 KB 160/238 KB 40/558 KB 112/186 KB 292/367 KB 156/238 KB 36/558 KB 88/186 KB 292/367 KB 160/238 KB 40/558 KB 100/186 KB 292/367 KB 160/238 KB 44/558 KB 112/186 KB 292/367 KB 160/238 KB 48/558 KB 112/186 KB 292/367 KB 160/238 KB 52/558 KB 112/186 KB 296/367 KB 164/238 KB 56/558 KB 116/186 KB 296/367 KB 164/238 KB 60/558 KB 116/186 KB 296/367 KB 164/238 KB 52/558 KB 116/186 KB 296/367 KB 168/238 KB 60/558 KB 116/186 KB 296/367 KB 172/238 KB 60/558 KB 116/186 KB 296/367 KB 176/238 KB 60/558 KB 116/186 KB 296/367 KB 160/238 KB 52/558 KB 116/186 KB 300/367 KB 176/238 KB 60/558 KB 116/186 KB 304/367 KB 176/238 KB 60/558 KB 116/186 KB 304/367 KB 176/238 KB 64/558 KB 116/186 KB 304/367 KB 180/238 KB 64/558 KB 116/186 KB 308/367 KB 184/238 KB 68/558 KB 116/186 KB 308/367 KB 188/238 KB 68/558 KB 116/186 KB 308/367 KB 192/238 KB 68/558 KB 116/186 KB 292/367 KB 160/238 KB 52/558 KB 116/186 KB 308/367 KB 192/238 KB 68/558 KB 120/186 KB 308/367 KB 192/238 KB 68/558 KB 124/186 KB 308/367 KB 192/238 KB 68/558 KB 128/186 KB 308/367 KB 180/238 KB 68/558 KB 116/186 KB 312/367 KB 192/238 KB 68/558 KB 128/186 KB 316/367 KB 192/238 KB 68/558 KB 128/186 KB 320/367 unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install KB 192/238 KB 68/558 KB 128/186 KB 320/367 KB 192/238 KB 68/558 KB 132/186 KB 324/367 KB 196/238 KB 68/558 KB 136/186 KB 324/367 KB 196/238 KB 68/558 KB 140/186 KB 324/367 KB 196/238 KB 68/558 KB 144/186 KB 304/367 KB 180/238 KB 68/558 KB 116/186 KB 324/367 KB 196/238 KB 72/558 KB 144/186 KB 324/367 KB 196/238 KB 76/558 KB 144/186 KB 324/367 KB 196/238 KB 80/558 KB 144/186 KB 324/367 KB 196/238 KB 84/558 KB 144/186 KB 324/367 KB 196/238 KB 88/558 KB 148/186 KB 324/367 KB 196/238 KB 92/558 KB 148/186 KB 324/367 KB 196/238 KB 96/558 KB 148/186 KB 324/367 KB 196/238 KB 68/558 KB 132/186 KB 324/367 KB 192/238 KB 68/558 KB 132/186 KB 328/367 KB 196/238 KB 96/558 KB 148/186 KB 332/367 KB 196/238 KB 96/558 KB 148/186 KB 336/367 KB 196/238 KB 96/558 KB 148/186 KB 336/367 KB 200/238 KB 96/558 KB 148/186 KB 336/367 KB 204/238 KB 96/558 KB 148/186 KB 336/367 KB 208/238 KB 96/558 KB 148/186 KB 336/367 KB 212/238 KB 96/558 KB 148/186 KB 340/367 KB 216/238 KB 100/558 KB 148/186 KB 340/367 KB 220/238 KB 100/558 KB 148/186 KB 340/367 KB 224/238 KB 100/558 KB 148/186 KB 324/367 KB 196/238 KB 84/558 KB 148/186 KB 340/367 KB 224/238 KB 100/558 KB 152/186 KB 340/367 KB 224/238 KB 100/558 KB 156/186 KB 340/367 KB 224/238 KB 100/558 KB 160/186 KB 340/367 KB 224/238 KB 100/558 KB 164/186 KB 340/367 KB 228/238 KB 100/558 KB 168/186 KB 340/367 KB 228/238 KB 100/558 KB 172/186 KB 340/367 KB 228/238 KB 100/558 KB 176/186 KB 340/367 KB 212/238 KB 100/558 KB 148/186 KB 340/367 KB 212/238 KB 96/558 KB 148/186 KB 344/367 KB 228/238 KB 100/558 KB 176/186 KB 348/367 KB 228/238 KB 100/558 KB 176/186 KB 352/367 KB 228/238 KB 100/558 KB 176/186 KB 356/367 KB 228/238 KB 100/558 KB 176/186 KB 360/367 KB 228/238 KB 104/558 KB 176/186 KB 364/367 KB 228/238 KB 104/558 KB 176/186 KB 367/367 KB 228/238 KB 104/558 KB 176/186 KB 340/367 KB 228/238 KB 100/558 KB 164/186 KB 356/367 KB 228/238 KB 104/558 KB 176/186 KB 367/367 KB 228/238 KB 108/558 KB 176/186 KB 367/367 KB 228/238 KB 112/558 KB 176/186 KB 367/367 KB 232/238 KB 112/558 KB 176/186 KB 367/367 KB 236/238 KB 112/558 KB 176/186 KB 367/367 KB 238/238 KB 112/558 KB 176/186 KB 367/367 KB 238/238 KB 112/558 KB 180/186 KB 367/367 KB 238/238 KB 116/558 KB 184/186 KB 367/367 KB 238/238 KB 116/558 KB 186/186 KB 367/367 KB 238/238 KB 116/558 KB 180/186 KB 367/367 KB 238/238 KB 120/558 KB 186/186 KB 367/367 KB 238/238 KB 124/558 KB 186/186 KB 367/367 KB 238/238 KB 128/558 KB 186/186 KB 367/367 KB 238/238 KB 132/558 KB 186/186 KB 367/367 KB 238/238 KB 136/558 KB 186/186 KB 367/367 KB 238/238 KB 140/558 KB 186/186 KB 367/367 KB 238/238 KB 144/558 KB 186/186 KB 367/367 KB 238/238 KB 148/558 KB 186/186 KB 367/367 KB 238/238 KB 152/558 KB 186/186 KB 367/367 KB 238/238 KB 156/558 KB 186/186 KB 367/367 KB 238/238 KB 160/558 KB 186/186 KB 367/367 KB 238/238 KB 164/558 KB 186/186 KB 367/367 KB 238/238 KB 168/558 KB 186/186 KB 367/367 KB 238/238 KB 172/558 KB 186/186 KB 367/367 KB 238/238 KB 176/558 KB 186/186 KB 367/367 KB 238/238 KB 180/558 KB 186/186 KB 367/367 KB 238/238 KB 184/558 KB 186/186 KB 367/367 KB 238/238 KB 188/558 KB 186/186 KB 367/367 KB 238/238 KB 192/558 KB 186/186 KB 367/367 KB 238/238 KB 196/558 KB 186/186 KB 367/367 KB 238/238 KB 200/558 KB 186/186 KB 367/367 KB 238/238 KB 204/558 KB 186/186 KB 367/367 KB 238/238 KB 208/558 KB 186/186 KB Downloaded: https://repo.maven.apache.org/mave unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install n2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2130.6 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1223.5 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1562.0 KB/sec) unit-abot-epc-basic-0: 12:12:10 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: 12:12:10 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: 12:12:10 DEBUG unit.abot-epc-basic/0.install 212/558 KB 216/558 KB 220/558 KB 224/558 KB 228/558 KB 232/558 KB 236/558 KB 240/558 KB 244/558 KB 248/558 KB 252/558 KB 256/558 KB 4/181 KB 256/558 KB 8/181 KB 256/558 KB 12/181 KB 256/558 KB 16/181 KB 256/558 KB 16/181 KB 260/558 KB 16/181 KB 264/558 KB 16/181 KB 268/558 KB 16/181 KB 272/558 KB 20/181 KB 272/558 KB 24/181 KB 272/558 KB 28/181 KB 272/558 KB 32/181 KB 272/558 KB 36/181 KB 272/558 KB 40/181 KB 272/558 KB 44/181 KB 272/558 KB 48/181 KB 272/558 KB 52/181 KB 272/558 KB 56/181 KB 272/558 KB 60/181 KB 272/558 KB 64/181 KB 272/558 KB 64/181 KB 276/558 KB 64/181 KB 280/558 KB 64/181 KB 284/558 KB 64/181 KB 288/558 KB 68/181 KB 288/558 KB 72/181 KB 288/558 KB 76/181 KB 288/558 KB 80/181 KB 288/558 KB 84/181 KB 288/558 KB 88/181 KB 288/558 KB 92/181 KB 288/558 KB 96/181 KB 288/558 KB 96/181 KB 292/558 KB 100/181 KB 296/558 KB 4/1206 KB 100/181 KB 300/558 KB 4/1206 KB 100/181 KB 292/558 KB 4/1206 KB 96/181 KB 292/558 KB 4/1206 KB 100/181 KB 300/558 KB 8/1206 KB 100/181 KB 300/558 KB 12/1206 KB 100/181 KB 300/558 KB 16/1206 KB 100/181 KB 300/558 KB 20/1206 KB 100/181 KB 300/558 KB 24/1206 KB 100/181 KB 300/558 KB 28/1206 KB 100/181 KB 300/558 KB 32/1206 KB 100/181 KB 300/558 KB 36/1206 KB 100/181 KB 300/558 KB 40/1206 KB 100/181 KB 300/558 KB 44/1206 KB 100/181 KB 300/558 KB 48/1206 KB 100/181 KB 300/558 KB 52/1206 KB 100/181 KB 300/558 KB 56/1206 KB 100/181 KB 300/558 KB 60/1206 KB 100/181 KB 300/558 KB 64/1206 KB 104/181 KB 300/558 KB 64/1206 KB 108/181 KB 300/558 KB 64/1206 KB 112/181 KB 300/558 KB 64/1206 KB 112/181 KB 300/558 KB 68/1206 KB 116/181 KB 300/558 KB 72/1206 KB 116/181 KB 304/558 KB 76/1206 KB 116/181 KB 304/558 KB 80/1206 KB 116/181 KB 300/558 KB 68/1206 KB 120/181 KB 304/558 KB 80/1206 KB 124/181 KB 304/558 KB 80/1206 KB 128/181 KB 304/558 KB 80/1206 KB 132/181 KB 304/558 KB 80/1206 KB 136/181 KB 304/558 KB 84/1206 KB 140/181 KB 304/558 KB 84/1206 KB 144/181 KB 304/558 KB 84/1206 KB 116/181 KB 304/558 KB 72/1206 KB 144/181 KB 308/558 KB 84/1206 KB 144/181 KB 312/558 KB 84/1206 KB 144/181 KB 316/558 KB 84/1206 KB 144/181 KB 320/558 KB 84/1206 KB 132/181 KB 304/558 KB 84/1206 KB 144/181 KB 320/558 KB 88/1206 KB 144/181 KB 320/558 KB 92/1206 KB 144/181 KB 320/558 KB 96/1206 KB 144/181 KB 320/558 KB 100/1206 KB 148/181 KB 324/558 KB 104/1206 KB 148/181 KB 324/558 KB 108/1206 KB 148/181 KB 324/558 KB 100/1206 KB 148/181 KB 328/558 KB 108/1206 KB 148/181 KB 332/558 KB 108/1206 KB 148/181 KB 336/558 KB 112/1206 KB 148/181 KB 320/558 KB 100/1206 KB 148/181 KB 332/558 KB 112/1206 KB 152/181 KB 336/558 KB 112/1206 KB 156/181 KB 336/558 KB 112/1206 KB 160/181 KB 336/558 KB 112/1206 KB 164/181 KB 336/558 KB 112/1206 KB 168/181 KB 340/558 KB 116/1206 KB 172/181 KB 340/558 KB 116/1206 KB 164/181 KB 340/558 KB 116/1206 KB 164/181 KB 340/558 KB 112/1206 KB 172/181 KB 340/558 KB 120/1206 KB 172/181 KB 344/558 KB 120/1206 KB 172/181 KB 348/558 KB 120/1206 KB 172/181 KB 352/558 KB 120/1206 KB 172/181 KB 352/558 KB 124/1206 KB 172/181 KB 352/558 KB 128/1206 KB 172/181 KB 352/558 KB 132/1206 KB 176/181 KB 356/558 KB 136/1206 KB 176/181 KB 356/558 KB 140/1206 KB 176/181 KB 356/558 KB 144/1206 KB 176/181 KB 356/558 KB 132/1206 KB 176/181 KB 352/558 KB 132/1206 KB 180/181 KB 356/558 KB 144/1206 KB 181/181 KB 360/558 KB 144/1206 KB 180/181 KB 360/558 KB 144/1206 KB 181/181 unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install KB 364/558 KB 144/1206 KB 181/181 KB 368/558 KB 144/1206 KB 181/181 KB 372/558 KB 144/1206 KB 181/181 KB 376/558 KB 148/1206 KB 181/181 KB 380/558 KB 148/1206 KB 181/181 KB 384/558 KB 148/1206 KB 181/181 KB 372/558 KB 148/1206 KB 181/181 KB 384/558 KB 152/1206 KB 181/181 KB 384/558 KB 156/1206 KB 181/181 KB 384/558 KB 160/1206 KB 181/181 KB 388/558 KB 160/1206 KB 181/181 KB 392/558 KB 164/1206 KB 181/181 KB 396/558 KB 164/1206 KB 181/181 KB 400/558 KB 164/1206 KB 181/181 KB 388/558 KB 164/1206 KB 181/181 KB 400/558 KB 168/1206 KB 181/181 KB 400/558 KB 172/1206 KB 181/181 KB 400/558 KB 176/1206 KB 181/181 KB 400/558 KB 180/1206 KB 181/181 KB 404/558 KB 184/1206 KB 181/181 KB 404/558 KB 188/1206 KB 181/181 KB 404/558 KB 192/1206 KB 181/181 KB 404/558 KB 180/1206 KB 181/181 KB 408/558 KB 192/1206 KB 181/181 KB 412/558 KB 192/1206 KB 181/181 KB 416/558 KB 192/1206 KB 181/181 KB 416/558 KB 196/1206 KB 420/558 KB 200/1206 KB 420/558 KB 196/1206 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 895.1 KB/sec) unit-abot-epc-basic-0: 12:12:10 DEBUG unit.abot-epc-basic/0.install 424/558 KB 200/1206 KB 428/558 KB 200/1206 KB 432/558 KB 200/1206 KB 432/558 KB 204/1206 KB 432/558 KB 208/1206 KB 436/558 KB 208/1206 KB 440/558 KB 212/1206 KB 444/558 KB 212/1206 KB 436/558 KB 212/1206 KB 444/558 KB 216/1206 KB 444/558 KB 220/1206 KB 444/558 KB 224/1206 KB 448/558 KB 224/1206 KB 452/558 KB 224/1206 KB 456/558 KB 228/1206 KB 460/558 KB 228/1206 KB 464/558 KB 228/1206 KB 452/558 KB 228/1206 KB 464/558 KB 232/1206 KB 464/558 KB 236/1206 KB 464/558 KB 240/1206 KB 464/558 KB 244/1206 KB 468/558 KB 248/1206 KB 468/558 KB 252/1206 KB 468/558 KB 256/1206 KB 468/558 KB 244/1206 KB 472/558 KB 256/1206 KB 476/558 KB 256/1206 KB 480/558 KB 256/1206 KB 484/558 KB 256/1206 KB 488/558 KB 260/1206 KB 492/558 KB 260/1206 KB 496/558 KB 260/1206 KB 484/558 KB 260/1206 KB 496/558 KB 264/1206 KB 496/558 KB 268/1206 KB 496/558 KB 272/1206 KB 500/558 KB 272/1206 KB 504/558 KB 276/1206 KB 508/558 KB 276/1206 KB 512/558 KB 276/1206 KB 500/558 KB 276/1206 KB 512/558 KB 280/1206 KB 512/558 KB 284/1206 KB 512/558 KB 288/1206 KB 516/558 KB 288/1206 KB 520/558 KB 292/1206 KB 524/558 KB 292/1206 KB 528/558 KB 292/1206 KB 516/558 KB 292/1206 KB 528/558 KB 296/1206 KB 528/558 KB 300/1206 KB 528/558 KB 304/1206 KB 532/558 KB 304/1206 KB 536/558 KB 304/1206 KB 540/558 KB 304/1206 KB 544/558 KB 304/1206 KB 544/558 KB 308/1206 KB 544/558 KB 312/1206 KB 544/558 KB 316/1206 KB 544/558 KB 320/1206 KB 544/558 KB 324/1206 KB 548/558 KB 328/1206 KB 548/558 KB 332/1206 KB 548/558 KB 336/1206 KB 548/558 KB 324/1206 KB 552/558 KB 336/1206 KB 556/558 KB 336/1206 KB 558/558 KB 336/1206 KB 558/558 KB 340/1206 KB 558/558 KB 344/1206 KB 558/558 KB 348/1206 KB 558/558 KB 352/1206 KB 558/558 KB 356/1206 KB 558/558 KB 360/1206 KB 558/558 KB 364/1206 KB 558/558 KB 368/1206 KB 558/558 KB 372/1206 KB 558/558 KB 376/1206 KB 558/558 KB 380/1206 KB 558/558 KB 384/1206 KB 558/558 KB 388/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2454.2 KB/sec) unit-abot-epc-basic-0: 12:12:11 DEBUG unit.abot-epc-basic/0.install 392/1206 KB 396/1206 KB 400/1206 KB 404/1206 KB 408/1206 KB 412/1206 KB 416/1206 KB 420/1206 KB 424/1206 KB 428/1206 KB 432/1206 KB 436/1206 KB 440/1206 KB 444/1206 KB 448/1206 KB 452/1206 KB 456/1206 KB 460/1206 KB 464/1206 KB 468/1206 KB 472/1206 KB 476/1206 KB 480/1206 KB 484/1206 KB 488/1206 KB 492/1206 KB 496/1206 KB 500/1206 KB 504/1206 KB 508/1206 KB 512/1206 KB 516/1206 KB 520/1206 KB 524/1206 KB 528/1206 KB 532/1206 KB 536/1206 KB 540/1206 KB 544/1206 KB 548/1206 KB 552/1206 KB 556/1206 KB 560/1206 KB 564/1206 KB 568/1206 KB 572/1206 KB 576/1206 KB 580/1206 KB 584/1206 KB 588/1206 KB 592/1206 KB 596/1206 KB 600/1206 KB 604/1206 KB 608/1206 KB 612/1206 KB 616/1206 KB 620/1206 KB 624/1206 KB 628/1206 KB 632/1206 KB 636/1206 KB 640/1206 KB 644/1206 KB 648/1206 KB 652/1206 KB 656/1206 KB 660/1206 KB 664/1206 KB 668/1206 KB 672/1206 KB 676/1206 KB 680/1206 KB 684/1206 KB 688/1206 KB 692/1206 KB 696/1206 KB 700/1206 KB 704/1206 KB 708/1206 KB 712/1206 KB 716/1206 KB 720/1206 KB 724/1206 KB 728/1206 KB 732/1206 KB 736/1206 KB 740/1206 KB 744/1206 KB 748/1206 KB 752/1206 KB 756/1206 KB 760/1206 KB 764/1206 KB 768/1206 KB 772/1206 KB 776/1206 KB 780/1206 KB 784/1206 KB 788/1206 KB 792/1206 KB 796/1206 KB 800/1206 KB 804/1206 KB 808/1206 KB 812/1206 KB 816/1206 KB 820/1206 KB 824/1206 KB 828/1206 KB 832/1206 KB 836/1206 KB 840/1206 KB 844/1206 KB 848/1206 KB 852/1206 KB 856/1206 KB 860/1206 KB 864/1206 KB 868/1206 KB 872/1206 KB 876/1206 KB 880/1206 KB 884/1206 KB 888/1206 KB 892/1206 KB 896/1206 KB 900/1206 KB 904/1206 KB 908/1206 KB 912/1206 KB 916/1206 KB 920/1206 KB 924/1206 KB 928/1206 KB 932/1206 KB 936/1206 KB 940/1206 KB 944/1206 KB 948/1206 KB 952/1206 KB 956/1206 KB 960/1206 KB 964/1206 KB 968/1206 KB 972/1206 KB 976/1206 KB 980/1206 KB 984/1206 KB 988/1206 KB 992/1206 KB 996/1206 KB 1000/1206 KB 1004/1206 KB 1008/1206 KB 1012/1206 KB 1016/1206 KB 1020/1206 KB 1024/1206 KB 1028/1206 KB 1032/1206 KB 1036/1206 KB 1040/1206 KB 1044/1206 KB 1048/1206 KB 1052/1206 KB 1056/1206 KB 1060/1206 KB 1064/1206 KB 1068/1206 KB 1072/1206 KB 1076/1206 KB 1080/1206 KB 1084/1206 KB 1088/1206 KB 1092/1206 KB 1096/1206 KB 1100/1206 KB 1104/1206 KB 1108/1206 KB 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 4129.0 KB/sec) unit-abot-epc-basic-0: 12:12:11 DEBUG unit.abot-epc-basic/0.install 3/1199 KB 5/1199 KB 8/1199 KB 11/1199 KB 13/1199 KB 16/1199 KB 19/1199 KB 21/1199 KB 24/1199 KB 27/1199 KB 29/1199 KB 32/1199 KB 36/1199 KB 40/1199 KB 44/1199 KB 48/1199 KB 52/1199 KB 56/1199 KB 60/1199 KB 64/1199 KB 68/1199 KB 72/1199 KB 76/1199 KB 80/1199 KB 84/1199 KB 88/1199 KB 92/1199 KB 96/1199 KB 100/1199 KB 104/1199 KB 108/1199 KB 112/1199 KB 116/1199 KB 120/1199 KB 124/1199 KB 128/1199 KB 132/1199 KB 136/1199 KB 140/1199 KB 144/1199 KB 148/1199 KB 152/1199 KB 156/1199 KB 160/1199 KB 164/1199 KB 168/1199 KB 172/1199 KB 176/1199 KB 180/1199 KB 184/1199 KB 188/1199 KB 192/1199 KB 196/1199 KB 200/1199 KB 204/1199 KB 208/1199 KB 212/1199 KB 216/1199 KB 220/1199 KB 224/1199 KB 228/1199 KB 232/1199 KB 236/1199 KB 240/1199 KB 244/1199 KB 248/1199 KB 252/1199 KB 256/1199 KB 260/1199 KB 264/1199 KB 268/1199 KB 272/1199 KB 276/1199 KB 280/1199 KB 284/1199 KB 288/1199 KB 292/1199 KB 296/1199 KB 300/1199 KB 304/1199 KB 308/1199 KB 312/1199 KB 316/1199 KB 320/1199 KB 324/1199 KB 328/1199 KB 332/1199 KB 336/1199 KB 340/1199 KB 344/1199 KB 348/1199 KB 352/1199 KB 356/1199 KB 360/1199 KB 364/1199 KB 368/1199 KB 372/1199 KB 376/1199 KB 380/1199 KB 384/1199 KB 388/1199 KB 392/1199 KB 396/1199 KB 400/1199 KB 404/1199 KB 408/1199 KB 412/1199 KB 416/1199 KB 420/1199 KB 424/1199 KB 428/1199 KB 432/1199 KB 436/1199 KB 440/1199 KB 444/1199 KB 448/1199 KB 452/1199 KB 456/1199 KB 460/1199 KB 464/1199 KB 468/1199 KB 472/1199 KB 476/1199 KB 480/1199 KB 484/1199 KB 488/1199 KB 492/1199 KB 496/1199 KB 500/1199 KB 504/1199 KB 508/1199 KB 512/1199 KB 516/1199 KB 520/1199 KB 524/1199 KB 528/1199 KB 532/1199 KB 536/1199 KB 540/1199 KB 544/1199 KB 548/1199 KB 552/1199 KB 556/1199 KB 560/1199 KB 564/1199 KB 568/1199 KB 572/1199 KB 576/1199 KB 580/1199 KB 584/1199 KB 588/1199 KB 592/1199 KB 596/1199 KB 600/1199 KB 604/1199 KB 608/1199 KB 612/1199 KB 616/1199 KB 620/1199 KB 624/1199 KB 628/1199 KB 632/1199 KB 636/1199 KB 640/1199 KB 644/1199 KB 648/1199 KB 652/1199 KB 656/1199 KB 660/1199 KB 664/1199 KB 668/1199 KB 672/1199 KB 676/1199 KB 680/1199 KB 684/1199 KB 688/1199 KB 692/1199 KB 696/1199 KB 700/1199 KB 704/1199 KB 708/1199 KB 712/1199 KB 716/1199 KB 720/1199 KB 724/1199 KB 728/1199 KB 732/1199 KB 736/1199 KB 740/1199 KB 744/1199 KB 748/1199 KB 752/1199 KB 756/1199 KB 760/1199 KB 764/1199 KB 768/1199 KB 772/1199 KB 776/1199 KB 780/1199 KB 784/1199 KB 788/1199 KB 792/1199 KB 796/1199 KB 800/1199 KB 804/1199 KB 808/1199 KB 812/1199 KB 816/1199 KB 820/1199 KB 824/1199 KB 828/1199 KB 832/1199 KB 836/1199 KB 840/1199 KB 844/1199 KB 848/1199 KB 852/1199 KB 856/1199 KB 860/1199 KB 864/1199 KB 868/1199 KB 872/1199 KB 876/1199 KB 880/1199 KB 884/1199 KB 888/1199 KB 892/1199 KB 896/1199 KB 900/1199 KB 904/1199 KB 908/1199 KB 912/1199 KB 916/1199 KB 920/1199 KB 924/1199 KB 928/1199 KB 932/1199 KB 936/1199 KB 940/1199 KB 944/1199 KB 948/1199 KB 952/1199 KB 956/1199 KB 960/1199 KB 964/1199 KB 968/1199 KB 972/1199 KB 976/1199 KB 980/1199 KB 984/1199 KB 988/1199 KB 992/1199 KB 996/1199 KB 1000/1199 KB 1004/1199 KB 1008/1199 KB 1012/1199 KB 1016/1199 KB 1020/1199 KB 1024/1199 KB 1028/1199 KB 1032/1199 KB 1036/1199 KB 1040/1199 KB 1044/1199 KB 1048/1199 KB 1052/1199 KB 1056/1199 KB 1060/1199 KB 1064/1199 KB 1068/1199 KB 1072/1199 KB 1076/1199 KB 1080/1199 unit-abot-epc-basic-0: 12:12:11 DEBUG unit.abot-epc-basic/0.install KB 1084/1199 KB 1088/1199 KB 1092/1199 KB 1096/1199 KB 1100/1199 KB 1104/1199 KB 1108/1199 KB 1112/1199 KB 1116/1199 KB 1120/1199 KB 1124/1199 KB 1128/1199 KB 1132/1199 KB 1136/1199 KB 1140/1199 KB 1144/1199 KB 1148/1199 KB 1152/1199 KB 1156/1199 KB 1160/1199 KB 1164/1199 KB 1168/1199 KB 1172/1199 KB 1176/1199 KB 1180/1199 KB 1184/1199 KB 1188/1199 KB 1192/1199 KB 1196/1199 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 2611.5 KB/sec) unit-abot-epc-basic-0: 12:12:11 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 12:12:11 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 12:12:11 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:12:12 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: 12:12:12 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: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 48.018 s unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-25T12:12:12+00:00 unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 12:12:12 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 12:12:12 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: 12:12:12 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.6) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-134.160) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 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: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:13 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: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:13 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: 12:12:13 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 12:12:14 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 12:12:14 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 12:12:14 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 12:12:14 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:15 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:15 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: 12:12:15 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 12:12:16 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: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:12:16 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 12:12:17 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-e150fd-default-0". unit-abot-epc-basic-0: 12:12:18 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: 12:12:18 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 12:12:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 12:12:19 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 12:12:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:12:20 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 12:12:20 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 12:12:20 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 12:12:20 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 12:12:21 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:12:21 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:12:21 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:21 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: 12:12:21 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:12:21 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 12:12:22 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: 12:12:22 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 12:12:22 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 12:12:23 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:12:23 DEBUG unit.abot-epc-basic/0.install Need to get 291 MB of archives. unit-abot-epc-basic-0: 12:12:23 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: 12:12:23 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: 12:12:24 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-abot-epc-basic-0: 12:12:24 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: 12:12:24 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 12:12:24 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-abot-epc-basic-0: 12:12:25 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: 12:12:25 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: 12:12:25 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: 12:12:25 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: 12:12:25 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: 12:12:25 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: 12:12:26 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: 12:12:26 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: 12:12:26 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-abot-epc-basic-0: 12:12:26 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 12:12:26 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: 12:12:26 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: 12:12:27 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: 12:12:27 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: 12:12:27 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: 12:12:27 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: 12:12:27 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: 12:12:27 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: 12:12:28 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: 12:12:28 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: 12:12:28 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: 12:12:28 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: 12:12:28 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: 12:12:29 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: 12:12:29 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: 12:12:29 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: 12:12:30 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: 12:12:30 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: 12:12:30 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: 12:12:30 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: 12:12:30 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: 12:12:30 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: 12:12:31 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: 12:12:31 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: 12:12:31 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: 12:12:31 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: 12:12:31 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: 12:12:31 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: 12:12:31 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: 12:12:32 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] machine-2: 12:12:32 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 12:12:32 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 12:12:32 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 12:12:32 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] machine-2: 12:12:32 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:12:32 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 12:12:32 DEBUG juju.worker start "engine" machine-2: 12:12:32 INFO juju.worker start "engine" machine-2: 12:12:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 12:12:32 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 12:12:32 DEBUG juju.worker "engine" started machine-2: 12:12:32 DEBUG juju.worker.introspection stats worker now serving machine-2: 12:12:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.apicaller connecting with old password machine-2: 12:12:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 12:12:32 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:12:32 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:12:32 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:12:32 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] machine-2: 12:12:32 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 12:12:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:12:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 12:12:32 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: 12:12:32 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: 12:12:32 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: 12:12:33 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: 12:12:33 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] machine-2: 12:12:33 DEBUG juju.worker.apicaller connected machine-2: 12:12:33 DEBUG juju.worker.apicaller changing password... machine-2: 12:12:33 DEBUG juju.worker.apicaller password changed machine-2: 12:12:33 DEBUG juju.api RPC connection died machine-2: 12:12:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 12:12:33 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] machine-2: 12:12:33 DEBUG juju.worker.apicaller connecting with current password machine-2: 12:12:33 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:12:33 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:12:33 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:12:33 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: 12:12:33 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: 12:12:33 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: 12:12:33 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] machine-2: 12:12:34 DEBUG juju.worker.apicaller connected machine-2: 12:12:34 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 12:12:34 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:12:34 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:12:34 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] machine-2: 12:12:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 12:12:34 INFO juju.worker.upgrader unblocking abort check machine-2: 12:12:34 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 12:12:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 12:12:34 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 12:12:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 12:12:34 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 12:12:34 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 12:12:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.logger logger setup machine-2: 12:12:34 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 12:12:34 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] machine-2: 12:12:34 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 12:12:34 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 12:12:34 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 12:12:34 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 12:12:34 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:12:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:12:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:12:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:12:34 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-2: 12:12:34 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:12:34 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 12:12:34 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 12:12:34 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 12:12:34 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} machine-2: 12:12:34 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 12:12:34 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: 12:12:34 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 12:12:34 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:12:34 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:12:34 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:12:34 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:12:34 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:12:34 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:12:34 DEBUG juju.network including address public:172.30.9.202 for machine machine-2: 12:12:34 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-2: 12:12:34 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:12:34 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:12:34 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] machine-2: 12:12:34 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 12:12:34 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 12:12:34 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 12:12:34 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 12:12:34 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: 12:12:34 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] machine-2: 12:12:34 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 12:12:34 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 12:12:34 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 12:12:34 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 12:12:34 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 12:12:34 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 12:12:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 12:12:34 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 12:12:34 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 12:12:34 DEBUG juju.worker start "2-container-watcher" machine-2: 12:12:34 DEBUG juju.worker start "stateconverter" machine-2: 12:12:34 INFO juju.worker start "2-container-watcher" machine-2: 12:12:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 12:12:34 DEBUG juju.worker "2-container-watcher" started machine-2: 12:12:34 INFO juju.worker start "stateconverter" machine-2: 12:12:34 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 12:12:34 DEBUG juju.worker "stateconverter" started machine-2: 12:12:34 INFO juju.worker.machiner "machine-2" started machine-2: 12:12:34 DEBUG juju.service discovered init system "upstart" from local host unit-abot-epc-basic-0: 12:12:34 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] machine-2: 12:12:34 DEBUG juju.worker.deployer state addresses: ["192.168.121.5:37017"] machine-2: 12:12:34 DEBUG juju.worker.deployer API addresses: ["192.168.121.5:17070" "172.30.9.202:17070"] machine-2: 12:12:34 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 12:12:34 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 12:12:34 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: 12:12:34 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 12:12:34 DEBUG juju.worker start "api" unit-oai-epc-0: 12:12:34 INFO juju.worker start "api" unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 12:12:34 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 12:12:34 DEBUG juju.worker "api" started unit-oai-epc-0: 12:12:34 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:12:34 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:12:34 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:12:34 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: 12:12:34 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-oai-epc-0: 12:12:34 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 12:12:34 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 12:12:34 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 12:12:34 DEBUG juju.api RPC connection died unit-oai-epc-0: 12:12:34 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 12:12:34 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:d7:05:9b 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:d7:05:9b 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 12:12:34 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-oai-epc-0: 12:12:34 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 12:12:34 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:12:34 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:12:34 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:12:34 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: 12:12:35 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-oai-epc-0: 12:12:35 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 12:12:35 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 12:12:35 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 12:12:35 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 12:12:35 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 12:12:35 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-abot-epc-basic-0: 12:12:35 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-oai-epc-0: 12:12:35 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 12:12:35 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 12:12:35 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 12:12:35 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 12:12:35 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 12:12:35 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: 12:12:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 12:12:35 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:12:35 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:12:35 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-epc-0: 12:12:35 DEBUG juju.network including address local-cloud:192.168.121.5 for machine unit-oai-epc-0: 12:12:35 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 12:12:35 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 12:12:35 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 12:12:35 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 12:12:35 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 12:12:35 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 12:12:35 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 12:12:35 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 12:12:35 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 12:12:35 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 12:12:35 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 12:12:35 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 12:12:35 DEBUG httpbakery client do GET https://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 12:12:35 DEBUG httpbakery } -> error unit-oai-epc-0: 12:12:35 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 12:12:35 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 12:12:35 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-oai-epc-0: 12:12:35 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 12:12:35 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: 12:12:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 12:12:35 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: 12:12:36 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-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 12:12:36 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-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-abot-epc-basic-0: 12:12:36 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-oai-epc-0: 12:12:36 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 12:12:36 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 12:12:36 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 12:12:36 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-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 12:12:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 12:12:36 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 12:12:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 12:12:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 12:12:36 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-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 12:12:36 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: 12:12:36 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:12:36 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 12:12:36 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: 12:12:37 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-oai-epc-0: 12:12:37 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:12:37 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 12:12:37 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 12:12:37 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 12:12:37 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: 12:12:37 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-oai-epc-0: 12:12:37 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-abot-epc-basic-0: 12:12:37 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: 12:12:37 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: 12:12:37 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: 12:12:38 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: 12:12:38 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-oai-epc-0: 12:12:38 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] unit-abot-epc-basic-0: 12:12:38 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: 12:12:38 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: 12:12:38 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-oai-epc-0: 12:12:38 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (2002 kB/s) unit-abot-epc-basic-0: 12:12:38 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-oai-epc-0: 12:12:38 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-abot-epc-basic-0: 12:12:38 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-oai-epc-0: 12:12:38 DEBUG unit.oai-epc/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-epc-0: 12:12:38 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 12:12:39 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-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:12:39 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-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 12:12:39 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:12:39 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: 12:12:39 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: 12:12:39 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: 12:12:39 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: 12:12:39 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-oai-epc-0: 12:12:40 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:40 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: 12:12:40 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-oai-epc-0: 12:12:40 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 12:12:40 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-oai-epc-0: 12:12:40 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 12:12:40 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:12:40 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: 12:12:40 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-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 12:12:41 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-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 12:12:41 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-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 12:12:41 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 12:12:41 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: 12:12:41 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (32.5 kB/s) unit-abot-epc-basic-0: 12:12:41 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-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 12:12:42 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-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:12:42 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-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 12:12:42 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 12:12:42 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: 12:12:43 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-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:43 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: 12:12:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 12:12:43 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-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 12:12:43 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-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 12:12:43 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: 12:12:43 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-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 12:12:43 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 12:12:43 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: 12:12:44 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-oai-epc-0: 12:12:44 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: 12:12:44 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: 12:12:44 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-oai-epc-0: 12:12:44 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: 12:12:45 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: 12:12:45 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-oai-epc-0: 12:12:45 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: 12:12:45 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-oai-epc-0: 12:12:45 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: 12:12:45 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-oai-epc-0: 12:12:45 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-abot-epc-basic-0: 12:12:45 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.8 [126 kB] unit-oai-epc-0: 12:12:45 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: 12:12:45 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: 12:12:45 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-oai-epc-0: 12:12:45 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: 12:12:45 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1717 kB/s) unit-abot-epc-basic-0: 12:12:45 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: 12:12:46 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: 12:12:46 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-oai-epc-0: 12:12:46 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 12:12:46 DEBUG unit.oai-epc/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-epc-0: 12:12:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 12:12:46 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: 12:12:46 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: 12:12:46 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: 12:12:46 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: 12:12:47 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: 12:12:47 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-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:12:47 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: 12:12:47 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-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 12:12:47 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: 12:12:47 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-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 12:12:47 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-oai-epc-0: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 12:12:47 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: 12:12:47 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:12:48 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 12:12:48 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: 12:12:48 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: 12:12:48 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: 12:12:48 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: 12:12:48 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: 12:12:48 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: 12:12:49 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: 12:12:49 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-oai-epc-0: 12:12:49 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 12:12:49 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 12:12:49 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-oai-epc-0: 12:12:49 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:12:49 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-abot-epc-basic-0: 12:12:49 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-oai-epc-0: 12:12:49 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:12:50 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 12:12:50 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: 12:12:50 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:12:50 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-oai-epc-0: 12:12:50 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: 12:12:50 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:12:50 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: 12:12:50 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: 12:12:50 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-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 12:12:50 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 12:12:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:12:50 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 12:12:51 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-oai-epc-0: 12:12:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:12:51 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 12:12:51 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: 12:12:51 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: 12:12:51 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-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 12:12:51 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 12:12:51 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: 12:12:52 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: 12:12:52 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: 12:12:52 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: 12:12:52 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: 12:12:53 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: 12:12:53 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: 12:12:53 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: 12:12:53 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: 12:12:53 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: 12:12:54 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: 12:12:54 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: 12:12:54 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: 12:12:54 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: 12:12:54 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: 12:12:54 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: 12:12:54 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: 12:12:55 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: 12:12:55 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-abot-epc-basic-0: 12:12:55 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: 12:12:55 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: 12:12:55 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: 12:12:55 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: 12:12:56 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: 12:12:56 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: 12:12:56 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: 12:12:56 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: 12:12:56 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: 12:12:56 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: 12:12:56 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: 12:12:57 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: 12:12:57 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: 12:12:57 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: 12:12:57 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: 12:12:57 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-oai-epc-0: 12:12:57 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 12:12:57 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 12:12:58 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: 12:12:58 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 12:12:58 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: 12:12:58 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 12:12:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:12:58 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 12:12:58 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: 12:12:58 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 12:12:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:12:58 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 12:12:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 12:12:58 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: 12:12:58 DEBUG unit.oai-epc/0.install --2018-08-25 12:12:58-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install 0K ....... 63.6M=0s unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install 2018-08-25 12:12:58 (63.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install --2018-08-25 12:12:58-- 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: 12:12:58 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 12:12:58 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: 12:12:58 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 12:12:58 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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 368K 3s unit-abot-epc-basic-0: 12:12:58 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-oai-epc-0: 12:12:58 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 366K 3s unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 372K 3s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 29.1M 2s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 36.1M 1s unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 378K 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 3.75M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 37.6M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 35.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 41.6M 1s unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 426K 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 36.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 38.9M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 4.29M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 35.2M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 36.8M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 48.3M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 37.4M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 72.0M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 107M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 106M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 104M 0s unit-abot-epc-basic-0: 12:12: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-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 229K=0.8s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2018-08-25 12:12:59 (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-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install --2018-08-25 12:12:59-- 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: 12:12:59 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 12:12:59 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: 12:12:59 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 10.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 12.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 21.1M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 27.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 36.1M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 45.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 70.5M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 28.3M 1s unit-abot-epc-basic-0: 12:12:59 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1 [12.5 kB] unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 28.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 48.3M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 40.9M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 83.4M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 96.6M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 110M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 108M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 111M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 100M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 120M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 115M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 115M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 99.9M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 115M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 460K 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 36.8M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 13.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 14.4M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 11.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 17.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 20.2M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 18.6M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 16.2M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 19.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 51.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 78.1M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 82.8M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 81.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 94.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 81.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 84.6M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 114M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 108M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 110M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 99.3M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 114M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 102M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 116M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 106M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 99.2M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 119M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 116M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 101M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 115M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 123M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 114M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 107M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 122M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 110M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 120M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 104M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 119M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 120M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 121M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 2.10M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 43.3M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 83.2M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 92.6M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 94.1M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 715K 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 104M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 24.8M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 55.1M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 63.8M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 48.6M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 106M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 19.2M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 31.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 24.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 57.8M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 37.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 36.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 32.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 84.5M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 59.0M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 100M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 50.4M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 66.6M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 97.2M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 101M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 94.5M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 104M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 50.7M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 68.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 56.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 123M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 58.9M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 120M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 105M 1s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 122M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 120M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 115M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 107M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 119M 0s unit-oai-epc-0: 12:12:59 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 124M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 1.53M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 64.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 64.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 76.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 67.1M 0s unit-abot-epc-basic-0: 12:13:00 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-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 56.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 61.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 63.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 63.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 56.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 64.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 64.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 62.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 61.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 98.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 104M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 94.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 90.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 102M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 101M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 101M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 90.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 843K 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 53.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 61.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 57.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 76.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 64.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 70.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 63.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 15.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 71.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 16.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 67.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 80.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 56.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 63.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 62.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 66.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 68.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 82.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 98.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 66.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 62.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 66.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 98.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 29.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 61.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 65.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 66.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 72.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 64.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 70.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 98.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 101M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 1.46M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 52.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 47.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 48.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 59.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 87.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 117M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 103M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 86.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 82.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 92.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 79.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 78.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 75.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 74.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 67.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 74.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 95.9M 0s unit-abot-epc-basic-0: 12:13:00 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-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 117M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 110M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 116M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 1.33M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 58.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 66.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 65.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 79.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 90.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 2.37M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 73.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 63.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 71.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 50.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 71.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 62.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 39.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 19.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 69.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 17.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 64.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 55.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 60.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 67.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 68.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 9.99M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 71.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 56.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 48.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 54.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 60.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 59.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 56.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 62.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 85.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 99.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 85.6M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 103M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 97.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 101M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 89.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 1.60M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 49.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 67.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 62.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 61.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 54.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 75.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 82.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 67.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 59.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 78.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 75.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 99.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 89.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 30.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 63.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 85.5M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 64.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 60.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 102M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 1.37M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 47.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 55.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 54.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 72.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 78.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 94.3M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 95.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 2.48M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 52.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 58.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 61.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 65.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 82.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 72.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 72.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 29.8M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 68.2M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 53.0M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 16.4M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 70.1M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 56.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 62.9M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 46.7M 0s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 2.33M=0.7s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2018-08-25 12:13:00 (18.2 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: 12:13:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install --2018-08-25 12:13:00-- 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: 12:13:00 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 12:13:00 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-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 12:13:00 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: 12:13:00 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 51.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 88.0M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 64.4M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 57.1M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 76.9M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 48.3M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 76.6M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 28.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 65.8M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 56.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 64.2M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 61.2M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 64.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 55.0M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 58.0M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 65.6M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 64.2M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 54.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 66.7M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 60.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 62.3M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 55.1M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 63.8M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 61.0M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 55.8M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 54.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 61.8M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 72.3M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 77.4M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 60.4M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 71.4M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 73.8M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 76.2M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 67.2M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 76.8M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 75.0M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 76.9M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 63.1M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 72.9M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 78.6M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 98.5M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 120M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 118M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 117M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 112M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 113M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 123M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 118M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 102M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 113M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 120M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 120M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 99.3M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 127M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 117M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 119M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 107M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 122M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 124M 1s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 115M 1s unit-abot-epc-basic-0: 12:13: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-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 515K 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 55.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 63.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 76.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 85.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 58.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 49.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 77.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 44.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 58.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 46.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 66.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 62.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 66.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 53.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 57.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 69.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 82.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 66.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 69.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 95.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 101M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 57.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 68.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 47.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 52.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 43.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 55.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 59.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 54.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 48.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 48.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 56.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 56.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 42.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 54.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 55.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 92.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 88.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 105M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 103M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 104M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 89.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 103M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 103M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 103M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 501K 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 31.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 61.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 61.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 36.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 31.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 42.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 44.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 49.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 42.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 74.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 47.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 51.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 52.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 46.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 54.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 62.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 60.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 65.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 64.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 72.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 72.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 92.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 105M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 102M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 91.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 104M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 80.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 64.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 74.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 67.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 72.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 74.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 56.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 66.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 69.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 70.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 65.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 70.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 93.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 87.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 94.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 102M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 83.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 96.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 106M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 81.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 95.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 82.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 524K 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 54.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 53.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 46.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 54.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 61.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 66.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 59.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 119M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 113M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 82.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 68.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 111M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 66.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 93.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 87.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 102M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 67.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 65.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 65.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 73.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 95.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 66.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 62.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 78.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 86.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 72.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 63.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 73.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 71.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 82.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 63.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 97.5M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 17.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 54.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 64.2M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 62.3M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 65.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 55.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 66.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 83.1M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 102M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 87.4M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 75.8M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 66.0M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 64.9M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 71.7M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 102M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 99.6M 2s unit-oai-epc-0: 12:13:00 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 102M 2s unit-abot-epc-basic-0: 12:13: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-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 497K 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 46.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 47.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 52.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 43.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 59.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 61.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 70.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 55.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 62.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 62.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 61.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 55.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 62.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 62.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 61.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 77.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 98.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 88.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 81.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 57.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 94.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 95.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 63.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 57.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 67.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 66.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 91.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 85.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 87.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 1.29M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 71.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 81.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 79.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 90.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 87.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 91.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 84.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 88.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 97.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 104M 2s unit-abot-epc-basic-0: 12:13:01 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-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 251K 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 40.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 43.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 66.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 49.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 83.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 74.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 76.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 68.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 83.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 78.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 78.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 72.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 77.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 76.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 92.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 90.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 100M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 88.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 104M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 88.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 100M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 99.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 91.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 108M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 90.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 97.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 100M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 97.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 90.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 104M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 91.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 104M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 105M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 88.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 107M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 106M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 93.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 96.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 105M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 98.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 84.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 106M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 105M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 91.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 106M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 98.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 91.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 485K 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 15.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 71.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 28.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 63.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 62.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 49.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 52.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 64.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 62.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 57.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 63.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 68.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 71.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 66.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 65.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 63.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 63.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 57.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 64.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 88.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 94.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 89.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 99.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 104M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 90.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 107M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 5.67M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 63.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 59.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 67.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 56.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 62.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 67.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 67.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 62.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 67.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 61.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 62.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 55.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 65.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 64.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 62.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 56.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 61.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 82.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 91.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 100M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 90.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 105M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 97.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 91.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 102M 2s unit-abot-epc-basic-0: 12:13:01 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-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 601K 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 60.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 13.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 25.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 61.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 52.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 64.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 60.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 62.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 56.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 70.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 71.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 76.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 69.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 106M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 23.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 61.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 49.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 66.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 70.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 63.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 68.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 81.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 97.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 4.48M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 68.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 64.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 57.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 63.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 65.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 65.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 66.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 79.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 74.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 74.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 60.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 61.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 68.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 72.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 62.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 74.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 91.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 107M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 65.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 65.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 66.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 68.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 68.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 103M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 88.3M 2s unit-abot-epc-basic-0: 12:13:01 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-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 598K 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 46.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 55.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 57.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 52.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 47.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 60.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 98.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 78.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 64.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 80.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 72.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 77.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 66.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 75.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 68.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 73.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 61.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 74.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 89.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 95.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 86.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 46.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 59.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 67.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 68.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 70.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 3.20M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 65.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 96.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 65.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 58.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 65.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 67.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 64.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 56.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 63.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 65.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 61.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 57.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 65.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 64.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 62.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 73.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 66.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 68.4M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 66.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 56.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 98.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 99.6M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 101M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 88.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 100M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 102M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 96.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 89.6M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 99.2M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 94.5M 1s unit-abot-epc-basic-0: 12:13:01 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-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 613K 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 62.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 23.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 53.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 85.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 50.8M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 43.5M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 53.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 53.2M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 45.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 43.7M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 51.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 48.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 54.1M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 78.9M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 90.3M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 81.0M 2s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 56.7M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 60.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 61.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 67.0M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 86.7M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 103M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 102M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 100M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 88.2M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 102M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 101M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 97.6M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 4.35M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 56.4M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 70.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 67.4M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 81.8M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 14.1M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 66.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 53.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 69.1M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 54.8M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 64.6M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 64.9M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 63.8M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 57.2M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 64.8M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 64.7M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 65.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 58.5M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 96.6M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 99.7M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 102M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 90.1M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 102M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 103M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 103M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 26.1M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 62.4M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 58.2M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 66.1M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 66.3M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 93.2M 1s unit-oai-epc-0: 12:13:01 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 88.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 656K 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 16.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 60.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 49.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 74.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 12.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 58.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 65.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 54.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 56.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 55.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 55.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 94.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 82.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 64.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 57.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 63.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 70.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 97.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 89.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 103M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 104M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 98.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 3.72M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 61.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 57.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 67.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 57.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 62.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 52.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 91.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 73.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 78.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 74.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 66.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 87.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 86.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 17.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 66.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 55.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 66.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 69.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 74.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 62.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 60.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 32.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 69.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 70.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 60.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 69.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 66.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 69.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 62.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 99.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 106M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 98.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 93.2M 1s unit-abot-epc-basic-0: 12:13:02 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-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 677K 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 62.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 19.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 64.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 57.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 44.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 16.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 52.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 44.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 53.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 61.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 11.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 54.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 64.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 53.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 43.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 60.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 92.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 103M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 88.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 4.53M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 56.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 47.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 54.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 45.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 66.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 69.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 93.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 60.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 69.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 81.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 63.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 63.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 97.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 105M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 98.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 89.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 94.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 40.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 64.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 72.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 61.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 83.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 8.98M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 68.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 39.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 66.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 55.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 66.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 66.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 65.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 55.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 64.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 84.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 97.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 91.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 99.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 104M 1s unit-abot-epc-basic-0: 12:13:02 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-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 717K 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 52.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 57.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 87.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 57.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 58.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 44.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 59.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 70.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 15.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 45.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 60.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 55.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 63.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 11.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 59.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 42.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 3.06M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 61.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 42.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 54.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 56.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 49.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 56.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 59.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 61.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 52.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 63.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 64.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 82.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 91.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 81.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 64.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 66.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 56.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 62.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 80.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 87.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 103M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 98.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 99.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 88.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 100M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 41.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 66.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 89.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 49.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 70.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 13.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 66.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 42.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 59.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 66.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 68.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 91.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 83.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 738K 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 47.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 44.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 63.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 58.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 65.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 70.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 74.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 76.1M 1s unit-abot-epc-basic-0: 12:13:02 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-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 70.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 100M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 31.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 63.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 42.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 51.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 11.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 62.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 49.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 63.1M 1s machine-3: 12:13:02 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 12:13:02 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 12:13:02 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 3.02M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 35.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 58.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 11.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 59.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 48.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 28.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 48.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 50.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 48.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 42.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 55.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 50.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 66.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 84.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 98.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 94.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 98.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 84.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 98.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 72.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 66.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 57.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 65.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 69.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 63.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 57.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 85.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 61.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 94.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 99.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 696K 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 51.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 63.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 58.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 46.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 66.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 63.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 64.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 62.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 70.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 64.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 67.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 55.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 65.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 70.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 94.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 63.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 98.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 90.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 102M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 91.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 61.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 69.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 2.97M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 59.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 50.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 43.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 11.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 9.22M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 56.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 22.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 69.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 60.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 65.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 63.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 67.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 79.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 96.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 73.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 64.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 53.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 64.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 64.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 70.9M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 58.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 64.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 67.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 69.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 61.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 74.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 104M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 96.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 91.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 100M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 98.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 101M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 720K 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 52.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 53.8M 1s unit-abot-epc-basic-0: 12:13:02 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-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 51.4M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 51.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 83.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 99.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 80.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 25.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 67.2M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 43.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 47.1M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 63.8M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 57.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 60.5M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 51.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 94.3M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 97.7M 1s machine-3: 12:13:02 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:13:02 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 103M 1s machine-3: 12:13:02 DEBUG juju.worker start "engine" machine-3: 12:13:02 INFO juju.worker start "engine" machine-3: 12:13:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 63.5M 1s machine-3: 12:13:02 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 67.5M 1s machine-3: 12:13:02 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 64.2M 1s machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 12:13:02 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 12:13:02 DEBUG juju.worker "engine" started machine-3: 12:13:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.introspection stats worker now serving machine-3: 12:13:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 72.4M 1s machine-3: 12:13:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 62.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 63.7M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 103M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 99.6M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 85.7M 1s machine-3: 12:13:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 3.86M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 55.0M 1s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 61.0M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 12.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 44.6M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 12:13:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 9.18M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 48.4M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 21.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 59.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 69.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 64.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 91.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 60.5M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 12:13:02 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 10.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 61.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 63.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 66.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 66.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 52.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 65.0M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 55.0M 0s machine-3: 12:13:02 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:13:02 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 65.0M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 52.8M 0s machine-3: 12:13:02 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:13:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 82.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 100M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 101M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 83.1M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 101M 0s machine-3: 12:13:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 12:13:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 12:13:02 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 12:13:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 739K 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 49.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 46.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 56.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 55.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 56.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 51.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 93.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 86.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 69.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 64.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 64.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 69.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 73.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 56.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 81.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 103M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 88.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 12.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 69.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 45.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 72.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 54.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 61.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 71.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 61.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 58.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 88.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 89.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 102M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 5.49M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 60.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 62.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 51.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 80.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 91.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 88.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 15.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 10.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 34.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 23.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 43.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 67.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 69.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 71.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 10.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 60.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 71.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 74.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 67.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 11.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 72.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 63.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 55.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 60.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 73.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 99.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 78.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 752K 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 51.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 40.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 44.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 48.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 55.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 65.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 52.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 60.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 58.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 60.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 60.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 62.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 71.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 88.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 74.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 101M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 90.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 101M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 35.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 59.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 68.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 10.9M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 61.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 78.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 64.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 65.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 67.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 57.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 93.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 98.3M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 7.88M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 69.1M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 66.5M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 65.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 62.8M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 76.4M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 98.2M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 99.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 26.0M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 48.7M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 10.6M 0s unit-oai-epc-0: 12:13:02 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 33.1M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 23.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 49.7M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 61.4M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 75.8M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 65.8M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 63.4M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 10.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 62.9M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 72.5M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 12.0M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 686K 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 78.7M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 64.1M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 54.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 50.8M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 55.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 63.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 64.0M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 63.0M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 72.4M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 65.5M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 73.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 65.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 73.8M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 66.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 79.0M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 58.4M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 76.5M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 102M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 102M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 91.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 77.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 66.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 68.5M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 64.1M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 69.7M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 71.5M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 98.9M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 89.9M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 103M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 48.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 46.7M 0s unit-abot-epc-basic-0: 12:13:03 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-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 4.31M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 63.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 9.75M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 54.0M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 5.02M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 59.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 45.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 72.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 91.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 102M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 84.9M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 102M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 97.7M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 104M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 70.1M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 94.9M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 24.2M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 54.1M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 41.3M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 101M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 88.4M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 44.8M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 16.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 88.0M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 94.1M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 101M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 85.8M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 102M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 94.6M 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 753K 0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 53750K ...... 100% 27.1M=2.7s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install 2018-08-25 12:13:03 (19.4 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: 12:13:03 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install FINISHED --2018-08-25 12:13:03-- unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install Total wall clock time: 5.0s unit-oai-epc-0: 12:13:03 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.2s (15.7 MB/s) unit-oai-epc-0: 12:13:03 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: 12:13:03 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] machine-3: 12:13:03 DEBUG juju.worker.apicaller connected machine-3: 12:13:03 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 12:13:03 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] machine-3: 12:13:03 DEBUG juju.worker.apicaller password changed machine-3: 12:13:03 DEBUG juju.api RPC connection died machine-3: 12:13:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 12:13:03 DEBUG juju.worker.apicaller connecting with current password machine-3: 12:13:03 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:13:03 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:13:03 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:13:03 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: 12:13:03 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: 12:13:04 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: 12:13:04 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: 12:13:04 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-oai-epc-0: 12:13:04 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 12:13:04 DEBUG unit.oai-epc/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-epc-0: 12:13:04 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 12:13:04 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: 12:13:04 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-oai-epc-0: 12:13:04 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... machine-3: 12:13:04 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:13:04 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: 12:13:04 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 12:13:05 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] machine-3: 12:13:05 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 12:13:05 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:13:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 12:13:05 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] machine-3: 12:13:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 12:13:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 12:13:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 12:13:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 12:13:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 12:13:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:13:05 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 12:13:05 INFO juju.worker.upgrader unblocking abort check machine-3: 12:13:05 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:13:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 12:13:05 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] machine-3: 12:13:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 12:13:05 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 12:13:05 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 12:13:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:13:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:13:05 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:13:05 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 12:13:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:13:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:13:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:13:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:13:05 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 12:13:05 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:13:05 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 12:13:05 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 12:13:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 12:13:05 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 12:13:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.logger logger setup machine-3: 12:13:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 12:13:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 12:13:05 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 12:13:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} machine-3: 12:13:05 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 12:13: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-3: 12:13:05 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 12:13:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 12:13:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:13:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:13:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:13:05 DEBUG juju.network including address public:172.30.9.202 for machine machine-3: 12:13:05 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-3: 12:13:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:13:05 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:13:05 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] machine-3: 12:13:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 12:13: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-3: 12:13:05 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 12:13:05 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 12:13:05 INFO juju.worker.deployer checking unit "oai-hss/0" unit-oai-epc-0: 12:13:05 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. machine-3: 12:13:05 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 12:13:05 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] machine-3: 12:13:05 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 12:13:05 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-oai-epc-0: 12:13:05 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... machine-3: 12:13:05 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 12:13:05 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-epc-0: 12:13:05 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... machine-3: 12:13:05 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] machine-3: 12:13:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 12:13:05 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 12:13:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 12:13:05 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 12:13:05 DEBUG juju.worker start "3-container-watcher" machine-3: 12:13:05 DEBUG juju.worker start "stateconverter" machine-3: 12:13:05 INFO juju.worker start "3-container-watcher" machine-3: 12:13:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 12:13:05 DEBUG juju.worker "3-container-watcher" started machine-3: 12:13:05 INFO juju.worker start "stateconverter" machine-3: 12:13:05 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 12:13:05 DEBUG juju.worker "stateconverter" started machine-3: 12:13:05 INFO juju.worker.machiner "machine-3" started machine-3: 12:13:05 DEBUG juju.service discovered init system "upstart" from local host machine-3: 12:13:05 DEBUG juju.worker.deployer state addresses: ["192.168.121.5:37017"] machine-3: 12:13:05 DEBUG juju.worker.deployer API addresses: ["192.168.121.5:17070" "172.30.9.202:17070"] machine-3: 12:13:05 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: 12:13:05 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 12:13:05 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: 12:13:05 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 12:13:05 DEBUG juju.worker start "api" unit-oai-hss-0: 12:13:05 INFO juju.worker start "api" unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 12:13:05 DEBUG juju.worker "api" started unit-oai-hss-0: 12:13:05 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:13:05 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:13:05 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:13:05 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: 12:13:06 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] machine-3: 12:13:06 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:ce:6d:99 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.16 [] [] []} {2 fa:16:3e:ce:6d:99 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 12:13:06 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: 12:13:06 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: 12:13:06 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-oai-hss-0: 12:13:06 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 12:13:06 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 12:13:06 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 12:13:06 DEBUG juju.api RPC connection died unit-oai-hss-0: 12:13:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 12:13:06 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 12:13:06 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:13:06 INFO juju.api connection established to "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:13:06 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:13:06 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: 12:13:06 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: 12:13:06 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: 12:13:07 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: 12:13:07 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: 12:13:07 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: 12:13:07 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: 12:13:07 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: 12:13:07 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-oai-hss-0: 12:13:07 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:13:07 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: 12:13:08 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-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:13:08 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-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:13:08 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:13:08 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 12:13:08 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 12:13:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 12:13:08 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 12:13:08 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 12:13:08 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: 12:13:08 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: 12:13:08 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: 12:13:09 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: 12:13:09 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-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 12:13: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: 12:13:09 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 12:13:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:13:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:13:09 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-hss-0: 12:13:09 DEBUG juju.network including address local-cloud:192.168.121.5 for machine unit-oai-hss-0: 12:13:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 12:13:09 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 12:13:09 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 12:13:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 12:13:09 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] unit-oai-hss-0: 12:13:09 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 12:13:09 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 12:13:09 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 12:13:09 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 12:13:09 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 12:13:09 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: 12:13:09 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: 12:13:09 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-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 12:13:09 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 12:13:09 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 12:13:09 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 12:13:09 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 12:13:09 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 12:13:09 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 12:13:09 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-abot-epc-basic-0: 12:13:09 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-oai-hss-0: 12:13:09 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 12:13:09 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 12:13:09 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 12:13:09 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 12:13:09 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 12:13:09 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 12:13:09 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 12:13:09 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 12:13:09 DEBUG httpbakery client do GET https://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 12:13:09 DEBUG httpbakery } -> error unit-oai-hss-0: 12:13:09 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 12:13:09 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 12:13:10 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-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 12:13:10 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 12:13:10 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 12:13:10 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 12:13:10 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-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 12:13:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 12:13:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 12:13:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:13:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:13:10 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-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 12:13:10 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-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 12:13:10 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-oai-epc-0: 12:13:10 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 12:13:10 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 12:13:10 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-oai-epc-0: 12:13:10 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 12:13:10 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 12:13:10 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-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 12:13:10 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 12:13:11 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2 [9,730 B] unit-oai-hss-0: 12:13:11 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: 12:13:11 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: 12:13:11 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: 12:13:11 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-oai-hss-0: 12:13:11 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: 12:13:11 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: 12:13:11 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-oai-hss-0: 12:13:11 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (3005 kB/s) unit-oai-hss-0: 12:13:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-abot-epc-basic-0: 12:13:11 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-oai-hss-0: 12:13:11 DEBUG unit.oai-hss/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-hss-0: 12:13:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-hss-0: 12:13:11 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 12:13:11 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-oai-hss-0: 12:13:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 12:13:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-hss-0: 12:13:12 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:13:12 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-oai-hss-0: 12:13:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 12:13:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-hss-0: 12:13:12 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:13:12 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 12:13:12 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 12:13:12 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: 12:13:12 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: 12:13:12 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: 12:13:13 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-oai-hss-0: 12:13:13 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:13:13 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 12:13:13 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: 12:13:13 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: 12:13:13 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-oai-hss-0: 12:13:13 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 12:13:13 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-oai-hss-0: 12:13:13 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:13:13 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-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 12:13:14 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: 12:13:14 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: 12:13:14 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: 12:13:14 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: 12:13:14 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: 12:13:14 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-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 12:13:14 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 12:13:14 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-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 12:13:15 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: 12:13:15 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: 12:13:15 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-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-abot-epc-basic-0: 12:13:15 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: 12:13:15 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-oai-hss-0: 12:13:15 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (24.0 kB/s) unit-abot-epc-basic-0: 12:13:15 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-oai-hss-0: 12:13:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 12:13:16 DEBUG unit.oai-hss/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-hss-0: 12:13:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 12:13:16 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 12:13:16 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-oai-hss-0: 12:13:16 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:13:16 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-oai-hss-0: 12:13:16 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 12:13:16 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: 12:13:16 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: 12:13:16 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-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 12:13:17 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-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-abot-epc-basic-0: 12:13:17 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-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:17 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: 12:13:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 12:13:17 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 12:13:17 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-oai-hss-0: 12:13:18 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:13:18 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 12:13:18 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 12:13:18 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 12:13:18 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: 12:13:18 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-oai-hss-0: 12:13:18 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 12:13:18 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: 12:13:18 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-oai-epc-0: 12:13:18 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 12:13:18 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 12:13:18 DEBUG unit.oai-epc/0.install Running depmod. unit-abot-epc-basic-0: 12:13:18 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: 12:13:19 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-oai-hss-0: 12:13:19 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 12:13:19 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-oai-epc-0: 12:13:19 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 12:13:19 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 12:13:19 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: 12:13:19 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: 12:13:19 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 12:13:19 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-oai-hss-0: 12:13:19 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 12:13:19 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-oai-hss-0: 12:13:19 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-abot-epc-basic-0: 12:13:19 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-oai-hss-0: 12:13:19 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-abot-epc-basic-0: 12:13:19 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-oai-hss-0: 12:13:19 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 12:13:19 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: 12:13:20 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-oai-hss-0: 12:13:20 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-abot-epc-basic-0: 12:13:20 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-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 2s (1483 kB/s) unit-abot-epc-basic-0: 12:13:20 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: 12:13:20 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-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:13:20 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-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 12:13:20 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 12:13:20 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-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:13:21 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1 [995 kB] unit-abot-epc-basic-0: 12:13:21 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1 [101 kB] unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 12:13:21 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: 12:13:21 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: 12:13:21 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-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 12:13:21 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: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-abot-epc-basic-0: 12:13:21 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-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:21 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:13:22 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: 12:13:22 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-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 12:13:22 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: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:13:22 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:13:22 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1 [5,005 kB] unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:13:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:13:23 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-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 12:13:23 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-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 12:13:23 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-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:23 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: 12:13:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 12:13:23 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-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 12:13:23 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-oai-hss-0: 12:13:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:13:23 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:13:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 12:13:23 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 12:13:23 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: 12:13:23 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: 12:13:24 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-oai-hss-0: 12:13:24 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 12:13:24 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 12:13:24 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 12:13:24 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 12:13:24 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: 12:13:24 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: 12:13:24 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: 12:13:24 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: 12:13:25 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: 12:13:25 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: 12:13:25 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: 12:13:25 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: 12:13:26 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: 12:13:26 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: 12:13:26 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: 12:13:26 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-oai-epc-0: 12:13:26 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: 12:13:26 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: 12:13:26 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 12:13:26 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 12:13:26 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 12:13:26 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-oai-epc-0: 12:13:26 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 12:13:26 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-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 12:13:27 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-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 12:13:27 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-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 12:13:27 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-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-abot-epc-basic-0: 12:13:27 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-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 12:13:27 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 12:13:27 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 12:13:27 INFO juju.worker.uniter.context trying to kill context process 8314 unit-oai-epc-0: 12:13:27 INFO juju.worker.uniter.context waiting for context process 8314 to die unit-abot-epc-basic-0: 12:13:27 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-oai-epc-0: 12:13:27 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 12:13:27 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 12:13:27 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-epc-0: 12:13:27 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 12:13:27 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-oai-epc-0: 12:13:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:13:27 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 12:13:27 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 12:13:27 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 12:13:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 12:13:27 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: 12:13:28 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: 12:13:28 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: 12:13:28 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: 12:13:28 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: 12:13:28 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] machine-2: 12:13:28 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 12:13:28 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 12:13:28 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 12:13:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 12:13:28 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: 12:13:29 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: 12:13:29 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: 12:13:29 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: 12:13:29 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: 12:13:29 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: 12:13:30 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.7 [758 kB] unit-abot-epc-basic-0: 12:13:30 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: 12:13:30 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-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 12:13:30 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: 12:13:30 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 12:13:30 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: 12:13:30 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 12:13:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:13:30 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 12:13:30 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: 12:13:30 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 12:13:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:13:30 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 12:13:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install --2018-08-25 12:13:30-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 12:13:30 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-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 12:13:30 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 12:13:30 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 0K ....... 53.7M=0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 2018-08-25 12:13:31 (53.7 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install --2018-08-25 12:13:31-- 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: 12:13:31 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 12:13:31 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: 12:13:31 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 366K 3s unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 366K 3s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 1.37M 2s unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 493K 2s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 40.9M 1s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 38.8M 1s unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 375K 1s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 35.9M 1s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 30.8M 1s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 46.1M 1s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 43.3M 1s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 46.9M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 1.64M 0s unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 496K 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 42.1M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 48.2M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 39.8M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 41.2M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 60.2M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 47.2M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 87.2M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 80.8M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 87.7M=0.7s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 2018-08-25 12:13:31 (1.59 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: 12:13:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install --2018-08-25 12:13: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-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 12:13:31 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-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 12:13:31 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: 12:13:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 49.2M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 58.9M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 53.5M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 40.6M 0s unit-oai-hss-0: 12:13:31 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 29.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 41.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 40.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 44.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 49.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 64.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 123M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 124M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 110M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 122M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 126M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 117M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 113M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 129M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 117M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 130M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 104M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 131M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 416K 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 28.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 40.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 30.4M 1s unit-abot-epc-basic-0: 12:13:32 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-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 46.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 55.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 72.4M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 78.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 46.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 42.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 47.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 59.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 66.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 117M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 121M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 129M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 133M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 111M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 125M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 128M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 132M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 410K 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 42.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 29.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 37.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 49.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 55.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 56.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 48.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 63.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 51.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 40.3M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 33.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 50.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 52.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 38.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 29.3M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 47.4M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 44.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 33.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 42.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 53.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 44.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 83.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 90.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 97.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 108M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 129M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 112M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 125M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 132M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 126M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 111M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 123M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 131M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 127M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 103M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 108M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 103M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 105M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 91.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 106M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 103M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 106M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 92.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 107M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 107M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 109M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 90.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 102M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 106M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 106M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 89.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 101M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 106M 1s unit-abot-epc-basic-0: 12:13:32 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-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 514K 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 28.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 28.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 41.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 89.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 98.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 55.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 42.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 43.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 45.3M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 41.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 61.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 58.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 70.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 65.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 56.5M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 49.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 62.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 50.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 106M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 80.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 60.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 61.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 55.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 59.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 66.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 93.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 108M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 65.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 48.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 49.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 102M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 84.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 85.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 91.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 105M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 110M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 80.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 94.2M 0s unit-abot-epc-basic-0: 12:13:32 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-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 472K 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 56.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 50.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 52.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 44.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 57.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 57.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 61.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 56.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 63.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 65.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 65.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 54.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 61.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 70.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 65.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 63.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 82.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 70.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 68.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 60.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 69.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 67.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 65.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 57.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 67.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 66.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 65.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 54.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 68.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 64.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 63.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 56.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 67.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 65.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 83.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 97.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 103M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 99.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 109M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 98.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 102M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 112M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 107M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 94.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 107M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 108M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 104M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 88.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 71.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 111M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 101M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 95.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 105M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 108M 0s unit-abot-epc-basic-0: 12:13:32 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-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 500K 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 53.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 53.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 57.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 46.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 76.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 63.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 57.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 42.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 61.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 64.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 70.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 60.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 65.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 74.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 70.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 60.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 75.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 66.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 74.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 59.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 72.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 63.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 84.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 63.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 76.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 82.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 70.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 64.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 72.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 70.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 82.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 63.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 71.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 73.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 81.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 63.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 80.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 106M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 101M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 95.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 107M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 104M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 108M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 94.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 100M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 477K 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 42.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 47.6M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 53.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 53.3M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 49.4M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 64.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 63.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 62.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 54.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 64.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 64.5M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 64.2M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 67.1M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 92.8M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 99.0M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 107M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 94.7M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 107M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 108M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 107M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 95.9M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 104M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 108M 0s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 85.3M=0.8s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2018-08-25 12:13:32 (15.3 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: 12:13:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install --2018-08-25 12:13: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-abot-epc-basic-0: 12:13:32 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-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 12:13:32 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: 12:13:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 61.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 58.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 58.4M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 58.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 49.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 65.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 63.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 73.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 42.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 67.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 71.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 67.3M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 60.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 66.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 73.3M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 65.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 56.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 74.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 67.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 79.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 56.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 58.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 72.3M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 63.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 59.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 65.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 67.0M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 73.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 56.9M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 68.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 77.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 66.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 57.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 63.2M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 68.7M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 66.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 61.4M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 69.4M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 64.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 71.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 60.1M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 67.8M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 75.6M 1s unit-oai-hss-0: 12:13:32 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 107M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 95.5M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 108M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 107M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 105M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 91.8M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 114M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 114M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 92.5M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 112M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 60.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 107M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 87.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 108M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 108M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 108M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 95.7M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 524K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 45.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 55.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 54.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 65.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 59.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 55.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 58.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 86.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 71.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 71.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 69.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 72.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 69.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 71.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 65.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 69.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 70.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 78.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 59.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 67.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 64.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 58.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 70.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 68.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 70.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 68.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 48.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 65.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 78.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 63.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 71.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 65.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 74.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 68.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 73.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 67.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 70.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 71.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 77.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 56.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 59.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 60.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 68.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 86.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 93.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 106M 2s unit-abot-epc-basic-0: 12:13:33 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-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 490K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 54.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 50.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 49.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 56.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 62.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 60.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 56.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 60.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 65.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 63.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 54.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 64.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 61.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 63.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 58.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 68.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 79.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 104M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 95.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 113M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 102M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 98.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 67.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 59.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 59.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 65.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 63.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 56.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 64.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 64.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 62.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 54.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 65.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 70.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 73.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 63.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 44.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 66.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 74.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 69.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 69.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 86.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 105M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 95.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 105M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 105M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 98.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 104M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 102M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 98.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 104M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 111M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 1.55M 2s unit-abot-epc-basic-0: 12:13:33 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-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 723K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 50.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 49.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 52.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 51.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 34.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 51.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 54.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 57.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 49.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 68.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 66.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 75.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 81.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 102M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 111M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 100M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 98.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 101M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 111M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 104M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 66.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 70.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 64.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 64.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 56.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 71.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 64.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 64.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 58.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 68.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 66.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 67.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 60.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 70.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 69.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 102M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 64.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 70.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 78.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 75.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 64.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 110M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 104M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 112M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 91.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 113M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 105M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 110M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 94.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 1.48M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 57.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 55.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 56.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 52.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 69.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 98.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 101M 2s unit-abot-epc-basic-0: 12:13:33 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-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 744K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 41.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 48.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 46.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 53.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 69.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 70.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 62.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 62.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 67.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 69.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 91.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 98.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 104M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 95.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 107M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 93.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 74.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 60.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 67.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 64.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 50.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 56.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 74.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 72.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 59.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 67.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 63.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 63.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 61.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 69.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 62.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 69.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 66.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 65.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 75.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 79.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 93.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 107M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 109M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 112M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 92.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 113M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 101M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 112M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 63.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 71.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 65.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 67.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 59.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 110M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 1.69M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 36.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 53.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 68.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 66.7M 2s unit-abot-epc-basic-0: 12:13:33 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-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 704K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 52.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 54.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 47.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 52.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 66.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 60.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 55.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 95.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 100M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 101M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 93.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 89.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 66.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 61.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 54.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 47.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 63.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 61.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 53.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 71.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 84.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 107M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 94.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 111M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 110M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 69.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 58.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 64.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 66.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 64.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 55.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 62.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 63.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 78.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 91.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 108M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 72.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 108M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 89.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 110M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 90.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 66.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 61.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 66.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 61.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 64.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 56.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 72.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 100M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 108M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 95.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 108M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 1.94M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 44.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 67.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 58.8M 2s unit-abot-epc-basic-0: 12:13:33 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-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 669K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 55.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 49.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 55.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 46.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 57.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 58.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 96.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 59.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 64.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 61.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 59.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 59.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 65.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 72.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 72.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 65.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 81.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 109M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 89.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 101M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 85.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 65.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 56.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 101M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 90.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 69.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 54.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 67.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 62.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 64.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 48.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 107M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 103M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 105M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 92.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 90.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 60.6M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 61.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 58.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 66.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 69.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 70.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 59.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 74.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 103M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 107M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 92.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 107M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 107M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 105M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 90.7M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 2.06M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 53.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 60.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 61.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 84.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 84.5M 1s unit-abot-epc-basic-0: 12:13:33 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-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 653K 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 57.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 50.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 47.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 51.4M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 64.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 58.8M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 58.5M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 60.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 68.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 64.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 65.9M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 75.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 87.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 103M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 94.2M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 106M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 108M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 74.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 58.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 65.1M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 64.7M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 71.3M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 71.0M 2s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 105M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 102M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 107M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 73.9M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 70.9M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 67.8M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 71.4M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 58.3M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 99.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 97.1M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 82.5M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 92.9M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 83.7M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 65.6M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 65.6M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 58.8M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 85.3M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 105M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 81.7M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 68.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 97.0M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 105M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 106M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 91.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 109M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 2.04M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 60.7M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 50.8M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 55.5M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 55.8M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 71.7M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 87.2M 1s unit-oai-hss-0: 12:13:33 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 103M 1s unit-abot-epc-basic-0: 12:13:34 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 644K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 46.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 48.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 52.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 49.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 48.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 62.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 62.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 64.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 57.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 68.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 94.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 75.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 69.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 65.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 68.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 66.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 57.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 65.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 92.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 101M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 92.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 83.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 91.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 102M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 96.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 90.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 70.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 66.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 56.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 66.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 69.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 67.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 57.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 68.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 65.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 64.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 61.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 66.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 69.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 100M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 93.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 99.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 98.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 90.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 105M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 101M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 93.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 2.38M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 58.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 47.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 56.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 53.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 82.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 66.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 65.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 87.1M 1s unit-abot-epc-basic-0: 12:13:34 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-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 629K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 56.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 48.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 51.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 46.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 57.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 49.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 63.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 72.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 69.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 64.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 65.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 59.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 71.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 81.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 102M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 90.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 78.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 71.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 63.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 72.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 73.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 91.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 79.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 91.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 45.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 62.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 66.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 65.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 54.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 65.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 64.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 75.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 87.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 86.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 100M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 2.37M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 47.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 49.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 52.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 49.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 49.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 48.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 98.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 90.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 89.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 93.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 106M 1s unit-abot-epc-basic-0: 12:13:34 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-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 633K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 59.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 48.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 53.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 54.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 55.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 57.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 61.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 69.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 62.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 62.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 63.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 65.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 66.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 62.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 75.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 61.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 67.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 61.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 74.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 105M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 90.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 62.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 59.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 105M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 73.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 67.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 71.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 64.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 63.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 75.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 62.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 76.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 53.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 88.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 92.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 104M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 2.43M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 61.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 48.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 48.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 52.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 56.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 63.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 52.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 74.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 69.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 105M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 92.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 100M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 92.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 641K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 58.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 19.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 57.4M 1s unit-abot-epc-basic-0: 12:13:34 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-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 46.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 54.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 54.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 63.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 54.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 64.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 63.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 63.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 58.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 70.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 69.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 64.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 73.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 98.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 70.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 69.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 65.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 82.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 58.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 91.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 104M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 89.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 91.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 67.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 65.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 58.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 61.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 64.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 73.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 93.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 105M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 103M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 2.56M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 50.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 65.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 71.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 64.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 64.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 62.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 68.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 72.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 60.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 72.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 68.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 81.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 90.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 110M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 641K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 46.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 54.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 85.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 93.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 11.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 47.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 52.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 54.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 56.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 54.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 62.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 62.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 61.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 53.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 67.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 63.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 64.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 69.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 83.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 71.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 55.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 90.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 102M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 65.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 64.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 105M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 91.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 80.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 68.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 69.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 55.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 62.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 71.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 101M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 93.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 102M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 111M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 2.91M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 63.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 62.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 63.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 55.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 61.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 70.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 64.5M 1s unit-abot-epc-basic-0: 12:13:34 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-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 55.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 79.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 73.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 73.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 77.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 99.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 104M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 97.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 89.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 644K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 55.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 57.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 81.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 7.47M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 52.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 44.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 81.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 51.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 53.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 51.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 61.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 61.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 65.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 75.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 98.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 75.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 71.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 72.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 65.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 89.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 60.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 64.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 91.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 68.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 67.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 96.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 93.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 72.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 71.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 54.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 65.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 95.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 104M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 95.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 104M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 3.21M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 56.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 58.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 47.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 57.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 58.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 62.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 60.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 73.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 68.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 73.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 70.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 72.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 94.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 645K 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 52.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 51.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 94.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 87.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 5.51M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 51.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 55.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 52.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 52.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 51.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 65.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 61.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 61.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 55.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 63.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 68.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 64.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 59.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 91.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 67.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 55.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 87.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 109M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 98.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 61.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 92.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 108M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 94.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 99.8M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 70.5M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 65.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 56.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 81.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 107M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 109M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 94.3M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 106M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 3.73M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 53.6M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 58.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 60.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 59.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 56.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 66.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 61.4M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 63.0M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 63.2M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 75.7M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 72.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 84.9M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 87.1M 1s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 107M 0s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 102M 0s unit-oai-hss-0: 12:13:34 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 111M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 651K 1s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 54.2M 1s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 42.5M 1s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 69.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 82.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 4.41M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 57.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 56.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 56.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 47.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 65.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 66.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 66.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 61.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 71.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 72.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 65.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 54.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 65.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 64.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 67.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 75.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 79.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 67.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 70.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 90.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 109M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 89.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 98.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 92.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 109M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 90.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 71.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 59.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 64.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 67.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 97.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 92.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 109M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 105M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 4.94M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 65.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 69.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 56.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 65.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 67.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 71.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 62.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 72.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 69.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 79.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 71.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 73.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 70.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 75.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 67.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 108M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 103M 0s unit-abot-epc-basic-0: 12:13:35 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-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 641K 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 54.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 52.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 94.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 90.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 3.60M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 49.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 51.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 55.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 52.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 52.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 63.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 63.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 67.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 56.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 69.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 71.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 77.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 61.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 66.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 85.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 81.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 90.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 82.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 72.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 83.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 73.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 102M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 110M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 108M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 92.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 92.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 71.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 67.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 57.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 69.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 73.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 105M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 95.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 104M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 6.94M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 72.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 58.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 65.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 67.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 64.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 61.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 71.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 76.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 68.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 63.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 82.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 73.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 71.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 65.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 78.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 73.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 106M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 92.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 649K 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 48.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 58.0M 0s unit-abot-epc-basic-0: 12:13:35 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-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 2.84M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 60.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 38.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 43.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 48.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 41.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 44.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 41.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 45.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 47.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 52.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 64.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 58.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 67.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 57.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 106M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 105M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 105M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 75.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 68.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 81.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 106M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 91.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 73.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 64.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 61.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 44.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 71.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 88.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 88.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 74.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 74.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 90.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 104M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 94.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 101M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 34.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 70.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 59.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 40.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 42.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 69.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 64.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 72.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 74.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 70.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 65.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 69.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 72.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 75.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 63.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 77.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 108M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 106M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 89.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 106M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 656K 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 23.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 60.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 2.57M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 58.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 43.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 58.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 41.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 74.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 57.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 66.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 49.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 99.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 73.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 71.0M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 68.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 81.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 110M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 107M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 86.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 102M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 72.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 69.9M 0s unit-abot-epc-basic-0: 12:13:35 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-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 59.2M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 82.6M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 85.3M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 70.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 58.9M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 56.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 40.4M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 54.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 75.1M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 99.5M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 106M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 16.7M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 73.8M 0s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 53750K ...... 100% 11500G=2.5s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install 2018-08-25 12:13:35 (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: 12:13:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install FINISHED --2018-08-25 12:13:35-- unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install Total wall clock time: 4.8s unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.1s (16.4 MB/s) unit-oai-hss-0: 12:13:35 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-abot-epc-basic-0: 12:13:35 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-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 12:13:35 DEBUG unit.oai-hss/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-hss-0: 12:13:35 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: 12:13:35 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 12:13:35 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: 12:13:36 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: 12:13:36 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: 12:13:36 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: 12:13:37 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: 12:13:37 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: 12:13:37 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: 12:13:37 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: 12:13:37 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: 12:13:37 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: 12:13:38 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-oai-hss-0: 12:13:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 12:13:38 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: 12:13:38 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 12:13:38 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: 12:13:38 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: 12:13:38 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: 12:13:38 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: 12:13:39 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: 12:13:39 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: 12:13:39 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: 12:13:40 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: 12:13:40 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: 12:13:40 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: 12:13:40 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: 12:13:40 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: 12:13:40 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: 12:13:41 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: 12:13:41 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: 12:13:41 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: 12:13:41 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: 12:13:41 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: 12:13:41 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: 12:13:42 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: 12:13:42 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-oai-hss-0: 12:13:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 12:13:42 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: 12:13:42 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-oai-hss-0: 12:13:42 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 12:13:42 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 12:13:42 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: 12:13:42 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: 12:13:42 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: 12:13:42 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: 12:13:43 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: 12:13:43 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: 12:13:43 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: 12:13:43 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: 12:13:43 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: 12:13:43 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: 12:13:43 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: 12:13:44 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: 12:13:44 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: 12:13:45 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: 12:13:45 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: 12:13:47 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: 12:13:47 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: 12:13:48 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: 12:13:48 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: 12:13:48 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: 12:13:48 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: 12:13:48 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: 12:13:48 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: 12:13:49 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: 12:13:49 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: 12:13:49 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: 12:13:49 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: 12:13:49 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: 12:13:49 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: 12:13:50 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: 12:13:50 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-oai-hss-0: 12:13:50 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:13:50 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:13:50 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 12:13:50 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-oai-hss-0: 12:13:50 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 12:13:50 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 12:13:50 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: 12:13:50 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: 12:13:50 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 12:13:51 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: 12:13:51 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 12:13:51 DEBUG unit.abot-epc-basic/0.install Fetched 291 MB in 1min 27s (3,312 kB/s) unit-abot-epc-basic-0: 12:13:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 12:13: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 ... 95225 files and directories currently installed.) unit-abot-epc-basic-0: 12:13:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 12:13:51 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 12:13:52 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: 12:13:52 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:13:52 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 12:13:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 12:13:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:13:53 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 12:13:54 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-oai-epc-0: 12:13:54 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 12:13:54 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 12:13:54 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} machine-2: 12:13:54 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 12:13:54 DEBUG juju.agent read agent config, format "2.0" machine-2: 12:13:54 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:13:54 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 12:13:54 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:13:54 DEBUG juju.worker start "api" unit-oai-epc-0: 12:13:54 INFO juju.worker start "api" unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 12:13:54 DEBUG juju.worker "api" started unit-oai-epc-0: 12:13:54 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.apicaller connecting with current password machine-2: 12:13:55 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:13:55 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 12:13:55 DEBUG juju.worker start "engine" machine-2: 12:13:55 INFO juju.worker start "engine" machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 12:13:55 DEBUG juju.worker "engine" started machine-2: 12:13:55 DEBUG juju.worker.introspection stats worker now serving machine-2: 12:13:55 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 12:13:55 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 12:13:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 12:13:55 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.apicaller connecting with current password machine-2: 12:13:55 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 12:13:55 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:13:55 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-epc-0: 12:13:55 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:13:55 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:13:55 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-2: 12:13:55 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 12:13:55 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: 12:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-oai-epc-0: 12:13:55 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:13:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 12:13:55 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:13:55 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 12:13:55 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 12:13:55 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 12:13:55 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:13:55 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 12:13:55 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 12:13:55 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: 12:13:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 12:13:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:13:55 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 12:13:55 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:13:55 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:13:55 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-epc-0: 12:13:55 DEBUG juju.network including address local-cloud:192.168.121.5 for machine unit-oai-epc-0: 12:13:55 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 12:13:55 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 12:13:55 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 12:13:55 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 12:13:55 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] unit-oai-epc-0: 12:13:56 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 12:13:56 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 12:13:56 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 12:13:56 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 12:13:56 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter juju-run listener running machine-2: 12:13:56 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 12:13:56 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 12:13:56 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 12:13:56 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 12:13:56 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 12:13:56 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 12:13:56 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 12:13:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. machine-2: 12:13:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 12:13:56 INFO juju.worker.upgrader unblocking abort check machine-2: 12:13:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 12:13:56 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:13:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 12:13:56 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 12:13:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... machine-2: 12:13:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + open-port 2152/udp machine-2: 12:13:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:13:56 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ config-get branch machine-2: 12:13:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... machine-2: 12:13:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:13:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ config-get revision machine-2: 12:13:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 12:13:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-2: 12:13:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 12:13:56 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 12:13:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} machine-2: 12:13:56 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 12:13:56 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: 12:13:56 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 12:13:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 12:13:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 12:13:56 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 12:13:56 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 12:13:56 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:13:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:13:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:13:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:13:56 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-2: 12:13:56 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:13:56 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 12:13:56 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-2: 12:13:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 12:13:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. machine-2: 12:13:56 DEBUG juju.worker.logger logger setup machine-2: 12:13:56 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:13:56 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:13:56 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 12:13:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... machine-2: 12:13:56 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 12:13:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... machine-2: 12:13:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 12:13:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 12:13:56 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:13:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:13:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:13:56 DEBUG juju.network including address public:172.30.9.202 for machine machine-2: 12:13:56 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-2: 12:13:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:13:56 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:13:56 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] machine-2: 12:13:56 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 12:13:56 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] machine-2: 12:13:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 12:13:56 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: 12:13:56 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 12:13:56 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 12:13:56 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 12:13:56 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 12:13:56 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 12:13:56 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 12:13:56 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 12:13:56 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-oai-epc-0: 12:13:56 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + debconf-set-selections machine-2: 12:13:56 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 12:13:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 12:13:56 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' machine-2: 12:13:56 DEBUG juju.worker start "2-container-watcher" machine-2: 12:13:56 DEBUG juju.worker start "stateconverter" machine-2: 12:13:56 INFO juju.worker start "2-container-watcher" machine-2: 12:13:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 12:13:56 DEBUG juju.worker "2-container-watcher" started machine-2: 12:13:56 INFO juju.worker start "stateconverter" machine-2: 12:13:56 DEBUG juju.worker "stateconverter" started machine-2: 12:13:56 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 12:13:56 INFO juju.worker.machiner "machine-2" started unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 12:13:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-oai-epc-0: 12:13:57 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:13:57 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: 12:13:57 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... machine-2: 12:13:57 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:d7:05:9b 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:d7:05:9b 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 12:13:57 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-hss-0: 12:13:57 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: 12:13:57 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-epc-0: 12:13:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:13:57 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 12:13:57 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 12:13:57 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:13:57 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 12:13:57 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 12:13:57 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 12:13:57 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 12:13:58 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: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + echo -n unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:13:58 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: 12:13:58 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 12:13:58 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: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:13:58 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 12:13:58 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 12:13:58 INFO juju.worker.uniter.context trying to kill context process 8316 unit-oai-hss-0: 12:13:58 INFO juju.worker.uniter.context waiting for context process 8316 to die unit-oai-epc-0: 12:13:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:13:58 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 12:13:58 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-oai-hss-0: 12:13:58 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 12:13:58 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 12:13:58 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 12:13:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 12:13:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:13:58 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 12:13:58 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 12:13:58 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 12:13:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-3: 12:13:58 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 12:13:58 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 12:13:58 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-3: 12:13:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 12:13:58 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-oai-epc-0: 12:13:59 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: 12:13:59 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-abot-epc-basic-0: 12:13:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-oai-epc-0: 12:13:59 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 12:13:59 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 12:13:59 DEBUG unit.oai-epc/0.install + git pull unit-abot-epc-basic-0: 12:13:59 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: 12:13:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:13:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 12:13:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:13:59 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 12:14:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 12:14:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 12:14:00 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: 12:14:00 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 12:14:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:14:00 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 12:14:00 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 12:14:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 12:14:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:14:00 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 12:14:00 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:14:00 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 12:14:01 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: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 12:14:01 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: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:14:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 12:14:01 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: 12:14:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 12:14:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 12:14:02 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: 12:14:02 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 12:14:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 12:14:02 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: 12:14:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:14:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 12:14:02 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: 12:14:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:14:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 12:14:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 12:14:02 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 12:14:03 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: 12:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 12:14:03 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: 12:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 12:14:03 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: 12:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 12:14:04 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: 12:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 12:14:04 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: 12:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:14:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 12:14:04 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: 12:14:04 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 12:14:05 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: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:06 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 12:14:07 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: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 12:14:07 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: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:14:07 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 12:14:08 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: 12:14:08 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 12:14:08 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: 12:14:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 12:14:08 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: 12:14:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 12:14:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 12:14:09 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: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 12:14:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 12:14:10 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: 12:14:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 12:14:11 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: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 12:14:11 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: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 12:14:11 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: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 12:14:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 12:14:11 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: 12:14:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 12:14:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 12:14:12 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: 12:14:12 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:14:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 12:14:12 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: 12:14:12 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:14:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 12:14:12 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: 12:14:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:14:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 12:14:12 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: 12:14:12 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: 12:14:12 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: 12:14:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 12:14:13 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 12:14:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 12:14:15 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: 12:14:15 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 12:14:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 12:14:16 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: 12:14:16 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 12:14:17 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: 12:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:17 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 12:14:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 12:14:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:18 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 12:14:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 12:14:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 12:14:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 12:14:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 12:14:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:21 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 12:14:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 12:14:21 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: 12:14:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:14:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 12:14:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.8_amd64.deb ... unit-abot-epc-basic-0: 12:14:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.8) ... unit-abot-epc-basic-0: 12:14:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 12:14:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 12:14:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 12:14:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 12:14:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 12:14:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 12:14:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 12:14:24 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: 12:14:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 12:14:24 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 12:14:24 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 12:14:24 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: 12:14:24 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 12:14:24 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:14:24 DEBUG juju.worker start "api" unit-oai-hss-0: 12:14:24 INFO juju.worker start "api" machine-3: 12:14:24 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 12:14:24 DEBUG juju.agent read agent config, format "2.0" machine-3: 12:14:24 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 12:14:24 DEBUG juju.worker "api" started unit-oai-hss-0: 12:14:24 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: machine-3: 12:14:24 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:14:24 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 12:14:24 DEBUG juju.worker start "engine" machine-3: 12:14:24 INFO juju.worker start "engine" machine-3: 12:14:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 12:14:24 DEBUG juju.worker "engine" started machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.introspection stats worker now serving machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 12:14:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 12:14:24 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-hss-0: 12:14:24 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:14:24 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:14:24 DEBUG juju.api successfully dialed "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:14:24 INFO juju.api connection established to "wss://172.30.9.202:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" unit-oai-hss-0: 12:14:24 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:14:24 DEBUG juju.api successfully dialed "wss://192.168.121.5:17070/model/496d95df-b5eb-4fa4-8c38-64d658e150fd/api" machine-3: 12:14:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 12:14:24 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 12:14:25 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 12:14:25 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 12:14:25 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 12:14:25 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 12:14:25 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 12:14:25 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 12:14:25 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: 12:14:25 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 12:14:25 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 12:14:25 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 12:14:25 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 12:14:25 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:14:25 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:14:25 DEBUG juju.network including address public:172.30.9.202 for machine unit-oai-hss-0: 12:14:25 DEBUG juju.network including address local-cloud:192.168.121.5 for machine unit-oai-hss-0: 12:14:25 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 12:14:25 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 12:14:25 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 12:14:25 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 12:14:25 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 12:14:25 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 12:14:25 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 12:14:25 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 12:14:25 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 12:14:25 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 12:14:25 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 12:14:25 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 12:14:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 12:14:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 12:14:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. machine-3: 12:14:25 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:14:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... machine-3: 12:14:25 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git machine-3: 12:14:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 12:14:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at machine-3: 12:14:25 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 12:14:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what machine-3: 12:14:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 12:14:25 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + debconf-set-selections machine-3: 12:14:25 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:14:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 12:14:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-3: 12:14:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 12:14:25 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:14:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:14:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 12:14:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:14:25 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-oai-hss-0: 12:14:25 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:14:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 12:14:25 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 12:14:25 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 12:14:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 12:14:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 12:14:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 12:14:25 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 12:14:25 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 12:14:25 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 12:14:25 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 12:14:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 12:14:26 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:14:26 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:26 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:26 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:14:26 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-3: 12:14:26 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:14:26 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 12:14:26 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-3: 12:14:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 12:14:26 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:14:26 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:14:26 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:26 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:26 DEBUG juju.network including address public:172.30.9.202 for machine machine-3: 12:14:26 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-3: 12:14:26 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:14:26 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:14:26 DEBUG juju.network addresses after filtering: [public:172.30.9.202 local-cloud:192.168.121.5 local-machine:127.0.0.1 local-machine:::1] machine-3: 12:14:26 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.202:17070 192.168.121.5:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 12:14:26 DEBUG juju.agent API server address details [["172.30.9.202:17070" "192.168.121.5:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.5:17070" "172.30.9.202:17070"] machine-3: 12:14:26 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:14:26 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:14:26 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 12:14:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.logger logger setup machine-3: 12:14:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 12:14:26 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.202,192.168.121.5,::1,localhost", AutoNoProxy:""} machine-3: 12:14:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 12:14:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 12:14:26 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 12:14:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 12:14: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-3: 12:14:26 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 12:14:26 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 12:14:26 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 12:14:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 12:14:26 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 12:14:26 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 12:14:26 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 12:14: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 machine-3: 12:14:26 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 12:14:26 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-oai-hss-0: 12:14:26 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... machine-3: 12:14:26 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:14:26 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: 12:14:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:14:26 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:14:26 DEBUG juju.worker start "3-container-watcher" machine-3: 12:14:26 DEBUG juju.worker start "stateconverter" machine-3: 12:14:26 INFO juju.worker start "3-container-watcher" machine-3: 12:14:26 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 12:14:26 DEBUG juju.worker "3-container-watcher" started machine-3: 12:14:26 INFO juju.worker start "stateconverter" machine-3: 12:14:26 DEBUG juju.worker "stateconverter" started machine-3: 12:14:26 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 12:14:26 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:ce:6d:99 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.16 [] [] []} {2 fa:16:3e:ce:6d:99 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 12:14:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:14:26 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:14:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:14:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:14:27 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:14:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 12:14:27 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 12:14:27 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 12:14:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 12:14:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:14:28 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 12:14:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 12:14:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:14:28 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 12:14:28 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 12:14:28 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 12:14:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:14:28 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 12:14:28 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 12:14:28 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 12:14:29 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: 12:14:29 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 12:14:29 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 12:14:29 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 12:14:29 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 12:14:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 12:14:30 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: 12:14:30 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 12:14:30 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: 12:14:30 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 12:14:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:14:30 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 12:14:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:14:30 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-abot-epc-basic-0: 12:14:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-oai-hss-0: 12:14:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:14:30 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: 12:14:30 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:14:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 12:14:30 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: 12:14:30 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 12:14:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 12:14:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:14:30 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 12:14:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 12:14:30 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 12:14:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 12:14:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:31 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 12:14:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 12:14:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 12:14:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:32 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 12:14:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 12:14:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 12:14:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:32 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 12:14:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 12:14:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-oai-hss-0: 12:14:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-oai-hss-0: 12:14:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 12:14:33 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 12:14:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 12:14:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 12:14:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 12:14:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 12:14:34 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 12:14:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 12:14:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 12:14:35 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 12:14:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 12:14:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 12:14:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 12:14:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-oai-hss-0: 12:14:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 12:14:36 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: 12:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 12:14:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 12:14:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 12:14:36 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: 12:14:36 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 12:14:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 12:14:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 12:14:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 12:14:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 12:14:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 12:14:39 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: 12:14:39 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 12:14:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 12:14:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 12:14:39 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 12:14:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 12:14:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:39 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 12:14:39 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 12:14:39 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: 12:14:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 12:14:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:40 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 12:14:40 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-oai-hss-0: 12:14:40 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: 12:14:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 12:14:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.18~dfsg~0-0ubuntu2.8_all.deb ... unit-abot-epc-basic-0: 12:14:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 12:14:40 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-oai-hss-0: 12:14:40 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: 12:14:40 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-oai-hss-0: 12:14:40 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: 12:14:40 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: 12:14:41 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-oai-hss-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 12:14:41 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-oai-hss-0: 12:14:41 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-oai-hss-0: 12:14:41 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-oai-hss-0: 12:14:41 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-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-oai-hss-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-oai-hss-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 12:14:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 12:14:41 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: 12:14:41 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 12:14:42 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: 12:14:42 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: 12:14:42 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: 12:14:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 12:14:42 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: 12:14:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:14:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 12:14:42 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: 12:14:42 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-oai-hss-0: 12:14:42 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: 12:14:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 12:14:42 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: 12:14:42 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 12:14:42 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-abot-epc-basic-0: 12:14:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 12:14:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 12:14:42 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-oai-hss-0: 12:14:42 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: 12:14:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 12:14:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 12:14:42 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 12:14:42 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: 12:14:42 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: 12:14:42 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-oai-hss-0: 12:14:43 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 12:14:43 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: 12:14:43 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-oai-hss-0: 12:14:43 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-oai-hss-0: 12:14:43 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: 12:14:43 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-oai-hss-0: 12:14:43 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 12:14:43 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:14:43 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: 12:14:43 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-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 12:14:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 12:14:43 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:14:44 DEBUG unit.oai-hss/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] unit-oai-hss-0: 12:14:44 DEBUG unit.oai-hss/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] unit-oai-hss-0: 12:14:44 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: 12:14:44 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-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 12:14:44 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-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:14:44 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: 12:14:44 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-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:14:44 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: 12:14:44 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: 12:14:45 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:14:45 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-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 12:14:45 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: 12:14:45 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: 12:14:45 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-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-oai-hss-0: 12:14:45 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 12:14:45 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: 12:14:45 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-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 12:14:45 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-abot-epc-basic-0: 12:14:45 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:14:45 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: 12:14:45 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: 12:14:46 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: 12:14:46 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: 12:14:46 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-oai-hss-0: 12:14:46 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-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-oai-hss-0: 12:14:46 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: 12:14:46 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: 12:14:46 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 12:14:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 12:14:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:47 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-oai-hss-0: 12:14:47 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-abot-epc-basic-0: 12:14:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 12:14:47 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: 12:14:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 12:14:47 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: 12:14:47 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: 12:14:47 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: 12:14:47 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-oai-hss-0: 12:14:47 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: 12:14:47 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-oai-hss-0: 12:14:48 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: 12:14:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 12:14:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:14:48 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-abot-epc-basic-0: 12:14:48 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 12:14:48 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-oai-hss-0: 12:14:48 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: 12:14:48 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-oai-hss-0: 12:14:48 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: 12:14:48 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: 12:14:48 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: 12:14:48 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: 12:14:48 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: 12:14:48 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: 12:14:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-oai-hss-0: 12:14:49 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-abot-epc-basic-0: 12:14:49 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: 12:14:49 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 12:14:49 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-mysql-0: 12:14:49 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 12:14:49 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:14:49 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:14:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 12:14:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 12:14:49 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: 12:14:49 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 12:14:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 12:14:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:49 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 12:14:49 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 9s (7103 kB/s) unit-oai-hss-0: 12:14:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 12:14:50 DEBUG unit.oai-hss/0.install (Reading database ... 109370 files and directories currently installed.) unit-oai-hss-0: 12:14:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:14:50 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 12:14:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 12:14:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:14:50 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 12:14:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 12:14:50 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: 12:14:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 12:14:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 12:14:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 12:14:52 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: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:52 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: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:14:52 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 12:14:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 12:14:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 12:14:53 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 12:14:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 12:14:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:54 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 12:14:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 12:14:54 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: 12:14:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 12:14:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 12:14:54 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: 12:14:55 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 12:14:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 12:14:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 12:14:55 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 12:14:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 12:14:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:14:56 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 12:14:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4_amd64.deb ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 12:14:56 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 12:14:57 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: 12:14:57 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 12:14:57 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 12:14:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 12:14:58 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: 12:14:58 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:14:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 12:14:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 12:14:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 12:14:59 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 12:15:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 12:15:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 12:15:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:00 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 12:15:00 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: 12:15:00 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 12:15:01 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: 12:15:01 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 12:15:01 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: 12:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 12:15:01 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: 12:15:01 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 12:15:01 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: 12:15:01 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 12:15:01 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: 12:15:01 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:01 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 12:15:02 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: 12:15:02 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 12:15:02 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: 12:15:02 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-abot-epc-basic-0: 12:15:02 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 12:15:03 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: 12:15:03 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 12:15:03 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: 12:15:03 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 12:15:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 12:15:06 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: 12:15:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:06 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 12:15:07 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: 12:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 12:15:07 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: 12:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 12:15:08 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: 12:15:08 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 12:15:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 12:15:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 12:15:08 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:15:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 12:15:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-oai-hss-0: 12:15:08 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:15:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 12:15:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 12:15:09 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:15:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 12:15:09 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: 12:15:10 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:15:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 12:15:10 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: 12:15:10 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 12:15:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 12:15:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 12:15:11 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:15:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 12:15:11 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: 12:15:11 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 12:15:11 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: 12:15:11 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 12:15:11 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: 12:15:11 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 12:15:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 12:15:11 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: 12:15:11 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 12:15:11 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 12:15:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 12:15:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 12:15:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 12:15:12 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: 12:15:12 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 12:15:12 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: 12:15:12 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 12:15:12 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: 12:15:12 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 12:15:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 12:15:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 12:15:12 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:15:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 12:15:12 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: 12:15:12 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 12:15:13 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: 12:15:13 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 12:15:13 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: 12:15:13 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-oai-hss-0: 12:15:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-oai-hss-0: 12:15:13 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: 12:15:13 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 12:15:13 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: 12:15:13 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 12:15:14 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 12:15:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 12:15:15 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 12:15:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 12:15:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 12:15:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 12:15:16 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:16 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 12:15:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 12:15:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 12:15:16 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 12:15:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 12:15:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-oai-hss-0: 12:15:17 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 12:15:17 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: 12:15:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 12:15:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 12:15:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 12:15:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 12:15:18 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: 12:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 12:15:18 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: 12:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 12:15:18 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 12:15:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 12:15:19 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 12:15:19 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: 12:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 12:15:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 12:15:19 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: 12:15:19 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 12:15:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 12:15:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 12:15:20 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 12:15:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 12:15:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-oai-hss-0: 12:15:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 12:15:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 12:15:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 12:15:20 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:15:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 12:15:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:15:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:15:21 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 12:15:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 12:15:23 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 12:15:23 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: 12:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 12:15:23 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: 12:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:15:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 12:15:23 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: 12:15:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 12:15:23 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 12:15:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 12:15:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 12:15:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 12:15:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:24 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 12:15:24 DEBUG unit.oai-hss/0.install ...done. unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 12:15:25 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 12:15:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:15:26 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 12:15:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-oai-hss-0: 12:15:26 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 12:15:26 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 12:15:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 12:15:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:26 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 12:15:27 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 12:15:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 12:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 12:15:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 12:15:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:30 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 12:15:31 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: 12:15:31 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 12:15:31 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 12:15:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 12:15:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 12:15:32 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 12:15:32 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: 12:15:32 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:15:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 12:15:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 12:15:32 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 12:15:33 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: 12:15:33 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 12:15:33 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: 12:15:33 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 12:15:33 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: 12:15:33 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: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 12:15:33 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 12:15:34 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: 12:15:34 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 12:15:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 12:15:34 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: 12:15:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 12:15:35 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-abot-epc-basic-0: 12:15:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 12:15:35 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: 12:15:35 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 12:15:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 12:15:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:36 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 12:15:36 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: 12:15:36 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: 12:15:36 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: 12:15:37 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (694 kB/s) unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 12:15:37 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: 12:15:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install (Reading database ... 116099 files and directories currently installed.) unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:15:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 12:15:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 12:15:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 12:15:38 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.7_amd64.deb ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.7) ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-oai-hss-0: 12:15:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 12:15:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 12:15:38 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 12:15:39 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-oai-hss-0: 12:15:39 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 12:15:39 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 12:15:39 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 12:15:39 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 12:15:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 12:15:39 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: 12:15:39 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:39 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:15:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 12:15:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 12:15:40 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 12:15:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 12:15:41 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: 12:15:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:41 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:15:41 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 12:15:41 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 12:15:41 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: 12:15:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 12:15:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:41 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: 12:15:41 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: 12:15:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 12:15:41 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: 12:15:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:41 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: 12:15:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 12:15:41 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: 12:15:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:42 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: 12:15:42 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: 12:15:42 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-abot-epc-basic-0: 12:15:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 12:15:42 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-abot-epc-basic-0: 12:15:42 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: 12:15:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:15:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 12:15:42 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: 12:15:42 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: 12:15:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:42 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 12:15:42 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11-dev amd64 1.5.3-2ubuntu4.6 [273 kB] unit-oai-hss-0: 12:15:42 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 12:15:42 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: 12:15:42 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: 12:15:42 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: 12:15:43 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: 12:15:43 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-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 12:15:43 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: 12:15:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:43 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp-dev amd64 1.0.15+dfsg-1 [64.4 kB] unit-oai-hss-0: 12:15:43 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: 12:15:43 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: 12:15:43 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-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:43 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: 12:15:43 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: 12:15:43 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: 12:15:43 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-oai-hss-0: 12:15:43 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 3s (3623 kB/s) unit-abot-epc-basic-0: 12:15:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install (Reading database ... 116210 files and directories currently installed.) unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 12:15:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:15:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 12:15:44 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: 12:15:44 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:15:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 12:15:45 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: 12:15:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:15:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 12:15:45 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: 12:15:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:15:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 12:15:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 12:15:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 12:15:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 12:15:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 12:15:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 12:15:47 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 12:15:47 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:15:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 12:15:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:47 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 12:15:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:48 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 12:15:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 12:15:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 12:15:48 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 12:15:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 12:15:48 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: 12:15:48 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 12:15:49 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 12:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 12:15:50 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: 12:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:50 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 12:15:50 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-oai-hss-0: 12:15:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 12:15:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 12:15:51 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 12:15:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 12:15:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 12:15:51 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 12:15:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 12:15:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 12:15:52 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 12:15:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 12:15:52 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: 12:15:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 12:15:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 12:15:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 12:15:52 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 12:15:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 12:15:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 12:15:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 12:15:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 12:15:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 12:15:53 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 12:15:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 12:15:53 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: 12:15:53 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 12:15:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-abot-epc-basic-0: 12:15:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 12:15:54 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:15:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 12:15:55 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: 12:15:55 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:15:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 12:15:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 12:15:55 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 12:15:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 12:15:55 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: 12:15:55 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:15:56 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 12:15:56 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 12:15:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 12:15:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 12:15:56 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 12:15:56 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:15:57 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:15:57 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:57 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 12:15:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 12:15:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 12:15:57 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 12:15:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 12:15:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 12:15:58 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 12:15:59 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 12:16:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 12:16:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 12:16:00 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 12:16:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 12:16:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 12:16:00 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 12:16:01 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: 12:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 12:16:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 12:16:02 DEBUG unit.oai-hss/0.install 180825 12:16:02 [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: 12:16:02 DEBUG unit.oai-hss/0.install 180825 12:16:02 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 12:16:02 DEBUG unit.oai-hss/0.install 180825 12:16:02 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11651 ... unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 12:16:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 12:16:02 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: 12:16:02 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 12:16:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 12:16:03 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: 12:16:03 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 12:16:04 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 12:16:05 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 12:16:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 12:16:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 12:16:06 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 12:16:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 12:16:07 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: 12:16:07 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 12:16:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 12:16:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 12:16:07 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 12:16:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 12:16:09 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 12:16:10 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: 12:16:10 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 12:16:11 DEBUG unit.oai-hss/0.install mysql start/running, process 11784 unit-oai-hss-0: 12:16:12 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 12:16:12 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 12:16:12 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 12:16:12 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 12:16:12 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 12:16:13 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 12:16:13 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 12:16:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 12:16:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 12:16:13 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 12:16:14 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 12:16:14 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:16:15 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:16:15 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 12:16:16 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:16 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 12:16:16 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 12:16:16 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-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-oai-hss-0: 12:16:16 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-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 12:16:16 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (285 kB/s) unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install (Reading database ... 118211 files and directories currently installed.) unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:16:17 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 12:16:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 12:16:17 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 12:16:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 12:16:17 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: 12:16:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:16:18 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:16:18 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:16:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 12:16:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 12:16:18 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 12:16:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 12:16:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 12:16:18 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 12:16:18 DEBUG unit.oai-hss/0.install --2018-08-25 12:16:18-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-abot-epc-basic-0: 12:16:18 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 12:16:19 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: 12:16:19 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 380K 3s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 754K 2s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 45.3M 1s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 765K 1s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 53.8M 1s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 26.8M 1s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 180M 1s unit-abot-epc-basic-0: 12:16:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 12:16:19 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: 12:16:19 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 782K 1s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 48.6M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 56.3M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 60.2M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 57.3M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 810K 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 64.1M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 59.0M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 62.0M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 46.1M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 61.9M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 58.0M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 54.4M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 52.5M 0s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 72.4M=0.4s unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install 2018-08-25 12:16:19 (2.63 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 12:16:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 12:16:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 12:16:19 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-abot-epc-basic-0: 12:16:20 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-abot-epc-basic-0: 12:16:20 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 12:16:20 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 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: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 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: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:22 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:22 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 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: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 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: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:23 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 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: 12:16:24 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 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: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 12:16:24 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: 12:16:24 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:24 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:25 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 12:16:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 12:16:26 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: 12:16:26 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 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: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 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: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:26 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 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: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 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: 12:16:27 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:27 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 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: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 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: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:28 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 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: 12:16:29 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 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: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 12:16:29 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: 12:16:29 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:29 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:30 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:16:31 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:16:31 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: 12:16:31 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:31 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:16:32 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 12:16:32 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:32 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:33 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:34 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 12:16:35 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: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 12:16:35 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: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 12:16:35 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 12:16:36 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: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 12:16:36 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-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install Making check in testsuite unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: cast128 unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 12:16:36 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 12:16:36 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: bignum unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-abot-epc-basic-0: 12:16:37 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: 12:16:37 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: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install PASS: dsa unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 12:16:37 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: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:16:37 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:37 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: 12:16:37 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: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make install-here unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 12:16:38 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: 12:16:38 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 12:16:38 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: 12:16:38 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install fi ; done unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install ./config.status config.h unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install done unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 12:16:38 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:38 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install libtspi1 unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 12:16:39 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: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 12:16:39 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 12:16:39 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-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:16:39 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 12:16:40 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-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 12:16:40 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 12:16:40 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: 12:16:40 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: 12:16:41 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: 12:16:41 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: 12:16:41 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (868 kB/s) unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install (Reading database ... 118229 files and directories currently installed.) unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 12:16:41 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 12:16:42 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: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 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: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 12:16:42 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: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.8) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:42 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 12:16:43 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install --2018-08-25 12:16:44-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 148K 34s unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 12:16:44 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: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:44 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: 12:16:44 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: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 12:16:44 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 298K 25s unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 539K 19s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 627K 16s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 982K 14s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.20M 12s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.23M 11s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.55M 10s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.68M 9s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.86M 8s unit-abot-epc-basic-0: 12:16:45 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: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.11M 7s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.26M 7s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.53M 6s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.75M 6s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.19M 6s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.27M 5s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.45M 5s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.78M 5s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.76M 4s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.15M 4s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.12M 4s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.60M 4s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.77M 4s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.63M 4s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.16M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.16M 3s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.65M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.06M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 6.09M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.23M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.01M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.43M 3s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 7.11M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.32M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.32M 2s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.66M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.71M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.73M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 7.58M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.99M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.69M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 8.12M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.58M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 10.1M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 8.68M 2s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 10.7M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.50M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.67M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 10.8M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.7M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 10.1M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 11.1M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 12.8M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 11.1M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 10.3M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 13.4M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 10.7M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 11.4M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.5M 1s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 14.4M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 11.0M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 14.4M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 11.0M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 14.5M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 12.6M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 15.4M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 14.2M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 13.5M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 16.8M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 16.9M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 9.80M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 19.2M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 14.7M 1s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 17.2M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 14.5M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 22.2M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 13.3M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 14.1M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 19.6M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 16.5M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 18.0M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 17.9M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 14.7M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 24.7M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 14.5M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 19.0M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 23.9M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 13.6M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 25.5M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 17.8M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 18.9M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 23.9M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 15.1M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 23.4M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 27.7M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 20.8M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 17.5M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 20.2M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 12.3M 0s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 28.7M 0s unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 175K=1.6s unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install 2018-08-25 12:16:45 (3.08 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 12:16:45 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 12:16:46 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 12:16:46 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-abot-epc-basic-0: 12:16:46 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-abot-epc-basic-0: 12:16:47 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: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 12:16:47 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: 12:16:47 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 12:16:47 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-abot-epc-basic-0: 12:16:47 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-abot-epc-basic-0: 12:16:48 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-abot-epc-basic-0: 12:16:49 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-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 12:16:49 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-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-abot-epc-basic-0: 12:16:49 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: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-abot-epc-basic-0: 12:16:49 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-abot-epc-basic-0: 12:16:50 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: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 12:16:50 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 12:16:50 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-abot-epc-basic-0: 12:16:51 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: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-abot-epc-basic-0: 12:16:51 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: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-abot-epc-basic-0: 12:16:51 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-abot-epc-basic-0: 12:16:52 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: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 12:16:52 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 12:16:53 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: 12:16:53 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-abot-epc-basic-0: 12:16:53 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: 12:16:53 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-abot-epc-basic-0: 12:16:53 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.7) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-abot-epc-basic-0: 12:16:54 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-abot-epc-basic-0: 12:16:55 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 12:16:55 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 12:16:55 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 12:16:55 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 12:16:55 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:16:55 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-abot-epc-basic-0: 12:16:56 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: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-abot-epc-basic-0: 12:16:56 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-abot-epc-basic-0: 12:16:57 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: 12:16:57 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for getline... yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-abot-epc-basic-0: 12:16:57 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: 12:16:57 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 12:16:57 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: 12:16:57 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-abot-epc-basic-0: 12:16:57 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: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-abot-epc-basic-0: 12:16:57 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 12:16:58 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-abot-epc-basic-0: 12:16:59 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-abot-epc-basic-0: 12:16:59 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-abot-epc-basic-0: 12:16:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-abot-epc-basic-0: 12:16:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-abot-epc-basic-0: 12:16:59 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-abot-epc-basic-0: 12:16:59 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-abot-epc-basic-0: 12:17:00 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 12:17:01 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: 12:17:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 12:17:01 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 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: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-abot-epc-basic-0: 12:17:02 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 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: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-abot-epc-basic-0: 12:17:03 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: 12:17:03 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-abot-epc-basic-0: 12:17:03 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-abot-epc-basic-0: 12:17:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-abot-epc-basic-0: 12:17:05 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-abot-epc-basic-0: 12:17:05 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-abot-epc-basic-0: 12:17:05 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-abot-epc-basic-0: 12:17:06 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 12:17:06 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: 12:17:06 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-abot-epc-basic-0: 12:17:07 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-abot-epc-basic-0: 12:17:07 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 12:17:07 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: 12:17:07 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 12:17:07 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: 12:17:07 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: 12:17:07 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 12:17:07 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: 12:17:07 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 12:17:08 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: 12:17:08 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 12:17:08 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: 12:17:08 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: 12:17:08 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 12:17:08 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: 12:17:08 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Aug 25 12:14 /dev/zero unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 12:17:10 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-abot-epc-basic-0: 12:17:12 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-abot-epc-basic-0: 12:17:12 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 12:17: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: 12:17: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: 12:17: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: 12:17:13 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 12:17: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: 12:17:13 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 12:17: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: 12:17: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: 12:17:13 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 12:17: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: 12:17:13 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 12:17: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: 12:17:13 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:17:13 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 12:17:13 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: 12:17:13 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: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (31.9 kB/s) unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 12:17:14 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 ... 135911 files and directories currently installed.) unit-abot-epc-basic-0: 12:17:14 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: 12:17:14 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 12:17:14 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: 12:17:14 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 12:17:14 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make all-recursive unit-abot-epc-basic-0: 12:17:15 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 12:17:15 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: 12:17:15 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 12:17:15 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 12:17:25 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 12:17:25 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 12:17:25 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 12:17:26 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 12:17:26 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 12:17:27 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 12:17:27 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 12:17:27 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 12:17:28 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 12:17:28 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 12:17:36 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 12:17:36 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 12:17:36 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 12:17:36 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 12:17:38 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 12:17:38 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 12:17:38 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 12:17:38 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:17:39 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 12:17:41 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 12:17:42 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 12:17:43 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 12:17:43 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 12:17:44 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 12:17:44 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 12:17:45 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 12:17:45 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 12:17:45 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 12:17:45 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 12:17:46 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 12:17:46 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 12:17:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:17:46 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 12:17:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:17:46 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 12:17:47 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 12:17:47 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 12:17:47 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 12:17:47 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:17:48 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 12:17:49 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 12:17:49 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 12:17:49 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 12:17:49 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 12:17:52 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: 12:17:52 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: 12:17:52 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 12:17:52 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: 12:17:52 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 12:17:52 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: 12:17:52 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:17:52 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 12:17:52 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: 12:17:52 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: 12:17:52 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-abot-epc-basic-0: 12:17:53 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: 12:17:53 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-abot-epc-basic-0: 12:17:53 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: 12:17:53 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (398 kB/s) unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 12:17:54 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 ... 136020 files and directories currently installed.) unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 12:17:54 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: 12:17:54 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 12:17:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-abot-epc-basic-0: 12:17:55 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 12:17:55 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: 12:17:56 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install CC system_override.lo unit-abot-epc-basic-0: 12:18:07 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:08 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: 12:18:08 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 12:18:13 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: 12:18:13 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 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: 12:18:13 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 12:18:13 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: 12:18:13 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 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: 12:18:13 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 12:18:21 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: 12:18:21 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 12:18:22 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: 12:18:22 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 12:18:22 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: 12:18:22 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:22 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: 12:18:22 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 12:18:24 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: 12:18:24 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-epc-0: 12:18:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 12:18:27 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: 12:18:27 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 12:18:27 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: 12:18:27 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 12:18:29 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: 12:18:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 12:18:30 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: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-abot-epc-basic-0: 12:18:31 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-abot-epc-basic-0: 12:18:31 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:18:31 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 12:18:31 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: 12:18:31 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 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: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 12:18:31 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: 12:18:31 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 12:18:31 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: 12:18:31 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-abot-epc-basic-0: 12:18:31 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 12:18:31 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: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 12:18:32 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: 12:18:32 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 12:18:32 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: 12:18:33 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: 12:18:33 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: 12:18:33 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: 12:18:33 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: 12:18:33 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: 12:18:33 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: 12:18:34 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: 12:18:34 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: 12:18:35 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: 12:18:35 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: 12:18:35 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2 [9426 B] unit-oai-hss-0: 12:18:35 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: 12:18:35 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: 12:18:36 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: 12:18:36 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: 12:18:36 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: 12:18:36 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: 12:18:36 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: 12:18:36 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: 12:18:36 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: 12:18:36 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: 12:18:37 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: 12:18:37 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: 12:18:37 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: 12:18:37 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: 12:18:37 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: 12:18:37 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: 12:18:39 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: 12:18:39 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: 12:18:39 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: 12:18:39 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: 12:18:39 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: 12:18:39 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: 12:18:39 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: 12:18:40 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: 12:18:40 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: 12:18:40 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: 12:18:40 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: 12:18:40 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: 12:18:40 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: 12:18:40 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: 12:18:41 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: 12:18:41 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: 12:18:41 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: 12:18:41 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: 12:18:41 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: 12:18:41 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: 12:18:42 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: 12:18:42 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: 12:18:42 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: 12:18:42 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: 12:18:42 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: 12:18:42 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: 12:18:42 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: 12:18:43 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: 12:18:43 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: 12:18:43 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: 12:18:43 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: 12:18:43 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: 12:18:43 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 12:18:43 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: 12:18:44 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: 12:18:44 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: 12:18:44 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: 12:18:44 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: 12:18:44 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: 12:18:44 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: 12:18:44 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: 12:18:44 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: 12:18:45 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: 12:18:45 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: 12:18:45 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: 12:18:45 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 12:18:45 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: 12:18:45 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3187 kB/s) unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install (Reading database ... 118505 files and directories currently installed.) unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 12:18:55 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: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 12:18:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 12:18:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 12:18:57 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:18:57 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:19:04 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: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 12:19:05 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: 12:19:05 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 12:19:08 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: 12:19:08 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: 12:19:08 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 12:19:13 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:19:13 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 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: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 12:19:23 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: 12:19:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 12:19:23 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: 12:19:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 12:19:23 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: 12:19:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 12:19:23 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: 12:19:23 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 12:19:23 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: 12:19:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 12:19:24 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: 12:19:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 12:19:24 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: 12:19:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 12:19:24 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: 12:19:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 12:19:24 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: 12:19:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 12:19:24 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: 12:19:24 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 12:19:25 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: 12:19:25 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: 12:19:25 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: 12:19:25 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 12:19:25 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: 12:19:25 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: 12:19:25 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 12:19:25 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 12:19:26 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 12:19:26 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: 12:19:26 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: 12:19:26 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: 12:19:26 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 12:19:26 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 12:19:26 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 12:19:26 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 12:19:26 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: 12:19:26 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 12:19:27 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: 12:19:27 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (89.5 kB/s) unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install (Reading database ... 121396 files and directories currently installed.) unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 12:19:28 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: 12:19:28 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install ........++++++ unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install ...++++++ unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install ....................++++++ unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install .........++++++ unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Not Before: Aug 25 12:19:28 2018 GMT unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Not After : Aug 25 12:19:28 2019 GMT unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install 2A:B6:5C:2E:20:38:A2:01:02:0F:9C:25:6C:C0:0E:F5:90:EE:8A:5E unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install keyid:AD:98:10:26:B2:21:2E:62:01:FA:6C:D7:ED:B1:02:AE:F3:45:B1:0C unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Certificate is to be certified until Aug 25 12:19:28 2019 GMT (365 days) unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] Scanning dependencies of target hss_s6a unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install [ 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: 12:19:28 DEBUG unit.oai-hss/0.install [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 12:19:28 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: 12:19:28 DEBUG unit.oai-hss/0.install [ 65%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 12:19:28 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: 12:19:28 DEBUG unit.oai-hss/0.install [ 69%] [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 12:19:28 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: 12:19:28 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 12:19:28 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: 12:19:28 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 12:19:28 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: 12:19:28 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: 12:19:28 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 12:19:28 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: 12:19:28 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: 12:19:28 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: 12:19:28 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: 12:19:29 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: 12:19:29 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: 12:19:29 DEBUG unit.oai-hss/0.install [ 91%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 12:19:29 DEBUG unit.oai-hss/0.install [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 12:19:29 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: 12:19:30 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_db.a unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 12:19:31 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: 12:19:31 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 12:19:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:31 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 12:19:31 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: 12:19:31 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 12:19:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:19:31 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 12:19:31 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 12:19:31 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 12:19:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 12:19:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 12:19:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 12:19:31 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: 12:19:31 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 12:19:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 12:19:31 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: 12:19:31 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 12:19:31 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: 12:19:31 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 12:19:31 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: 12:19:31 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: 12:19:31 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: 12:19:31 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 12:19:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 12:19:31 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: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:32 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: 12:19:32 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: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:32 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:32 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.4 unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-epc-0: 12:19:32 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:32 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 12:19:32 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 12:19:32 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-mysql-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 12:19:32 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `aeveengoiteephi` identified by 'waetafootuweesh'] unit-mysql-0: 12:19:32 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `aeveengoiteephi` identified by 'waetafootuweesh'] unit-mysql-0: 12:19:32 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=aeveengoiteephi', 'password=waetafootuweesh', 'host=192.168.121.4', 'slave=False'] unit-mysql-0: 12:19:32 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 12:19:32 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + user=aeveengoiteephi unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + password=waetafootuweesh unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.4 unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 12:19:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.4 aeveengoiteephi waetafootuweesh oai-hss unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.4"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"aeveengoiteephi"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"waetafootuweesh"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 12:19:32 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: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 12:19:32 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: 12:19:32 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: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u aeveengoiteephi --password=waetafootuweesh -h 192.168.121.4 oai-hss -e 'show tables;' unit-mysql-0: 12:19:32 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u aeveengoiteephi --password=waetafootuweesh -h 192.168.121.4 oai-hss unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 12:19:32 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:33 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 21933 unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 21933' unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 21933 =~ .*running.* ]] unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:33 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:33 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 12:19:33 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + db_host=aeveengoiteephi unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 12:19:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:34 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 12:19:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:34 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:35 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:35 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:19:35 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 12:19:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:19:35 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 12:19:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 12:19:35 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:19:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:19:35 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:19:36 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:20:31 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: 12:20:31 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: 12:20:31 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:20:31 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 12:20:32 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:20:32 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 12:20:32 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 12:20:32 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-epc-0: 12:20:32 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: 12:20:33 DEBUG unit.oai-epc/0.install Fetched 121 kB in 1s (121 kB/s) unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install (Reading database ... 128004 files and directories currently installed.) unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 12:20:33 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 12:20:36 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 12:20:36 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 12:20:36 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 12:20:36 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 12:20:36 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 12:20:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 12:20:41 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: 12:20:41 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: 12:20:41 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 12:20:41 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 12:20:42 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: 12:20:42 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 12:20:42 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 12:20:43 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: 12:20:43 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 12:20:43 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:44 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 12:20:44 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: 12:20:44 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:20:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 12:20:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 12:20:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 12:20:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 12:20:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 12:20:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 12:20:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 12:20:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 12:20:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 12:20:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 12:20:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 12:20:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 12:20:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 12:20:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 12:20:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 12:20:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 12:20:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 12:20:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 12:20:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 12:20:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 12:20:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 12:20:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-abot-epc-basic-0: 12:20:50 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 12:20:50 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-oai-epc-0: 12:20:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 12:20:51 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 12:20:51 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 12:20:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 12:20:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 12:20:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 12:20:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 12:20:53 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 12:20:54 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: 12:20:54 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 12:20:54 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 12:20:55 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: 12:20:55 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: 12:20:55 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: 12:20:55 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: 12:20:55 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: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 12:20:55 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: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 12:20:55 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: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:55 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: 12:20:55 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: 12:20:55 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: 12:20:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:55 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 12:20:55 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: 12:20:56 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:56 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:56 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: 12:20:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 12:20:57 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: 12:20:57 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: 12:20:57 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: 12:20:57 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: 12:20:57 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: 12:20:57 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: 12:20:57 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 12:20:57 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: 12:20:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 12:20:57 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: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 12:20:57 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 12:21:01 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-abot-epc-basic-0: 12:21:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 12:21:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 12:21:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 12:21:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 12:21:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 12:21:27 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 12:21:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 12:21:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 12:21:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 12:21:28 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 12:21:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start SHA256:FDlMZZYP3SFSQ7drWh3oTJMPd5pUBYuJw2S2Z3Wdb+Y root@juju-e150fd-default-0 unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | oooO==.=oB| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | +Oo+.B+*.| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | ..=o=*+oo| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | . +=.==*| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | S o*=.| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | + E| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | . | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-e150fd-default-0 unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 12:21:28 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: 12:21:28 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start SHA256:+34zvh/67Stt0Pr6DmXCvrA8n/GtVn9drJG4a7Ly2Hs ubuntu@juju-e150fd-default-0 unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | . | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | S +.= | unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | . o.*.+| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | . . ==++| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | .+o.E+O==| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start | .+B@B&@O*| unit-abot-epc-basic-0: 12:21:28 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 12:21:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 12:21:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 12:21:28 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:21:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:37 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 12:21:37 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: 12:21:37 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 12:21:37 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: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:21:37 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 12:21:37 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 12:21:37 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 12:21:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 12:21:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 12:21:37 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.14 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.14 ']' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:38 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up the config option chose by the user or the default ones' unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:38 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXENB/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MAXUE/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/RELATIVE_CAPACITY/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_STATISTIC_TIMER/ s/[0-9]+/10/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/EMERGENCY_ATTACH_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/UNAUTHENTICATED_IMSI_SUPPORTED/ s/".+"/"no"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MCC="[0-9]+"/MCC="208"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i 's/MNC="[0-9]+"/MNC="93"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+",-"192.188.1.0/24",-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/IPV4_LIST/,/\);/ s-"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/[0-9]+" -"192.188.2.0/24" -' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:38 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.14 unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_INTERFACE_NAME_FOR_S1_MME/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_INTERFACE_NAME_FOR_SGI/ s/".*"/"eth0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.14/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.14/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.14/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/DEFAULT_DNS_SEC_IPV4_ADDRESS/ s/".*"/"8.8.8.8"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:38 INFO unit.oai-epc/0.juju-log EPC is built, but is waiting for active connection to gather the last info unit-oai-epc-0: 12:21:38 DEBUG unit.oai-epc/0.config-changed + juju-log 'no HSS is found, so EPC is not going to be run' unit-oai-epc-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:38 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 12:21:38 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:38 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 12:21:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:39 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:39 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.14' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.14 unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:39 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:39 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:39 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 12:21:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:39 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.16 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.16 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 16 -le 255 ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.16' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.16 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.16 unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 21933' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 21933 =~ .*running.* ]] unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:39 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:39 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-abot-epc-basic-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 12:21:39 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:39 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 12:21:39 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 12:21:39 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 12:21:39 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 12:21:39 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-abot-epc-basic-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-abot-epc-basic-0: 12:21:39 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 12:21:39 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-epc-0: 12:21:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 12:21:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-hss-0: 12:21:40 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 14 -le 255 ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.14' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.14 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.14 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:40 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 12:21:40 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.14 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.14 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=aeveengoiteephi unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 12:21:40 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: 12:21:40 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: 12:21:40 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-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 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: 12:21:40 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-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=waetafootuweesh unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 12:21:40 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: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.4 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:21:40 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z aeveengoiteephi ']' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u aeveengoiteephi --password=waetafootuweesh -h 192.168.121.4 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-abot-epc-basic-0: 12:21:40 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u aeveengoiteephi --password=waetafootuweesh -h 192.168.121.4 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:40 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: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u aeveengoiteephi --password=waetafootuweesh -h 192.168.121.4 oai-hss unit-oai-hss-0: 12:21:40 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-hss-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 12:21:40 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.16 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-abot-epc-basic-0: 12:21:40 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:40 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-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.14 unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 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: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.16 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 12:21:40 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.16 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 12:21:40 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: 12:21:40 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: 12:21:40 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.14/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.14/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 12:21:40 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: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 12:21:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-abot-epc-basic-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-abot-epc-basic-0: 12:21:40 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-abot-epc-basic-0: 12:21:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:40 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: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 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: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.16 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.16 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 12:21:40 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: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 15054 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 15054' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 15054 =~ .*running.* ]] unit-oai-epc-0: 12:21:40 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: 12:21:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:40 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: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 12:21:40 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 12:21:41 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:41 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 12:21:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 12:21:41 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 12:21:42 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:42 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:42 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 12:21:42 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 12:21:42 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 12:21:43 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:43 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 12:21:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 12:21:43 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 12:21:44 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:44 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:44 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 12:21:44 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 12:21:44 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 12:21:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:45 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 12:21:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 12:21:45 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:21:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:21:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 12:21:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:47 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 12:21:47 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 12:21:47 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 12:21:47 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 12:21:47 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:21:47 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:48 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 15054' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 15054 =~ .*running.* ]] unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-abot-epc-basic-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 15337 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 15337' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 15337 =~ .*running.* ]] unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.14 unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:48 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: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 12:21:48 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 12:21:48 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: 12:21:48 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: 12:21:48 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.14/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.14/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 12:21:48 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: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 12:21:48 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: 12:21:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:21:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 12:21:48 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:48 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:21:49 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:49 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 12:21:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 12:21:49 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 12:21:50 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:50 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:50 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 12:21:50 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 12:21:50 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 12:21:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:51 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 12:21:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 12:21:51 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 12:21:52 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:52 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 12:21:52 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 12:21:52 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 12:21:52 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 12:21:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:21:53 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 12:21:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 12:21:53 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:21:55 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 12:21:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 12:21:55 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:55 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 12:21:55 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:21:55 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 12:21:55 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 12:21:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:21:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:21:55 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:21:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.14 unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 12:21:56 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: 12:21:56 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: 12:21:56 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.14/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.14/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 12:21:56 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: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 12:21:56 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: 12:21:56 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 12:21:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 12:21:56 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 12:21:56 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 12:21:56 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:21:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:21:56 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter.remotestate got action change: [137e9c93-dafb-4737-8a8a-8ac32737c5d9] ok=true unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter.operation running operation run action 137e9c93-dafb-4737-8a8a-8ac32737c5d9 unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter.operation preparing operation "run action 137e9c93-dafb-4737-8a8a-8ac32737c5d9" unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter.operation executing operation "run action 137e9c93-dafb-4737-8a8a-8ac32737c5d9" unit-abot-epc-basic-0: 12:22:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 12:22:18 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 12:22:18 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 12:22:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 12:22:18 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 12:22:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 12:22:18 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 12:22:18 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 12:22:20 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:20 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: 12:22:20 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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8240762656390693342.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:21 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: 12:22:21 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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall4582101815960943754.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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:21 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: 12:22:21 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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1519413488633864415.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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:21 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: 12:22:21 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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6651679217203502760.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:21 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: 12:22:21 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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall9046574339175258631.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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:21 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: 12:22:21 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: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall578623901655359799.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.799 s unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-08-25T12:22:21+00:00 unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 12:22:21 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:23 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 12:22:23 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:23 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:23 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 12:22:23 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:22:24 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: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:22:24 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: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:22:24 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: 12:22:24 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: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:24 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:22:24 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: 12:22:25 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:22:25 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:22:26 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:22:26 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 12:22:26 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 12:22:26 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 12:22:26 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:27 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sat Aug 25 12:22:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:27 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 12:22:28 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:28 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:28 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: 12:22:29 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:29 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 12:22:29 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: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 12:22:30 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Sat Aug 25 12:22:30 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:30 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: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:30 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: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:30 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: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:30 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: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 12:22:30 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Sat Aug 25 12:22:30 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:22:30 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:30 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:30 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: 12:22:31 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:31 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:31 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: 12:22:31 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:31 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:31 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: 12:22:31 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:22:31 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 12:22:31 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: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: STEP EXECUTION TIME TAKEN :1416 MS unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: STEP EXECUTION TIME TAKEN :42 MS unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22: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: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22: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: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: STEP EXECUTION TIME TAKEN :881 MS unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22: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: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: STEP EXECUTION TIME TAKEN :691 MS unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: STEP EXECUTION TIME TAKEN :41 MS unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10027 MS unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43.968 [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: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43.985 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:22:43 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22: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: 12:22:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:44 [main] REPORT: STEP EXECUTION TIME TAKEN :64 MS unit-abot-epc-basic-0: 12:22:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:22:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:22:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:22:54 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: 12:22:54 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: 12:22: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: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:22: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: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:22: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: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:22: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: 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP EXECUTION TIME TAKEN :93 MS unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22: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: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22: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: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP EXECUTION TIME TAKEN :480 MS unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [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: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:22:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:22:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05.715 [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: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05.718 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23: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: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:23:05 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:23: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: 12:23:15 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:23:15 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: 12:23:15 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: 12:23: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: 12:23: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: 12:23:15 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:23: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: 12:23: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: 12:23:15 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:23: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: 12:23:15 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: 12:23:15 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:23: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: 12:23: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: 12:23:15 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:23: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: 12:23:15 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:15 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23: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: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :431 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [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: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:16 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26.809 [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: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26.818 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [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: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: STEP EXECUTION TIME TAKEN :58 MS unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:23:26 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:23:26 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: 12:23:36 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:23:37 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: 12:23:37 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: 12:23: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: 12:23: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: 12:23:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:23: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: 12:23: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: 12:23:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:23: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: 12:23:37 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: 12:23: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: 12:23:37 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:23: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: 12:23:37 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:23: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: 12:23:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23: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: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [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: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :412 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [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: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47.792 [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: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47.795 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [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: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:23:47 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:23:47 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: 12:23:57 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:23:57 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: 12:23:57 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: 12:23:57 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:23:57 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: 12:23:57 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: 12:23:57 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:23:57 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: 12:23:57 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: 12:23:57 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:23:57 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: 12:23:57 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: 12:23:57 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:23:57 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: 12:23:57 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:23:57 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [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: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP EXECUTION TIME TAKEN :239 MS unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [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: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: STEP EXECUTION TIME TAKEN :870 MS unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:23:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:23:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09.388 [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: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09.392 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [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: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:24:09 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:24:09 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: 12:24:19 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:24:19 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: 12:24:19 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: 12:24:19 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:24:19 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: 12:24:19 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: 12:24:19 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:24:19 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: 12:24:19 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: 12:24:19 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:24:19 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: 12:24:19 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: 12:24:19 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:24:19 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: 12:24:19 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [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: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP EXECUTION TIME TAKEN :232 MS unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [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: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: STEP EXECUTION TIME TAKEN :865 MS unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [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: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:20 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:20 [main] REPORT: ========================================================================================== unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 12:24:27 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:24:27 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30.962 [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: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30.964 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:24:30 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:24: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_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 12:24:41 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: 12:24: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: 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:24: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: 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:24: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: 12:24: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: 12:24:41 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: 12:24:41 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:24: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: 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24: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: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP EXECUTION TIME TAKEN :375 MS unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24: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: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: STEP EXECUTION TIME TAKEN :715 MS unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [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: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52.518 [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: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52.522 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24: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: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:24:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:24:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:24: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: 12:25:02 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:25:02 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: 12:25:02 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: 12:25:02 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:25:02 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: 12:25:02 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: 12:25:02 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:25:02 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: 12:25:02 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: 12:25:02 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: 12:25:02 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:25:02 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: 12:25:02 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:25:02 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: 12:25:02 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:25:02 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: 12:25:02 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:02 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP EXECUTION TIME TAKEN :368 MS unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [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: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP EXECUTION TIME TAKEN :667 MS unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [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: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14.038 [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: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14.041 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:25:14 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:25: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_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 12:25:24 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: 12:25: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: 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:25: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: 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:25: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: 12:25: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: 12:25:24 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: 12:25:24 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:25: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: 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:25:24 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: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP EXECUTION TIME TAKEN :382 MS unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:24 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: STEP EXECUTION TIME TAKEN :700 MS unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [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: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35.706 [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: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35.709 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: STEP EXECUTION TIME TAKEN :207 MS unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:25:35 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:25: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: 12:25:45 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:25:46 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: 12:25:46 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: 12:25: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: 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:25: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: 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:25: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: 12:25: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: 12:25:46 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: 12:25:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:25: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: 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP EXECUTION TIME TAKEN :221 MS unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:46 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [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: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: STEP EXECUTION TIME TAKEN :708 MS unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [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: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57.420 [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: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57.426 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25: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: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: STEP EXECUTION TIME TAKEN :175 MS unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:25:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:25:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:25: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:26:07 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: 12:26:07 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: 12:26: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: 12:26: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:26: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: 12:26: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:26: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: 12:26: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 # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 12:26:07 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: 12:26:07 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:26: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:26: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:26: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26: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: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [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: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP EXECUTION TIME TAKEN :208 MS unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:07 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [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: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: STEP EXECUTION TIME TAKEN :666 MS unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [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: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: STEP EXECUTION TIME TAKEN :61 MS unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18.711 [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: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18.714 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26: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: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:26:18 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:26: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: 12:26:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:26:28 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: 12:26:28 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: 12:26: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: 12:26: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: 12:26:28 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:26: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: 12:26: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: 12:26:28 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:26: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: 12:26:28 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: 12:26:28 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: 12:26:28 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:26: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: 12:26:28 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:26: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: 12:26:28 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:26: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: 12:26:28 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:26:28 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: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26: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: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26: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: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: STEP EXECUTION TIME TAKEN :216 MS unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [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: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: STEP EXECUTION TIME TAKEN :659 MS unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [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: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: STEP EXECUTION TIME TAKEN :146 MS unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40.097 [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: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40.099 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:26:40 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:26:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 17564' unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 17564 =~ .*running.* ]] unit-oai-epc-0: 12:26:43 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: 12:26:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:26:43 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 12:26:43 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 12:26:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:26:43 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:26:43 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 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: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:26:50 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: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26: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: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP EXECUTION TIME TAKEN :213 MS unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:50 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: STEP EXECUTION TIME TAKEN :795 MS unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [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: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:26:51 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:26:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01.466 [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: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01.469 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:27:01 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:27:11 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: 12:27:11 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: 12:27: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: 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:27: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: 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:27: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: 12:27:11 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: 12:27:11 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: 12:27:11 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP EXECUTION TIME TAKEN :229 MS unit-abot-epc-basic-0: 12:27:11 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: STEP EXECUTION TIME TAKEN :822 MS unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [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: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:12 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22.928 [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: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22.930 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:27:22 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:27:31 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21933' unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21933 =~ .*running.* ]] unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 12:27:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:27:31 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 12:27:31 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 12:27:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:27:31 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:27:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:27:32 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:27:33 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: 12:27:33 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: 12:27:33 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:27:33 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: 12:27:33 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: 12:27:33 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:27:33 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: 12:27:33 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: 12:27:33 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: 12:27:33 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:27:33 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: 12:27:33 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:27:33 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: 12:27:33 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:27:33 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: 12:27:33 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP EXECUTION TIME TAKEN :377 MS unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:33 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [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: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: STEP EXECUTION TIME TAKEN :652 MS unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:34 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44.296 [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: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44.302 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:27:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:27:54 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: 12:27:54 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: 12:27:54 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:27: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: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:27: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: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:27: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: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:27: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: 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [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: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [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: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:54 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27: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: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP EXECUTION TIME TAKEN :395 MS unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [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: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP EXECUTION TIME TAKEN :710 MS unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [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: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:27:55 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:27:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:28:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 12:28:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15.818 [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: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15.821 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [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: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:28:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:28:15 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: 12:28:15 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: 12:28:16 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: 12:28:26 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:28:26 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: 12:28:26 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: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 12:28:26 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: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 12:28:26 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: 12:28:26 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: 12:28:26 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: 12:28:26 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [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: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [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: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:26 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28: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: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: STEP EXECUTION TIME TAKEN :360 MS unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [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: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: STEP EXECUTION TIME TAKEN :700 MS unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:27 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [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: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [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: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :148 MS unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:28 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:38 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:38 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:28:38 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:28:38 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:38 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48.246 [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: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48.249 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28: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: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:28:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:28: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: 12:28:48 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: 12:28:48 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-mysql-0: 12:28:52 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 12:28:52 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:28:52 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:28:58 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: 12:28:58 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: 12:28:58 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:28:58 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: 12:28:58 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: 12:28:58 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: 12:28:58 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: 12:28:58 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:28:58 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: 12:28:58 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: 12:28:58 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: 12:28:58 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: 12:28:58 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: 12:28:58 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:28:58 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: 12:28:58 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: 12:28:58 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: 12:28:58 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:28:58 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: 12:28:58 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [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: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:58 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28: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: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP EXECUTION TIME TAKEN :373 MS unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28: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: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP EXECUTION TIME TAKEN :635 MS unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [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: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:28:59 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:28:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:29:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:29:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19.925 [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: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19.927 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [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: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:29:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:29:19 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: 12:29:19 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: 12:29:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:29:30 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: 12:29:30 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: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 12:29:30 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: 12:29:30 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: 12:29:30 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: 12:29:30 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [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: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [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: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP EXECUTION TIME TAKEN :364 MS unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:30 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [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: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [main] REPORT: STEP EXECUTION TIME TAKEN :669 MS unit-abot-epc-basic-0: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:31 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:31 [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: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :706 MS unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:32 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:29:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 12:29:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:42 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52.192 [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: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52.195 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29: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: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: STEP EXECUTION TIME TAKEN :151 MS unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:29:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:29:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:29: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: 12:29:52 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: 12:29:52 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: 12:30:03 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:30:03 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: 12:30:03 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: 12:30: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: 12:30: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: 12:30:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:30: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: 12:30: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: 12:30:03 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: 12:30: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: 12:30:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:30: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: 12:30:03 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: 12:30:03 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 12:30:03 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: 12:30:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:30: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: 12:30: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: 12:30: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: 12:30:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:30: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: 12:30:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30: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: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [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: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:03 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [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: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: STEP EXECUTION TIME TAKEN :345 MS unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30: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: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: STEP EXECUTION TIME TAKEN :671 MS unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:04 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [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: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: STEP EXECUTION TIME TAKEN :653 MS unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:05 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:30:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:30:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:15 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25.527 [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: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25.530 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [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: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:30:25 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:30:25 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: 12:30:26 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: 12:30:33 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 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: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:30:36 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: 12:30:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [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: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [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: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [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: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :271 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [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: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:36 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [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: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: STEP EXECUTION TIME TAKEN :673 MS unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: STEP EXECUTION TIME TAKEN :83 MS unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:37 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:30:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 12:30:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:47 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:47 [main] REPORT: ========================================================================================== unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:30:54 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 19013' unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 19013 =~ .*running.* ]] unit-oai-epc-0: 12:30:54 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: 12:30:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:30:54 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 12:30:54 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 12:30:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:30:54 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:30:54 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57.796 [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: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57.798 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30: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: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:30:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:30:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:30: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: 12:30:57 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: 12:30:58 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: 12:31:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:08 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: 12:31:08 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: 12:31:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:31:08 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: 12:31:08 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: 12:31:08 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: 12:31:08 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: 12:31:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:31:08 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: 12:31:08 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: 12:31:08 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: 12:31:08 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:31:08 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: 12:31:08 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: 12:31:08 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: 12:31:08 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:31:08 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: 12:31:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [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: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [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: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:08 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :362 MS unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [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: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [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: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :645 MS unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:09 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:31:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 12:31:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:19 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29.861 [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: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29.868 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [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: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:31:29 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:31:29 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: 12:31:29 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: 12:31:30 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: 12:31:40 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 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: 12:31:40 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: 12:31:40 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: 12:31:40 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:31:40 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: 12:31:40 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: 12:31:40 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: 12:31:40 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: 12:31:40 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:31:40 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: 12:31:40 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: 12:31:40 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: 12:31:40 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:31:40 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: 12:31:40 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: 12:31:40 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: 12:31:40 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:31:40 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: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run 9m10.207s unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 554.302 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31: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(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(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.012 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.016 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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 sec unit-abot-epc-basic-0: 12:31:41 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 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.003 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.003 sec unit-abot-epc-basic-0: 12:31:41 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.006 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.019 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.003 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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.003 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31: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(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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.002 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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(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: 12:31: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(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: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31: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(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: 12:31:41 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: 12:31:41 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.002 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.005 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.005 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.005 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31: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:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31: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(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: 12:31:41 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.003 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31: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(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(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: 12:31:41 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.005 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(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: 12:31: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(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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(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: 12:31:41 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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31: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(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: 12:31: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(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 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.002 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31: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(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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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:(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.002 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:31:41 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.002 sec unit-abot-epc-basic-0: 12:31: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(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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(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: 12:31:41 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.006 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31: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:(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.005 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.006 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.004 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 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: 12:31:41 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: 12:31: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(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: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 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.001 sec unit-abot-epc-basic-0: 12:31:41 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.005 sec unit-abot-epc-basic-0: 12:31: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:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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.006 sec <<< FAILURE! unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Aug 25, 2018 12:31:41 PM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sat Aug 25 12:22:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run 25-Aug-2018 12:31:41.016 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:31: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: 12:31: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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31: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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31: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: 12:31: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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31: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: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:31: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: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:31:41 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: 12:31:41 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:31:41 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:31:42 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:20 min unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-08-25T12:31:43+00:00 unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:31:43 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: 12:31:43 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 12:31:43 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: 12:31:43 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: 12:31:43 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 12:31:43 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: 12:31:43 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 12:31:43 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation committing operation "run action 137e9c93-dafb-4737-8a8a-8ac32737c5d9" unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 12:31:43 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:31:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-08-25 12:32:05,606 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-08-25 12:32:39,641 - 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 Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-08-25 12:32:39,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:32:39,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:39,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2532 X-Openstack-Request-Id: req-d119b63f-54be-4d9f-89bd-9e0e48f3c9c7 Date: Sat, 25 Aug 2018 12:32:39 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:12:23Z", "updated_at": "2018-08-25T12:32:27Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "04f51932-3806-4e16-89a1-2ad4e26c27f7", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:09:26Z", "updated_at": "2018-08-25T12:32:21Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "2d1f1acb-6666-4b7d-a281-4bbcc8f824cc", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:03:28Z", "updated_at": "2018-08-25T12:32:38Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "75491651-0bfb-4734-8fce-5e9a4d171406", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:07:13Z", "updated_at": "2018-08-25T12:32:18Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "87d96025-b4e3-407d-97d7-5ab75314626d", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:11:48Z", "updated_at": "2018-08-25T12:32:27Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "b530522c-42d1-48d3-ba73-0ac59ea550df", "qos_policy_id": null}]} 2018-08-25 12:32:39,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d119b63f-54be-4d9f-89bd-9e0e48f3c9c7 2018-08-25 12:32:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.289422035217s 2018-08-25 12:32:39,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-d119b63f-54be-4d9f-89bd-9e0e48f3c9c7 2018-08-25 12:32:39,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 12:32:39,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/04f51932-3806-4e16-89a1-2ad4e26c27f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:40,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b518d8c0-d7f4-4ebd-a89a-7b711a72345d Content-Length: 0 Date: Sat, 25 Aug 2018 12:32:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:40,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/04f51932-3806-4e16-89a1-2ad4e26c27f7.json used request id req-b518d8c0-d7f4-4ebd-a89a-7b711a72345d 2018-08-25 12:32:40,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.594732999802s 2018-08-25 12:32:40,548 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/04f51932-3806-4e16-89a1-2ad4e26c27f7.json used request id req-b518d8c0-d7f4-4ebd-a89a-7b711a72345d 2018-08-25 12:32:40,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:32:40,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:40,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-c9728e47-3272-4c45-82e3-617e888cc942 Date: Sat, 25 Aug 2018 12:32:40 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:09:26Z", "updated_at": "2018-08-25T12:32:21Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "2d1f1acb-6666-4b7d-a281-4bbcc8f824cc", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:03:28Z", "updated_at": "2018-08-25T12:32:38Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "75491651-0bfb-4734-8fce-5e9a4d171406", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:07:13Z", "updated_at": "2018-08-25T12:32:18Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "87d96025-b4e3-407d-97d7-5ab75314626d", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:11:48Z", "updated_at": "2018-08-25T12:32:27Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "b530522c-42d1-48d3-ba73-0ac59ea550df", "qos_policy_id": null}]} 2018-08-25 12:32:40,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c9728e47-3272-4c45-82e3-617e888cc942 2018-08-25 12:32:40,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0665800571442s 2018-08-25 12:32:40,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-c9728e47-3272-4c45-82e3-617e888cc942 2018-08-25 12:32:40,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 12:32:40,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/2d1f1acb-6666-4b7d-a281-4bbcc8f824cc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:41,428 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe27a161-3e6c-496f-8cbc-17dd9e2303ea Content-Length: 0 Date: Sat, 25 Aug 2018 12:32:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:41,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/2d1f1acb-6666-4b7d-a281-4bbcc8f824cc.json used request id req-fe27a161-3e6c-496f-8cbc-17dd9e2303ea 2018-08-25 12:32:41,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.793823003769s 2018-08-25 12:32:41,429 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/2d1f1acb-6666-4b7d-a281-4bbcc8f824cc.json used request id req-fe27a161-3e6c-496f-8cbc-17dd9e2303ea 2018-08-25 12:32:41,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:32:41,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:41,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1526 X-Openstack-Request-Id: req-ba603f22-f3b3-4ad7-b241-6d01651dd15a Date: Sat, 25 Aug 2018 12:32:41 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:03:28Z", "updated_at": "2018-08-25T12:32:38Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "75491651-0bfb-4734-8fce-5e9a4d171406", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:07:13Z", "updated_at": "2018-08-25T12:32:18Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "87d96025-b4e3-407d-97d7-5ab75314626d", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:11:48Z", "updated_at": "2018-08-25T12:32:27Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "b530522c-42d1-48d3-ba73-0ac59ea550df", "qos_policy_id": null}]} 2018-08-25 12:32:41,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ba603f22-f3b3-4ad7-b241-6d01651dd15a 2018-08-25 12:32:41,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0626559257507s 2018-08-25 12:32:41,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-ba603f22-f3b3-4ad7-b241-6d01651dd15a 2018-08-25 12:32:41,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 12:32:41,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/75491651-0bfb-4734-8fce-5e9a4d171406.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:42,039 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e211687a-8c20-4149-a4bf-f268ca1a8bc9 Content-Length: 0 Date: Sat, 25 Aug 2018 12:32:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:42,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/75491651-0bfb-4734-8fce-5e9a4d171406.json used request id req-e211687a-8c20-4149-a4bf-f268ca1a8bc9 2018-08-25 12:32:42,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.531325101852s 2018-08-25 12:32:42,039 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/75491651-0bfb-4734-8fce-5e9a4d171406.json used request id req-e211687a-8c20-4149-a4bf-f268ca1a8bc9 2018-08-25 12:32:42,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:32:42,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:42,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1023 X-Openstack-Request-Id: req-29cbe6c6-65b7-442f-b4f0-b5dd1154f587 Date: Sat, 25 Aug 2018 12:32:42 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:07:13Z", "updated_at": "2018-08-25T12:32:18Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "87d96025-b4e3-407d-97d7-5ab75314626d", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:11:48Z", "updated_at": "2018-08-25T12:32:27Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "b530522c-42d1-48d3-ba73-0ac59ea550df", "qos_policy_id": null}]} 2018-08-25 12:32:42,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-29cbe6c6-65b7-442f-b4f0-b5dd1154f587 2018-08-25 12:32:42,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.296748876572s 2018-08-25 12:32:42,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-29cbe6c6-65b7-442f-b4f0-b5dd1154f587 2018-08-25 12:32:42,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 12:32:42,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/87d96025-b4e3-407d-97d7-5ab75314626d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:42,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b795521-1e7f-4c71-bf96-10227cb27bfd Content-Length: 0 Date: Sat, 25 Aug 2018 12:32:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:42,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/87d96025-b4e3-407d-97d7-5ab75314626d.json used request id req-6b795521-1e7f-4c71-bf96-10227cb27bfd 2018-08-25 12:32:42,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.549643993378s 2018-08-25 12:32:42,900 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/87d96025-b4e3-407d-97d7-5ab75314626d.json used request id req-6b795521-1e7f-4c71-bf96-10227cb27bfd 2018-08-25 12:32:42,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:32:42,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:42,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-f760760c-eabd-4859-81d7-7323418862b0 Date: Sat, 25 Aug 2018 12:32:42 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:11:48Z", "updated_at": "2018-08-25T12:32:27Z", "floating_network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "f7c66ceb33234693b83d1a30ee450a91", "port_id": null, "id": "b530522c-42d1-48d3-ba73-0ac59ea550df", "qos_policy_id": null}]} 2018-08-25 12:32:42,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-f760760c-eabd-4859-81d7-7323418862b0 2018-08-25 12:32:42,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.072968006134s 2018-08-25 12:32:42,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-f760760c-eabd-4859-81d7-7323418862b0 2018-08-25 12:32:42,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-25 12:32:42,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/b530522c-42d1-48d3-ba73-0ac59ea550df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:43,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf67f1ab-bccc-4ac4-ad4b-a282f8363dfc Content-Length: 0 Date: Sat, 25 Aug 2018 12:32:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:43,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/b530522c-42d1-48d3-ba73-0ac59ea550df.json used request id req-bf67f1ab-bccc-4ac4-ad4b-a282f8363dfc 2018-08-25 12:32:43,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.537024021149s 2018-08-25 12:32:43,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/b530522c-42d1-48d3-ba73-0ac59ea550df.json used request id req-bf67f1ab-bccc-4ac4-ad4b-a282f8363dfc 2018-08-25 12:32:43,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 12:32:43,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:43,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8af18bcc-11a0-4ef7-a308-742af0d368cc Date: Sat, 25 Aug 2018 12:32:43 GMT RESP BODY: {"floatingips": []} 2018-08-25 12:32:43,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8af18bcc-11a0-4ef7-a308-742af0d368cc 2018-08-25 12:32:43,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0649900436401s 2018-08-25 12:32:43,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-8af18bcc-11a0-4ef7-a308-742af0d368cc 2018-08-25 12:32:43,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 12:32:43,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:44,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5409347-8e07-45f7-8784-ce9f54ca7ad2 Date: Sat, 25 Aug 2018 12:32:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 12:32:44,660 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d used request id req-d5409347-8e07-45f7-8784-ce9f54ca7ad2 2018-08-25 12:32:44,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.06687498093s 2018-08-25 12:32:44,661 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/a5c9ce5b-d427-455a-a8de-67afabb9092d used request id req-d5409347-8e07-45f7-8784-ce9f54ca7ad2 2018-08-25 12:32:44,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 12:32:44,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:44,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:32:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8b8fd8b-5e14-4e1b-884d-a63c8fe06297 x-compute-request-id: req-c8b8fd8b-5e14-4e1b-884d-a63c8fe06297 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}, {"name": "juju_epc-flavor_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598", "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": "54c86d34-aea8-42fc-aea5-6e4048bde598"}, {"name": "juju_epc-flavor_alt_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab", "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": "6f720f52-5f0f-4490-9594-1c90b36906ab"}]} 2018-08-25 12:32:44,956 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c8b8fd8b-5e14-4e1b-884d-a63c8fe06297 2018-08-25 12:32:44,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.295063018799s 2018-08-25 12:32:44,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-c8b8fd8b-5e14-4e1b-884d-a63c8fe06297 2018-08-25 12:32:44,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 12:32:44,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:45,003 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 12:32:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd6d5018-2b4c-488a-ae6b-1c9bde80a60c x-compute-request-id: req-dd6d5018-2b4c-488a-ae6b-1c9bde80a60c Content-Length: 0 Content-Type: application/json 2018-08-25 12:32:45,003 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab used request id req-dd6d5018-2b4c-488a-ae6b-1c9bde80a60c 2018-08-25 12:32:45,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437791347504s 2018-08-25 12:32:45,004 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/6f720f52-5f0f-4490-9594-1c90b36906ab used request id req-dd6d5018-2b4c-488a-ae6b-1c9bde80a60c 2018-08-25 12:32:45,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 12:32:45,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624/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}5c6a7376b0a409d64612ce2ae3e333bce052107b" -d '{"subnet_id": "f7ec34a7-b11c-4c33-84b7-58a11be45526"}' 2018-08-25 12:32:47,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e2b2687d-071f-465f-b697-754f5c8baf7c Date: Sat, 25 Aug 2018 12:32:47 GMT RESP BODY: {"network_id": "f10852ad-8bd0-4f53-b856-879c08bfadd3", "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "subnet_id": "f7ec34a7-b11c-4c33-84b7-58a11be45526", "subnet_ids": ["f7ec34a7-b11c-4c33-84b7-58a11be45526"], "port_id": "88860c29-194c-4013-988f-4a89db71c481", "id": "474865ca-8cbb-4137-af29-ed8843bbb624"} 2018-08-25 12:32:47,070 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624/remove_router_interface.json used request id req-e2b2687d-071f-465f-b697-754f5c8baf7c 2018-08-25 12:32:47,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.06542086601s 2018-08-25 12:32:47,070 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624/remove_router_interface.json used request id req-e2b2687d-071f-465f-b697-754f5c8baf7c returning object 474865ca-8cbb-4137-af29-ed8843bbb624 2018-08-25 12:32:47,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 12:32:47,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:47,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-f1cc6030-1c9c-4849-9231-7a6335ee3525 Date: Sat, 25 Aug 2018 12:32:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5fb29300-7aa0-4e6d-a540-d41fdf8afa84", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "81050e31-2e88-4e82-8e0c-59b250117352", "ip_address": "172.30.9.210"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f7c66ceb33234693b83d1a30ee450a91", "created_at": "2018-08-25T12:00:54Z", "admin_state_up": true, "updated_at": "2018-08-25T12:32:45Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "f7c66ceb33234693b83d1a30ee450a91", "id": "474865ca-8cbb-4137-af29-ed8843bbb624", "name": "juju_epc-router_061bcfd7-6fed-4241-8842-ad1050854e9e"}]} 2018-08-25 12:32:47,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-f1cc6030-1c9c-4849-9231-7a6335ee3525 2018-08-25 12:32:47,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114049911499s 2018-08-25 12:32:47,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-f1cc6030-1c9c-4849-9231-7a6335ee3525 2018-08-25 12:32:47,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 12:32:47,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:48,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4619ec6e-85d7-4263-a546-31eed9fc8368 Content-Length: 0 Date: Sat, 25 Aug 2018 12:32:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:48,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624.json used request id req-4619ec6e-85d7-4263-a546-31eed9fc8368 2018-08-25 12:32:48,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22509598732s 2018-08-25 12:32:48,412 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/474865ca-8cbb-4137-af29-ed8843bbb624.json used request id req-4619ec6e-85d7-4263-a546-31eed9fc8368 2018-08-25 12:32:48,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 12:32:48,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:48,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8b96cd00-bf9e-4ff8-ac7c-46b64108c1eb Date: Sat, 25 Aug 2018 12:32:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f10852ad-8bd0-4f53-b856-879c08bfadd3","tenant_id":"f7c66ceb33234693b83d1a30ee450a91","created_at":"2018-08-25T12:00:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T12:00:53Z","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":"f7c66ceb33234693b83d1a30ee450a91","id":"f7ec34a7-b11c-4c33-84b7-58a11be45526","subnetpool_id":null,"name":"juju_epc-subnet_061bcfd7-6fed-4241-8842-ad1050854e9e"}]} 2018-08-25 12:32:48,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8b96cd00-bf9e-4ff8-ac7c-46b64108c1eb 2018-08-25 12:32:48,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0434970855713s 2018-08-25 12:32:48,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8b96cd00-bf9e-4ff8-ac7c-46b64108c1eb 2018-08-25 12:32:48,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 12:32:48,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/f7ec34a7-b11c-4c33-84b7-58a11be45526.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:49,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48668189-d9b8-4b74-ac40-bce18a4a679c Date: Sat, 25 Aug 2018 12:32:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:49,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/f7ec34a7-b11c-4c33-84b7-58a11be45526.json used request id req-48668189-d9b8-4b74-ac40-bce18a4a679c 2018-08-25 12:32:49,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.22878479958s 2018-08-25 12:32:49,687 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/f7ec34a7-b11c-4c33-84b7-58a11be45526.json used request id req-48668189-d9b8-4b74-ac40-bce18a4a679c 2018-08-25 12:32:49,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 12:32:49,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:49,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-494742a3-ecf7-4eb1-a5e0-11c84b932999 Date: Sat, 25 Aug 2018 12:32:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5fb29300-7aa0-4e6d-a540-d41fdf8afa84","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","l2_adjacency":true,"status":"ACTIVE","subnets":["81050e31-2e88-4e82-8e0c-59b250117352"],"description":"","tags":[],"updated_at":"2018-08-25T09:04:26Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"2e69723d0b9e4b328d36c55e6c9d7ebf","created_at":"2018-08-25T08:49:54Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"f10852ad-8bd0-4f53-b856-879c08bfadd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f7c66ceb33234693b83d1a30ee450a91","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T12:32:49Z","qos_policy_id":null,"name":"juju_epc-net_061bcfd7-6fed-4241-8842-ad1050854e9e","admin_state_up":true,"tenant_id":"f7c66ceb33234693b83d1a30ee450a91","created_at":"2018-08-25T12:00:53Z","mtu":1450}]} 2018-08-25 12:32:49,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-494742a3-ecf7-4eb1-a5e0-11c84b932999 2018-08-25 12:32:49,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130751848221s 2018-08-25 12:32:49,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-494742a3-ecf7-4eb1-a5e0-11c84b932999 2018-08-25 12:32:49,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 12:32:49,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/f10852ad-8bd0-4f53-b856-879c08bfadd3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:50,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8a52dde-4445-40ff-97cb-1ad75667ebd6 Date: Sat, 25 Aug 2018 12:32:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 12:32:50,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/f10852ad-8bd0-4f53-b856-879c08bfadd3.json used request id req-c8a52dde-4445-40ff-97cb-1ad75667ebd6 2018-08-25 12:32:50,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.93248295784s 2018-08-25 12:32:50,752 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/f10852ad-8bd0-4f53-b856-879c08bfadd3.json used request id req-c8a52dde-4445-40ff-97cb-1ad75667ebd6 2018-08-25 12:32:50,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 12:32:50,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:50,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-c84259e6-e1c0-4399-9b67-c17e1db5dc5a Date: Sat, 25 Aug 2018 12:32:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-25T12:01:06Z", "file": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/file", "owner": "f7c66ceb33234693b83d1a30ee450a91", "id": "5d0bd44d-c5a9-4440-b3ab-3279dd437048", "size": 296681472, "self": "/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71d29fbe-27b8-4832-a066-4955e6934a93/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_061bcfd7-6fed-4241-8842-ad1050854e9e", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-25T12:01:00Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 12:32:50,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c84259e6-e1c0-4399-9b67-c17e1db5dc5a 2018-08-25 12:32:50,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.036926984787s 2018-08-25 12:32:50,794 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c84259e6-e1c0-4399-9b67-c17e1db5dc5a 2018-08-25 12:32:50,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 12:32:50,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5c6a7376b0a409d64612ce2ae3e333bce052107b" 2018-08-25 12:32:51,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7f53440-4645-44a5-a4de-cd0c4a4b574c Date: Sat, 25 Aug 2018 12:32:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 12:32:51,122 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048 used request id req-c7f53440-4645-44a5-a4de-cd0c4a4b574c 2018-08-25 12:32:51,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.327260017395s 2018-08-25 12:32:51,123 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/5d0bd44d-c5a9-4440-b3ab-3279dd437048 used request id req-c7f53440-4645-44a5-a4de-cd0c4a4b574c 2018-08-25 12:32:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-25 12:32:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:51,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:32:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dd77ea7-4c8c-49e7-aa30-22eab2acba5e x-compute-request-id: req-8dd77ea7-4c8c-49e7-aa30-22eab2acba5e Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7b60b214-3a70-4a24-a285-c261fa027f23", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/1fd731f8-24f8-4f5f-b7e0-6a4117980347", "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": "1fd731f8-24f8-4f5f-b7e0-6a4117980347"}, {"name": "juju_epc-flavor_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598", "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": "54c86d34-aea8-42fc-aea5-6e4048bde598"}]} 2018-08-25 12:32:51,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-8dd77ea7-4c8c-49e7-aa30-22eab2acba5e 2018-08-25 12:32:51,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220301151276s 2018-08-25 12:32:51,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-8dd77ea7-4c8c-49e7-aa30-22eab2acba5e 2018-08-25 12:32:51,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-25 12:32:51,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:51,181 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 25 Aug 2018 12:32:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-048772a6-112b-48e3-aa4f-3f83764d0b17 x-compute-request-id: req-048772a6-112b-48e3-aa4f-3f83764d0b17 Content-Length: 0 Content-Type: application/json 2018-08-25 12:32:51,181 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598 used request id req-048772a6-112b-48e3-aa4f-3f83764d0b17 2018-08-25 12:32:51,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0336661338806s 2018-08-25 12:32:51,182 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/54c86d34-aea8-42fc-aea5-6e4048bde598 used request id req-048772a6-112b-48e3-aa4f-3f83764d0b17 2018-08-25 12:32:51,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 12:32:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:51,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b038975-c724-4b54-9259-4388bff49c7a Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/01de0c1391db46d0b12b14c32c38b1d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01de0c1391db46d0b12b14c32c38b1d9", "email": "placement@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_52bc6d7f-1cf3-44ad-b584-616a3db8606b", "links": {"self": "http://172.30.9.35:5000/v3/users/10a4b8f5dd5542f69253ba261e5d5aa8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10a4b8f5dd5542f69253ba261e5d5aa8", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/132ea75b7cd34ee092e4a473721e7605"}, "domain_id": "default", "enabled": true, "options": {}, "id": "132ea75b7cd34ee092e4a473721e7605", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/1520b2469d104ea4be415a5b178b0095"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1520b2469d104ea4be415a5b178b0095", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/22e00dba20734cdf86f552970b433471"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22e00dba20734cdf86f552970b433471", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/26b9173b92dd449faad49db61ac9021b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26b9173b92dd449faad49db61ac9021b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/2b551464acb44d10b42eb8bf63d01af0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b551464acb44d10b42eb8bf63d01af0", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/34e4e614a7504a4a926939700444a6bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "34e4e614a7504a4a926939700444a6bd", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/36b2772c83a9456eb54fb69243f9d607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36b2772c83a9456eb54fb69243f9d607", "email": "nova@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_bd3040f9-ea3f-4939-8f87-197bcb00b2d8", "links": {"self": "http://172.30.9.35:5000/v3/users/543f34d4d8e54366b77fe9377edfd4b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "543f34d4d8e54366b77fe9377edfd4b8", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/57887e55e97e4f90bb13228907440c9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57887e55e97e4f90bb13228907440c9a", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/8272ed51219a4d2fa50a3f44a73123d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8272ed51219a4d2fa50a3f44a73123d7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/989b7ff0481e4129b32063c28e2a60c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "989b7ff0481e4129b32063c28e2a60c4", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/a12ad7b569284a868db6ef726e7abd2f"}, "domain_id": "6ec72edf6d644b03845d22a021edf743", "enabled": true, "options": {}, "id": "a12ad7b569284a868db6ef726e7abd2f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/b49ec36d21074391b6a3820e41429e7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b49ec36d21074391b6a3820e41429e7b", "email": "admin@example.com", "password_expires_at": null}, {"name": "juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": {"self": "http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bbe2169e43f04a279b4dfdfbd22d59b8", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485", "links": {"self": "http://172.30.9.35:5000/v3/users/d7f1afa7292e440983593cd696280573"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7f1afa7292e440983593cd696280573", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/dd0bb039cf78430b988fdc4efaaeee0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dd0bb039cf78430b988fdc4efaaeee0e", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-08-25 12:32:51,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-8b038975-c724-4b54-9259-4388bff49c7a 2018-08-25 12:32:51,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203042030334s 2018-08-25 12:32:51,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-8b038975-c724-4b54-9259-4388bff49c7a 2018-08-25 12:32:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 12:32:51,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:51,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94ad9830-20c5-4eb4-856f-84356dd6b05c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_061bcfd7-6fed-4241-8842-ad1050854e9e", "links": {"self": "http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "bbe2169e43f04a279b4dfdfbd22d59b8", "description": null}} 2018-08-25 12:32:51,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8 used request id req-94ad9830-20c5-4eb4-856f-84356dd6b05c 2018-08-25 12:32:51,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189460039139s 2018-08-25 12:32:51,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8 used request id req-94ad9830-20c5-4eb4-856f-84356dd6b05c 2018-08-25 12:32:51,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 12:32:51,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:51,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 12:32:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba4268e7-abad-4622-8e61-919cefea5652 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 12:32:51,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8 used request id req-ba4268e7-abad-4622-8e61-919cefea5652 2018-08-25 12:32:51,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.275779008865s 2018-08-25 12:32:51,859 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/bbe2169e43f04a279b4dfdfbd22d59b8 used request id req-ba4268e7-abad-4622-8e61-919cefea5652 2018-08-25 12:32:51,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 12:32:51,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:52,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 12:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff4f1d1-dc36-431e-a279-b3ce3f91838e Content-Encoding: gzip Content-Length: 587 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.35:5000/v3/projects/24f95aed2ad44476b9d614e04bf38a20"}, "tags": [], "enabled": true, "id": "24f95aed2ad44476b9d614e04bf38a20", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_bd3040f9-ea3f-4939-8f87-197bcb00b2d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/2e69723d0b9e4b328d36c55e6c9d7ebf"}, "tags": [], "enabled": true, "id": "2e69723d0b9e4b328d36c55e6c9d7ebf", "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.35:5000/v3/projects/7d45507f261549d581b9ae4504aeec06"}, "tags": [], "enabled": true, "id": "7d45507f261549d581b9ae4504aeec06", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_52bc6d7f-1cf3-44ad-b584-616a3db8606b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/89d58111967c4124b09131409c7a2a28"}, "tags": [], "enabled": true, "id": "89d58111967c4124b09131409c7a2a28", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.35:5000/v3/projects/ada868fa96af4310bf0115759e8ce26e"}, "tags": [], "enabled": true, "id": "ada868fa96af4310bf0115759e8ce26e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_3c0e0cd2-49ca-41ab-a816-0fc14f2e9485"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91"}, "tags": [], "enabled": true, "id": "f7c66ceb33234693b83d1a30ee450a91", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_061bcfd7-6fed-4241-8842-ad1050854e9e"}]} 2018-08-25 12:32:52,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-7ff4f1d1-dc36-431e-a279-b3ce3f91838e 2018-08-25 12:32:52,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187494039536s 2018-08-25 12:32:52,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-7ff4f1d1-dc36-431e-a279-b3ce3f91838e 2018-08-25 12:32:52,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 12:32:52,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09880e2dbee72e3f96203646d33bebf024829633" 2018-08-25 12:32:52,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 12:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cf95e96-2424-4960-a964-e42e257b7666 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 12:32:52,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91 used request id req-2cf95e96-2424-4960-a964-e42e257b7666 2018-08-25 12:32:52,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.234902143478s 2018-08-25 12:32:52,293 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/f7c66ceb33234693b83d1a30ee450a91 used request id req-2cf95e96-2424-4960-a964-e42e257b7666 2018-08-25 12:32:52,294 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:28 | PASS | | cloudify_ims | functest | vnf | 25:42 | PASS | | heat_ims | functest | vnf | 17:17 | PASS | | vyos_vrouter | functest | vnf | 29:23 | PASS | | juju_epc | functest | vnf | 31:12 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-25 12:32:52,301 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-25 12:32:52,338 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-25 12:32:52,398 - paramiko.transport - DEBUG - EOF in transport thread